/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:100% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:left;
color:#303030;
background:#ffffcc;				/*Hintergrundfarbe aussen*/
}

a:link{
color:#800000;					/*Links*/
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{						/*Link Hover*/
color:#000000;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:visited{		  				/*Link Visit*/
color:#db1111;
font-weight:bold;
text-decoration:none;
}

a img{border:none;}


p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width:886px;					/*Gesamtbreite Box = 886px*/
margin:25px auto;				/*Abstand Rahmen von oben*/
padding:1px 0;
text-align:left;
background:#ffffff;				/*Hintergrund Text*/
color:#000000;					/*Schriftfarbe*/
border:3px solid #a0a0a0;		/*Rahmen*/
}

#header{
height:130px;
width:885px;
margin:0 1px 1px 1px;
background:#FEFFA1 url('images/agtf2.jpg') right no-repeat;	/*Logo und Überschrift*/
color:#000000;
}

#header h1{
padding:35px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#ffffff;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
}

#mainmenu {
clear:both;
margin:0;
padding:0;
text-align:left;
font-size:76%;					/*Navigation Schriftgröße*/
}

#mainmenu ul {
padding:0 0 0 1px;
}

#mainmenu ul li {
list-style:none;
float:left;
margin:1 4px 0 0;
color: 00ff00
}

#mainmenu ul li a {
display:block;
font-size:1.0em;
font-weight:400;
background-color:#ff0000;		/*Navigation Hintergrund*/
color:#fff;						/*Navigation Schrift*/
border:1px solid #000;			/*Navigation Trennstriche*/
border-bottom:1px solid #000;
padding:4px 8px 3px 8px;
}

#mainmenu ul li a:hover {
background-color:#ffffcc;		/*Navigation Hover Hintergrund*/
color:#333;						/*Navigation Hover Schrift*/
padding:4px 8px 3px 8px;
border:1px solid #ccc;
border-bottom:1px solid #eee;
}

#mainmenu ul li.selected a {
background-color:#ffffff;		/*Navigation Select Hintergrund*/
color:#333;						/*Navigation Select Schrift*/
padding:4px 8px 3px 8px;
border:1px solid #000;
border-bottom:2px solid #ffffff;
}


/**************** Content styles ****************/

#content{
float:left;
width:740px;					/*Textfeldbreite*/
margin-left: 55px;
font-size:0.9em;
padding:20px 0 0 20px;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#000000;
background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}


/**************** Footer styles ****************/

#footer{
clear:both;
width:884px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#ffffff;					/*Schriftfarbe Fußzeile*/
background:#FF0000;				/*Hintergrundfarbe Fußzeile*/
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

