@CHARSET "UTF-8";
body, html, h1, h2, h3, h4, h5, h6, p, ul {
	margin:0;
	padding:0;
}

html
{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:13px;
	line-height:20px;
	color:#333333;
}

html, body{
width: 100%;
min-height:100%;}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#333333;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}

a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
}
a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
#addthis {
	background-color: #ffffff;
	height: 24px;
	width: 204px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}


h1, h2, h3 {
	color:#333333;
	text-shadow:1px 1px #fff;
}

h1 {
	font-size:16px;
	letter-spacing:0.1em;
	padding-bottom:22px;
}

ul {
	margin:0;
	padding:10px 20px;
}

#content ul li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.inner {
	position:relative;
	width:980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	position: relative;
	visibility: visible;
	background-position: center top;
	z-index: 10;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;	
}

#slider-top-black {
	height: 40px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.ueberschrift {
	height: 58px;
	width: 500px;
}

/*
 * Helper Classes
 */

/* Text Formats */
.w { color:#000000; }
.g1, .g1 a { color: #000000; } /* Grey 1 */
.g2, .g2 a { color: #000000; } /* Grey 2 (f.e. Top Links)*/
.g3, .g3 a { color: #000000; } /* Grey 3 (f.e. Footer)*/
.g4, .g4 a { color: #000000; } /* Grey 4 (f.e. Mainnav) */
.g5, .g4 a { color: #000000; } /* Grey 5 (f.e. H1) */
.gr1, .gr1 a { color: #000000; } /* Green 1 */

.b { font-weight:bold; }
.bn { font-weight:normal; }
.u { text-decoration:underline; }
.i { font-style: italic; }

.s11 { font-size:11px; }
.s12 { font-size:12px; }
.s13 { font-size:13px; }
.s14 { font-size:14px; }
.s16 { font-size:16px; }
.s18 { font-size:18px; }

.ta_l { text-align: left; }
.ta_c { text-align: center; }
.ta_r { text-align: right; }

.tsh { text-shadow:1px 1px #fff; }
.tshg { text-shadow:1px 1px #efefef; }

/* Floats */
.box-links {
	float:left;
	width: 220px;
	text-align: left;
	margin-right: 20px;
}

.box-mitte-startseite {
	float:left;
	text-align: justify;
	background-image: url(images/box-mitte-backgr.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 30px;
}

.box-mitte-deucin-unterseiten {
	float:left;
	text-align: justify;
	background-image: url(images/box-mitte-backgr-unterseiten.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 150px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.box-mitte-dechgroup-unterseiten {
	float:left;
	text-align: justify;
	background-image: url(images/box-mitte-backgr-unterseiten.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 77px;
	margin-left: 140px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.box-rechts {
	float:right;
	text-align: right;
	margin-left: 20px;
}


.clr, .clear { clear:both; }


/* Misc */
.disabled {
	opacity:0.5;
}
.fliesstext_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #33333;
	line-height: 10px;
}

.ueberschrift-fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
