/*#############################################################
CSS Elemente
Date: 2006-11-03
Description: Akademie Management und Politik - MuP
Author: itcreate. kommunikationsmedien - Jerome Traud
Website: http://www.fes-mup.de
#############################################################*/

/* Struktur */
.container {
	background: #fffbee url(http://assets.fes-mup.de/img/pic_bg_site_index.gif) no-repeat left top;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 990px;
}
.header {
	height: 152px;
	background-color: #fffbee;
}
.imprint {
	background-image:url(http://assets.fes-mup.de/img/pic_topnav_imprint.gif);
	background-repeat:no-repeat;
	height: 32px;
	width: 882px;
	clear:both;
}
.muplogo {
	float:left;
	height: 88px;
	width: 146px;
}
.akademie {
	float:left;
	background-image:url(http://assets.fes-mup.de/img/pic_logo_akademie.gif);
	background-repeat:no-repeat;
	height: 55px;
	width: 736px;
}
.feslogo {
	float:left;
	height: 87px;
	width: 108px;
	background-color: #fff;
	margin-top: -32px;
}
.topnavcontainer {
	float:left;
	height: 33px;
	width: 838px;
	margin-left: 4px;
}

/* Hauptnavigation */
#navigation {
	float:left; 
	margin:0; 
	padding:0; 
}
#navigation li {
	float: left; 
	margin: 0 -1px 0 0; 
	padding: 0 0 0 0; 
	list-style: none;
	width: 174px;
	font-size: 1.0em;
	height: 33px;
	text-align: center;
	background: url(http://assets.fes-mup.de/img/pic_topnav_4punkte_blau.gif) no-repeat;
}
#navigation a {
	float: left;
	padding: 5px 0px;
	width: 174px;
	text-decoration: none;
	color: #fff;
}
#navigation a:hover {
	color: #333;
	font-weight:normal;
}

/* Hauptnavigation Wir ueber uns */
#navigationwir li {
	float: left; 
	margin: 0 -1px 0 0; 
	padding: 0 0 0 0; 
	list-style: none;
	width: 83px;
	font-size: 0.9em;
	height: 33px;
	text-align: center;
	background: url(http://assets.fes-mup.de/img/pic_topnav_wir.gif) no-repeat;
}
#navigationwir a {
	float: left;
	padding: 6px 0px;
	width: 83px;
	text-decoration: none;
	color: #fff;
}
#navigationwir a:hover {
	color: #333;
}

/* Hauptnavigation Kontakt */
#navigationkontakt li {
	float: left; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	list-style: none;
	width: 63px;
	font-size: 0.9em;
	height: 33px;
	text-align: center;
	background: url(http://assets.fes-mup.de/img/pic_topnav_kontakt.gif) no-repeat;
}
#navigationkontakt a {
	float: left;
	padding: 6px 0px;
	width: 63px;
	text-decoration: none;
	color: #fff;
}
#navigationkontakt a:hover {
	color: #333;
}

/* Main */
.main {
	clear: both;
	padding: 0px 0px;
}

/* Content */
.content {
	float: left;
	width: 505px;
	padding-left: 150px;
	margin-top: 75px;
}
.content .item {
	padding: 3px 3px;
	border-top: 1px solid #677daf;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}

/* Main rechts */
.infobox h1,.infobox ul {
	padding-left: 2px;
}
.infobox {
	float: left;
	width: 300px;
	height:100%;
	margin-left: 35px;
	margin-top: 75px;
}
.infobox h1 {
	color: #333;
	font-size: 1.2em;
	height: 20px;
	border-top: 1px solid #677daf;
}
.infobox ul {
	border-bottom: 1px solid #99a9c9;
	margin: 0;
	padding: 0;
}
.infobox li {
	border: 1px solid #99a9c9;
	border-bottom: none;
	border-left: none;
	border-right: none;
	list-style: none;
	margin: 0;
}
.infobox li a {
	color: #333;
	display: block;
	font-size: 0.9em;
	font-weight:bold;
	padding: 5px 0px 5px 2px;
	height:100%;
	text-decoration: none;
}
.infobox li a:hover {
	color: #999;
}

