* {
padding: 0;
margin: 0;
}

body {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.6em;
	background: #FFFFFF url(bg_main.gif) repeat-x;
text-align: center;
}

html, body {
	height: 100%;
}

/*
 #mainnav li a#company, #mainnav li a#imprint, #mainnav li a#home, #mainnav li a#services, #mainnav li a#contact {display:none;}
*/

span.hide {
	display: none;
}

acronym, abbr {
	font-style: italic;
	border: none;
	text-decoration: none;
}

em{
	font-weight: bold;
	font-style: normal;
}

th{
	vertical-align: top;
}

h1, h2, h3, p {
	margin: 0.5em 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-size: 1.7em;
	font-weight: normal;
	color: #2A5F7A;
	padding-bottom: 8px;
}

h2{
	font-size: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0em;
}

h3{
	font-size: 1.2em;
}

.clear {
	clear: both;
}

a, a:link{
	color: #2A5F7A;
	text-decoration: none;
}
a:visited{
	color: #2A5F7A;
	text-decoration: none;
}
a:hover{
	color: #2A5F7A;
	text-decoration: underline;
}
a.img {
	border: 0 none;
}

a img {
	border: 0 none;
	text-decoration: none;
}

pre, code {
	display: block;
	width: auto;
	background-color: White;
	border: 1px solid #999;
	padding: 0.5em;
	margin: 1em 0;
	color: #666;
	font: 1.2em monospace;
}

/* AREAS */
#wrapper {
	margin: 0 auto;
	width: 740px;
	background: url(bg_wrapper.gif) repeat-y;
	text-align: left;
}
#top {
	background: url(bg_top.gif) no-repeat;
	width: 740px;
	height: 300px;
}
#logo {
	float: left;
	padding: 25px 0 0 20px;
}
#teaser {
	clear: both;
	width: 740px;
	height: 226px;
	background: url(pic_teaser.jpg) no-repeat 21px 9px;
}
#mainarea{
	width: 100%;
	overflow: hidden !important;
	overflow: visible;
	height: auto !important;
	min-height: 150px;
	height: 150px;
	background: url(bg_content.gif) no-repeat;
}
#sidebar {
	float: left;
	width: 180px;
	padding: 50px 10px 0 40px;
}
#content {
	float: right;
	width: 440px;
	padding: 20px 40px 0 30px;
}
#footer {
	clear: both;
	padding: 60px 20px 0 20px;
	width: 700px;
	height: 100px;
	background: url(bg_footer.gif) no-repeat bottom;
	text-align: center;
	color: #333;
}

* html #footer{  /* nur fuer Internet Explorer */
  width:740px;     /* Version 5.x */
  w\idth:740px;    /* Version 6 */
}


/* Main Nav */
ul#mainnav {
	float: right;
	margin-top: 53px;
	list-style-type: none;
	padding: 0 20px 0 0;
}
ul#mainnav li {
	float: left;
}
ul#mainnav li a {
	display: block;
	height: 15px;
	background-position: 0 0;
}
ul#mainnav li a:hover, ul#mainnav li a.active {	background-position: 0 -15px; }
a#home {
	width: 53px;
	background: url(bt_start.gif) no-repeat;
}
a#company {
	width: 101px;
	background: url(bt_unternehmen.gif) no-repeat;
}
a#services {
	width: 87px;
	background: url(bt_leistungen.gif) no-repeat;
}
a#contact {
	width: 69px;
	background: url(bt_kontakt.gif) no-repeat;
}
a#imprint {
	width: 79px;
	background: url(bt_impressum.gif) no-repeat;
}

/* Subnav */
ul#subnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnav li {
	border-bottom: 1px #2A5F7A dotted;
}
#subnav a {
	display: block;
	padding: 10px 0;
	padding-left: 14px;
	background: url(bl_4points.gif) no-repeat 1px 16px;
	font-size: 13px;
}
#subnav a.active {
	font-weight: bold;
}
#subnav a:hover {
	background-color: #EEE;
	text-decoration: none;
}

#subnav  li ul {	list-style-type: none; }
#subnav  li ul li.last { 	border-bottom: none;}
#subnav  li ul li a{	background: none; font-size: 11px; padding: 5px 0px 5px 13px;}

/* Content Styles */
#content img {
	float: right;
	margin: 0 10px 10px 0px;
	clear: right;
	padding: 1px;
	border: 1px #DDD solid;
}
#content ul {
	list-style: none;
	padding: 1em;
}
#content ul li {
	padding-left: 20px; 
	background: url(bl_4points.gif) no-repeat 0 6px;
}

p img { margin: 0 30px 10px 0px;}

/*****************Page debug*****************Good rule to know the structure of the webpage* NOTE: Only compliant browser no IE*

div[id]{
	border: 1px solid #000;
	background-color: #fff;
}

div[id]:before{
	content: "div#" attr(id);
	background-color: #cf9;
	color: #060;
	display: block;
}

/*****************End Page debug*****************/

fieldset label {

	display: block;

	width: 20%;

	float: left;

}



fieldset br {

	clear: left;

	margin-bottom: .5em;

	display: block;

}



fieldset input {

	background: e1e1e1;

}



input#plz {

	width: 50px;

}



input#haus, input#objekt, textarea#mitteilung {

	margin-left: 20%;

}



fieldset textarea {

	width: 300px;

	height: 80px;

}



/* Klassen für Fehlermeldungen bei fehlenden angaben im Kontaktformular */



div.formerror {

	color: #ed1c24;

	border:  1px solid #ed1c24;

	padding: .5em; 	

}



div.formerror h3, div.formerror a {

	color: #ed1c24 ! important;

}



div.formerror ul {

	list-style: circle;

}



div.formerror ul li {

	margin-left: 1.5em;

}

#content .tipform-container img {float: none; margin-bottom: 0px; padding: 0; borderr: none;}
#content .tipform-container label {display: block;}
#content .tipform-container input, #content .tipform-container textarea {	width: 300px; }
#content .tipform-container input.tipform-submit {	width: 100px; }
#content a, #content a:link { 	text-decoration: underline; }
#content a:hover { color: #000; text-decoration: none;}

#tip-a-friend { margin-bottom: 60px; margin-left: -120px;}

.tx-timtabsociable-pi1 img {margin-right: 5px;}

.news-latest-container {	margin-top: 30px;}
.news-latest-item, .news-list-item { border-bottom: 1px dotted #333; margin-bottom: 15px;}
.news-latest-item h3, .news-list-item h3, .news-single-item h3 {font-size: 1em; margin-bottom: 0px;}
.news-latest-item a:hover h3 {text-decoration: underline;}
.news-latest-item p {margin-top: 0px;}
.news-latest-item a:hover p {text-decoration: underline;}

.news-single-timedata {	float: left; margin-right: 7px;}
.news-single-additional-info {	border-top: 1px dotted #333; margin-top: 15px;}
.news-single-backlink {	margin-top: 15px;}
#content .news-single-item .news-single-img a img { margin-left: 10px; }