@charset "utf-8";
/*  
Theme Name: Magazina
Theme URI: http://www.kronsberg.info
Description: Magazin-Theme für Wordpress. Erstellt für Kronsberg.info
Version: 1.0
Author: Kai Kreisköther
Author URI: http://www.kronsberg.info

*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#707070;
}

p {
	margin:0px;
}

#head {
	width:790px;
	height:108px;
	z-index:1;
	background-image:url(images/head.png);
}

#naviline {
	margin-top:-26px;
}

.headnavi {
	display:block;
	height:16px;
	float:left;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

	margin-left:15px;
	padding:4px;
	padding-top:6px;
	
	text-decoration:none;
	color:#8e3557;
}

.headnavi:hover {
	background-color:#f7f2b2;
}

#headnavi1 {
	margin-left:13px;
}

#mastercolumn{
	width:790px;
	margin-top:26px;
	background-color:#FFFFFF;
}

#leftcolumn {
	width:545px;
	margin-left:5px;
	float:left;
}

#rightcolumn {
	width:240px;
	float:left;
}

.fullcontent, .singlecontent {
	width:527px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-bottom:15px;
	text-align:justify
}

.fullcontent p, .singlecontent p {
	margin-bottom:10px;
}

.fullcontent p img, .singlecontent p img {
	margin:5px;
}

.fullcontent a, .singlecontent a {
	color:#8e3557;
	text-decoration:none
}

.fullcontent a, .singlecontent a:hover {
	color:#4a1a2c;
}

.leftcontent {
	width:255px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-bottom:15px;
	margin-right:17px;
	float:left;
	text-align:justify
}

.contenthead {
	font-size:16px;
	font-weight:bold;
	color:#8e3557;
	margin-bottom:3px;
}

.leftcontent .contenthead{
	font-size:12px;
	height:30px;
}

.contentmore {
	clear:both;
	font-size:10px;
	color:#8e3557;
}

.contentmore a{
	color:#8e3557;
	text-decoration:none
}

.contentmore a:hover{
	color:#4a1a2c;
}

#empfehlungen,#leserbriefe,#links {
	width:228px;
	margin-left:6px;
	margin-top:10px;
	background-color:#f7f2b2;
	background-image:url(images/round-bg.png)
}

#empfehlungen {
	margin-top:5px;
}

#empfehlungen a, #links a{
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#8e3557;
}

#empfehlungen a:hover, #links a:hover{
	color:#4a1a2c;
}

.round-content {
	width:208px;
	margin-left:10px;
	margin-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8e3557;
}

.round-head {
	font-size:14px;
}

.round-head a{
	text-decoration:none;
	color:#8e3557;
}

.round-head a:hover{
	color:#4a1a2c;
}

.clear {
	clear:left;
}
#footer {
	text-align:center;
	margin-top:25px;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8e3557;
}

#footer a{
	text-decoration:none;
	color:#8e3557;
}

#footer a:hover{
	color:#4a1a2c;
}

#empfehlungen ul {
  list-style:none;
  margin-left:0px;
  padding-left:0px;
}

#empfehlungen ul li {
  margin-left:10px;
  padding-left:0px;
}

#empfehlungen ul li a {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  display:block;
	font-size:14px;
	text-decoration:none;
	color:#8e3557;

}