/*  Webdesign: IT service Mächtlinger - info@maechtlinger.com  */
/*  http://www.energiespartage-durlach.de  */
/*  Letzte Änderung: 13.04.2009  */

/*  allgemein  */

body {
	margin: 0px;
	padding: 0px;
	background-color: #EAF3F3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #000000;
}
ul {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 5px 10px;
	list-style:none;
}
li {
	padding: 0px 0px 5px 0px;	
}

a.internal-link {
	padding:0 10px 0 0;
	background:transparent url("../images/internal_link.gif") no-repeat right;
}
a.external-link {
	padding:0 0 0 15px;
	background:transparent url("../images/external_link.gif") no-repeat left;
}
a.mail {
	padding:0 0 0 18px;
	background:transparent url("../images/mail.gif") no-repeat left;
}
a.picture {
	padding:0 0 0 18px;
	background:transparent url("../images/picture.gif") no-repeat left;
}
.top{
	position:fixed;
	right:40px;
	bottom:40px;
	color:#999;
	text-decoration:none;
	_display:none;
}
/*  Hauptnavigation  */

#nav {
	height: 30px;
}
#nav a, a:link a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}
#nav_bg_outer {
	padding-top: 10px;
	padding-bottom: 3px;
}
#nav_bg {
	background-color: #EAF3F3;
}
#nav_bg_inner {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 760px;
}

/*  Header mit Logo  */

#header {
	height: 184px;
	text-align: center;
	background-color: #EAF3F3;
	margin-top: 5px;
}

/*  Inhalt  */

#container {
	width: 969px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#left {
	width: 466px;
	float: left;
	background-color:#FFFFFF;
	background-image:url(../images/left_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-right:18px;
}

#left p {
	line-height: 1.6em;
	text-align:justify;
	padding-left:56px;
	padding-right:4px;
}
#left h1 {
	font-size:1.5em;
	color: #0000FF;
	margin-top:10px;
	margin-bottom:3px;
	font-weight:bold;
	padding-left:56px;
	padding-right:4px;
}
#left h2 {
	font-size:1.15em;
	color: #0000FF;
	margin-top:10px;
	margin-bottom:3px;
	margin-left:56px;
	margin-right:4px;
	font-weight:bold;
	background-image: url(../images/dots_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:0px 0px 2px 0px;
}
#left h3 {
	font-size:1em;
	color: #0000FF;
	margin-top:10px;
	margin-bottom:3px;
	margin-left:56px;
	margin-right:4px;
	font-weight:bold;
}

#left a, a:link a:visited {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
}

#left .img_border {
	border: 3px solid #A6CDCC;
}

#middle {
	width: 198px;
	float: left;
	background-color: #FFEA80;
	padding: 18px;
	background-image:url(../images/info_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#middle p {
	line-height: 1.6em;
	text-align:justify;
}
#middle h1 {
	font-size:1.5em;
	color: #0000FF;
	margin-top:10px;
	margin-bottom:3px;
	font-weight:bold;
}
#middle h2 {
	text-transform: uppercase;
	font-size: 11px;
	color: #0000FF;
	background-image: url(../images/dots_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}
#middle h3 {
	font-size:1.15em;
	color: #0000FF;
	margin-top:10px;
	margin-bottom:3px;
	font-weight:bold;
}
#middle a, a:link a:visited {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}
#middle a:hover {
	text-decoration: underline;
}

#right {
	width: 175px;
	float: left;
	padding-left: 22px;
	padding-top: 18px;
}

#right p {
	line-height: 1.6em;
}
#right h1 {
	font-size:1.5em;
	color: #0000FF;
	margin-top:10px;
	margin-bottom:3px;
	font-weight:bold;
}
#right h2 {
	text-transform: uppercase;
	font-size: 11px;
	color: #0000FF;
	background-image: url(../images/dots_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}
#right h3 {
	font-size:1.15em;
	color: #0000FF;
	margin-top:10px;
	margin-bottom:3px;
	font-weight:bold;
}
#right a, a:link a:visited {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}
#right a:hover {
	text-decoration: underline;
}

#right img {
	border: 2px solid #A6CDCC;
}

/*  Abschluss mit Copyright  */

#footer {
	margin-top: 15px;
	text-align: center;
	color: #666666;
	padding: 10px;
	padding-left: 355px;
	}
	
#footer a, a:link a:visited {
	color: #0000FF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
