﻿/* Created by http://freehtml5templates.com */
/* reset */
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* Scrollbalken erzwingen */
html {
	overflow-y: scroll;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}
body {
	line-height: 1;
	background-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}
/* layout */
#wrapper {
	width: 955px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
nav {
	width: 955px;
	height: 50px;
	margin: 0 auto;
	background: #333;
}
header {
	width: 955px;
	height: 200px;
	margin: 0 auto;
	background: #fff url('../images/hintergrund-bild-mosel.png') no-repeat left top;
}
#main {
	width: 955px;
	margin: 0 auto;
	padding-top: 30px;
	background-color: #F0F0F0;
	overflow: hidden;
}
#content {
	float: right;
	width: 700px;
}
#Iframe_Belegung {
	width: 955px;
	margin: 0 auto;
	padding-left: 80px;
	background: #E3E1E4;
	overflow: hidden;
	border: 0px;
	frameborder:0px;	
	marginheight: 8px;
	marginwidth:="6";
	scrolling: no; 
}
#sidebar {
	float: left;
	padding-left: 20px;
	width: 210px;
	-moz-border-radius: 5px; /* Firefox */;
	-webkit-border-radius: 5px; /* Safari and Chrome */;
	border-radius: 5px;
/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */border: none;
	-moz-box-shadow: 3px 3px 7px #777; /* Firefox */;
	-webkit-box-shadow: 3px 3px 7px #777; /* Safari and Chrome */;
	box-shadow: 3px 3px 7px #777;
/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */behavior: url(/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
footer {
	width: 955px;
	margin: 0 auto;
	clear: both;
}
/* basics */
h3, h4, h5, h6 {
	font-weight: bold;
	clear: both;
	color: #333;
	font-size: 14px;
}
a:link, a:visited {
	color: #972a2a;
}
a:hover, a:active {
	color: #333;
}
p {
	margin-bottom: 18px;
}
li {
	padding-left: 0px;
}
/* nav */
nav .menu {
	font-size: 12px;
	font-weight: bold;
}
nav .menu ul {
	margin: 0;
	padding: 17px 0 0 20px;
	list-style: none;
	line-height: normal;
}
nav .menu li {
	display: block;
	float: left;
	padding-left: 4px;
}
nav .menu a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 0px 4px 0px 2px;
	text-decoration: none;
	color: #ddd;
}
nav .menu a:hover {
	text-decoration: underline;
}
/** HEADER */
header h1 {
	margin: 30px 0 0 0;
	padding: 20px 180px 0 30px;
	line-height: normal;
	float: right;
	font-size: 60px;
	text-shadow: 3px 1px 1px #000; /** Stärke, Versatz nach unten rechts, Weichzeichnerradius, Farbedes Schattens **/;
	filter: dropshadow(color=#000000, offx=1, offy=1); /** Schattenwurf für IE **/
}
h1 {
	font-weight: bold;
	clear: both;
	color: #FFFF00;
}
header h2 {
	margin: 0;
	padding: 40px 180px 0 30px;
	line-height: normal;
	float: right;
	font-style: italic;
	font-size: 18px;
	color: #FFFF00;
	text-shadow: 3px 1px 1px #000; /** Stärke, Versatz nach unten rechts, Weichzeichnerradius, Farbedes Schattens **/;
	filter: dropshadow(color=#000000, offx=1, offy=1); /** Schattenwurf für IE **/
}
h2 {
	font-weight: bold;
	clear: both;
}
header h1 a:link, header h1 a:visited {
	text-decoration: none;
	color: #fff;
}
header h1 a:hover {
	text-decoration: underline;
}
/** ARTICLES **/
article img {
	border: none;
	-webkit-box-shadow: 3px 3px 7px #777;
	-moz-box-shadow: 3px 3px 7px #777;
}
#content p, ul, ol, hr {
	margin-bottom: 24px;
}
#content ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
#content h3, h4, h6 {
	color: #333;
	margin: 0 0 20px 0;
	line-height: 1.5em;
	}
}
	#content h5 {
	color: #333;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* sidebar and footer widget blocks */
aside h3 {
	font-size: 22px;
}
aside ul {
	list-style: none;
	margin-bottom: 20px;
	margin-top: -15px;
}
.logo {
	margin-left: 10px;
	border-style: none;
	-moz-border-radius: 5px; /* Firefox */;
	-webkit-border-radius: 5px; /* Safari and Chrome */;
	border-radius: 5px;
/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */border: none;
	-moz-box-shadow: 3px 3px 7px #777; /* Firefox */;
	-webkit-box-shadow: 3px 3px 7px #777; /* Safari and Chrome */;
	box-shadow: 3px 3px 7px #777;
/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */behavior: url(/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
.img {
	border-style: none;
	-moz-border-radius: 5px; /* Firefox */;
	-webkit-border-radius: 5px; /* Safari and Chrome */;
	border-radius: 5px;
/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */border: none;
	-moz-box-shadow: 3px 3px 7px #777; /* Firefox */;
	-webkit-box-shadow: 3px 3px 7px #777; /* Safari and Chrome */;
	box-shadow: 3px 3px 7px #777;
/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */behavior: url(/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
#footer-area {
	background: #333;
	color: #FFF;
	font-size: 90%;
	padding: 18px 0;
	overflow: hidden;
}
.footer-segment {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 190px;
}
footer aside h4 {
	color: #FFF;
	font-size: 14px;
	line-height: 1.5em;
}
footer a:link, footer a:visited {
	color: #E3E1E4;
}
footer p {
	margin-top: -15px;
}
table {
	font-size: 12px;
}

