/* CSS Document */

body {
  color: #333;
  background: #dedede;
  font-family: "Trebuchet MS", verdana,arial, sans-serif;
  font-weight: normal;
  font-size: 100.01%;
  padding: 0;
  margin: 0;
  text-align: center;
}


*{padding: 0;
  margin: 0;
  }



/*Struktur*/
   
/*#rahmen {
	width: 800px;   	
   	text-align: left;
 	position: absolute;
  	top:50%;
  	left:50%;
  	margin-left:-400px;
  	margin-top:-300px;
  	background: #fff;
  	color: #333;
  } */

#rahmen {
	width: 800px;
	margin: 0 auto;
	margin-top: 25px;
	text-align: left;
	background: #fff;
  	color: #333;
	} 


#header{
	width: 800px;
	height: 190px;
	/*background: url(images/kolberg.jpg) top left no-repeat;*/
	position: relative;
	}  
	
#header img {
	width: 800px;
	height: 190px;
	border: 0;
	z-index: 10;
	}

#logo {
	background: url(images/matthias-kolberg-logo.gif) top left no-repeat;
	width: 209px;
	height: 102px;
	position: absolute;
	top: 0px;
	right: 23px;
	z-index:0;
	}  

#navi {
	background: #bd2418;
	color: #fff;
	width: 800px;
	height: 25px;
	}  
	
#main{
	width: 800px;
	height: 25px;
	margin-top: 35px;
	/*float: left;*/
	}
	
#content {
	width: 450px;
	/*height: 300px;*/
	float: left;
	margin-left: 40px;
	padding-bottom: 30px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	}

#sidebar {
	width: 207px;
	float: right;
	margin-right: 23px;
	border-top: 1px solid #999;
	border-bottom:  1px solid #999;
	}

#footer {
	clear: both;
	width: 800px;
	background: #fff;
	padding-bottom: 10px;
	}

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

/*Navigation*/

#navi ul {
	padding: 0px;
	margin: 0 0 0 40px;
	list-style: none;
	}

#navi ul li {
	display: inline;
	margin-right: 30px;
	font-size: 90%;
	}

#navi ul li a{
	background: #bd2418;
	color: #fff;
	/*display: block;*/
	line-height: 25px;
	vertical-align: baseline;
	letter-spacing: 0.1em;
	}


/*Textauszeichnung*/

#content p {
	font-size: 90%;
	line-height: 1.3em;
	}

h1 {
	font-size: 90%;
}

h2 {
	font-size: 1.15em;
	color: #bd2418;
	background: #fff;
	margin-bottom: 3px;
	letter-spacing: 0.1em;
}

h3 {
	font-size: 1em;
	color: #bd2418;
	background: #fff;
	margin-bottom: 3px;
	letter-spacing: 0.1em;
	}

#content p {
	margin-bottom: 20px;
	}
	
#content table td {
	font-size: 75%;
	margin-bottom: 15px;
	width: 220px;
	padding-top: 10px;
	vertical-align: top;
	}
	
#content table td.vita {
	font-size: 90%;
	margin-bottom: 15px;
	width: auto;
	padding-top: 10px;
	vertical-align: top;
	}

#sidebar p {
	font-size: 85%;
	line-height: 1.3em;
	margin: 15px 0;
	}

#sidebar p.red {
	font-size: 90%;
	color: #bd2418;
	background: #fff;
	border-top: 1px solid #999;
	border-bottom:  1px solid #999;
	padding: 15px 0;	
	}

#sidebar table {
	font-size: 80%;
	margin-bottom: 15px;
	}
	
td.tag {
	width: 25px;
}

td.zeit {
	padding-right: 5px;
	}
	
#footer p {
	margin-left: 40px;
	font-size: 70%;
	border-top: 1px solid #999;
	width: 450px;
	padding-top: 5px;
	margin-top: 30px;
	}	


/*diverse */
a { text-decoration: none;
    }

a:link    { color: #B82718;}
a:visited { color: #B82718;}
a:focus, a:hover, a:active   { color: #B82718;
                               text-decoration: none;
							   }

.rot 
	{color: #B82718;
	 background: #ffffff;
	 font-size: 80%;
	 border-top: 1px solid #B82718;
	 }
	 
#plan
   {width: 400px;
    font-size: 70%;
	line-height: 140%;
	padding: 0 30px 0 20px;
	border:1px solid #B82718;
	margin: 20px;
	text-align: left;
	}

#plan p
    {font-size: 100%;
	 margin-top: 20px;}
	 


/* popup */
.popup
  {background: #fff;
   background-image: none;}
	 
