/* CSS Document */

/*** Basis-Layout ***/

a:link 		{ color: #50638B; }
a:visited 	{ color: #50638B; }

body {
	background-color:	#FFFFFF; 			/*** #e5e5e5; ***/
	margin-left: 		0px;
	margin-top: 		15px;
	margin-right: 		0px;
	margin-bottom: 		0px;
	
	font-size:			62.5%;
	text-align:			center;	
	}

.main {
	margin-left:		auto;
	margin-right:		auto;
	width:				760px;
	height:				800px;
	
	border-color:		#ffffff; /*** #00014; ***/
	border-style:		solid;
	border-width:		1px;
	background-color:	#ffffff;
	text-align:			left;
	}

.boxer_copyright {	
	/*** für printer: nicht anzeigen ***/
	display:			none;
	visibility:			hidden;
	
	margin-left:		auto;
	margin-right:		auto;
	margin-top:         5px;
	
	padding-top:        3px;
	width:				760px;
	height:				20px;
	
	border-color:		#000014;   /*** #00014; ***/
	border-style:		solid;
	border-width:		1px;
	background-color:	#ffffff;
	text-align:			center;
	
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			0.9em; 
}

.liner {
	border-bottom-width:	1px; 
	border-bottom-style:	solid; 
	border-bottom-color:	#CCCCCC;
	}
	
.boxed_gelb {
	border-color:			#CCCCCC;
	border-style:			solid;
	border-width:			1px;
	background-color:		#FFFFCC;
	
	padding:				5px 5px 5px 5px;	
	}
	
.boxed_gelb a {
	text-decoration: 		none;
	line-height:            1.6em;
	}

.boxed_gelb flag {
	border-color:		#000014;
	border-style:		solid;
	border-width:		1px;		
	}

.center { text-align:		center }
.bold	{ font-weight:		bold; }		
	
/*** seiten-Header ***/
	
#header {
	/*** für printer: nicht anzeigen ***/
	display:			none;
	visibility:			hidden;
	
   height:				140px;
   width:				100%;
   position:			relative;
   left:				0px;
   top:					0px;  
   background-color:	#ffffff;
   background-image:	url(/images/header02-2.jpg);
   background-repeat:	no-repeat;
   }
   
#header .toolbox {
	width:				100%;
	height:				15px;
	position:			relative;	
	top:				17px;
	left:				0px;
	z-index:			2;
	text-align:			right;
	}

.toolbox img {
	position:			relative;
	top:				4px;
	margin-right:		10px;
	
	border-color:		#000014;
	border-style:		solid;
	border-width:		1px;
	}
	
.header .logo {
	border:				none;
	position:			relative;
	top:				-30px;
	left:				0px;
	z-index:			3;
	}
	
.header .headerbox {
	width:				100%;
	height:				20px;
	position:			absolute;	
	top:				90px;
	left:				0px;
	z-index:			2;
		
	border-top-color:		#000000;
	border-top-style:		solid;
	border-top-width:		1px;	
	border-bottom-color:	#000000;
	border-bottom-style:	solid;
	border-bottom-width:	1px;	
	background-color:		#f7d647;
	
	text-align:			right;
	padding-top:        2px;	
	}

.header .titlebox {
	width:				380px;
	height:				20px;
	position:			absolute;
	top:				60px;
	left:				250px;
	z-index:			2;
	margin-right:		10px;
	
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		normal;
	font-size:			1.7em;
	color:				#083183;
	text-align:			right;
	}
	
.headerbox a {
	text-decoration:	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			1em;
	font-weight:		normal;
	color:				#000000;
	
	margin-left:		10px;
	}
	
/*** sidebar ***/

#sidebar {
	/*** für printer: nicht anzeigen ***/
	display:			none;
	visibility:			hidden;	
}

#menu_left {
	/*** für printer: nicht anzeigen ***/
	display:			none;
	visibility:			hidden;	
}
 
/*** content ***/
   
#content {
	position:			relative;
	top:				0px;
   	width: 				520px;  
	float:				right;	
	margin-right:		15px;	
	
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			1.3em; 
	text-align:			justify;
	}

.content h1 {
	font-weight:		bold;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			1.6em;	
	margin-top:			20px;
	margin-bottom:		20px;
	}

.content h2 {
	font-weight:		normal;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			1.4em;	
	margin-top:			20px;
	margin-bottom:		20px;
	}
	
.content h3 {
	font-weight:		normal;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			1.2em;	
	margin-top:			20px;
	margin-bottom:		20px;
	}
			
.content img.border {
	float:				left;
	margin-right:       15px;
	margin-bottom:      0px;
	
	border-color:		#083183;
	border-style:		solid;
	border-width:		1px;
	}
	
.content img.borderless {
	float:				left;
	margin-right:       15px;
	margin-bottom:      0px;
	}

.content img.no_margin {
	float:				left;
	margin-right:       0px;
	margin-bottom:      0px;
	}

.content img.no_top_margin {
	float:				left;
	margin-right:       15px;
	margin-bottom:      15px;
	margin-top:         0px;
	}
	
.content img.no_float {
	float:				none;
	}

/*** content-header ***/

.content_header {
	width:					100%;
	
	/*** border-top-color:		#000000;
	border-top-style:		solid;
	border-top-width:		1px;	 ***/
	border-bottom-color:	#cbd9e3;
	border-bottom-style:	solid;
	border-bottom-width:	1px;	
	
	background-color:		#ffffff;

	}

.content_header h1 {
	margin-left:       	0px;	
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		normal;
	font-size:			1.4em;
	color:				#083183;
	}

.content_header h2 {
	margin-left:       	15px;
	font-weight:		normal;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			1.2em;
	color:				#083183;
	}
		
.content_header .box_angebot {
	width:				150px;
	height:				42px;
	
	position:			absolute;
	top:				10px;
	left:				360px;
	
	padding-top:        5px;
	
	text-align:			center;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	
	background-image:	url(/images/box_1.gif);
	background-repeat:	no-repeat;
	}
	
.content_header .box_angebot a {
	text-align:			center;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	text-decoration:	none;	
	}	

/*** content_left ("haupttext") ***/
	
.content_left {
	width:				330px;
	margin-right:		auto;
	margin-top:			0px;
	}
	
.content_left_no_submenu {
	width:				485px;
	}

.content_left table.infobox {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			1em;
	}
	
.content_left table.infobox .bold {
	font-weight:		bold;
	}
	
.content_left .content_left_imageshifter img {
	/*** position:		absolute;
	top:			-10px;
	left:			380px;
	height:			90px;
	width:			125px;	 ***/
	}
	
.content_left h1 {
	}
	
.content_left h2 {
	text-align:			left;
	font-family:		Arial, Helvetica, sans-serif;
	}
	
.content_left h3 {
	font-size:			1.2em;
	text-align:			left;
	margin-top:         12px;
	margin-bottom:      6px;
	}
	
.content_right {
	width:				165px;
	margin-right:		auto;
	margin-top:			15px;
	
	}
	
.footerbox {
	/*** für printer: nicht anzeigen ***/
	display:			none;
	visibility:			hidden;
}

.submenu_right { 
	/*** für printer: nicht anzeigen ***/
	display:			none;
	visibility:			hidden;
}

.content_submenu_vario { 
	/*** für printer: nicht anzeigen ***/
	display:			none;
	visibility:			hidden;
}


.pmedia {
	/*** für printer: nicht anzeigen ***/
	display:			inline;
	visibility:			visible;
}

.footer_pmedia_contact {
	/*** clear:              both; ***/
	float:              left;
	width: 				auto;
	/***
	position:			relative;
	top:				-600px;
	left:               15px;
	***/
	padding-top:        10px;
	padding-bottom:     10px;
	
	text-align: 		left;
	font-size:    		1.0em;
	
	
}

