/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #0000CC;
	word-spacing: -1px;
	line-height: 1.5em;
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:visited { text-decoration: none; color: #0000CC; }
a:link { text-decoration: none; color: #0000CC; }
a:active { text-decoration: underline; }
a:hover { text-decoration: underline; }

#menu li.active {text-decoration: underline; color: #0000CC; }
#menu li.active a {text-decoration: underline; color: #0000CC;}

#logo a:link { text-decoration: none;}
#logo a:hover { border-bottom: 0px }

#visualindex a:link { text-decoration: none;}
#visualindex a:hover { text-decoration: none; }

a img { border: none; }

a img:hover { border-bottom: none; }


#menu {
    width: 300px;
    top: -60px;
    bottom: 0;
	left: 760px;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 20px;
}

#menu ul li.section-title {
	list-style: none;
	margin: 0 0 0 -19px;
}

#content {
    height: 100%;
    width: 660px;
    margin: 20px 0 20px 0;
    top: 0;
}

.container {
    padding: 80px 0 50px 0;
}

#visualindex img {
	margin-bottom: 6px;
	height: 132px;
	}

#visualindex a {
	width: 220px;
    height: 175px;
    float: left;
	}

#content p { width: 500px; margin-bottom: 15px; }

p {
    margin: 0 0 0 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#wrap {
background-repeat: no-repeat;
width:700px;
margin: 0 0 0 60px;
}

#logo img{
margin-top: 20px;
}


.boxes{
width:650px;
min-height:150px;
}

.leftbox {
float:left;
width:400px;

}

.rightbox {
float:right;
width:240px;
line-height: 1.3em;
font-size: 10px;
}

.rightbox img {
float:left;
margin: 2px 8px 0px 0px;
}

.homebox {
	margin: 0 0 15px 0;
	margin-right: 15px;
	position: relative;
	width:200px;
	float:left;
	}
	
.info {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color:#FFFFFF;
	opacity: 0.8;
	background-color: #0055FF;
	display: none;
}
.homebox:hover .info {
display: block;
}
.homebox:hover .neu {
display:none;
}
.info h2 {
	font-size:10px;
	font-weight: normal;
	font-style:normal;
	margin: 0;
	padding: 15px 10px 4px 10px;
}
.info h3 {
	font-size:10px;
	font-weight: normal;
	font-style: italic;
	padding: 0px 10px 4px 10px;
}
div p.media {
	
}
.infoheader, #imprint {
	
	position:fixed;
	top:0;
	left:0;
	background-color: #0055FF;
	color: #FFFFFF;
	z-index: 9000;
	width: 100%;
	display: none;
	
}

.neu {
	position: absolute;
	left: 80%;
	top: -10px;
	width: 36px;
	z-index: 2001;
	
}

#impressum {
background-color:#BBE2DC;
bottom:0;
color:#0000CC;
left:0;
margin:0 0 0 60px;
padding:10px 0;
position: fixed;
width: 100%;
z-index:1000;
text-align: left;
