@charset "UTF-8";
body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	vertical-align: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(images/layout/page_bg.jpg);
}
.menu2 {
	text-align: left;
	margin-left: 20px;
}
a:link {
	color: #004d7e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004d7e;
}
a:hover {
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.Ueberschrift {
	color: #CC0000;
	font-size: 20px;
	text-align:right;
	font-weight:bold;
}

.M_Ueberschrift {
	color: #CC0000;
	font-weight:bold;
}
.S_Ueberschrift {
	color: #CC0000;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
}
.S_Rahmen {
	border: 1px solid #d3d3d3;
}
.links {
	text-align: left;
	vertical-align: top;
}
.rechts {
	text-align: right;
	vertical-align: top;
}
.center {
	text-align: center;
	vertical-align: top;
}
.klein {
	font-size: 10px;
	color: #666;
	vertical-align:text-top;
}
.teaser {
	vertical-align: top;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-color: #d3d3d3;
	padding-bottom: 3px;
}
.teaser_schlagzeilen {
	text-align: justify;
	vertical-align: top;
	font-size: 13px;
	padding-left:25px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-color: #d3d3d3;
}
.teaser_datum {
	font-size: 10px;
	color: #666;
	vertical-align:text-top;
	padding-top: 10px;
}
.tag_special {
	font-size: 10px;
	color: #666;
	border: #CC0000 1px solid;
	margin-top: 10px;
	text-align:right;

}
.tag {
	font-size: 10px;
	color: #666;
	border: #d8d8d8 1px solid;
	margin-top: 10px;
	text-align:right;
}
.h1 {
	font-size: 30px;
}
.h2 {
	font-size: 24px;
}
.h3 {
	font-size: 20px;
}
.h4 {
	font-size: 16px;
}


.foto0 {
	width:200px;
	height:300px;
	z-index:1;
	border:#FFF solid 0px;
	float: left;
	margin-right: 8px;
}
.foto0quer {
	width:300px;
	height:200px;
	z-index:1;
	border:#FFF solid 0px;
	float: left;
	margin-right: 8px;
}

.foto1 {
	width:100px;
	height:150px;
	margin-left:-10px;
	z-index:1;
	border:#FFF solid 1px;

}
.foto1quer {
	width:150px;
	height:100px;
	margin-left:-10px;
	z-index:1;
	border:#FFF solid 1px;

}

.foto2 {
	width:80px;
	height:120px;
	z-index:2;
	margin-bottom:15px;
	margin-left:-10px;
	border:#FFF solid 1px;

}
.foto2quer {
	width:120px;
	height:80px;
	z-index:2;
	margin-bottom:15px;
	margin-left:-10px;
	border:#FFF solid 1px;
}

.foto3 {
	width:60px;
	height:90px;
	z-index:3;
	margin-bottom:30px;
	margin-left:10px;
	border:#FFF solid 1px;
}
.foto3quer {
	width:90px;
	height:60px;
	z-index:3;
	margin-bottom:30px;
	margin-left:20px;
	border:#FFF solid 1px;
}
.foto_-1deg {
	box-shadow:2px 2px 10px #000;
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
.foto_1deg {
	box-shadow:2px 2px 10px #000;
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	transform: rotate(1deg);
}



/* #Buttons
================================================== */

	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 21px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  margin: 2px; }

	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }
