   * {
	padding: 0;
	margin: 0;
}
   
   html, body {
   		margin:0px;
   		padding:0px;
   		font-family: Tomaha, Verdana, Arial, sans-serif;
   		font-size:80%;
   }
   
   #header {
   		background: #33B0DC;
   		min-width: 1000px;
   }
   
   #header .tagauswahl {
   		height:25px;
   		background:#21718F;
   		color: #FFFFFF;
   }
   
   #header a {
   		color: #FFFFFF;   
   }
   
   #header h1 {
	padding: 10px 0px 0px 10px;
}
   
   #header .logo{
		background: #143F4F;
		color: #FFFFFF;
		height: 48px;
   }
   
   #header .bgcolor {
	float: right;
	}
	
	#header .bgcolor input{
		font-size: 10px;
		padding: 1px;
		border: 1px solid #000000;
	}
   
   .inside {
   	padding:5px;
   }
   
   .grafik {
   	float:left;
   	margin:5px;
   	height:125px;
   	width:  auto !important;
   	width: 10px;
   }
   
   .grafik img {
   	max-height:105px;
   }
   .grafik .img {
   	   	height:105px;
   }
   
   .grafik .meta {
   	background: #EFEFEF;
   	white-space: nowrap;
   	text-align: center;
   	padding: 2px;
   	height: 16px;
   	line-height: 16px;
   	
   }
   
   .tagwolke a {
   	text-decoration:none;
   }
   .tagwolke a:hover {
   	text-decoration:underline;
   }
   
   #search_result {
	
	display: none;
	position: absolute;
	right: 10px;
	top: 44px;
	width: 248px;
	padding: 5px 0px;
	background: #FFFFFF;
	}
	
	#search_result a{
		color:  #000000;
		text-decoration: none;
		display: block;
		width: 244px;
		padding: 2px;
}

	#search_result a:hover{
	background: #DEDEDE;
}

#search_result ul {
	
	list-style: none;
}
	#search_result small {
	font-size: 7px;
}
	#header .search_box {
	
		float: right;
		padding: 10px;
		font-size: 13px;
		font-weight: bold;
		color: #ffffff;
	}
	
	#header .search_box input{
	width: 248px;
	border: 0px;
	padding: 1px;
}

#footer {
	font-size: 8px;
	padding: 5px;
	text-align: right;
	clear: left;
}

#vorschau {
	min-height: 500px;
}

#googleads {
	float: left;
	width: 160px;
	height: 600px;
	padding: 0px 5px 10px 5px;
}

p {
	
	margin: 20px;
	font-size: 15px;
}
