/* Hauptnaviagtion */
html {
	width: 100%;
	height: 100%;
	}

BODY {
	color: #666;
	font: normal 1em Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	height: 100%;
	width: 100%;
	margin:0%;
 	padding:0%;
	background: #eeeeee;
}

#distance { 
	display: none;
	}
	
/*Drückt den Content nach unten*/
#spacer {
	width: 100%;
	height:60px;
	}

#container {
	width: 100%;
	}

#flashcontent {
	display: none;
}


ul, li, hr, h3, h2, h1, form, table, tr, td, img {
 	margin: 0px;
	padding: 0px;
	border: none;
	}
	
div#menucomplete {
	display: none;
	}	

div#menuwrap {
	display: none;
	}

img#logoprint {
	display:block;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#content {
	/*position: relative;
	top: 310px;*/
	width: 100%;
	}
	
	
#footer {
	position: relative;
	height: 33px;
	margin-top: -33px;
	width:100%;
	text-align:right;
	text-align:right;
	color: #999;
	font-size: 0.8em;
	line-height: 1.1em;
	}
	
div.tr {
	width:100%;
	margin: 0px 0px 0px 0px;
	}
	
div.tdtext {
	/*position:relative;
	left: 230px;*/
	width:65%;
	margin: 0px 0px 10px 0px;
	}
	
div#left {
	width:30%;
	margin: 0px 0px 0px 10px;
	float:left;
	}

/* Allgemein */

p {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

p.error {
	color: #ef6e00
	}
	
h1 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.25em;
	text-transform:uppercase;
	color: #008071;
	margin-bottom:20px;
	}
	
h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
	color: #366087;
	margin-bottom:1em;
	}
	
h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
	color: #008071;
	margin-bottom:0.5em;
	}
	
/* Aufzählung */


/* Links */
a {
	color: #008071;
	text-decoration: none;
}

a:visited {
	color: #008071;
	text-decoration: none;
}

a:hover,
a:active  {
	color: #999;
}

div.detailsuche {
	display: none;
	}

/* News/Projekte Start */
div.pagenrcontainer {
	width:500px;
	height: 16px;
	z-index: 20;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 230px;
	float:none;
	}

ul.pagenr {
	float:left;
	list-style:none;
	margin: 0;
	padding: 0;
	}

ul.pagenr li {
	display: inline;
	padding: 0px 5px;
	font-weight: bold;
	width: 60px;
	}

/* Formulare */
/* generell */
form label {
	display:block;
	margin: 0px 0px 0px 0px;
	width:auto;
	}

form input[type=text],
form input[type=password],
form textarea {
	font-size:1em;
	border: 1px solid #ccc;
	}	

form input[type=text]:hover,
form input[type=text]:focus,
form input[type=password]:hover,
form input[type=password]:focus,
form textarea:hover,
form textarea:focus {
	background:#e1e1e1;
	}

form input[type=submit] {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	background:url(submit.gif) repeat-x;
	color: #666;
	font-size:0.9em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

form input[type=submit]:hover,
form input[type=submit]:focus {
	background: #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	color:#fff;
	cursor:pointer;
	}
	
form input[type=checkbox]:hover,
form input[type=radio]:hover,
form input[type=checkbox]:focus,
form input[type=radio]:focus {
	outline: 1px dotted #ef6e00;
	}

/* mehrspaltig */
form table {
	width:100%;
	}

.form td .full {
	width:100%;
	}

form table td {
	padding-bottom:5px;
	}	
	
form table input.text {
	width:90%;
	}

form table div {
	width:90%;
	padding:10px 0px;
	}

form table div input {
	margin-right:6px;
	}

form table td span {
	margin-right:10px;
	}

form table textarea {
	width:95%;
	}

form input.formsubmit {
	float:right;
	margin-right:5%;
	width:150px;
	}

form .formhr {
	width:95%;
	border:none;
	text-align:left;
	border-top:1px dotted #e7e7e7;
	height:1px;
	color:#ef6e00;
	margin:7px 0px 12px 3px;
	}
	
	
/* Bilder zu Artikeln*/
div.tdpicturebot {
	width: 540px;
	margin-top:15px;
	text-align: left;
	}
	
div.tdpictureright {
	float:right;
	width:200px;
	border-left:1px dotted #e7e7e7;
	padding-left:20px;
	text-align:left;
	}
	
div.tdpictureright .imgcontainer,
div.tdpicturebot .imgcontainer {
	float:left;
	width:140px;
	margin-right:40px;
	background:url(pic_bot_bg.png) no-repeat;
	}
	
div.tdpictureright .imgcontainer {
	padding: 0px 0px 10px 0px;
	}

div.tdpictureright .imgdock,
div.tdpicturebot .imgdock {
	display:block;
	width:120px;
	height:120px;
	margin:10px 10px;
	}

div.tdpictureright img,
div.tdpicturebot img {
	width:120px;
	height:120px;
	border:0px;
	}

div.tdpictureright a.togallery,
div.tdpicturebot a.togallery {
	font-weight:bold;
	color:#cad301;
	}

div.tdpictureright .bilddescr,	
div.tdpicturebot .bilddescr {
	font-size:0.8em;
	padding:0px 5px;
	width:160px;
	height:auto;
	overflow:hidden;
	margin-top:8px;
	}
	
/* Downloads Infoboxen */
div.box190 {
	width: 190px;
	border-bottom:1px dotted #e7e7e7;
	border-right:1px dotted #e7e7e7;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 10px 0px;
	}
		
span.phone {
	padding: 0px 0px 0px 15px;
	background: #fff url(bg_phone.png) left no-repeat;
	}
	
span.fax {
	padding: 0px 0px 0px 15px;
	background: #fff url(bg_fax.png) left no-repeat;
	}
	
span.email {
	padding: 0px 0px 0px 15px;
	background: #fff url(bg_email.png) left no-repeat;
	}

span.www {
	padding: 0px 0px 0px 15px;
	background: #fff url(bg_www.png) left no-repeat;
	}
	
span.mobile {
	padding: 0px 0px 0px 15px;
	background: #fff url(bg_mobile.png) left no-repeat;
	}
	
span.vcard {
	padding: 0px 0px 0px 15px;
	background: #fff url(bg_vcard.png) left no-repeat;
	}
	



