/* general stuff */

html, body { height: 100%; }

body {
	margin: 0; padding: 0;
	text-align: center;
	background: url(../images/back.gif);
	}

/* Layout */

/*
#bg_left {
	position: relative; 
	top: 0px; left: 0px;
	height: 100%; width: 10px; 
	float: left; 
	background: url(../images/bg_left.gif) repeat-y;
	}

#bg_right {
	position: relative; 
	top: 0px; left: 1010px;
	float: left; 
	height: 100%; width: 10px; 
	background: url(../images/bg_right.gif) repeat-y;
	} 
*/
#pagewidth-1024 {
	margin: 0; padding: 0;
	margin-left: auto; margin-right: auto;
	position: relative;
	min-height: 100%; width: 990px;
/*	padding-left: 10px; */
	background: #FFF;
	overflow: hidden;
	}
/*
*+html #pagewidth-1024 {
	position: relative;
	height: 100%;
	}
*/
#outer-1024 { 
	margin: 0; padding: 0;
/*	padding-bottom: 32767px; margin-bottom: -32767px; */
	z-index: 0;
	} 

#header-1024 {
	height: 129px; 
	border-bottom: 3px solid #DEDEDE; 
	z-index: 0;
	}

#leftcol-1024 {
	text-align: left;
	float: left; 
	width: 180px;
	padding-left: 5px;
	padding-bottom: 32767px; margin-bottom: -32767px;
	z-index: 99;
	}

*+html #leftcol-1024 {
	overflow: hidden;
	}

#maincol-1024 {
	position: relative;
	text-align: left;
	float: left; 
	width: 600px;
	padding-bottom: 32767px; margin-bottom: -32767px;
	z-index: 0;
	} 

#rightcol-1024 {
	text-align: left;
	float: right;
	width: 180px;
	margin-top: 25px;
	background: url(../images/module_back.gif);
	padding-bottom: 32767px; margin-bottom: -32767px;
	z-index: 0;
	} 

#rightcol-1024 div.module {
	margin: 0; padding: 0;
	width: 180px;
	border-left: 1px #666 solid; 
	background-color: #8DA1C9;
	}

#content { 
	width: 610px;
	margin-left: 15px;
	margin-top: 10px;
/*	padding-bottom: 25px; */
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	}

#footer-1024 {
	position: relative; 
	margin-top: -25px;
	margin-left: auto; margin-right: auto;
	height: 25px; width: 990px; 
	text-align: left;
	background: #E2A146;
	z-index: 99;
	}

.subnavi {
	position: absolute;
	top: 5px; left: 830px;
	color: #000;
	}

#footer-1024 a:link, #footer-1024 a:visited {
	color: #FFF;
	font-weight: bold;
	}

/* 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 {
	margin: 0px; padding-left: 8px; 
	color: #000;
	background: #CCC;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	width: 172px;
	font-weight: bold;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}

table.downloads {
	margin: 5px;
	}
	
div.module ul {
	margin: 0; padding: 0;
	list-style: none;
	margin: 10px; 
	}
	
div.module ul li {
	margin: 0; padding: 0;
	list-style: none;
	margin-bottom: 5px; 
	}
	
p { 
	margin: 0; padding: 0; 
	margin-bottom: 5px; 
	}

img.detail {
	border: 1px solid #0F288D;
	}
	
textarea.tiny {
	width: 550px; 
	height: 540px; 
	background-color: FFFFFF;
	}
	
table.dot {
	margin-left: 1px;
	border-collapse: collapse;
	border-bottom: #FF0000 1px solid;
	}

tr.hell td {
	background: #EFEFEF;
	}

tr.dunkel td, tr.hell td {
	margin: 0; padding: 2px; 
	}
	
tr.dunkel td {
	background: #CBCBCB;
	}

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

