/* general stuff */

html { height: 100%; }

* html, * html body { 
	overflow: auto; 
	bottom: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background: #EEEEEE; 
	}

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

/* Layout */

#pagewidth-1024 {
	width: 920px;
	height: 100%; 
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/back.gif) repeat-y;
	}

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

#header-1024 {
	height: 150px; 
	}

#leftcol-1024 {
	text-align: left;
	float: left; 
	width: 130px;
	padding-left: 10px;
	}

#maincol-1024 {
	text-align: left;
	float: left; 
	width: 570px;
	} 

#rightcol-1024 {
	text-align: left;
	float: right;
	width: 180px;
	padding-right: 23px;
	padding-top: 23px;
	} 

* html #rightcol-1024 {
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
	overflow: hidden; 
	}

#rightcol-1024 div.module {
	padding: 0;
	margin: 0;
	width: 180px;
	border-left: 3px #E6E6E6 solid; 
	background: url(images/bg_right.gif);
	}

#content { 
	width: 558px;
	margin-left: 15px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	overflow: auto;
	}

/* Schriften */

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

select.txt {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	width: 205px;
	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;
	}
	
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 {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 10px; 
	}
	
ul {
/*	list-style-image: url(../images/blue_list.gif);  */
	}
	
p { 
	margin: 0;
	padding: 0; 
	margin-bottom: 5px; 
	}

img.detail {
	border: 1px solid #0F288D;
	}
	
textarea.tiny {
	width: 550px; 
	height: 540px; 
	background-color: FFFFFF;
	}
	
.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;
	}


