@charset "iso-8859-1";
				   
html {
	background-color:#F3F4F6;
	height: 100%;
}

body {
	width: 900px; 
	margin: auto;
	color: #5A5A5A;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	padding-bottom: 10px;
}	  
   
a {
  color: #af4949;
}
	
a img {
	border-width: 0px;
}	   

form {
	margin: 0px;
}
		
textarea, input, select {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	letter-spacing: 0px;
}		
   

.red {
	color: #af4949;	 
}

.title {	
	margin-top: 4px;
	width: 900px;
	height: 134px;
	background-image: url("../img/titelpanel.gif");
	margin-bottom: 4px;
}

.content {
	width: 900px;
	background-image: url("../img/content_bg.gif");
	background-repeat: repeat-y;
}			   

.content .top {
	width: 900px;
	height: 8px;
	background-image: url("../img/content_top.gif");
	background-repeat: no-repeat;
}

.content .bottom {								
	clear: both;
	width: 900px;
	height: 8px;
	background-image: url("../img/content_bottom.gif");	   
	background-repeat: no-repeat;
}

.content .body {
	float: left;
	width: 625px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 23px;
	min-height: 500px;
}

.content .menu {
	float: left;
	width: 162px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 30px;
	font-size: 11px;
	line-height: 19px;
	text-align: right;
}  		   

.content .menu h1 {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
}
	
.content .kategoriename {
	color: #af4949;	 
	font-size: 13px;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px; 	 
	font-weight: bold;
}		   
	  
.beitrag { 
	width: 602px;
	padding-top: 17px;
	padding-bottom: 19px;
	background-image: url("../img/trenner.gif");
	background-position: top;
	background-repeat: repeat-x;
}

.beitrag .header {
	color: #5A5A5A;	 
	font-size: 14px;
	font-weight: bold;
}		

.beitrag .text img {
	border-style: solid;
	border-width: 1px;
	border-color: #e5e7e5;
}  
					
.beitrag .edit {
	color: #af4949;	 
	font-size: 10px;
	padding-bottom: 12px;
	letter-spacing: 0px;
	line-height: 14px;
}		   

.beitrag .footer {
	color: #af4949;	 
	font-size: 10px;
	padding-top: 10px;
	letter-spacing: 1px;
	line-height: 14px;
}		   
	
	
.blaettern {	
	color: #af4949;
	width: 602px;
	padding-top: 17px;
	padding-bottom: 10px;
	background-image: url("../img/trenner.gif");
	background-position: top;
	background-repeat: repeat-x;
}
	
.kommentar_head {
	color: #af4949;	 
	font-size: 10px;
	padding-top: 20px;
	letter-spacing: 1px;
	line-height: 14px;
}

.kommentar_eingabe {
	padding-top: 15px;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: normal;
	padding-right: 10px;
	line-height: 16px;
}

.edit_beitrag {
	letter-spacing: 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	padding-bottom: 20px;
}	
			   
.small {
	letter-spacing: 0px;
	font-size: 10px;
	font-weight: normal;
}

.loginmaske th {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}	