html {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: white;
}

#main {
    width: 550px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8FAEB;
    height: 100%;
    border: 1px solid #9DA4BA;
    border-top: 0px;
    border-bottom: 0px;
}

#head_logo {
    width: 550px;
    border: 0px;
    border-bottom: 1px solid #9DA4BA;
    height: 60px;
    background-color: white;
    background-image:url(../img/head_logo.gif); 
	background-repeat: no-repeat; 
	background-position: center left;
}

#head_img {
    width: 550px;
    border: 0px;
    border-top: 1px solid #9DA4BA;
    border-bottom: 1px solid #9DA4BA;
    height: 115px;
    background-color: #161534;
    background-image:url(../img/head_img.jpg); 
	background-repeat: no-repeat; 
	background-position: center left;
}

#cont_main_menu {
    width: 550px;
    border: 0px;
    border-top: 1px solid #9DA4BA;
    border-bottom: 1px solid #9DA4BA;
    height: 48px;
    background-color: #D7E095;
}

#cont_sub_menu {
    width: auto;
    border: 0px;
    border: 0px;
    height: 40px;
    min-height: 20px;
}

#main_menu {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #585E6F;
}

#top_menu {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.35em;
	font-weight: normal;
	color: white;
}

#font_menu {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.35em;
	font-weight: normal;
	color: #585E6F;
}


#sub_menu {
    float: right;
    border: 1px solid #9DA4BA;
    border-top: 0px;
    border-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #EDF3BF;
    font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.35em;
	font-weight: normal;
	color: #585E6F;
}

#cont {
    width: 550px;
    background-color: #F8FAEB;
    border: 1px solid #9DA4BA;
    border-top: 0px;
    margin-left: -1px;
    margin-right: -1px;
    border-bottom: 1px solid #F8FAEB;
}

h1 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.65em;
	font-weight: bold;
	margin-left: 25px;
	color: #9BA644;
	width: 500px;
	margin-top: 25px;
}

p {
    font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
	color: #4C505B;
	margin-left: 25px;
	width: 500px;
}

a.content {
    color: #9BA644;
    text-decoration: none;
	padding-left: 17px;
	background-image:url(../img/link.gif); 
	background-repeat:no-repeat; 
	background-position: center left;
}

a.content:hover {
    color: #808937;
    text-decoration: none;
}

a.content:active {
    color: #808937;
    text-decoration: none;
}

a.mainmenu {
    color: #585E6F;
    text-decoration: none;
}

a.mainmenu:active {
    color: #808937;
    text-decoration: underline;
}

a.mainmenu:hover {
    color: #808937;
    text-decoration: underline;
}

a.topmenu {
    color: white;
    text-decoration: none;
}

a.topmenu:active {
    color: #DDDDDD;
    text-decoration: underline;
}

a.topmenu:hover {
    color: #DDDDDD;
    text-decoration: underline;
}

a.schrift {
    color: #585E6F;
    text-decoration: none;
}

a.schrift:active {
    color: #808937;
    text-decoration: underline;
}

a.schrift:hover {
    color: #808937;
    text-decoration: underline;
}

div.spacer {
    width: 550px;
    height: 10px;
    max-height: 10px;
    background-color: white;
}

#spacer_1 {
    position: absolute;
    top: 61px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-color: white;
    z-index: 2;
}

#spacer_2 {
    position: absolute;
    top: 188px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-color: white;
    z-index: 3;
}

span.strich {
    border: 0px;
    border-left: 1px solid #585E6F;
    margin: 0px;
    margin-left: 5px;
    margin-right: 3px;
}

span.weissstrich {
    border: 0px;
    border-left: 1px solid white;
    margin: 0px;
    margin-left: 3px;
    margin-right: 1px;
}

/* hide from ie mac, hack IE6 \*/ 
*html #spacer_2 {
    position: absolute;
    top: 197px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-color: white;
    z-index: 3;
}

/* end hack */ 
