a {
	cursor: pointer;
	cursor: hand !important;
}
/*Layout*/

#outerWrapper {
	margin: 0px auto;
	width: 1200px;
	background: url(/images/background.jpg) top center no-repeat;
	Text-align: center;
}
#intro {
	margin-left:15px;
	position:relative;
}
#introGreen {
	position:absolute;
	right:0;
	bottom:0;
}
#intro ul {
	margin-left:40px;
}
#innerWrapper {
	margin: 0px auto;
	width: 900px;
	Text-align: left;
}
#header {
	height: 271px;
	position: relative;
	background: url(/images/topBackground.jpg) no-repeat;
}
#topNav {
	width: 200px;
	text-align:center;
	position:absolute;
	top:5px;
	right:10px;
	color: white;
}
.topNav {
	font-size:11px;
	font-weight:bold;
	color:white!important;
}
#bottomNav {
	position: absolute;
	top:30px;
	left:30px;
}
.bottomNav {
	font-size:11px;
	font-weight:bold;
	color:white!important;
}
#topMessen {
	width: 165px;
	position:absolute;
	top:25px;
	right:10px;
	padding: 10px;
	color: black;
}
#topMessen p {
	font-size: 12px!important;
}
#mainContent {
	position: relative;
}
#mainCenterContainer {
	float: left;
	width:645px;
	padding-left:5px;
}
#navLeftContainer {
	float: right;
	width:225px;
	padding-right:10px;
	background: url(/images/separator.jpg) no-repeat;
	padding-left:10px;
}
#rightSpacer {
	height: 200px;
}
#topLogo {
	position: absolute;
	top:82px;
	left:132px;
}
.frontFloat {
	float: left;
	width:300px;
	padding-left: 10px;
	padding-bottom:30px;
	height: 170px;
	position:relative;
}
.frontFloatOver {
	position: absolute;
	height:175px;
	width:300px;
	display:none;
	border:1px solid #F0F0F0;
	text-align:center;
	background: white url(/images/overHover.jpg) no-repeat;
}
#footer {
	position: relative;
	background: url(/images/backgroundFooter.jpg) no-repeat;
	height:67px;
}
#footerCompany {
	position: absolute;
	right:0;
	top:30px;
	width:235px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size:11px;
}
#footerRights {
	font-size:11px;
	text-transform: uppercase;
	color: #B1B1B1!important;
	text-align: center
}
#footerRights sup{font-size:8px;}
.vibroBlueBold {
	color: #0099ff;
	font-weight: bold;
}
.menuHeader {
	color: #0099ff;
	padding-left:5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 24px;
}
.bold {
	font-weight: bold;
}
.special p {
	text-align: justify;
	margin-top:10px;
	magin-bottom: 10px;
	padding-left: 10px;
}
/*Documents*/
.documents {
	padding-left: 0;
	line-height: 1.5em;
	position: relative;
}
.documents h1 sup {
	font-size:11px;
}
.documents h1 {
	color: #0099ff;
	
	font-size: 16px;
	font-family:  Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
.documents h2 {
	font-family:  Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	font-size: 13px;
	text-transform:uppercase;
	padding:0;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
}
h3 {
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
}
.documents p {
	text-align: justify;
	margin-top:10px;
	magin-bottom: 10px;
	padding-left: 10px;
	background: #FaFaFa;
	padding: 20px;
}
.documents span.highlight {
	background-image: url(../images/index_bullet.gif);
	background-repeat: no-repeat;
	background-position: 15 50%;
	color: #0099ff;
	padding-left: 30px;
	line-height: 20px;
}
.documents div.highlight li {
	list-style: none;
	list-style-image: url(../images/index_bullet.gif);
	margin: 0;
	padding: 4px;
}

/*Über uns Liste*/
#listPeople {
	margin: 0;
	padding:0;
}
#listPeople li {
	float:left;
	width:200px;
	text-align:center;
	list-style:none;
}
/*Home Menu*/
ul.homeMenu {
	padding:0px;
	margin: 0px;
}
.underline {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom:5px;
}
.homeMenu li {
	list-style:none;
	font-size: 13px;
	padding: 2px;
	padding-left:15px;
	margin: 0px;
	line-height: 17px;
	background: url(/images/button.gif) 0 5px no-repeat;
}
.homeMenu li.no-bullet{
	list-style:none;
	font-size: 13px;
	padding: 2px;
	padding-left:5px;
	margin: 0px;
	line-height: 17px;
	background: none;
}
.homeMenu li a {
	text-decoration: none;
}
.homeMenu li a:hover {
	font-weight: bold;
}
/*Ordered List*/

.orderedList {
	margin-left: 20px;
}
.orderedList li {
	line-height:20px;
	color: #000;
	font-weight: bold;
}
.orderedList li p {
	color: black;
	font-weight: normal;
}
