html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	border: none;
	color: #747474;
	background-image: url(pics/bg_fade.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}


div.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}

/* Textformate */

a {
	text-decoration: none;
	color: #7E95B8;
}

a:hover {
	text-decoration: underline;
	}

h1 {
	margin: 0;
}

h1.contentTitle {
	font-size: 1.65em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	margin: 11px 0 25px 0;
	text-align: left;
}

h2 {
	font-size: 13px;
	margin: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	margin: 0px;
	margin-bottom: 10px;
}

h4 {
	font-size: 11px;
	margin: 0px;
	margin-bottom: 10px;
}

hr {
	height: 2px;
	border: none;
	border-bottom: 2px solid #aaa;
}

/*Struktur*/

#content_wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	top: -20px;
}

#content {
	float:left;
	margin: 10px 0 50px 0;
}

#content.largeContent {
	width: 569px;
	padding: 0;
	text-align: justify;
}

table {
	font-size: 1em;
}

iframe {
	width: 795px;
	height: 1000px;
	}

#top {
	margin-top: 55px;
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 0.9em;
	overflow: visible;
}

	#top a {
		color: #8B8B8B;
	}
	
	#moeve_bg {
		background-image: url(pics/moeve.gif);
		background-repeat: no-repeat;
		width: 1100px;
		width: 1140px;
		overflow: hidden;
		margin: 0 auto;	
		background-position: right top;
	}

.bonuscard {
	width: 205px;
	height: 148px;
	display: block;
	position: relative;
	top: 0px;
	left: 595px;	
	margin-bottom: -148px;
	z-index: 20;
} 

#header {
	position: fixed;
	width: 100%;
	height: 30px;
	top: 0px;
	left: 0px;
	z-index: 50;
	background-color: #0A6CFE;
	border-bottom: 1px solid #FFF;
}
	#header .header_wrapper {
		width: 800px;
		height:20px;
		margin: 0 auto;
		padding: 0 150px;
	}
		
		#header span.header_content_left, #header span.header_content_right {
			color: #FFF;
			font-size: 0.8em;
			width: 300px;
			position: fixed;
			top: 8px;
			display: block;
		}
		
		#header span.header_content_left {
			position: relative;
			float:left;
		}
		
		#header span.header_content_right {
			position: relative;
			text-align: right;
			float: right;
		}
		
		#header #tel {
			font-size: 1.2em;
			font-weight: bold;
			margin-left: 5px;
		}
	
		#header img#img_logo {
			border: none;
			margin-left: 10px;
			margin-top: 1px;
		}
	
		#header a {
			color: #FFF;
		}

#footer {
	position: fixed;
	width: 100%;
	height: 13px;
	bottom: 0px;
	left: 0px;
	padding-top: 17px;
	background-color: #0A6CFE;
	border-top: 2px solid #A5A29B;
}

	#footer .footer_wrapper {
		width: 800px;
		height:20px;
		margin: 0 auto;
		padding: 0 150px;
	}
		
		#footer a {
			color: #FFF;
		}
		
		#footer span.footer_content_left, #footer span.footer_content_right {
			color: #FFF;
			font-size: 0.8em;
			width: 300px;
			position: fixed;
			bottom: 8px;
			display: block;
		}
		
		#footer span.footer_content_left {
			position: relative;
			float:left;
		}
		
		#footer span.footer_content_right {
			position: relative;
			text-align: right;
			float: right;
		}
		
#sidebar {
	float: left;
	width: 206px;
	padding: 10px 0 10px 25px;
}

/* standard content */

#content span.contentSubtitle {
	display: block;
	font-size: 0.9em;
}

#content div.topicText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#content div.subTopics {
	clear: both;
	margin-top: 0px;  
}

#content table.subTopicLine tr {
	vertical-align: top;
}

#content td.topicSpacer {
	padding: 6px;
	border: none;
}

#content .subTopic {
	border-top: 2px dotted #97A948;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* image in content */

#content div.topicImageLeftBreakNone {
	float: left; 
	margin-right: 10px; 
	width: auto; 
	height: 100%;
}

#content div.topicImageRightBreakNone {
	float: right; 
	margin-left: 10px; 
	width: auto; 
	height: 100%;
}

#content div.topicImageLeftBreakSide {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	width: auto;
}

#content div.topicImageRightBreakSide {
	float: right; 
	margin-left: 10px; 
	margin-bottom: 10px; 
	width: auto;
}

#content div.topicImageCenter {
	margin-bottom: 10px;
}

.feedbackForm td {
font-size: 1em;
}

.iframe_pos_fix {
	margin-left: 144px}
	
.scrollBox {
	overflow: auto;
}