* {
	margin:0;
	padding:0;
	}
	
body {
	margin:0;
	padding:0;
	background:url('../pics/bg-body.gif') repeat-x #ececec;
	font-family: Arial, Verdana, Sans-Serif;
	font-size:12px;
	line-height:20px;
	color:#484848;
}

table {
	font-family: Arial, Verdana, Sans-Serif;
	font-size:12px;
	line-height:20px;
	color:#484848;
}

#header {
	width:980px;
	height:78px;
	margin:0 auto;
	margin-top:40px;
	overflow:auto;
}

#header-logo {
	width:330px;
	height:78px;
	overflow:hidden;
	float:left;
	}
	
#header-center {
	width:650px;
	height:78px;
	background:url('../pics/header-center-right.gif');
	overflow:hidden;
	float:left;
	}

#header-center .portalcontainer {
	height:50px;
	/*(background:url('../pics/header-left.gif');*/
	float:right;
	margin-right:25px;
	}

#main {
	width:980px;
	background:#fff;
	margin:0 auto;
	overflow:auto;
	}
	
#left {
	width:175px;
	/*background:url('../pics/col-divider.gif') no-repeat top right;*/
	float:left;
	overflow:hidden;
	}
	
#content-no-right-col {
	width:755px;
	float:left;
	padding-bottom:15px;
	padding:10px;
	padding-left:25px;
	padding-right:25px;
	}
	
#right {
	width:182px;
	background:url('../pics/col-divider.gif') no-repeat top left;*/
	float:left;
	overflow:hidden;
	}

#footer {
	width:980px;
	height:35px;
	
	background:url('../pics/bg-footer.gif') no-repeat;
	
	margin:0 auto;
	margin-bottom:20px;
}

/*hauptnavigation*/

/*allgemein*/

#left ul {
	list-style:none;
	}
	
#left ul li {
	margin-top:1px;
	}

#left ul li a {
	display:block;
	
	text-decoration:none;
	color:#656565;
	
	padding:1px;
	padding-left:5px;
	}
	
#left li.active a:hover {
	font-style:italic;
	}	

span.red {
	color:#00abe6;
	}	

/*level 3*/

#left ul.level3 li {
	line-height:18px;
	font-size:11px;
	font-weight:bold;
	}
	
#left li.active ul.level3 li a {
	background:#f7f7f7;
	padding-left:10px;
	color:#656565;
	}	

/*level 4*/
	
#left ul.level4 {
	margin-left:10px;
	}

#left ul.level4 li {
	line-height:20px;
	font-size:11px;
	font-weight:normal;
	}

#left li.active ul.level4 li a {
	background:#fff;
	color:#656565;
	}	
	
/*suchbox*/

div.searchbox {
	width:145px;
	height:20px;
	background:url('../pics/bg-searchbox.gif');
	
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
	}	
	
div.searchbox input {
	font-size:11px;
	font-family:Arial, Verdana, Sans-Serif;
	border:none;
	background:transparent;
	color:#656565;
	height:20px;
	}
	
div.searchbox input.search {
	width:105px;
	margin-left:5px;
	}

/*quernavigation*/

#header-center ul.quer {
	list-style:none;
	top:94px;
	margin-left:10px;
	margin-top:54px;
	}

#header-center ul.quer li {	
	width:75px;
	line-height:24px;
	text-align:center;
	float:left;
	overflow:hidden;
	margin-left:2px;
	}

#header-center ul.quer li a {
	display:block;
	background:url('../pics/bg-topnav.gif') no-repeat;
	text-decoration:none;
	color:#858788;
	}

#header-center ul.quer li a:hover, #header-center ul.quer li.active a {
	color:#00abe6;
	font-weight:bold;
	}

/*portalnavigation*/

#header-center ul.portal {
	list-style:none;
	margin-left:10px;
	}

#header-center ul.portal li {
	width:55px;
	text-align:center;
	font-size:11px;
	float:left;
	}
	
#header-center ul.portal li a {
	display:block;
	color:#fff;
	text-decoration:none;
	}
	
#header-center ul.portal li a:hover, #header-center ul.portal li.active a {
	display:block;
	color:#00abe6;
	background:#fff;
	text-decoration:none;
	}

/*testimonial*/

.testimonial-image {
	width:178px;
	overflow:hidden;
	margin-left:4px;
	margin-top:2px;
	}
	
.testimonial {
	background:url('../pics/bg-testimonial-bottom.gif') bottom no-repeat #ececec;
	width:178px;
	margin-left:4px;
	margin-top:0;
	}
	
.testimonial h2 {
	font-size:14px;
	color:#00abe6;
	
	padding:10px;
	padding-bottom:0;
	}	
	
.testimonial h3 {
	font-size:11px;
	font-style:italic;
	
	padding-left:10px;
	}

.testimonial p {
	font-size:11px;
	line-height:18px;

	padding:10px;
	padding-right:5px;
	}

/*boxen, rechte seite*/

.box-top {
	width:178px;
	height:10px;
	overflow:hidden;
	margin-left:4px;
	margin-top:2px;
	background:url('../pics/bg-box-top.gif') top no-repeat #ececec;
	}
	
.box {
	background:url('../pics/bg-box-bottom.gif') bottom no-repeat #ececec;
	width:178px;
	margin-left:4px;
	margin-top:0;
	margin-bottom:10px;
	}
	
.box h2 {
	font-size:13px;
	color:#00abe6;
	
	padding:10px;
	padding-bottom:0;
	padding-top:0;
	}	
	
.box h3 {
	font-size:11px;
	font-style:italic;
	
	padding-left:10px;
	}

.box p {
	font-size:11px;
	line-height:18px;

	padding:10px;
	padding-right:5px;
	}



/*inhalt*/

#content h1, #content-no-right-col h1, table h1 {
	color:#00abe6;
	font-size:18px;
	font-weight:normal;
	padding-top:15px;
	padding-bottom:15px;
	}

#content h2, #content-no-right-col h2, table h2 {
	font-size:13px;
	color:#00abe6;
	padding-top:15px;
	padding-bottom:8px;
	}

#content h3, #content-no-right-col h3, table h3 {
	font-size:12px;
	padding-top:15px;
	padding-bottom:8px;
	}
	
#content p, #content-no-right-col p, table p {
	
	}

#content ul, #content-no-right-col ul {
	padding-left:25px;
	}
#content li, #content-no-right-col li {
	list-style:disc;
	}
	
#spacer {
	width:90%;
	height:2px;
	background:#e1e1e1;
	margin:0 auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
	}

/*breadcrumb*/

p.breadcrumb, p.breadcrumb a {
	color:#c3c3c3;
	font-size:11px;
	text-decoration:none;
	}
	
p.breadcrumb a:hover {
	text-decoration:underline;
	}

/*footer*/

#footer p {
	margin:0;
	padding:0;
	text-align:center;
	line-height:30px;
}

#footer p, #footer a {
	color:#656565;
	font-size:11px;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


/*allgemein*/

a {
	color:#00abe6;	
	}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

.form {
	border: 1px #646464 solid;
	padding: 2px 5px 2px 5px;
	margin-bottom:5px;
}


