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

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

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; 
	}


.fett { 
	font-weight:bold; 
	}

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

#header h4 { 
	margin:0; 
	padding:0; 
	font-size:0.9em; 
	display:inline; 
	}
	
#header h3 { 
	margin:0; 
	padding:0; 
	font-size:0.75em; 
	text-align:left; 
	line-height:2.4em; 
	padding-left:2em; 
	}

#header span { 
	margin:0; 
	padding-left:96px; 
	font-size:0.75em; 
	display:inline; 
	}
		
#header span img { 
	margin-top:0; 
	margin-right:0; 
	margin-bottom:0; 
	padding-left:96px; 
	display:inline; 
	}
		
.zent { 
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	}
			  
.igal {
	margin: auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
	background-color: #FFF;
	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 {
	text-align:left; 
	width:670px; 
	margin:2em auto; 
	font-size:0.8em; 
	}

#text a:link { 
	font-weight:bold; 
	font-size:0.9em; 
	color:#666; 
	text-decoration:none; 
	}
	
#text a:visited { 
	font-weight:bold; 
	font-size:0.9em; 
	color:#666; 
	text-decoration:none; 
	}
	
#text a:hover { 
	font-weight:bold; 
	font-size:0.9em; 
	color:#333; 
	text-decoration:none; 
	}
	
#text a:active { 
	font-weight:bold; 
	font-size:0.9em; 
	color:#333; 
	text-decoration:none; 
	}
	
#text a:focus { 
	font-weight:bold; 
	font-size:0.9em; 
	color:#333; 
	text-decoration:none; 
	}
	
#text_cen {
	text-align:center; 
	width:670px; 
	margin:2em auto; 
	font-size:0.8em; 
	}

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


