@import url("../../rsc/css/basic.css"); /* Import basic styles */
@import url("../../rsc/css/img.css");   /* Import standard image styles */
@import url("../../rsc/css/blog_elements.css"); /* Import standard blog elements styles */
@import url("../../rsc/css/forms.css"); /* Import default form styles */
@import url("../../rsc/css/comments.css");      /* Import default comment styles */

  body{
	background-image: url('bg.png');
	background-position: right;
	background-repeat: repeat-y;
	margin: 0px;    
	font-family: Arial;
  }
  .site{
	background-image: url('hg.jpg'); 
	background-position: left;
	background-repeat: repeat-y;
	width: 890px;
	border-collapse: collapse;  
  }
  .site th{                                                      
	height: 170px;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;       
	color: #CCCCCC;
	text-align: left;
	padding-left: 370px;
	padding-bottom: 25px;
  }
  .site th h1{
	color: #FFFFFF;
	letter-spacing: 2;
	margin: 0px;
	margin-bottom: 5px;
  }
  .navi{
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000000;                                          
	padding-left: 210px;
	border-right: 1px dotted #999999;                
	color: #333333;                 
	font-size: 10pt;
  }
  .navi a:link, .navi a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
  }   
  .navi a:hover, .navi a:focus, .navi a:active{
	color: #BE3839;    
  }
  .main{
	border-bottom: 1px dotted #999999;      
	height: 400px;   
	padding-top: 5px;                                         
	padding-left: 210px;
	border-right: 1px dotted #999999;                
	color: #333333;                 
	font-size: 10pt;
  }
  .main h2{
	margin: 0px;
	margin-top: 0px;
  }
  .eintrag {
	padding-left: 20px;  
  }
  .msg {
	empty-cells: hide;
  }
  .msg div{
	border: 2px solid #0D95F4;
	background-color: #D8F3FD;
	color: #0B7DD2;
	font-weight: bold;
	padding: 6px;
	padding-left: 30px;
	margin-top: 10px;
	background-image: url('info.png');
	background-position: 3px 3px;
	background-repeat: no-repeat;
  }

a.header {
	text-decoration: none;
	color: #ffffff;
}
  
/*** einträge ***/

.dateline{
	background-color: #FCCBCB;
	padding: 3px;
	padding-left: 7px;
	width: 85px;
	font-size: 14pt;
	color: #B02F34;
	margin-top: 10px;
}
.eintrag {
	margin-bottom: 10px;
	border: 0px none;
	border-top: 2px solid #B02F34;
	padding-left: 10px;
	padding-right: 10px;
	border-collapse: collapse;
}

.eintrag table{
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-top: 5px;
}

.eintrag legend{
	font-size: 15pt;
	color: #000000;
}

.eintrag .zeit{
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
	background-color: #FDD7D7;
	padding-left: 5px;
}

.eintrag .titel, .titel h2{
	width: 100%;
	font-size: 13pt;
	padding-left: 6px;
	font-weight: bold;
	background-color: #FDD7D7;
	padding-top: 4px;
}
.eintrag .titel a:link, .eintrag .titel a:visited{
	color: #000000;
	text-decoration: none;
}
.eintrag .titel a:hover{
	text-decoration: underline;
}

.eintrag .kat{
	font-size: 11px;
	color: #666666;
	border-bottom: 1px dotted #B02F34;
	padding-bottom: 3px;
	background-color: #FDD7D7;
	padding-left: 5px;
}
.eintrag .kat a:link, .eintrag .kat a:visited{
	color: #666666;	
}

.eintrag .text{
	padding: 5px;
	font-size: 11pt;
	padding-top: 0px;
}
