@charset "utf-8";

* {
	border						: 0;
	padding						: 0;
	margin						: 0;
}

body {
	font-size					: 0.75em;
	font-family				: Verdana, Arial, Sans-Serif;
	background				: #fff url('/images/logo-bg.jpg') repeat-x;
	color							: #000;
	line-height				: 1.50em;
	text-align				: center;
}
div.top, div.footer2 {
	width							: 990px;
	margin						: 0 auto;
}

.header, .content, .sidebar, .footer, .footer2 {
	text-align				: left;
}
div.header{
	height						: 143px;
	background				: url('/images/logo.jpg') no-repeat;
	
}
ul {
	list-style-type		: none;
	padding						: 4px 0 3px 5px;
	text-align				: left;
}
.navigation li {
	display						: inline;
	color							: #4e5663;
	border-right			: #768296 solid 1px;
	padding						: 0 15px 0 15px;
	font-size					: 0.90em;
}
.navigation li a {
	text-decoration		: none;
	color							: #4e5663;
}
.navigation li a:hover {
	color							: #b91515;
}

div.content {
	float							: left;
	width							: 590px;
	/* background-color	: #f7f7f7; */
}

		.content h2, .content h1 {
			font-size					:	1em;
			color							: #4e5663;
		}
		
		.content h1 {
			padding						: 1.50em 20px 0.50em 20px;
		}
		
		.content h2 {
			padding						: 1.5em 20px 0.25em 20px;
			background				: url('/images/content-trenner.jpg') no-repeat;
			margin-top				: 15px;
		}
		.content p {
			margin						: 10px 20px 10px 20px;
			font-size					:	0.95em;
		}
				
				.content a {
					text-decoration							: none;
					color												: #b91515;
					font-size										: 1em;
				}
				
				.content a:hover {
					text-decoration							: underline;		
				}
				
				.post-date {
					background-image: url('/images/date.gif');
					background-repeat: no-repeat;
					background-position: left center;
					padding						: 0 0 0 20px;
				}
				
				.post-kommentare {
					background-image: url('/images/comment_yellow.gif');
					background-repeat: no-repeat;
					background-position: left center;
					padding						: 0 0 0 20px;
				}
				
				.postinfos {
					padding											: 0 0 3em 0,
				}
	
	
div.sidebar {
	float							: right;	
	width							: 400px;
	background				: #ecf0f4 url('/images/logo-bg-sidebar.jpg') repeat-x;
	border-bottom			: 1px dotted #717C8E; 
	padding						: 20px 0 0 0;
	margin						: 0 0 20px 0;
}
		.sidebar h2{
			padding						: 15px 20px 10px 20px;
			font-size					:	1em;
			background				: url('/images/sidebar-trenner.jpg') no-repeat;
			margin-top				: 10px;
		}
		
		.sidebar p {
			padding						: 10px 20px 10px 20px;
			font-size					:	0.95em;
		}
		
		.sidebar * a {
			text-decoration		: underline;
			color							: #b91516;
		} 
		
		.sidebar * a:hover {
			text-decoration		: none;
		} 

div.footer {
	background-color	: #111111;
	clear							: both;
}

div.footer2 {
	color							: #fff;
	font-size					: 0.95em;
}

		.footer2 p {
			padding						: 10px 20px 10px 20px;
			font-size					:	0.95em;
		}
		
			.footer2 p a {
				color							: #e31b1e;
				text-decoration		: none;
			}
			
			.footer2 p a:hover {
				text-decoration		: underline;
			}






/* Formular: Kontakt */
#kontakt { margin: 0px 0px 0px 0; display: block; text-align: left; }
#kontakt label{ display: block; line-height: 1.7em; color: #666666; }
#kontakt input { border: 1px solid #90a3b1; width: 400px; color: #666666; background-image: url(/images/input-bg.jpg);padding:1px; }
#kontakt input:hover { border: 1px solid #FF0000; }
#kontakt textarea { border: 1px solid #90a3b1; width: 530px; color: #b1c4d2; background-image: url(/images/input-bg.jpg); background-repeat: repeat-x; height: 200px;padding:1px;}
#kontakt textarea:hover { border: 1px solid #FF0000; }
#kontakt input.senden { border: 0; width: 140px; color: #b1c4d2; background-image: url(/images/bg-form.jpg); height: 34px; margin: 10px 0px 0px 401px; padding:0; }
#kontakt input.senden:hover { border: 0; }
#kontakt input.eingabefehler, #kontakt textarea.eingabefehler  { border: 1px solid #FF0000; padding:1px; }
