@charset "utf-8";
/* CSS Document */

/* Allgemeine Angaben */

* {
margin: 0;
padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
	background-color: #fff;
	background-image: url(../bilder/grafik/bg.gif);
	background-repeat: repeat;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #2A1F55;
}
a:hover {
	text-decoration: underline;
}

a img {
border: 0 none;
}

img {
	margin-bottom: 3px;
}

img.content {
	margin: 5px;
}
.imgRight {
	float: right;
	border: thin solid #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imgRightPure {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h1, h2, h3 {
	margin-top: 10px;
	color: #2A1F55;
	background: transparent;
}
h1 {
	font-size: 1.2em;
	padding-bottom: 1em;
}
h2 {
	font-size: 1em;
	padding-bottom: 10px;
}
h3 {
	font-size: 0.9em;
	padding-bottom: 10px;
}
p, li, label, table {
	font-size: 0.90em;
}
p {
	text-align: left;
}

ul, ol {
	margin-left: 1em;
	margin-bottom: 1em;
}

li {
	padding-top: 2px;
	padding-bottom: 2px;
}

/* DIV's */

#header {
	height: 35px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #930;
	font-size: 0.8em;
}

#main {
	/* Haupt-Container */
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #FFF;
	border: thin solid #930;
	margin-bottom: 20px;
}


/* ID's */

#logo {
	position: absolute;
	top: 15px;
	font-size: 2em;
	font-weight: bold;
	color: #006;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	right: 11.4%;
}

#navheader {
	position: absolute;
	width: auto;
	top: 11px;
	margin-left: 0;
	padding-left: 0;
}

#navheader ul {
	list-style-type: none;
	display: inline;
	padding-left: 0;
	margin-left: 0;
}

#navheader li {
	display: inline;
	border-right: 2px solid #930;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navheader a {
	font-weight: normal;	
}

#navmain {
	float: left;
	display: block;
	width: 180px;
	background-color: #006;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}

#navmain .activeMenu {
	/* Klappt noch nicht
	text-decoration: underline;
	color: #FFF;*/
}

.navmain_item {
	font-weight: bold;
	color: #FFF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	text-decoration: none;
}

#projektangebot {
	position: relative;
	color: #006;
	padding-left: 5px;
	padding-right: 5px;
	width: 120px;
	float: right;
}

/* IE-Hack */
* html .navmain_item {
   padding-left: 0px;
}

#navmain ul {
	list-style-type: none;
	display: inline;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}


#navmain a {
	color: #FFF;
}

#navmain .suche {
	float: right;
	display: inline;
	margin-right: 5px;
}


#banner {
	min-height: 65px;
	border: solid 1px #999;
	background-color: #EEE;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px;
	display: block;
}

#banner h1 {
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 0px;
}

#banner img.content {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	border: 0px;
}

#banner dt {
	float: left;
	width: 70px;
}

#banner dd {
	margin-left: 75px;
}


#banner a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.leftBlock {
	background-color: #FFF;	
	text-align: center;
	padding: 10px 0px;
	
}
#body {
	margin-top: 10px;
	margin-left: 210px;
	margin-right: 20px;
	margin-bottom: 20px;
	/*background-color: #F4F4F4;*/
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 755px;
	/* height: auto; */
}

#body p {
	line-height: 130%;
	margin-bottom: 1em;
}

#body ul.breadcrumb {
	width: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	font-size: 0.8em;
	list-style-type: none;	
}

#body a {
	font-weight: normal;
	text-decoration: underline;
}

#body a.TabPanTab {
	font-weight: bold;
	text-decoration: none;	
}

#body a.breadcrumb {
	text-decoration: none;
	background-color: transparent;
	padding-right: 10px; /*adjust bullet image padding*/
	background-image: url(../bilder/grafik/breadcrumbdivider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: normal;
}

#body a:hover.breadcrumb {
	text-decoration: underline;
}

#body li.breadcrumb {
	display: inline;
	padding-right: 5px;
}

#body hr {
	border-top-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #933;
	margin: 10px 0px;
}

#body dt {
	float: left;
	witdh: 95px;
	font-size: 0.90em;
	margin-bottom: 5px;	
}

#body dd {
	margin-left: 95px;
	witdh: auto;
	font-size: 0.90em;
	margin-bottom: 5px;	
}

#body .TerminDatum {
	clear: left;
	float: left;
	witdh: 95px;
	font-size: 0.90em;
	margin-bottom: 5px;
}

#body .TerminInhalt {
	margin-left: 95px;
	witdh: auto;
	padding-right: 20px;
	font-size: 0.90em;
	margin-bottom: 5px;
}

#MANav {
	margin-top: 20px;
	font-size: 0.9em;
	text-align: center;
}
#footer {
	clear: both;
	height: 20px;
	padding-right: 10px;
	padding-top: 5px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #930;
	text-align: right;
	font-size: 0.8em;
}

.infoperson {
	float: right;
	width: auto;
	padding: 5px;
	height: 20px;
	text-align: center;
	border: thin solid #009;
	font-size: small;
	background-color: #E5E5E5;
	margin-top: 65px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	display: block;
}

.direktkontakt {
	width: auto;
	padding: 5px;
	height: 20px;
	text-align: center;
	border: thin solid #009;
	font-size: small;
	background-color: #E5E5E5;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	display: block;
}

/* Logos */

.logo_mp {
	float: left;
	background-color: #EEE;
	width: 130px;
	height: 65px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.logo_mp_text {
    float: left;
	width: auto;
	margin-top: 10px;	
}

.logo_mp_detail {
	float: right;
	width: auto;
	margin-top: 10px;
}

/* Projekte etc. der Partner */

.txtPartner {
	float: left;
	width: auto;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 0.9em;
}


.txtPartner_Aktuell {
	float: left;
	margin-left: 5px;
	width: auto;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #C00;	
}

#body a.killunderline {
	text-decoration: none;
}

.small {
	font-size: 0.8em;
}

.rightDiv {
	font-size: 0.9em;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.centerDiv {
	line-height: 130%;
	font-size: 0.9em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.normalDiv{
	margin-bottom: 10px;
}
.orga {
	float: left;
	width: 48%;
	margin: 5px;
}

.floatLeft {
	width: auto;
	float: left;
	font-size: 0.9em;
	text-align: left;
	margin-bottom: 10px;

}

#agenda {
	width: 94%;
	margin-left: 3%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f5f5f5;
}

#agenda dl {
	clear: both;
}

#agenda dt {
	float: left;
	font-size: 0.90em;
	witdh: 60px;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 5px;	
}

#agenda dd {
	font-size: 0.90em;
	margin-left: 60px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

.agendasummary {
		font-size: 0.90em;
}

.divider {
	font-size: 0.9em;
	font-weight:bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	background-color:#EEE;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #DDD;
	color: #2A1F55;
}

.greybox {
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
	margin-bottom: 20px;
	padding: 10px;
}

.greybox-10 {
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}

.whitebox-10 {
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}

.bluebox {
	background-color: #CCCCFF;
	margin-bottom: 20px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #000066;
	border-left-color: #000066;
}

/* Tag-Cloud */

#tagcloud{
	word-spacing: 1.2em;
	line-height: 2em;
	text-align: justify;
}
 
.tag1{ font-size:0.8em; color:#A3CAE4; line-height:1em; }
.tag2{ font-size:1.0em; color:#4699D0; line-height:1em; }
.tag3{ font-size:1.2em; color:#008BE8; line-height:1em; }
.tag4{ font-size:1.4em; color:#008BE8; line-height:1em; }
.tag5{ font-size:1.6em; color:#0066AA; 	line-height:1em }
 
#tagcloud a{ text-decoration:none; }
#tagcloud a:hover{ text-decoration:underline; }

.tableMeeting {
	width: 94%;
	margin-left: 3%;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.tableMeeting tr {
	height: 25px;
	background-color: #f5f5f5;
	border: 3px solid #999;
}

.tableMeeting td {
	padding-left: 5px;
}
.imgLeft {
	float: left;
	border: thin solid #666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#testimonial {
	font-size:0.9em;
}

