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

body {
	font-size: 14px;
	font-family: Georgia, Verdana, sans-serif;
	background: #bcd476;
}

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

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

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 80px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding: 30px 0 0 0;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    width: 450px;
    margin: 364px 0 0 215px;
    top: 0px;
}

.container {
    padding: 5px 5px 25px 12px;
}

#content p { 
    width: 450px;
    margin-bottom: 9px;
    line-height: 18px;
}

p {
    margin: 0 0 9px 0;
}

* body.section-2 div#content {
    padding: 5px 5px 25px 12px;
    width: 750px;
}

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


#titel-bild {
    width: 215px;
    top: 0px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 80px;
}

#titel-schriftzug {
    width: 775px;
    height: 80px;
    margin: 0 0 0 215px;
    top: 0px;
	background-color: #fff;
}

.ganzklein {
	font-size: 10px;
    line-height: 13px;
}

.klein {
	font-size: 12px;
    line-height: 15px;
}

#content ul {
	width: 450px;
	list-style: dot;
	margin: 0 0 9px 15px;
    line-height: 18px;
}

#rechts {
    width: 1000px;
    overflow: hidden;
    top: 0px;
    bottom: 0;
	left: 990px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding: 0 0 0 0;
}

#hintergrund {
    width: 775px;
    overflow: hidden;
    top: 80px;
    bottom: 0;
	left: 215px;
    position: fixed;
    height: 100%;
	padding: 0 0 0 0;
    background-image:url('/img/plakat-bild.jpg'); background-repeat:no-repeat;
}

* body.section-1 div#hintergrund {
    height: 5px;
    background-image:none;
}

* body.section-2 div#hintergrund {
    height: 5px;
    background-image:none;
}

* body.section-4 div#hintergrund {
    height: 5px;
    background-image:none;
}

* body.section-7 div#hintergrund {
    height: 5px;
    background-image:none;
}




* body.section-1 div#content {
    height: 5px;
    margin: 30px 0 0 215px;
}

* body.section-2 div#content {
    height: 5px;
    margin: 30px 0 0 215px;
}

* body.section-4 div#content {
    height: 5px;
    margin: 30px 0 0 215px;
}

* body.section-7 div#content {
    height: 5px;
    margin: 30px 0 0 215px;
}


