/* general stuff */

body {
	margin: 0; padding: 0;
	position: absolute;
	top: 0px; left: 0px;
	height: 100%; width: 100%;
	text-align: left;
	background: #FFFFFF; 
	}

#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
	}

/* Layout */

#pagewidth-1024 {
	margin: 0; padding: 0;
	position: absolute;
	top: 0px; left: 0px;
	height: 100%; width: 100%;
	background: url(../images/back.gif) repeat-x;
	}

#outer-1024 { 
	margin: 0; padding: 0;
	} 

#header-1024 {
	position: absolute; 
	top: 0px; left: 0px;
	text-align: left;
	height: 75px; 
	}

#leftcol-1024 {
	position: absolute; 
	top: 0px; left: 0px; 
	text-align: left;
	height: 100%;
	float: left; 
	width: 185px;
	background: url(../images/bg_left.gif) repeat-y; 
	}

#maincol-1024 {
	position: absolute;
	top: 75px; left: 185px;
	width: 615px;
	text-align: left;
	z-index: 0;
	} 

#content { 
	position: relative;
	width: 600px; 
	margin: 15px; padding: 0;
	padding-right: 10px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	overflow: auto;
	z-index: 10;
	}

#footer-1024 {
	clear: both;
	position: absolute; 
	bottom: 0px;
	height: 25px; width: 100%;
	background: #000 url(../images/bg_foot.gif) repeat-y;
	}
	
#language {
	position: relative;
	margin: 10px 50px;
/*	top: 20px; right: 20px; */
	}
/* Schriften */

input.txt {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	width: 260px;
	height: 16px;
	border: 1px solid #CCCCCC;
	}

select.txt {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	width: 265px;
	height: 20px;
	border: 1px solid #CCCCCC;
	}

textarea.txt {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	width: 200px;
	height: 60px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	}
	
div.module h3 {
	color: #000;
	background: #94BCE4;
	margin: 0px;
	font-size: 12px;
	height: 25px;
	line-height: 23px;
	width: 172px;
	font-weight: bold;
	padding-left: 8px; 
	}

table.downloads {
	margin: 5px;
	}
	
div.module ul {
	margin: 0; padding: 0;
	list-style: none;
	margin: 10px; 
	}
	
#content ul {
	margin: 0; padding: 0;
	margin-left: 15px;
	list-style-image: url(../images/bullet.gif);  
	}
	
#content ul ul {
	margin: 0; padding: 0;
	margin-left: 50px;
	list-style-type: none;
	list-style-image: none;  
	}
	
p { 
	margin: 0; padding: 0; 
	}

.dot {
	border-collapse: collapse;
	border: #999 1px solid;
	font-size: 13px;
	background-color: #EEE;
	}

textarea {
	border-collapse: collapse;
	border: #999 1px solid;
	font-size: 13px;
    background-color: #EEE;
	}

div.module ul.stellen {
	list-style: url(../images/bullet.gif);
	margin: 5px; padding-left: 15px;
	line-height: 12px;
	}

p.number {
	background: #00A0D8 none repeat scroll 0% 50%; 
	display: block; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	color: #ffffff; 
	margin-right: 5px; margin-bottom: 20px; 
	padding: 2px;
	width: 16px; 
	height: 16px; 
	float: left;
	clear: both;
	}

table.technical {
	width: 100%
	}

table.technical tr.odd {
	background: #BCBCBC;
	color: #FFF;
	padding: 2px;
	}

table.technical tr.even {
	background: #EFEFEF;
	color: #000;
	padding: 2px;
	}

table.technical td {
	margin: 0; padding: 0;
	padding: 4px; 
	}



