@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	}


body {
	margin: 0;
	padding:0;
	width:100%;
    height:100%;
	background: #111111;
	background-image: url(../img/back.jpg);
	background-repeat:no-repeat;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	  }


a:link, a:visited, a:active
{color:#FFF;}
	

div {
	background:transparent;
}

img {
	border: none;
}


#stretch {position:absolute; z-index:1; width:100%;}

#page {
	min-height:100%;
	 min-height: 100%; /* For Modern Browsers */
     height: auto !important; /* For Modern Browsers */
     height: 100%; /* For IE */

}

#all {
	position: relative; 
	min-height: 100%;
	height: 100%;
	}

#header {
	width:100%;
	height:210px;
	background-color:transparent;
	}

/* LOGO */

#logo {
	background:#000;
	background-image: url(../img/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
	left:40%;
	width:155px;
	height:200px;
	
	}
	
#logo a 

{

display: block;

height: 201px;

width: 201px;

text-indent: -700em;

}



#main {
	width: 100%;
	height:300px;
	background-color:transparent;
	}

/* NAVIGATION */

#nav {
	list-style-type:none;
	float:left;
	width: 200px;
	height: 250px;
	
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
	/*display: block;*/
	}
	



/* Ende Navigation || mehr in der nav.css */

#CarouselDiv {
	position: absolute;
	left:30%;
	
}

#content-block {
	background-color:transparent;
}

/* CONTENT */

#content {
	position:relative;
	left:20%;
	padding: 0;
	margin:0;
	background:transparent;
	width: 700px;
	/*heigth: 300px;*/
	color:#fff;
	display:block;
    border: 0px solid #fff;
}


/* FOOTER */



#footerbg { 

position: relative;
margin: -8.0em auto 0 auto;
background-image: url(../img/spacer.jpg);
background: #111111;
/*height:50px;*/

}

#footercl {
	background: #111111;
	color:#111111;}

#footer {
	float:right; 
	width:100%;
	font-size:1px;
	background: transparent;
	text-align:right;
	padding:5px;
	}

#footer a, a:visited {
    font-size:10px;
	color:#FFF;
	text-decoration:none;
}

#footer a:hover, a:active {
	color:#d3001a;
	text-decoration:none;
}


/* FLASH */
div.flash_wrapper {
  position:absolute;
  width: 600px;
  height: 300px;
  left:25%;
  margin: 0px auto;
  text-align: center;
  border:0px solid white;
}



/*module*/

fieldset {
	border:none;
}

