@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
a img{
	border:none;
}
a{
	text-decoration:none;
	color:#FFFFFF;
}
.fehler{
	background-color:#FFCC00;
}

body{
	background-color:#0b1a6a;
}
#all{
	width:965px;
	margin-left:auto;
	margin-right:auto;
}
#menu{
	height:128px;
}
#menu ul{
	margin-left:15px;
	padding-top:75px;
	list-style:none;
}
#menu #logo{
	float:right;
	padding-right:3px;
	margin-top:45px;
}
#fotter{
	list-style:none;
	text-align:center;
	color:#FFFFFF;
	padding-top:5px;
	margin-bottom:100px;
}
#fotter li{
	display:inline;
	font-size:10px;
}
/*
	Für die Hover der Links
*/
#menu ul li{
	float:left;
	margin-left:25px;
}
#menu ul li a{
	display:block;
}

#menu ul #l1 a{
	background-image:url(../images/kampagne.gif);
	background-repeat:no-repeat;
	width:71px;
	height:17px;
}
#menu ul #l1 a:hover{
	background-image:url(../images/kampagne_hover.gif);
}
#menu ul #l1.act{
	background-image:url(../images/kampagne_hover.gif);
	background-repeat:no-repeat;
	width:71px;
	height:17px;
} 
#menu ul #l2 a{
	background-image:url(../images/motive.gif);
	background-repeat:no-repeat;
	width:49px;
	height:15px;
}
#menu ul #l2.act{
	background-image:url(../images/motive_hover.gif);
	background-repeat:no-repeat;
	width:49px;
	height:15px;
} 
#menu ul #l2 a:hover{
	background-image:url(../images/motive_hover.gif);
}
#menu ul #l3 a{
	background-image:url(../images/signet.gif);
	background-repeat:no-repeat;
	width:49px;
	height:15px;
}
#menu ul #l3 a:hover{
	background-image:url(../images/signet_hover.gif);
}
#menu ul #l3.act{
	background-image:url(../images/signet_hover.gif);
	background-repeat:no-repeat;
	width:49px;
	height:15px;
} 
#menu ul #l4 a{
	background-image:url(../images/netzwerk.gif);
	background-repeat:no-repeat;
	width:75px;
	height:18px;
}
#menu ul #l4 a:hover{
	background-image:url(../images/netzwerk_hover.gif);
}
#menu ul #l4.act{
	background-image:url(../images/netzwerk_hover.gif);
	background-repeat:no-repeat;
	width:75px;
	height:18px;
} 
#menu ul #l5 a{
	background-image:url(../images/presse.gif);
	background-repeat:no-repeat;
	width:51px;
	height:16px;
}
#menu ul #l5 a:hover{
	background-image:url(../images/presse_hover.gif);
}
#menu ul #l5.act{
	background-image:url(../images/presse_hover.gif);
	background-repeat:no-repeat;
	width:51px;
	height:16px;
}
#menu ul #l6 a{
	background-image:url(../images/kontakt.gif);
	background-repeat:no-repeat;
	width:62px;
	height:17px;
}
#menu ul #l6 a:hover{
	background-image:url(../images/kontakt_hover.gif);
}
#menu ul #l6.act{
	background-image:url(../images/kontakt_hover.gif);
	background-repeat:no-repeat;
	width:62px;
	height:17px
}
#menu ul #l7 a{
	background-image:url(../images/mitglieder.png);
	background-repeat:no-repeat;
	width:80px;
	height:20px;
}
#menu ul #l7 a:hover{
	background-image:url(../images/mitglieder_hover.png);
}
#menu ul #l7.act{
	background-image:url(../images/mitglieder_hover.png);
	background-repeat:no-repeat;
	width:80px;
	height:20px
}
#menu ul #l8 a{
	background-image:url(../images/insight.png);
	background-repeat:no-repeat;
	width:55px;
	height:20px;
}
#menu ul #l8 a:hover{
	background-image:url(../images/insight_hover.png);
}
#menu ul #l8.act{
	background-image:url(../images/insight_hover.png);
	background-repeat:no-repeat;
	width:55px;
	height:20px
}
/*
	Überschriften
*/
h1{
	font-size:15px;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	margin-bottom:30px;
	color:#0b1a6a;
	text-align:left;
}
h2{
	font-size:13px;
	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	padding:7px;
	text-align:left;
	letter-spacing:0.1em;
}
h3{
	font-size:13px;
	font-weight:bold;
	text-align:left;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
}
/*
	Content
*/
#content{
	background-color:#FFFFFF;
	padding:20px;
	position:relative;
	z-index:1;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:67px;
	padding-right:100px;
	text-align:center;
	clear:both;
}
#content p{
	text-align:left;
	margin-bottom:25px;
}
#content img{
	margin-top:25px;
}
#content p img{
	margin-top:0px;
}
#content img.bottom{
	position:absolute;
	right:-131px;
	bottom:-224px;
	z-index:0;
}
#content img.bottom_zwei{
	position:absolute;
	right:-131px;
	bottom:0px;
}

#content #spalteeins{
	width:350px;
	float:left;
	padding-left:45px;
	margin-bottom:45px;
	position:relative;
}
#content #spaltezwei{
	margin-left:440px;
	width:355px;
	position:relative;
}
#content #ende{
	clear:both;
	margin-left:15px;
}
#content #ende img{
	margin-right:5px;
}
/*
	Für die Seiten

*/
#content .seiten {
	border-bottom:#CCCCCC 2px dotted;
	color:#000000;
	font-size:13px;
	text-align:left;
	padding-top:30px;
	margin-bottom:25px;
	clear:left;
	margin-right:5px;
}
#content .seiten ul {
	list-style:none;
}
#content .seiten ul li {
	display:inline;
}
#content .seiten ul li a {
	color:#0b1a6a;
}
/* SUBMENU für INSIGHT */
#sub_menu{
	height:58px;
}
#sub_menu ul{
	margin-left:15px;
	list-style:none;
}
#sub_menu ul li{
	float:left;
	margin-left:25px;
}
#sub_menu ul li a{
	display:block;
	text-decoration:none;
}
#sub_menu ul #sub_l1 a{
	background-image:url(../images/information.gif);
	background-repeat:no-repeat;
	width:91px;
	height:20px;
}
#sub_menu ul #sub_l1 a:hover{
	background-image:url(../images/information_hover.gif);
}
#sub_menu ul #sub_l1.act{
	background-image:url(../images/information_hover.gif);
	background-repeat:no-repeat;
	width:91px;
	height:20px;
} 
#sub_menu ul #sub_l2 a{
	background-image:url(../images/unternehmen.gif);
	background-repeat:no-repeat;
	width:97px;
	height:20px;
}
#sub_menu ul #sub_l2.act{
	background-image:url(../images/unternehmen_hover.gif);
	background-repeat:no-repeat;
	width:97px;
	height:20px;
} 
#sub_menu ul #sub_l2 a:hover{
	background-image:url(../images/unternehmen_hover.gif);
}
#sub_menu ul #sub_l3 a{
	background-image:url(../images/anmelden.gif);
	background-repeat:no-repeat;
	width:70px;
	height:20px;
}
#sub_menu ul #sub_l3 a:hover{
	background-image:url(../images/anmelden_hover.gif);
}
#sub_menu ul #sub_l3.act{
	background-image:url(../images/anmelden_hover.gif);
	background-repeat:no-repeat;
	width:70px;
	height:20px;
} 
#sub_menu ul #sub_l4 a{
	background-image:url(../images/weitersagen.gif);
	background-repeat:no-repeat;
	width:99px;
	height:20px;
}
#sub_menu ul #sub_l4 a:hover{
	background-image:url(../images/weitersagen_hover.gif);
}
#sub_menu ul #sub_l4.act{
	background-image:url(../images/weitersagen_hover.gif);
	background-repeat:no-repeat;
	width:99px;
	height:20px;
}
#sub_menu ul #sub_l5 a{
	background-image:url(../images/veranstaltungsplan.gif);
	background-repeat:no-repeat;
	width:157px;
	height:26px;
}
#sub_menu ul #sub_l5 a:hover{
	background-image:url(../images/veranstaltungsplan_hover.gif);
}
#sub_menu ul #sub_l5.act{
	background-image:url(../images/veranstaltungsplan_hover.gif);
	background-repeat:no-repeat;
	width:157px;
	height:26px;
} 
.blueLink {
	color:#0b1a6a;
	text-decoration:none;
}


