/* Allgemeine Infos */
body { 
	font-family: Arial, Helvetica, sans-serif; 
	background-color:#333333; 
	color:#333333; 
	font-size:13px; 
	margin:0px;
	text-align:left;
}
th.grey { 
	background-color:#EFEFEF;
	border-bottom:2px solid #8F2800;
}
td.grey { 
	background-color:#EFEFEF;
	border-bottom:1px solid #666666;	
}

/* NEU */
#main {
	background-image:url(bg_main.gif);
	background-color:#FFFFFF;
}
#outer {
	width:900px;
	border:1px solid white;
	background-color:#FFFFFF;

}
#top {
	margin-left:200px;
	width:700px;
	height:100px;
	text-align:left;
	background-color:#FFFFFF;	
}
#navi {
	margin-top:20px;
	background-color:#FFFFFF;	
	
}
#login {
	margin-top:30px;
	margin-left:320px;
	margin-bottom:3px;
}
#left {
	width:200px;
	height:700px;
	float:left;
	background-color:#FFFFFF;	
}
#center {
	width:199px;
	height:705px;
	float:left;
	border-right:1px solid white;
	background-image:url(pr_center.jpg);
	background-color:#2C2D2C;
}
#center_text {
	height:400px; 
	min-height:310px;
	color:white;
	font-size:12px;
	text-align:left;
	margin:10px;
}
#center_form {
	height:275px;
	margin:10px;
	text-align:left;
}
#right {
	width:500px;
	min-height:700px;
	float:left;
	background-image:url(pr_rechts_img.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;	
}
#footer {
	width:900px;
	text-align:left;
	min-height:120px;
	height:120px;
	background-color:#585250;
	border-top:1px solid white;
}
#left_footer {

	width:180px;
	margin-left:20px;
	margin-top:20px;
	float:left;
}
#text_footer {

	text-align:left;
	color:#EFEFEF;
	margin-top:20px;		
	float:left;
}
#text {
	text-align:left;	
	margin:10px;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial;
}
#white {
	color:white; 
	font-size:11px; 
	font-family:Tahoma, Arial;
}
#clear {
	clear:left;
}
/* Formulare */
input.med {
	width:120px;
	border:1px solid #8F2800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input.small {
	width:70px;
	border:1px solid #8F2800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
TEXTAREA {
	border:1px solid #8F2800;
}
H2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	height:22px;
	color:#8F2800;	
}
H3 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
H4 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:3px;
	height:18px;
	color:#8F2800;
}
H5 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	height:18px;	
}
/* Hier sind die Bilder definiert */
.top { background-image:url(top.jpg); }
.bottom { background-image:url(bottom.gif); }
.navbg { background-image:url(../../nav_bg.gif); }

/* Text */
.ttop { font-size: xx-large; font-weight:bold; color: #FFFFFF; }
.ttitlesmall { font-size: x-small; }
.ttitle { font-size: larger; }
.teintragen { font-size: smaller; }
.tueberschrift { color:#FFFFFF; }
.tmark { color:#990000; font-weight:bold;}

/* Link */
A {
	text-decoration:none;
	font-weight:normal;
	color:#8F2800;
	font-style: normal; 
}
A:visited {
	text-decoration:none;
	font-weight:normal;
	color:#8F2800;
	font-style: normal; 
}
A:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#FA4600;
	font-style: normal; 
}
A.footer, A.footer:visited {
	color:white;
}
A.list_link:link, A.list_link:hover, A.list_link:visited {
	text-decoration:underline; 
	font-weight:bold;
}

/* Rand */
.randoben { border-top: thin dashed #333333; }
.randrechts { border-right: thin dashed #333333; }
.randlinks { border-left: thin dashed #333333; }
.randunten { border-bottom: thin dashed #333333; }

/* Login */
.login { height: 17px; font-size: 12px; }
.loginsend { height: 19px; font-size: 14px; color:#333333; }