/*
 schwarz		000000
 dunkelgrau		171717
 grau			6c6c6e
 rot			e1061c


 */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color: #171717;
}

#wrapper {
	position: relative;
	margin: 20px auto 0 auto;
	width: 970px;
	text-align: left;
	background-color: #000000;
	border: 1px solid #6c6c6e;
}

#header {
	height: 180px;
}

#header img {
	margin-top: 20px;
	margin-left: 200px;
	float: left;
}

#header .header_linie {
	border-bottom: 1px solid #6c6c6e;
	float: left;
	height: 71px;
	width: 386px;
	margin-left: 20px;
}

/*====================  LEFT  ====================*/
#left {
	border-top: 1px solid #6c6c6e;
	font-size: 20px;
	width: 180px; w\idth: 160px;
	padding: 15px 0 0 20px;
	float: left;
}

#left ul {
	list-sytle-type: none;
}

#left li {
	margin-bottom: 10px;
}

#left a {
	color: #ffffff;
}

#left a:hover,
#left a.active {
	color: #e1061c;
}

#left li.first {
	margin-bottom: 5px;
}

#left li.unternavi {
	margin-left: 16px;
	font-size: 16px;
	margin-bottom: 5px;
}

#left .invisible {
	display: none;
}

/*====================  MAIN  ====================*/
#main {
	float: left;
	background-color: #ffffff;
	width: 560px; w\idth: 570px;
	margin: 0 20px;
	overflow-x: hidden;
}

#main .ce_text {
	padding: 0 20px;
}



/*====================  ÜBERSCHRIFTEN  ====================*/
#main h1.museum {
	background-image: url(images/layout/museum.gif);
	height: 50px;
	color: #ffffff;
	font-weight: 100;
	font-size: 20px;
}

#main h1.gas {
	background-image: url(images/layout/gas.gif);
	height: 50px;
	color: #ffffff;
	font-weight: 100;
	font-size: 20px;
}

#main h1.strom {
	background-image: url(images/layout/strom.gif);
	height: 50px;
	color: #ffffff;
	font-weight: 100;
	font-size: 20px;
}

#main h1.wasser {
	background-image: url(images/layout/wasser.gif);
	height: 50px;
	color: #ffffff;
	font-weight: 100;
	font-size: 20px;
}

#main h1.fernwaerme {
	background-image: url(images/layout/fernwaerme.gif);
	height: 50px;
	color: #ffffff;
	font-weight: 100;
	font-size: 20px;
}

#main h1.museum div,
#main h1.gas div,
#main h1.strom div,
#main h1.wasser div,
#main h1.fernwaerme div {
	padding-top: 16px;
	padding-left: 20px;
}



/*====================  RIGHT  ====================*/
#right {
	border-top: 1px solid #6c6c6e;
	float: right;
	width: 180px; w\idth: 180px;
	letter-spacing: 0.03em;
	color: #ffffff;
}

#right p {
	margin-bottom: 10px;
}

#right .ce_text {
	border-bottom: 1px solid #6c6c6e;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 17px;
}

#right a {
	color: #e1061c;
}

#right a:hover {
	text-decoration: underline;
}

#right img {
	
	margin: 0 0 10px 0;
}

#right h4 {
	font-weight: 100;
	margin-bottom: 10px;
	text-align: center;
}
/*====================  FOOTER  ====================*/
#footer {
	clear: both;
	height: 45px;
	padding-top: 10px;
	color: white;
	text-align: center;
	letter-spacing: 1px;
}


/*====================  IMPRESSUMLINK  ====================*/
#impressumlink {
	height: 20px;
	margin: 0 auto 20px auto;
	width: 970px;
	text-align: right;
	padding-top: 3px;
}

#impressumlink a {
	color: #FFFFFF;
}

#impressumlink a:hover {
	color: #e1061c;
}

/*====================  MITGLIEDSCHAFTSFORMULAR  ====================*/

#main .ce_form {
	text-align: center;
}

#main #f1 {
	width: 380px;
	margin: 20px auto 0 auto;
	text-align: left;
}
#main #f1 input.submit,
#main #f1 input.text {
	border: 1px solid #6c6c6e;
	margin-bottom: 10px;
	padding: 2px;
	float: left;
}

#main #f1 label {
	width: 150px;
	display: block;
	float: left;
}

#main #f1 #ctrl_1,
#main #f1 #ctrl_2,
#main #f1 #ctrl_3,
#main #f1 #ctrl_4,
#main #f1 #ctrl_7,
#main #f1 #ctrl_8,
#main #f1 #ctrl_12,
#main #f1 #ctrl_13,
#main #f1 #ctrl_14 {
	width: 220px;
}

/*plz*/
#main #f1 #ctrl_5 {
	width: 50px;
	margin-right: 10px;
	float: left;
}

/*ort*/
#main #f1 #ctrl_6 {
	width: 154px;
}

#main #f1 .explanation {
	margin-bottom: 10px;
	clear: both;
}

/*checkboxen*/
#main #f1 .checkbox_container label {
	width: 350px;
	float: left;

	margin-bottom: 5px;
}
#main #f1 input.checkbox {
	margin-right: 10px;
	float: left;
	clear: left;
}

/*absenden*/
#main #f1 .submit_container {
	clear: both;
	text-align: center;
}

#main #f1 input.submit {
	float: none;
	font-size: 13px;
}

/*error*/
#main #f1 input.error {
	border: 1px solid #e1061c;
	background-color: #f8d3d7;
}

#main #f1 div.error .checkbox {
	border: 1px solid #e1061c;
}

/*====================  SONSTIGE TAGS  ====================*/
#main a {
	color: #e1061c;
}

#main a:hover {
	text-decoration: underline;
}



#main p {
	margin-top: 10px;
	text-align: justify;
}

#main ul {
	margin: 10px 0 10px 30px;
	list-style-image: url(images/layout/punkt.gif);
}

#main ol {
	margin: 10px 0 10px 30px;
}

#main ul li,
#main ol li {
	margin-bottom: 10px;
}

#main h2 {
	color: #6c6c6e;
	font-size: 16px;
	font-weight: 100;
	margin-top: 10px;
	padding: 2px 0;
	border-top: 1px solid #6c6c6e;
	border-bottom: 1px solid #6c6c6e;
}

#main h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	margin-top: 10px;
	padding: 2px 5px;
	border-top: 1px solid #810410;
	border-bottom: 1px solid #810410;
	background-color: #810410;
	text-align: center;
}

#main div.neu {
	padding: 1px 0 10px 0;
	text-align: center;
	background-color: #810410;
	color: #fff;
}


