/* body*/
body	{
font-family: verdana,helvetica,arial,sans-serif;
font-size: 0.72em;
background-color:#303030;
margin: 0;
padding: 0 0 20px 0;
text-align: center;

scrollbar-DarkShadow-Color:#000000; 
scrollbar-Track-Color:#303030; 
scrollbar-Face-Color:#303030; 
scrollbar-Shadow-Color:#808080; 
scrollbar-Highlight-Color:#c0c0c0; 
scrollbar-3dLight-Color:#c0c0c0; 
scrollbar-Arrow-Color:#808080;
}
/* header*/
#header 	{
		width: 990px;
		height: 61px;
		margin: 0 auto;
		background: #303030;
		}
		#header img 	{ /* targeted at the logo in the header */
		float: left;
		margin-top: 5px;
		}
		
		#header #prefs {
		float: right;
		width: 300px;
		height: 40px;
		color: #ffffff;
		text-align: center;
		font-size: 90%;
		font-weight: bold;
		margin-top: 10px;
		padding-top: 10px;
			font-size: 10px

		}
		#header #prefs a {
		text-decoration: none;
		color: #333;
		}

		#header #prefs a:hover {
		color: #ffffff;
		}
		
/* globalnavigation*/
		
#globalnavigation {
	height: 30px;
	color: #fff;
	background: url("../pics/bgnav.jpg") repeat-x;
	font-size: 10px !important;
	clear: left;
	position: relative;
	z-index: 800;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
		}
	.wrap 		{
		width: 999px;
		height: 16px;
		border: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2px;
		padding: 0;
		}
		#listnav 	{
		float: left;
		margin: 2;
		padding: 0;
		}
		#listnav li 	{
		list-style: none;
		display: inline;
		margin: 0 15px 0 0;
		padding: 0;
		font-size: 10px !important;
		}
		
		#listnav .aktmaintop {
		color:#ffffff;
		font-weight: bold;
		text-decoration: none;
		}
		
		#listnav .aktmaintop a 	{
		color:#c0c0c0;
		font-weight: bold;
		text-decoration: none;
		}

		#listnav li a 	{
		color:#c0c0c0;
		font-weight: bold;
		text-decoration: none;
		}
		#listnav li a:hover {
		color: #333333;
		}
		
/* downglobalnavigation*/
		
		
#downglobalnavigation {
	height: 15px;
	color: #fff;
	font-size: 10px !important;
	clear: left;
	position: relative;
	z-index: 801;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	background-color:#303030;
		}
	.downwrap 		{
	width: 999px;
	height: 16px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
	background-color:#303030;
		}
		#downlistnav 	{
		float: left;
		margin: 0;
		padding: 0;
		background-color:#303030;
		}
		#downlistnav li 	{
		list-style: none;
		display: inline;
		margin: 0 35px 0 0;
		padding: 0;
		font-size: 10px !important;
		}

		#downlistnav li a 	{
		color:666666;
		font-weight: bold;
		text-decoration: none;
		}
		.akt 	{
		color:#ffffff;
		font-weight: bold;
		text-decoration: none;
		}
				.aktmain 	{
		color:#999999;
		font-weight: bold;
		text-decoration: none;
		}
		#downlistnav li a:hover {
		color: #ffffff;
		}
		
		#breadcrumbs 	{
		border-bottom: 1px solid #ccc;
		height: 23px;
		margin-bottom: 10px;
		background-color:#303030;
		}
		
/* main*/
#main{
		border-top: 1px solid #202020;
		border-bottom: 1px solid #202020;
		height: 410px;
		margin-bottom: 10px;
		background-color:#c0c0c0;
	background-image: url(../pics/background.jpg);
	background-attachment:fixed;
			background-position:0px 80px;
		}
		
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.20em;
	color: #202020;
}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #202020;
}

/* submenu*/

.submenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c0c0c0;
	font-weight: bold;
	background-color:#303030;
}

.submenu A:link {color: #ffffff; text-decoration: none} 
.submenu A:hover {color: #808080; text-decoration: none} 
.submenu A:visited {color: #c0c0c0; text-decoration: none} 
.submenu A:active {color: #c0c0c0; text-decoration: none} 

/* formulare*/

.textb{
	color : #000000; 
	font-size : 12px; 
	border : 1px solid #666666; 
	background-color:#e8e8e8;
		width:170px;
}
.textc {
	color : #000000; 
	font-size : 12px; 
	border : 1px solid #666666; 
	width : 5em; 
	background-color:#e8e8e8;
} 
.texta{
	color : #000000; 
	font-size : 12px; 
	border : 1px solid #666666; 
	background-color:#e8e8e8;
	width:287px;
}
.texth
{
	border : 1px solid #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	input.button { width:140px;
               height:24px;
               background-color:#333333;
               color:#ffffff;
			   border: 1px solid #808080;
			   cursor:pointer;
               }
A:link {color: #202020; text-decoration: none} 
A:hover {color: #333333; text-decoration: none} 
A:visited {color: #585858; text-decoration: none} 
A:active {color: #202020; text-decoration: none} 

.textz{
	width:44px;
	color : #000000; 
	font-size : 13px; 
	border : 1px solid #666666; 
	background-color:#e8e8e8;
	text-align:right;
}
.textp{
	width:80px;
	color : #000000; 
	font-size : 13px; 
	border : 1px solid #666666; 
	background-color:#e8e8e8;
	text-align:right;
}
	input.buttonorder { width:93px;
    height:21px;
    background-color:#333333;
    color:#ffffff;
	border: 1px solid #808080;
	cursor:pointer;
}
.textz_n
{
	width:74px;
	color : #000000; 
	font-size : 13px; 
	border : 1px solid #666666; 
	background-color:#e8e8e8;
	text-align:right;
}
.textp1{
	width:79px;
	color : #000000; 
	font-size : 13px; 
	border : 1px solid #666666; 
	background-color:#e8e8e8;
	text-align:right;
}
.subtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
}
.textc2 {
	color : #000000; 
	font-size : 12px; 
	border : 1px solid #666666; 
	width : 9em; 
	background-color:#e8e8e8;
} 
	.monitor
		{
	font-size: 15px;
	color: #000000;
	}
	.caution
	{
	font-size: 12px;
	color: #333333;
	text-align: left;
	}
		.caution2
	{
	font-size: 12px;
	color: #000000;
	
	}
	.errortext
{text-align: left;}
	.headline
			{
	font-size: 0.80em;
	color: #000000;
		}
		.nichtDrucken
		{display:none
		font-size: 0.80em;
		color: #000000;
		}
			input.buttonmuster{ width:287px;
               height:24px;
               background-color:#333333;
               color:#ffffff;
			   border: 1px solid #808080;
			   cursor:pointer;
               }
			   
			  input.buttolong{ width:350px;
               height:24px;
               background-color:#333333;
               color:#ffffff;
			   border: 1px solid #808080;
			   cursor:pointer;
               }
			   .introtext{
			   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c0c0c0;
			   }
