
body, input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
}

body{
	margin:15px;
	background-image: url('img/bgr.jpg');
	background-position: center top;
	background-color: #245EAC;
	background-attachment: fixed;
}

a{
	text-decoration: none;
	color: #0073B5;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0 0 1em;
}

td{
	vertical-align:top;
	text-align:left;
}

form{
	margin:0px;
	padding:0px;
}

input[type="text"], select, textarea{
  border: 1px solid #CCCCCC;
  padding:1px;
}

label[for]{
	cursor:pointer;
}

img{
	border: none;
}

hr{
	height:0;
	border:0;
	border-top:1px solid #0073B5;
}

hr.spacer{
	display:none;
}

.small{
	font-size: 0.9em;
}

.highlight{
  background-color: yellow;
}

.mtext{
  clear:both;
	line-height: 150%;
	padding: 10px 15px;
  margin-top: 1em;
  background: url('img/bow-grey.png') top left no-repeat;
}

.shadow{
  box-shadow: 3px 3px 3px #ccc, -3px -3px 3px #ccc, 3px -3px 3px #ccc, -3px 3px 3px #ccc;
  -moz-box-shadow: 3px 3px 3px #ccc, -3px -3px 3px #ccc, 3px -3px 3px #ccc, -3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc, -3px -3px 3px #ccc, 3px -3px 3px #ccc, -3px 3px 3px #ccc;
}

.pictureframe{
  margin-right:5px;
  border: 1px solid #BCBCBC;
}

h1, h2, h3, h4, h5, h6{
	margin:0px;
  padding:0px;
  font-size: 1em;
}

h2{
	font-size: 1.2em;
	color: #56940B;
  margin-bottom: 10px;
}

h2.titel{
  text-transform: uppercase;
  color: #4F4F4F;
}

h3{
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 10px;
}

h5{
  padding-bottom:5px;
}

ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li{
	margin:0px;
	padding:0px;
}

#wrapper{
	width: 912px;
	margin:auto;
	background: url('img/bgr-top.png') left top repeat-x;
	border:2px solid #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
	padding:21px;
}

#header{
	width:908px;
  height:41px;
	background: url('img/bgr-header.png') left top no-repeat;
	overflow: hidden;
}

#header img.logo{
	float:left;
	padding:12px 15px;
}

#header img.title{
	float:right;
	margin-right: 10px;
	margin-top:1px;
}

#headerimage{
  height: 90px;
  width:911px;
  background: url('img/header.jpg') left top no-repeat;
	margin-top:10px;
}

#pagebody{
  min-height:500px;
	overflow: hidden;
  position:relative;
  left:-3px;
}

#nav{
	float:left;
	width: 190px;
}

#nav h2{
  display:none;
}

#content{
  width: 502px;
  overflow:hidden;
  margin-top:3px;
}

#content h1{
  margin-bottom: 1em;
}

#content div.cbox{
  width:502px;
  padding:0px;
  margin-bottom:10px;
  background: url('img/cbox-header.png') left top no-repeat;
}

#content div.cbox div.header{
  height:10px;
}

#content div.cbox div.body{
  padding:5px 15px 0px;
  border-width: 0px 1px;
  border-style: solid;
  border-color: #DEDEDE;
  /*background: url('img/cbox-body.png') left top repeat-y;*/
  overflow:hidden;
}

#content div.cpanel1{
  clear:both;
  float:left;
  width:315px;
  height:87px;
  padding: 15px 8px 0px 30px;
  margin: 0px 15px 10px 0px;
  overflow:hidden;
  background: url('img/cpanel1.png') left top no-repeat;
}

#content div.cpanel1 img.autor{
  float:left;
  height: 75px;
  width:65px;
  margin-right:10px;
  border: 1px solid #BCBCBC;
}

#content div.cpanel1 h4{
  overflow: hidden;
  white-space: nowrap;
  color: #56940B;
}

#content div.cpanel1 h4 a{
  color: #56940B;
}

#content div.cpanel1 h5{
  overflow: hidden;
  white-space: nowrap;
}

#content div.cpanel1 p{
  overflow: hidden;
}

#content div.cpanel2{
  float:left;
  width:88px;
  height:90px;
  padding: 15px 5px 0px;
  background: url('img/cpanel2.png') left top no-repeat;
  text-align:center;
}

#content div.cpanel2 div.logo{
  height: 25px;
  overflow: hidden;
}

#content div.cpanel2 p{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  height: 18px;
  margin: 12px 0px 5px;
}

#content div.cpanel2 span img{
  padding: 5px 3px;
}

#content div.cbox div.footer{
  height:11px;
  background: url('img/cbox-footer.png') left top no-repeat;
}

#sidebar{
  float:right;
  width:214px;
}

#sidebar div.sidebox{
  width:214px;
  padding:0px;
  margin-bottom:10px;
}

#sidebar div.sidebox div.header{
  height:16px;
  background: url('img/sidebox-header.png') left top no-repeat;
}

#sidebar div.sidebox div.body{
  padding:5px 10px 0px 15px;
  background: url('img/sidebox-body.png') left top repeat-y;
  overflow:hidden;
}

#sidebar div.sidebox div.footer{
  height:6px;
  background: url('img/sidebox-footer.png') left top no-repeat;
}

#sidebar #msuche p{
  margin: 0.8em 0 0.2em;
}

#sidebar #news h2{
  width:113px;
  height:36px;
  background: url('img/newsheader.png') left top no-repeat;
  text-indent: -9999px;
  margin-bottom: 1em;
}

#footer{
	margin-top:20px;
	height: 46px;
	background: url('img/bgr-footer.png') center bottom no-repeat;
}


div.senderlinks img.senderlogo{
  cursor: pointer;
  margin: 5px 15px 15px 0px;
  vertical-align:top;
}

#content ul.list_autoren{
  list-style: none;
  margin:0px;
  width:50%;
  float:left;
}

ul.list_links{
  list-style-type: circle;
  padding-left: 15px;
}

div.manuskripte div.panel{
  width:50%;
  float:left;
  margin-top: 10px;
}

div.manuskripte div.panel a{
  background-color: #EEEEEE;
  padding: 5px;
  display: block;
  margin: 5px 10px 0px 0px;
}

div.manuskripte div.panel a:hover{
  color: #FFFFFF;
  background-color: #0D274E;
  text-decoration: none;
}

#content ul{
  list-style: disc;
  margin: 0px 15px 0px;
}
#content ul li{
  padding: 0px 0px 5px;
}

/* Gästebuch */

.gb-form{
  margin-bottom:20px;
}

.gb-pages{
  text-align:right;
}

.gb-entry{
  margin-top:20px;
}

.gb-entry-title{
  background-color: #ddd;
  padding:2px;
}

.gb-entry-nr{
  display:none;
}

.gb-entry-name{
  font-weight: bold;
}

.gb-entry-text{
  padding: 2px;
}

/* Navigation */

#nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li{
	width: 180px;
	height: 35px;
	margin-bottom: 5px;
	background: url('img/nav-item.png') left top no-repeat;
	text-transform:uppercase;
}

#nav ul li.impressum{
	height: 30px;
}

#nav ul li a{
	display: block;
	width: 130px;
	height:22px;
	padding-top: 8px;
	padding-left:	50px;
	color: #FFFFFF;
}

#nav ul li a:hover{
	text-decoration: none;
}

/* Navigation Farben */

#nav ul li.start{
	background-color: #0D274E;
}
#nav ul li.wirueberuns{
	background-color: #132D55;
}
#nav ul li.manuskripte{
	background-color: #1C365D;
}
#nav ul li.autoren{
	background-color: #264068;
}
#nav ul li.radio{
	background-color: #314D74;
}
#nav ul li.fernsehen{
	background-color: #3E5A81;
}
#nav ul li.gaestebuch{
	background-color: #4A678D;
}
#nav ul li.links{
	background-color: #557397;
}
#nav ul li.impressum{
	background-color: #5D7B9F;
}

#nav ul li.start:hover{
	background-color: #1B5086;
}
#nav ul li.wirueberuns:hover{
	background-color: #511B86;
}
#nav ul li.manuskripte:hover{
	background-color: #861B50;
}
#nav ul li.autoren:hover{
	background-color: #861B86;
}
#nav ul li.radio:hover{
	background-color: #1B1B86;
}
#nav ul li.fernsehen:hover{
	background-color: #861B1B;
}
#nav ul li.gaestebuch:hover{
	background-color: #86511B;
}
#nav ul li.links:hover{
	background-color: #86861B;
}
#nav ul li.impressum:hover{
	background-color: #50861B;
}
