/* CSS Document */

p{
font-family: "Tango BT";
font-size: 14px;
color: #FFFFFF;
line-height: 18px;
padding: 3px;
text-indent:5mm;
}

html, body {
            margin:0;
            padding:0;
            background-color:#cc3300;
         }
		 


.standardtext {
	font-family: "Tango BT";
	font-size: 12pt;
	text-align: justify;
	color: #000000;	
}

.anfangstext {
	font-family: "Tango BT";
	font-size: 12pt;
	color: #Cc3300;
}
.news {
	font-family: "Tango BT";
	font-size: 12pt;
	color: #FFFFFF;
}
.NewsHeader {
	font-family: "Tango BT";
	font-size: 22px;
	color: #cc3300;
	font-style: italic;
}

 #navigation {
		 height:25px;
		 background-color:#333333;
         position:absolute;
         width:900px;
         z-index:2;
         }
         a.top_link {
            display:block;
            position:absolute;
			width:450px;
            text-align:center;
            height:20px;
            font-family:"MS Sans Serif",sans-serif;
            font-size:12px;
            font-weight:bold;
            padding-top:none;
            text-decoration:none;
			border:outset;
         }
         a.top_link:link, a.top_link:visited {
            color:white;
            background-color:#333333;
         }       
         a.top_link:hover, a.top_link:active {
            color:white;
            background-color:#cc3300;
			border:inset;
         }       
		 
		 a#deutsch {
            bottom:0px;
            left:0px;
            z-index:3;
         }
         a#english {
            bottom:0px;
            left:450px;
			z-index:5;
         }
	
		
         a#deutsch:hover, a#deutsch:active,
         a#endlish:hover, a#english:active,{
            z-index:15;
         }       
		 
		 a:link {text-decoration:none; color:#000000;
		 }
		 a:visited {text-decoration:none; color:#000000;
		 }
		 a:hover {text-decoration:none; color:#CC3300;
		 }
		 a:active {text-decoration:none; color:#CC3300;
		 }