/* CSS Document  -  Werftraum.org  -  rundown */

body { 
	margin:0px;
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100,01%; 
	background-color:#330000; 
	color:#FFFFFF; 
	}

h1 { 
	font-size:1.4em; 
	}
	
h2 { 
	font-size:1.2em; 
	}

h3 { 
	font-size:1em; 
	}

h4 { 
	font-size:0.9em; 
	}

h5 { 
	font-size:0.8em; 
	}

h6 { 
	font-size:0.65em; 
	}



#header { 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center; 
	margin-top:16px; 
	padding:8px; 
	width:600px; 
	border: 1px solid #999999; 
	}

#header h4 { 
	margin:0px; 
	padding:0px; 
	font-size:0.9em; 
	display:inline; 
	}

#header span { 
	margin:0px; 
	padding-left:96px; 
	font-size:0.75em; 
	display:inline; 
	}
		
#header span img { 
	margin-top:0px; 
	margin-right:0px; 
	margin-bottom:0px; 
	padding-left:96px; 
	display:inline; 
	}
		
		
#nav { 
	float:left; 
	width:200px; 
	margin-left:32px; 
	margin-top:32px; 
	padding:8px; 
	}

#nav img { 
	margin-bottom:4px; 
	margin-left:4px; 
	padding:2px;
	}
	
#nav img span { 
	display:inline; 
	margin-bottom:8px; 
	margin-left:8px; 
	}		
		
				
#content { 
	margin-left:344px; 
	margin-top:32px; 
	}

#flashcontent { 
	width:100%; 
	height:500px; 
	}

.zent { 
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	}

.igal {
	margin: auto;
	margin-top:20px;
	text-align: center;
	background-color: #330000;
	border: none;
	width: 600px;
	height: 400px;
	overflow: hidden;
	font: normal 1em sans-serif;
	}

.ibox {
	position: relative;
	width: 600px;
	height: 400px;
	}

.ibox img {
	display: block;
	height: 100%;
	border: none;
	margin: auto;
	}

.ibox a {
	display: block;
	text-decoration: none;
	color: #FC0;
	font-size: 17px;
	line-height: 390px;
	outline: none;
	width: 30%;
	height: 400px;
	position: absolute;
	opacity: 0.0;
	top: 0;
	/*transition: .5s;*/
	}

.ibox a:hover {
	opacity: 1;
	}

.ibox a.left {
	left: 0;
	background-image: radial-gradient(circle at 0px center,rgba(0,0,0,.7) 0%,transparent 0%);
	}

.ibox a.right {
	right: 0;
	background-image: radial-gradient(circle at right center,rgba(0,0,0,.7) 0%,transparent 0%);
	}

.ibox a.left:after {
	position: absolute;
	left: 4px;
	top: 0;
	display: block;
	content: "L";
	}

.ibox a.right:after {
	position: absolute;
	right: 4px;
	top: 0;
	display: block;
	content: "R";
	}
	
#text_cen {
	text-align:center; 
	width:670px; 
	margin:2em auto; 
	font-size:0.8em; 
	}


#footer { 
	clear:both; 
	width:100%; 
	margin-left:0px; 
	margin-top:240px; 
	margin-right:0px; 
	margin-bottom:20px; 
	text-align:center; 
	background-color:#E0E0E0; 
	color:#000000; 
	}
		
#footer p { 
	font-size:0.7em; 
	font-weight:bold; 
	padding:8px; 
	}		
