/* CSS Document */
body 
			{
			margin-bottom:0;
			margin-left:0;
			margin-right:0;
			margin-top:0;
			font-family: Arial; 
			font-size: 11px; 
			line-height:17px;
			color:#666;
			}
form		{
			display:block;
			margin:0px;
			padding:0px;
			border:0px;
			}
table		{
			}
			
td
			{ 
			color: #666; 
			font-size: 11px; 
			font-family: Arial; 
			line-height: 17px; 
			}
a 
			{ 
			color: #c33;
			font-size: 11px;
			font-family: Arial;
			text-decoration: none;
			}
a:hover
			{ 
			text-decoration: underline;
			}
a.navigation{
			color: #666;
			font-weight: 700; 
			text-decoration: none;
			}
a.navigation.login
			{
			color: #c33;
			font-weight: 700; 
			text-decoration: none;
			}

a.foot
			{ 
			color: #c33;
			font-size: 9px;
			font-family: Verdana;
			text-decoration: none;
			}
a.navigation:hover 
			{
			color: #c33;
			}

a.navigation.login:hover 
			{
			color: #c33;
			text-decoration:underline;
			}

			
.top  		{
	color: #c33;
	font-weight: 700;
	font-size: 16px;
	font-family: Arial;
			}
.foot 		{ 
			font-size: 9px;
			font-family: Verdana;
			}
.naviaktiv  {
			color: #c33;
			font-weight: 700;
			font-size: 11px; 
			font-family: Arial;
			}
.naviaktiv1 
			{ 
			color: #c33;
			font-weight: 700;
			font-size: 13px;
			font-family: Arial;
			}
.rot  		
			{
			color: #c33;
			font-size: 11px;
			font-family: Arial;
			}.headlogo {
	height: 46px;
	width: 150px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.menue{
	width: 625px;
	margin-left: 110px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 14px;
	padding-right: 0px;
	height: 23px;
}
.main{
	width: 610px;
	margin-left: 110px;
	background-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.footer{
	width: 630px;
	margin-left: 110px;
	padding-bottom:40px;
}
.headpic{
	height: 140px;
	margin-left: 0px;
	width: inherit;
	background-color: #CD1432;
	padding-left: 110px;
}
.headtitle
{
	width:620px;
	margin-left:110px;
	padding-top: 26px;
	padding-bottom: 9px;
	background-color: #E5E5E5;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
p	
	{ 
	color: #666; 
	font-size: 11px; 
	font-family: Arial; 
	line-height: 17px; 
	}

p.ghead {
	padding-left:4px;
		color: #c33;
		font-weight: 700;
		font-size: 11px; 
		text-decoration: none;
	}
	
p.glossarabc{
	color: #c33;
	font-size: 13px;
	}
	
.gbody {
	padding-left:10px;
	}	
	
	
ul#ustnavi {
	line-height:17px;
	font-size:11px;
	list-style:none;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	
}
ul#ustnavi li {
	padding:0px;
	padding-left:10px;
	margin:0px;
	background-image:url(bilder/li_ustnav.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
ul#ustnavi ul {
	padding:0px;
	margin:0px;
	list-style:none;
	}

	
@media print {
	.menue {display:none;}
	.headpic {display:none;}
	.main{
		width:14cm;
		margin-left:2cm;
		background-color:#FFFFFF;
		border:0px;}
	.footer {display:none}
	td {color:#000000;}
}

