/* CSS Reset */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, acronym,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1em;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Generelles layout */

html	{
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

body	{
	background: #fff;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	text-align: center
}

#header, #main, #footer {
	position: relative;
	width: 800px;
	margin: 0px auto;
}

#header {
    padding-top: 10px;
} 

#subnav {
    position: relative;
    float: right;
        
}

#navigation {
    position: relative;
	width: 800px;
	height: 27px;
	margin: 0px auto;
	padding: 0px;
	border-bottom: 1px solid #7cae35;
}

#main {
    padding-top: 23px;
} 

#mainleft {
    position: relative;
    width: 173px;
    float: left;
}

#maincenter {
    position: relative;
    float: left;
    margin-left: 19px;
    width: 454px;
   
}

#mainright {
    width: 135px;
    float: right;
}

#footer {
    clear: both; 
    text-align: right;
}




/* Typo */

p, ul, li, h1, h2, h3, h4, h5, h6, a, body	{
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	font-family: Tahoma, Verdana, sans-serif;
	list-style: none;
	color: #3e3d40;
}

p, h1, h2, h3, h4, h5, h6	{
	padding-bottom: 6px;
}

#main a,
#main a acronym	{
	color: #992600;
	text-decoration: none;
	border-bottom: 1px dotted #992600;
	line-height: 18px;
}

#main a:link, /* Links im Text */
#main a:focus,
#main a:hover,
#main a:link acronym,
#main a:focus acronym,
#main a:focus hover	{
	color: #c30;
	border-bottom: 1px dotted #c30;
}

#main a.extern:before {
	content:url(../bilder/link_extern.gif);
}

h1	{
	font-size: 16px;
	line-height: 24px;
	color: #7cae35;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

h2	{
	color: #4d4a49;
}

h6 {
    font-size: 9px;
    color: #7cae35;
}

.textnaviso {
    font-size: 11px;
    color: #3e3d40;
}