/* CSS Document */
/* Standardwerte*/
* {margin: 0px; padding: 0px;}
body {
	font-size: 14px;
	color: #0A1A46;
}

h1 {
	font-size: 22px;
	color: #263150;
	margin-bottom: 6px;
}

h2 {
	font-size: 20px;
	color: #263150;
	margin-bottom: 6px;
}

h3 {
	font-size: 18px;
	color: #263150;
	margin-bottom: 6px;
}

h4 {
	font-size: 16px;
	color: #263150;
	margin-bottom: 6px;
}

h5 {
	font-size: 15px;
	color: #263150;
	margin-bottom: 6px;
}

h6 {
	font-size: 14px;
	color: #263150;
	margin-bottom: 6px;
}

div#main p {
	margin-bottom: 10px;
}

div#site {
	width: 990px;
	margin: auto;
}

	div#header {
		text-align: center;
	}
	
		div#top {
			padding: 5px;
			text-align: center;
			background-color: #0A1A46;
			color: #CFB274;
			font-size: 17px;
		}
		
			div#top ul {
				list-style: none;
			}
			
			div#top li {
				display: inline-block;
				margin: 0px 4px;
				padding: 0px 4px;
			}
	
	div#content {
		margin: 10px auto;
	}
		div#content ul {
			margin-left: 5px;
		}
	
		div#left {
			width: 170px;
			float: left;
		}
			div#left ul {
				list-style: none;
			}
		
		div#right {
			width: 170px;
			float: right;
		}
		
		div#main {
			width: 600px;
			margin: auto;
			padding: 5px;
			border: 1px solid #0A1A46;
			border-radius: 15px;
		}
	
	div#footer {
		padding: 5px;
		text-align: center;
		background-color: #0A1A46;
		color: #CFB274;
		border: 1px solid #0A1A46;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}

.copyright {font-size: 11px;}

.left_site {
	padding: 5px;
	border: 1px solid #0A1A46;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-left: none;
}

.right_site {
	padding: 5px;
	border: 1px solid #0A1A46;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-right: none;
}

.top_menue a, a:visited {
	color: #CFB274;
	text-decoration: none;
}

.top_menue a:hover {
	color: #FF0;
	text-decoration: underline;
}

.left_menue a, a:visited {
	color: #670A0A;
	text-decoration: none;
}

.left_menue a:hover {
	color: #9F2020;
	text-decoration: underline;
}

.left_menue a:before {
	content: url(../images/navi-klein-rot.gif);
}

.left_menue_txt {
	font-size: 15px;
	font-weight: bold;
	color: #670A0A;
}