/* design by www.breckner-websolutions.de */
/* www.praksys-bremen.de */

* { margin: 0px; padding: 0px; }

body,html {
	height: 100%;
	margin: 0 auto; padding: 0;
	font: 400 15px 'Droid Sans',sans-serif,Arial,Helvetica;
	background: #fffbd5 url(/web/20141225125142/http://praksys-bremen.de/img/bg01.jpg) repeat-y center top;
	z-index: 1;
}

a { color: #600; text-decoration: none; font-weight: bold;} 
a:hover { color: #A00; }
h1, h2, h3, h4, h5 { color: #666; text-align: left;}
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
p { margin: 0 0 10px 0; }

#main_wrapper {
	margin: 0 auto;
	width: 980px;
	height: 100%;
	background: #fffbd5;
	z-index: 22;
}

#top_header {
	height: 190px;
	padding: 10px 0 0 10px;
	background: #fffbd5;
}
#header_left { float: left; padding: 0; height: 140px; }
#header_right { float: right; height: 140px; }
#header_bottom { height: 34px; }
#header_bottom a { display: block; height: 34px; width: 400px; float: right; font-size: 16px; }
#header_bottom img { padding: 0 10px; border: 0; }


#navigation { width: 220px; float: left; background: #fffbd5; }

#navigation a {
	text-decoration: none;
	display: block;
	font: bold 10pt Arial, Verdana;
	color: #333;
	line-height: 30px;
	padding: 0 0 0 10px;
}

#navigation a:hover {
	color: #999;
	background: #fffbd5;
}

#navigation li {
	list-style: none;
	display: block;
}

#navigation li.ln_active {
	background: #fffbd5 url(/web/20141225125142/http://praksys-bremen.de/img/star.gif) no-repeat 190px center;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

#navigation li.ln_normal {
	background: #e5e1b9;
	border-right: 1px solid #999;
	border-bottom: 1px solid #fffbd5;
}



#content_wrapper { 
	clear: both; 
	background: #fffbd5;
}

#content {
	width: 700px;
	min-height: 258px;
	border-top: 1px solid #999;
	float: left;
	padding: 20px;
	background: #fffbd5;
	text-align: justify;
}

#content > h1,h3 { margin: 0 0 10px 0; border-bottom: 1px solid #999; }
#content > p {  }
#content > ul { padding: 0 0 10px 20px; }

.img_team { float: left; height: 150px; margin: 0 6px 0 0; }
.team_member { float: left; width: 330px; margin: 10px; }
.clear { height: 1px; clear: both; }

#footer {
	height: 80px;
	background: #fffbd5 url(/web/20141225125142/http://praksys-bremen.de/img/bg02.jpg) repeat-x 0 0;
	clear: both;
	font: normal 9pt Arial,Verdana;
	color: #555;
	border-top: 1px solid #900;
}

#footer_left { float: left; padding: 8px 20px; }
.footer_middle { float: left; padding: 8px 20px; }
#footer_right { float: right; padding: 8px 20px;}
#spacer { height: 10px; clear: both; }


