﻿/* Projekt - Spezifisches Stylesheet welches für das Hauptlayout zuständig ist 
   (Zentrieren, Abstände, ... )*/

body 
{
    font-family:verdana;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    text-align:left;
    background-color:White;
    color:#000000;
}

a,a:visited,a:hover,a:active,a.a
{
	text-decoration:none;
}

div.page_margin
{
    width:994px;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    text-align:left;
    border-top:solid 1px #000000;
}

div.page
{
    width:982px;
    padding-left:6px;
    padding-right:6px;
}

ul,ol
{    
	list-style-type:none;
}

h1, .h1
{
    color:#6b7a00;
    font-size:14px;
    font-family:verdana;
    font-weight:bold;
    font-style:normal;
    padding-bottom:26px;
    text-transform:uppercase;
}

h2, .h2
{
    color:#000000;
    font-size:12px;
    font-family:verdana;
    font-weight:bold;
    font-style:normal;
margin-top:6px;
margin-bottom:6px;
}

h3,.h3
{
}

ul.sortableList, ul.sortableList li.sortableItem
{
    margin:0;
    padding:0;
    background-color:White!Important;
}
