#newsPic{
	padding:10px 10px;
	margin:6px 0px;
	background:#640001;
	width:390px; height:176px;
	float:left;
}
#newsCon{
	padding:10px 10px;
	margin:6px 0px;
	background:#350000;
	width:207px; height:176px;
	border-left:3px solid #1c0000;
	float:left;
}

body {
	color:#eeeeee;
	background: url(images/bg_top.gif);
	background-repeat:repeat-x;
	background-color:#250000;
	background-position:top;
	background-attachment:fixed;
	font-size:10px;
	line-height:13px;
	letter-spacing:0px;
	font-family:Verdana;
	margin:0px; 
	padding:0px;
	text-align:center;
}
*html body {
	background-attachment:scroll;
}
#master{
	z-index:11;
	position :relative;
	text-align:left;
	margin: 0px auto 0px auto;
	padding: 142px 0px 10px 0px;
	width:648px; height:auto;
}
#picleft{
	z-index:2;
	position:fixed;
	background:url(images/picleft.jpg) no-repeat;
	left:0px;
	top:0px;
	width: 455px; height: 569px;
}
#right{
	z-index:1;
	position:fixed;
	background:url(images/bg_right.gif) no-repeat;
	right:0px;
	top:18px;
	width: 301px; height: 301px;
}
*html #picleft{
	z-index:2;
	position:absolute;
	background:url(images/picleft.jpg) no-repeat;
	left:0px;
	top:0px;
	width: 455px; height: 569px;
}
*html #right{
	z-index:1;
	position:absolute;
	background:url(images/bg_right.gif) no-repeat;
	right:0px;
	top:18px;
	width: 301px; height: 301px;
}
#logo{
	z-index:20;
	background: url(images/cotd.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin:0px 0px;
	padding:0px;
	width: 648px; height:86px;
}
#login{
	padding:4px;
	background:url(images/top_bg.png) no-repeat;
	margin: 0px 0px 0px 0px;
	text-align:right;
	width: 640px; height: 58px;
}
*html #login{
	background:url(images/top_bg.gif) no-repeat;
}
#content_a{
	overflow:visible;
	z-index:15;
	padding:4px;
	margin: 2px 0px 0px 0px;
	text-align:left;
	width: 640px; height: auto;
}
a{
	text-decoration:none;
	color:#cccccc;
	font-size: 10px;
	letter-spacing:0px;
}
a:hover {
	text-decoration:none;
	color:#cc0000;
}
h2{
	font-size:14px;
	line-height:16px;
	letter-spacing:0px;
	font-family:Verdana;
	text-align:left;
}
.csc-mailform-field{
	margin:0px;
	padding:0px;
	border:0px;
	color:#eaeaea;
}
#user{
	margin:0px 0px 2px 10px;
}
#pass {
	margin:0px 0px 2px 13px;
}
#logfield {
	margin:0px 0px 2px 68px;
}


.eingabefeld, .eingabefeld-text, input, textarea{
	background: url(images/login_field-bg.gif);
	background-repeat:repeat-x;
	vertical-align: top;
	font-size:11px;
	color:#666666;
	width: 120px;
	border:solid 1px #525252;
}
#message, .message{
	font-family:Verdana;
	background:#250000;
	border:solid 1px #525252;
	color:#eaeaea;
	width: 380px;
}
.longerInput{
	background:#250000;
	border:solid 1px #525252;
	color:#eaeaea;
	margin:0px;
	width: 380px;
}
.radioInput{
	background:#250000;
	border:solid 1px #525252;
	color:#eaeaea;
	margin:0px;
	width: 13px;
	text-align:left;
	float:left;
}
*html .eingabefeld, .eingabefeld-text, input, textarea{
	width:108px;
}