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

body {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #000 }

a.highlight:link { text-decoration: underline; color: #000; }
a.highlight:active { text-decoration: none; color: #000; }
a.highlight:visited { text-decoration: underline; color: #000; }
a.highlight:hover { text-decoration: none; background-color: #f1f000; color: #000; }

a#next:link { text-decoration: none; color: #000; }
a#next:visited { text-decoration: none; color: #000; }
a#next:hover { text-decoration: none; background-color: #fff; color: #000; }

a#prev:link { text-decoration: none; color: #000; }
a#prev:visited { text-decoration: none; color: #000; }
a#prev:hover { text-decoration: none; background-color: #fff; color: #000; }

li.active a { font-weight: bold; }

a img { border: none; }

#menu {
    width: 100%;
    overflow: auto;
    top: 45px;
	left: 420px;
    position: fixed;
	z-index: 99;
}

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

#menu ul li.section-title { }

#navigation-background {
    top: 0;
	left: 0;
	width: 100%;
	height: 150px;
    position: fixed;
	z-index: -99;
	background-color: #fff;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

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

#once { clear: left; }

/* TEXTSEITE */
body.section-1 #content {
	margin: 150px 0 0 420px;
}

/* FOTOGRAFIE UEBERSICHT */
body.section-3.page-1 #content {
    margin: 150px 0 0 0;
}

body.section-3.page-1 #content a img {
	margin: 0 8px 8px 0;
}

body.section-3.page-1 #content p {
	margin: 0;
	padding: 0;
	width: 100%;
}

/* FOTOGRAFIE GALERIE */
body.section-3 #content .description p {
	width: 190px;
}

div.description {
	position: fixed;
	left: 210px;
	top: 150px;
}

#img-container {
	position: absolute;
	left: 420px;
	top: 150px;
	margin: 0;
	padding: 0;
}

#img-container p { width: 400px; }

div.pics {
	
}


#content p {
	margin-top: -2px;
}

#content p.nav {
	margin-top: 516px;
	padding-bottom: 20px;
}

#num {
	display: block;
	float: left;
}

#prev {
	background:url('Pfeil_Links.gif') no-repeat;
	background-position: 0px -20px;
	width: 10px;
	height: 12px;
	display: block;
	float: left;
	text-indent: -9999px;
}
#prev:hover {
	background-position: 0px 0px;
}

#next {
	background:url('Pfeil_Rechts.gif') no-repeat;
	background-position: 4px -20px;
	width: 10px;
	height: 12px;
	display: block;
	float: left;
	text-indent: -9999px;
}
#next:hover {
	background-position: 4px 0px;
}

.linke_spalte {
	width: 420px;
	position: absolute;
	top: 150px;
	left: 0px;
	text-align: right;
	padding-bottom: 150px;
}

.rechte_spalte {
	width: 700px;
	position: absolute;
	left: 420px;
	top: 150px;
	padding-bottom: 150px;
}

.linke_spalte .teaser_container {
	float:right;
	margin: 0 8px 8px 0;
}

.rechte_spalte .teaser_container {
	float:left;
	margin: 0 8px 8px 0;
}

.teaser_background {
	z-index:1;
	position: absolute;
	background-color: #000;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
}

.teaser_container:hover .teaser_background {
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity:0.80;
	opacity:0.80;
}

.teaser_text {
	position:absolute;
	z-index:20;
	text-align:left;
	margin:0;
}

.teaser_container span.teaser_line {
	color: #000;
	background-color:#f1f000;
	display: none;
}


.teaser_container:hover span.teaser_line {
	color: #000;
	display: inline;
	padding: 1px 8px 1px 1px;
	height: 14px;
	margin: 0;
}

.teaser_container:hover span.p_count {
	background: url('Pfeil_Gelb.gif') right center no-repeat;
	background-color:#f1f000;
	padding: 1px 18px 1px 1px;
	margin: 0;
}

.teaser_container:hover div.teaser_text div {
	height: 14px;
}


.new_line_left {
	clear: right;
}

.new_line_right {
	clear: left;
}


:focus {
	outline: 0;
}