@charset "utf-8";
/* CSS Document */
/*---------------------TAG-FORMATIERUNGEN------------------------------*/
html {
   height:100%;
} 

body {
	height: 100%;
	background-color: #5B197D;
	margin: 0;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #616263;
	line-height: 1.3em;
	padding: 0px;
	text-align: center;
	background-image: url(../img/energetik-hg.jpg);
	background-repeat: repeat-x;
	background-position:center top;
}

body strong {
	font-weight: bold;
	color: #B0078A;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table {
	font-size: 12px;
}

p, h1, h2, h3, h4, h5, h6, form {
	font-family:"Trebuchet MS", Arial;
	margin: 0;
	padding: 0;
}

a, a:link , a:visited{
	color: #6B1D92;
	text-decoration: underline;
}
a:hover, a:active {
	color: #310D3D;
}

h1 {
	font-size: 17px;
	color: #5B187B;
	line-height: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #CDCECF;
}

h2{
	font-size: 14px;
	color: #5B187B;
	line-height: 1.1em;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CDCECF;
}
h3{
	font-size: 12px;
	color: #5B187B;
	line-height: 1.1em;
	margin-bottom: 0px;
}

ol {
	margin-left: 10px;
	margin-top: 3px;
	padding-left: 10px;
	padding-bottom: 0px;
}

ol li {
	list-style-position: outside;
	padding: 0;
}

ul {
	margin-left: 10px;
	margin-top: 3px;
	padding-left: 10px;
	padding-bottom: 0px;
}

ul li {
	padding-bottom: 3px;
}

/*---------------------DIV-FORMATIERUNGEN------------------------------*/

#hauptfenster {
	width: 900px;
	text-align: left;
	margin: 0px auto;
	background-color: #FFFFFF;
	
}
#header {
	height: 97px;
	width: 900px;
	background-image: url(../img/energetik-header.jpg);
	margin: 0px;
}
#link {
	width: 200px;
	height: 80px;
	float: right;
}
#navigation {
	width: 221px;
	/*margin: 0px 0px 0px 29px;*/
	padding: 88px 0px 24px 53px;
	float: left;
	background-image:url(../img/navi-hg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#navigation a:link, #navigation a, #navigation a:visited  {
	text-decoration: none;
	border-bottom: 1px dotted #CDCECF;
	display: block;
	margin-bottom: 10px;
}

#content {
	width: 580px;
	min-height: 350px;
	padding: 0px 22px 24px 24px;
	padding-bottom: 35px;
	padding-right: 22px;
	float: right;
}

#adressleiste {
	width: 900px;
	height: 80px;
	background-color: #5B197D;
	background-image:url(../img/energethik-adresshg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}

#adressleiste address {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #7B7C7E;
	font-style:normal;
	text-align: center;
	padding-top: 15px;

}
#adressleiste address a, #adressleiste address a:link , #adressleiste address a:visited{
	color: #7B7C7E;
	text-decoration:none;
}
#adressleiste address a:hover, #adressleiste address a:active {
	color: #7A23A8;
}

#googleMaps {
	width: 200px;
	height: 55px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #8A4A1E;
	line-height: 1.3em;
}

/*=====================LIST-NAVIGATION======================*/
	
#LM_level_1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #616263;
  	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

#LM_level_1 li a{
	text-decoration: none;
	text-align: left;
	border-bottom: 1px dotted #CDCECF;
	color: #616263;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#LM_level_1 li a:hover{
	color: #310D3D;
	text-decoration:none;
}

#LM_level_2 {
	list-style-type: none;
	list-style-position: outside;
  	margin: 0px 0px 10px 10px;
	padding: 0;
	text-align: left;
}

#LM_level_2 li a{
	font-family: "Trebuchet MS", Arial;
	font-size:12px;
	height: 12px;
	color: #6B1D92;
	text-decoration: none;
}

#LM_level_2 li a:hover{
	color: #A740D9;
}

#LM_level_3 {
  font-size: 1em;
  margin: 0px 0px 0px 1px;
  list-style-type: none;
}

#LM_youAreHere {
	color: #959697;
	text-decoration: none;
	border-bottom: 1px dotted #CDCECF;
	display: block;
	margin: 0px 0px 10px 0px;
}

#LM_youAreHere a{
	color: #959697;
  	text-decoration: none;
}

#LM_youAreHere a:visited{
	color: #CC0000;
  	text-decoration: none;
}

/*---------------------KLASSEN------------------------------*/

.printey {
	display: none;
}

.adressdaten {
	padding-left: 20px;
}

.tabelle {	
	border-collapse: collapse;
	background: #FFFFFF;
	text-align: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	margin-bottom: 5px;
}

.tabelle strong {
	font-size: 12px;
	color: #5B187B;
}

.tabelle td {
	border-bottom: 1px dotted #CDCECF;
	padding: 3px;
	vertical-align: top;
}


/*---------------------ANFRAGEFORMULAR-----------------------------*/

#formular label
{
	display: block;
	float: left;
	width: 160px;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
}

#formular p 
{
	clear: left;
	background-color: #EEEEEF;
	padding: 5px;
	width: 570px;
	border-bottom: 1px dotted #CDCECF;
}


#formular input
{
	border: 1px solid #9D9E9F;
	background-color: #FFFFFF;
	font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	color: #616263;
}

#formular textarea {
	border: 1px solid #9D9E9F;
	background-color: #FFFFFF;
	font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	color: #616263;
}

.radiobuttons
{
	border: none;
	background-color: #FCEEBE;
}
