* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x:hidden;
}

html, body {
	height:100%;
}

body {
	font-size: 11px;
	line-height:18px;
	font-family: Verdana, sans-serif;
	background-image: url(../../../files/bg.jpg);
	
}

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

a img { border: none; }

#wrapper {
	width:1195px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	
}


#menu {
    width: 190px;
	float:left;
	padding-top:230px;

}
#content {
    width:815px;
	overflow-x:hidden;
	background-color:white;
	float:left;
	min-height:100%;
	margin-left:5px;

}

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

#menu ul li.section-title {
	display:none;
}

#menu ul li.active {
display:block !important;font-size:.1em;line-height:1px;
}

#menu ul li.active.section-title>a {
display:none;
font-size:.1em;line-height:1px;
}

#menu ul li.section-title ul.active {
display:block;
text-transform:uppercase;
text-align:right;
color:#999999;
margin:0;
padding:0;
font-size: 11px;
line-height:18px;
}
#menu ul li.section-title ul.active li.active a {
color:#db016a;
font-size: 11px;
line-height:18px;
}

#menu ul li.section-title ul#section-1, #menu ul li.section-title ul#section-4 {
	display:none;
}

#menu ul li ul#section-2 li:last-child, #menu ul li ul#section-3 li:last-child {
	margin-top: 6px;
}

#content .container {
	padding-left:22px;
	padding-top:22px;

}
#content .container p {
	margin:0;
}

body.section-1 #content .container {
	padding-left: 9px;
}

#content p {line-height:14px; color:#999;}

#content ul {
	list-style: none;
	margin-left: 0;
	margin:0;
	padding:0;
	padding-left: 1em;
	text-indent: -.9em;

	width:400px;
	color:#999;
	margin-bottom:14px;
	}
#content ul li:before {
	margin:0;

	padding:0;
		content: "\002F \0020";
}

#content .col1 ul, #content .col2 ul {
	width:240px;
}

.col1 {
	float:left;
	width:260px;
	margin:0;
	padding:0;
	margin-right: 10px;
}

.col2 {

	width:260px;
	margin:0;
	padding:0;
		margin-left: 270px;
}

strong {
	text-transform:uppercase;
	color:#999;
}

strong.zitat {
	display:block;
	margin-top:0px;
	margin-bottom:1px;
	font-size:18px;
	color:#999;
	line-height:22px;
	font-weight:normal;
	padding: 0px 0px 6px 0px;
}
hr {
	margin:0;
	padding:0;
	margin-bottom:8px;
	border:none;
	border-top: 2px dotted #ccc;
	width:600px;
}
strong.right {
	text-align:right;
	width:800px;
	display:block;
	font-weight:normal;

}

strong.red, a.red {
	font-weight:normal;
	color:#d9006a;
}

#projectDesc, .slideshowCaption {
	color:#999;
}

.slideshowCaption strong.zitat:first-line {
	color:#d9006a;
	font-weight:normal;
	
}

.overcontent {
	position: absolute;
	top: 240px;
	padding-left:410px;
}

em {
	font-style:normal;
	line-height:1px;
}

p {
    margin: 0 0 9px 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; }