html {
    
}

body {
    background-color: #445151;
    font-family: Georgia;
    font-size: 12px;
    line-height: 24px;
}

.border {
	background-color: #445151;
}

#wrapper {
	width: 1200px;
	margin: 32px auto 0px auto;
}

#header {
	background-color: #95a2a2;	
	height: 250px;
}

	#main-menu {
		font-family: Arial, Helvetica;
		font-size: 11px;
		padding-top: 30px;
		
}

		#main-menu a {
			color: #ffffff;
			padding-right: 50px;
			font-weight: bold;
}

			#main-menu a:link {			
				text-decoration: none;
}
			#main-menu a.selected, #main-menu a:hover, #main-menu a:active, #main-menu a:focus {			
				text-decoration: underline;
}

	#header h1, #header h2, #header h3 {
		text-indent: -9999px;
}

	#header .h1 {
		height: 138px;
}

	#header .h1 img {
		margin-left: -180px;
		padding-top: 70px;	
}	

	#header .h2-portfolio img {
		padding-top: 140px;	
}
	
.left-col {
	float: left;
	width: 320px;
	height: 100%;
}

.logo {
	padding: 20px 0px 0px 20px;
	
}

	.logo img {
		width: 100px;
}

#separator {
	background-color: #e20026;
	height: 10px;
}

#main {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	padding: 40px 0px 40px 0px;
	min-height: 500px;
}

.item {
	clear: both;
	float:left;
	margin-bottom: 20px;
}

.topic {
	color: #e20026;
	padding-left: 138px;
	font-family: Arial, Helvetica;
}

	.topic .annotation {
	color: #95a2a2;
	font-size: 10px;
	margin-top: -10px;
	line-height: 10px;
}

.right-col {
	float: left;
	width: 670px;
	font-family: Georgia;
	font-size: 20px;
	line-height: 28px;
	color: #95a2a2; 
}

	.right-col ul {
		list-style: disc outside;
		list-style-image: url(../images/mb_roter_punkt.png);
}
		.right-col ul li {
		padding-bottom: 16px;
}

.item-separator {
	border-bottom: 3px dotted #e20026;	
}

span.title {
	font-style: italic;
}

#main a {
	color: #95a2a2;			
	text-decoration: none;
}

#main a:hover, #main a:active, #main a:focus {			
	color: #95a2a2;			
	text-decoration: underline;
}

#second-menu a {
	float: right;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 11px;
	padding-right: 0px;
	text-decoration: none;
}

#second-menu a:hover, #second-menu a:active, #second-menu a:focus {
	text-decoration: underline;
}

.right-float {
	float: right;
	margin-top: -280px;
	margin-right: 80px;
}

.hidden {
	visibility: hidden;
}

.pdf-download {
	color: #e20026 !important;
	font-family: Arial, Helvetica;
	font-size: 14px;
}
	
