/* für system notwendig, individuell anzupassen */

body{
	background-color:#FDFCFA;
	background-image:url(../pcs/aufbau/hg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#504D3B;
	margin:0;
	}

h1{
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 0px 10px;
	font-size:10px;
	color:#323130;
	font-weight:normal;
	}

h2{
	font-size:15px;
	font-weight:bold;
	margin:0 0 8px 0;
	color:#008000;
	line-height:16px;
	}
h3{
	font-size:13px;
	line-height:18px;
	}
h4{
	margin-top:15px;
	font-size:12px;
	line-height:18px;
	}
a{
	color:#504D3B;
	text-decoration:none;
	}
a:hover{
	/*color:#ffffff;*/
	color:#000000;
	text-decoration:none;
	}
img a{
	border:0px !important;
	text-decoration:none;
	}
hr{
	margin-bottom:20px;
	color:#C0C0C0;
	}
td{
	padding:3px 0;
	}
ul{
	position:relative;
	left:16px;
	padding:0;
	}
li{
	list-style-type:square;
	}
	
/* textformatierung */
.textMicro{
	font-size:10px;
	line-height:11px;
	}
.textKlein{
	font-size:11px;
	line-height:12px;
	}
.textMittel{
	font-size:12px;
	line-height:14px;
	}
.textGross{
	font-size:16px;
	}

.textHell{
	color:#ffffff;
	}
.textDunkel{
	color:#333333;
	}
.textHell a{
	color:#efefef;
	text-decoration:none;
	}
.textHell a:hover{
	text-decoration:underline;
	}

/* Rahmen und Ränder */
.hg_dunkel{
	background-color:#741535;
	}
.border_solid{
	border:solid 1px #c0c0c0;
	}
.border_top{
	border-top:solid 1px #c0c0c0;
	}
.border_right{
	border-right:solid 1px #c0c0c0;
	}
.border_bottom{
	border-bottom:solid 1px #c0c0c0;
	}
.border_left{
	border-left:solid 1px #c0c0c0;
	}

/* allgemeine Maße */
.width50{
	width:50px;
	}
.width100{
	width:100px;
	}

/* textfelder für formulare */
.textfeld{
	border:solid 1px #707D92;
	width:250px;
	padding:5px;
	font-size:14px;
	height:auto;
	color:666666;
	}
.textfeld_kompakt{
	width:105px;
	/*height:21px !important;*/
	font-size:12px;
	font-weight:bold;
	color:#999999;
	border:0px;
	margin:0 5px;
	}
.textfeld_kontakt{
	width:220px;
	}
.textfeld100proz{
	width:100%;
	}
/* Suchfeld */
#suchformKompakt{
	}
#kopf_suche input[type=text]{
	position:relative;
	margin:0;
	}
#kopf_suche input[type=submit]{
	background-color:#707D92;
	background-image:url(../pcs/aufbau/btn_lupe.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	top:1px;
	border: 0px solid #707D92;
	border:none;
	position:relative;
	}

/* Menüebenen */
#sitemap li{
	list-style-type:none;
	}
#sitemap ul{
	padding:0 0 0 20px;
	}
#sitemap ul li{
	list-style-type:square;
	}
#me1{
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform:uppercase;
	}
#me1 small{
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	}
#me1 li{
	list-style-type:none;
	float:left;
	}
#me1 li a{
	text-decoration:none;
	color:#131212;
	}
#me1 li .me1{
	padding:5px 10px;
	padding:10px;
	margin-bottom:15px;
	}
#me1 li .me1:hover{
	color:#ffffff !important;
	text-decoration:none;
	background-image:url(../pcs/aufbau/hg_me1_hover.png);
	background-repeat:repeat-x;
	}
#me1 li .me1:hover a{
	color:#ffffff;
	}
.me1_active .me1{
	color:#ffffff !important;
	background-image:url(../pcs/aufbau/hg_me1_hover.png);
	background-repeat:repeat-x;
	}
.me1_active .me1 a{
	color:#ffffff !important;
	}
#me1 li .me11{
	line-height:30px;
	padding:0 10px 0 20px;
	border:none;
	color:#cccccc;	
	font-weight:normal;
	font-size:11px;
	float:left;
	}
#me1 li .me11:hover a{
	color:#CD1316;
	}
.me11:hover{
	background-color:none;
	border:none;
	}
.me11_active {
	background-color:none;
	}
.me11_active a{
	color:#516481 !important;
	}
#me2{
	text-decoration:none;
	padding:0 0 0 8px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	}
#me2 li{
	list-style-type:none;
	float:left;
	height:30px;
	line-height:30px;
	padding:0 10px;
	background-color:#ffffff;
	border-radius:0 0 8px 8px;
	-moz-box-shadow: 0px 5px 4px -4px #aaa;
	-webkit-box-shadow:  0px 5px 4px -4px #aaa;
	box-shadow: 0px 5px 4px -4px #aaa;
	border-top:none;
	margin-right:1px;
	z-index:10;
	}
#me2 li:hover{
	background-color:#FFFFFF;
	border:none;
	}
.me2_active{
	position:relative;
	border:none !important;
	height:36px !important;
	line-height:34px !important;
	margin:-0px -3px 0 -2px !important;
	font-size:13px;
	font-weight:bold;
	z-index:100 !important;
	background-color:#ffffff;
	}
.me2_active a{
	color:#504D3B !important;
	}
#me2 a{
	color:#7C7A6C;
	text-decoration:none;
	}
#me2 a:hover{
	text-decoration:none;
	color:#000000;
	}

#me3 ul{
	padding:8px 0;
	margin:0 -10px 0 0;
	left:0;
	float:left;
	}
.me3_active{
	background-image:url(../pcs/aufbau/me3_hg-pfeil.png);
	background-position:top center;
	background-repeat:no-repeat;
	}
#me3 ul li{
	list-style-type:none;
	float:left;
	line-height:12px;
	font-size:12px;
	font-weight:normal;
	padding:0 10px;
	}
#me3 ul li a{
	text-decoration:none;
	}
#me3 ul li:hover{
	color:#ADAC9F;
	text-decoration:none;	
	}
.me_pipe{
	/*
	padding-left:5px;
	border-left:1px solid #ffffff;
	*/
	}

/* texte */


.container_text{
	clear:both;
	margin:0 10px 0 0;
	padding:20px 0;
	border-bottom:solid 1px #F1E7BF;
	overflow:hidden;
	}
	.container_text img{
		border-radius:8px;
		overflow:hidden;
		border:5px solid #ffffff;
		}

.textbild{
	border:solid 0px #ffffff;
	}
/* Module/Boxen */
.modul{
	margin:0 10px 5px 10px;
	/*border-bottom:1px solid #CFCFCF;*/
	}
.modul_seite{
	clear:both;
	margin-bottom:20px;
	padding:20px 15px;
	overflow:hidden;
	}
	.modul_seite img{
		border-radius:8px;
		overflow:hidden;
		border:5px solid #ffffff;
		}
.modul_titel {
	font-size:13px;
	font-weight:bold;
	color:#333333;
	margin:0 0 5px 0;
	}
.modul_text {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-weight:normal;
	padding:0;
	}
.modul_text p{
	margin:0;
	}
.modul_link {
	/*background-image:url(../pcs/aufbau/pfeil_re.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;*/
	line-height:15px;
	margin-top:5px;
	padding:1px 19px 3px 3px;
	font-size:12px;
	font-weight:bold;
	float:left;
	}

/* buttons */
.button_suche{
	}
.button_pfeil{
	background-image:url(../pcs/aufbau/pfeil_re_big.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	border:0px;
	}
.button{
	/*height:20px;*/
	}




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


/* sammelgrafik */
.sammelgrafik{
	background-image:url(../pcs/aufbau/grfxcollection.png);
	}

.sg_hg_grautransp{
	background-image:url(../pcs/aufbau/hg_50proz_grau.png);
	}

/* spezielle Seitenformatierungen */
.seite_newsformat h1{
	font-size:14px;
	line-height:15px;
	margin:0px 0 4px;
	font-weight:bold;
	}

/* news-Artikel in Box */
.isi_newsArtikel{
	margin:0 0 10px !important;
	}
.isi_newsArtikel div{
	margin-bottom:5px;
	}
.isi_newsArtikel a{
	text-decoration:none;
	padding-left:0px;
	background-image:none;
	background-position: left 3px;
	background-repeat:no-repeat;
	color:#CD1316;
	}
.isi_newsArtikel a:hover{
	text-decoration:underline;
	}
.isi_newsDatum{
	font-size:10px;
	}


	#grfx_kopflogo{
		width:230px;
		height:104px;
		}
	#lang_top{
		float:left;
		padding-top:30px;
		}
	#kopf1text{
		padding:13px 10px 0px;
		color:#C0CDD7;
		text-align:right;
		}

/*
#suche_kopf{
	position:relative;
	top:13px;
	float:right;
	}
#suchform_kompakt{
	background-image:url(../pcs/aufbau/lupe.png);
	background-position:left;
	background-repeat:no-repeat;
	border:solid 1px #cfcfcf;
	padding:2px 2px 2px 25px;
	width:177px;
	height:21px;
	}
*/
	
	#newsletter{
		clear:both;
		position:relative;
		top:30px;
		}
	#kopfmenu1{
		}
		#datum{
			position:absolute;
			left:5px;
			bottom:5px;
			}
		#kopfbild{
			width:960px;
			height:300px;
			background-position:50%;
			}
		#kopfbild_datenbox{
			position:absolute;
			width:240px;
			height:290px;
			padding:10px;
			top:67px;
			left:645px;
			z-index:10;
			}

#container_content{
	background-color:#EFF0F0;
	color:#464646;
	position:relative;
	margin-top:0;
	width:925px;
	clear:both;
	}
	#spalteLinks{
		position:relative;
		float:left;
		width:180px;
		height:100%;
		padding:50px 0;
		color:#000000;
		background-color:#EFF0F0;
		}
	
	#content{
		position:relative;
		float:left;
		width:575px;
		min-height:560px;
		background-color:#FFFFFF;
		}
		#main{
			width:450px;
			float:left;
			}
			#me_path{
				position:relative;
				top:8px;
				margin-bottom:15px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:9px;
				color:#B1B3B4;
				
				}
			#me_path a{
				color:#B1B3B4;
				text-decoration:none;
				}