
html, body {
	margin:0;
	padding:0;
	text-align:center;
}

body {
	background-color:#EAEAEA;
	background-image:url(layout/bg-logo.gif);
	background-attachment: fixed;
}

h1 {
	font-size:28px;
	margin:0;
	color:#FFF;
}

header-subtitle {
	font-size:12px;
	margin:0 0 0 5px;
	color:#FFF;
}

h2 {
	font-size:16px;
	margin:0;
}

h3 {
	font: normal normal bold 13px/1.5em "Arial";
	margin:0;
}

h4 {
	color:#FF0000;
	font-size:16px;
	text-align:center;
}

p {
	line-height:1.5em;
}

a {
color:#666;
text-decoration:none;
border-bottom:1px dotted #DF3636;
}

a:hover {
color:#DF3636;
text-decoration:none;
border-bottom:1px dotted #DF3636;
}

#container {
	text-align:left;
	margin:0 auto;
	padding:5px 15px;
	width:806px;
	height:auto;
	* height:100%;
	background:url(layout/bg-cnt.png) repeat-y;
	font:11px Arial,Helvetica,sans-serif;
	color:#666;
}

#banner {
	margin:7px;
	background:url(layout/banner.jpg) no-repeat;
	width:762px;
	height:200px;
	padding:10px 0 0 10px;
}

#dashed {
	width:730px;
	height:168px;
	padding:5px;
	border:1px dotted #FFF;
} 

#content {
	width:776px;
}

#cnt-box-left{
	float:right;
	width:265px;
	height:auto;
	margin:5px 0px 5px 5px;
	padding:10px;
	border:1px dotted #4562CE;
}

a:link #cnt-box-left{
color:#666;
text-decoration:none;
display:block;
}

a:hover #cnt-box-left{
color:#DF3636;
text-decoration:none;
display:block;
}

#cnt-box-right {
	float:left;
	width:265px;
	height:auto;
	margin:5px 5px 5px 0px;
	padding:10px;
	border:1px dotted #4562CE;
}

#main {
	width:585px;
	min-height:auto;
	float:left;
	padding:10px;
}

#main img {
float:right;padding:5px 0 0 5px;
}

#sideBar {
	float:left;
	width:141px;
	min-height:250px;
	height:auto;
	padding:10px 15px;
	text-align:justify;
}

#box {
	height:auto;
	width:126px;
	padding:10px 10px;
	border:1px dotted #4562CE;
	display:block;
}

a:link #box {
	color:#666;
	text-decoration:none;
	display:block;
}

a:hover #box {
	color:#DF3636;
	text-decoration:none;
	display:block;
}

#navBar {
	list-style:none;
	margin:5px 0;
	padding:0;
 /* background-color: #EFEFEF; */
}

#navBar a {
	text-decoration:none;
	padding:5px;
	width:136px;
	display:block;
	color:#666;
	border-bottom:1px dotted #4562CE;
}

#navBar a:hover {
	background:#DF3636;
	color:#ffffff;
}

#redLineU a {
	border-bottom:1px dotted #DF3636;
}

#redLineO a {
	border-top:1px dotted #DF3636;
}

#noLine a {
	border-bottom:0;
}

.comments {
	display:block;
	width:585px;
	margin:0;
	padding:5px 0 5px;
	border-top:1px dotted #4562CE;
}

#clear {
	clear:both;
}

#copy{
	padding-top:5px;
	text-decoration:none;
	text-align:center;
	font:10px Arial,Helvetica,sans-serif;
	color:#666;
}

#copy a{
	text-decoration:none;
	border-bottom:none;
	font:10px Arial,Helvetica,sans-serif;
	color:#666;
}

#bottom {
	margin:0 auto;
	height:10px;
	width:836px;
	background:url(layout/bg-foot.png) no-repeat;
}

.rednumber {
	color:#DF3636;
	font-size:13px;
	font-style:italic;
	font-weight:bold
}

div#werbung {
	width:570px;
	margin:0px 5px 5px 0px;
	padding:6px;
	padding-top:0px;
	border:1px dotted #4562CE;
	text-align:center;
}


.print_show {
	display:none;
}
