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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	line-height: 13px;
}

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

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

a img { border: none; }

#menu {
    width: 225px;
/** logo panel width **/
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
}

/* full size background image*/
#the-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
overflow: hidden; }

#wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1; }


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

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

p {
    margin: 0 0 9px 0;
}

	/** paragraph style with dashed line above **/
p.over {
	color: #666666;
	padding-top: 45px;
	border-top-color: #000000;
	border-top-style: none;
	border-top-width: 1px;
	margin: 0 0 0 18px;
}

/** paragraph style with white text dashed line below and big space above **/
p.under {
	color: #FFF;
	border-bottom-color: #db06b6;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-top: 7px;
}

/** paragraph style tiny text **/
p.tiny {
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 9px;
	margin: 0 0 0 18px;
}

p.extra {
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 9px;
	margin: 1px 0 0 0;
}

/** paragraph style pink text Zwischenüberschrift **/
p.gruen{
	color: #000;
	padding-bottom: 7px;

}

.pink{
	color: #F09;
	font-weight: bold;
	font-size: 12px;
}

p.schwarz{
	color: #666;
	padding-top: 7px;

}

.copy{
	color: #999;
	font-size: 8px;
	line-height: 17px;

}


.grau{
	color: #666;
}

.amp{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #F09;
}

h1 {
	font-size: 35px;
	color: #000000;
	padding-top: 50px;
	line-height: normal;
}
h2 {
	font-size: 35px;
	color: #E8E6E6;
	padding-top: 50px;
	line-height: normal;
}
h3 {
	font-size: 11px;
	color: #F09;
	line-height: 25px;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.02em;
}
h4 {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 0.02em;
}

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

#once { clear: left; }
