/* ----------------------------------- */
/* power mit bauer - Grundgeruest      */
/* ----------------------------------- */

@import "absatzformate.css";


/* ------------------- */
/* allgemein Formate   */
/* ------------------- */

html, body, h1, h2, h3, h4, h5, p, img, ul, li, a {
	margin:0px; padding:0px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

body {
	padding:0px; margin:0px;
	background-color:#e9e9e9;
}

h1.display {
	display:none;
}

.clear {
	clear:both;
}


/* ------------------- */
/* Gundgerüst          */
/* ------------------- */

#container {
	width:798px;
	overflow:hidden;
	margin:0px auto;
	padding-top:40px;
}

/* Kopfzeile */

#kopfzeile {
	width:798px;height:40px;
	overflow:hidden;
}

#hotline {
	width:501px;height:40px;
	float:left;
	background-image:url(../img/hotline_oben.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:25px;
	padding-left:65px;
	font-size:12px;
}

#hotline a {
	text-decoration:none;
}

#logo {
	width:232px;
	float:right;
}

/* Grundaufbau Content */

#content {
	width:780px;
	background-color:#fff;
	margin-left:12px;
	margin-right:12px;
}

#spalte_links {
	width:649;
	float:left;
}

#spalte_rechts {
	width:131px;
	float:right;
}

/* Menü Ebene 1 */

#menuezeile {
	width:780px; height:44px;
	background-color:#fff;
	margin-left:12px;
}

#menue_l1 {
	width:450px; height:25px;
	overflow:hidden;
	background-image:url(../img/hg_menue.gif);
	background-repeat:repeat-x;
	background-positon:top left;
	float:left;
}

ul#MainMenu {
	padding-left:13px;
	list-style-type:none;
}

ul#MainMenu li {
	float:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	padding-right:7px;
	padding-left:7px;
	background-image:url(../img/linie_menue.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:4px;
}

ul#MainMenu li a {
	text-decoration:none;
}

ul#MainMenu li.linkactive a {
	color:#fff;
}

ul#MainMenu a:hover {
	color:#fff;
}

ul#MainMenu li.linkdeactivated a {
	color:#666;
}

#agb {
	width:93px; height:25px;
	float:left;
	overflow:hidden;
	background-image:url(../img/hg_menue.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding-top:6px;
}

#agb a {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#agb a:hover, #agb a.linkactive {
	color:#fff;
}

#sprachauswahl {
	width:237px; height:44px;
	overflow:hidden;
	float:right;
}


/* Content */

#content {
	width:780px;
	background-color:#fff;
}

#menue_l2 {
	width:157px;
	float:left;
}

/* Menü Ebene 2 */

ul#SubMenu {
	list-style-type:none;
}

ul#SubMenu li {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	padding-bottom:5px;
}

ul#SubMenu li a {
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

ul#SubMenu li.linkactive a, ul#SubMenu li a:hover {
	color:#e50004;
}

ul#SubMenu li.linkdeactivated a {
	color:#ccc;
}

/* Inhalt */

#text {
	width:623px;
	float:right;
	padding-bottom:20px;
}

#text_inhalt {
	width:600px;
	float:left;
	padding-top:20px;
}

#drucken {
	width:23px;
	float:right;
}

/* Startseite */

#container_start {
	width:500px;
	margin:0px auto;
	padding-top:100px;
}

.impressum {
	padding-left:12px;
}

.impressum a {
	font-size:10px;
	color:#aaa;
	text-decoration:none;
}
