@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- Allgemein ----------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
	border:0;
	}
	
input, textarea {
	border:1px solid #999;
	}
	
img, div, input, a { 
	behavior: url("iepngfix.htc");
	}
	
div#header span {
	display:none;
	}
	
.floatstop {
	clear:both;
	float:none;
	}
	
h1 {
	font:18px/20px Arial;
	color:#a80729;
	text-transform:uppercase;
	padding:0 0 10px 0;
	letter-spacing:2px;
	}
	
h2 {
	font:bold 12px/20px Arial;
	color:#06F;
	}
	
a {
	color:#039;
	text-decoration:underline;
	}
	
a:hover {
	color:#039;
	text-decoration:none;
	}
	
.smalltext {
	font-size:11px;
	line-height:16px;
	}
	
div#content-main a img  {
	padding:5px;
	background-color:#FFF;
	border:1px solid #CCC;
	}
	
.border {
	padding:5px;
	background-color:#FFF;
	border:1px solid #CCC;
	}
	
body {
	background:#ffffff url(../images/index/bg-body.jpg) center top repeat-x;
	font:12px/20px Arial;
	color:#333;
	}

.red {
border: solid 2px #A30627;
	width: 500px;
	padding: 6px 0px 6px 6px;
}
/* ------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- Container ----------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
	
div#container {
	width:980px;
	height:auto;
	margin:40px auto 0 auto;
	}
	
/* ------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- Header ----------.--------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
	
div#header {
	background:url(../images/index/bg-header.jpg) 0 0 no-repeat;
	width:980px;
	height:131px;
	position:relative;
	}

div#header a#branding {
	background:url(../images/index/bg-branding.png) 0 0 no-repeat;
	width:413px;
	height:179px;
	display:block;
	position:absolute;
	top:-50px;
	right:25px;
	cursor:pointer;
	}
	
/* ------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- Navigation ---------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

div#navi {
	background:url(../images/index/bg-navi.png) 0 0 no-repeat;
	width:958px;
	height:41px;
	padding:0 11px;
	}
	
div#navi li {
	list-style:none;
	float:left;
	}
	
div#navi a {
	background:url(../images/index/bg-navi-down.gif) right 0 no-repeat;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	width:136px;
	height:31px;
	text-align:center;
	padding:10px 0 0 0;
	}
	
div#navi a:hover {
	background:url(../images/index/bg-navi-hover.gif) right 0 no-repeat;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#6ab4ff;
	}
	
div#navi a#navi01 {
	width:141px;
	}
	
div#navi a#navi07 {
	background:none;
	width:137px;
	}
	
div#navi a:hover#navi07 {
	background:url(../images/index/bg-navi-hover.gif) 1px 0 no-repeat;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#6ab4ff;
	}
	
/* ------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- Content ------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
	
div#content {
	background:url(../images/index/bg-content.png) 0 0 repeat-y;
	}
	
div#content-main {
	background:url(../images/index/bg-content-main.jpg) 10px bottom no-repeat;
	height:auto !important;
	min-height:200px;
	height:200px;
	float:left;
	width:708px;
	padding:20px 20px 20px 30px;
	}

.video {
	position:relative;
	left:200px;
	bottom:40px;
	}	
	
/* ------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- Sidebar ------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
	
div#sidebar {
	float:left;
	width:182px;
	padding:20px;
	font:12px/18px Arial;
	color:#FFF;
	}
	
div#sidebar h1 {
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:2px;
	color:#FFF;
	}
	
div#sidebar a {
	color:#FFF;
	text-decoration:underline;
	}
	
div#sidebar a:hover {
	color:#FFF;
	text-decoration:none;
	}
	
/* ------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- Footer -------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

div#footer {
	background:#ffffff url(../images/index/bg-footer.png) 0 0 no-repeat;
	width:980px;
	height:49px;
	color:#999;
	font:12px Arial;
	text-align:center;
	padding:20px 0 0 0;
	}
	
div#footer a {
	color:#666;
	text-decoration:none;
	padding:0 20px;
	}
	
div#footer a:hover {
	color:#a50627;
	}
