@charset "utf-8";

/*****************************************************************************************/
/*									 Torsten Trautman									 */
/*****************************************************************************************/


/*****************************************************************************************/
/*									 IMPORT												 */
/*****************************************************************************************/

	@import url("lightbox.css");
	@import url("cms.css");

/*****************************************************************************************/
/*									 STANDARDS   										 */
/*****************************************************************************************/

* {	margin: 0;	padding: 0;}

body {
	background: #cecfce;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #666;
	font-size:12px;
}

html[xmlns^="http"] { overflow-y: scroll;}

.clear { clear: both;}

/*****************************************************************************************/
/*									 LAYOUT       										 */
/*****************************************************************************************/


/*-----------------------------------WRAPPER---------------------------------------------*/

#wrapper {
	width: 780px;
	position:relative;
	margin: 15px auto 0 auto;
}


/*-----------------------------------HEADER----------------------------------------------*/

#header {
	width: 780px;
	height: 212px;
	background: #fff url(../images/header.jpg) no-repeat;
}

#werbung {
	float: left;
	width: 780px;
	height: 100px;
	background: #fff;
}

#werbung #banner1 {
	float:left;
	width:350px;
	height:95px;
	margin: 0 0 0 5px;
}

#werbung #banner2 {
	float:right;
	width:350px;
	height:95px;
	margin: 0 5px 0 0;
}


/*-----------------------------------LOGO------------------------------------------------*/

#logo {}

/*-----------------------------------CONTENT---------------------------------------------*/


#content-wrapper { 
	float: left;
	background: url(../images/content.jpg) repeat-y;
	width: 780px;
	min-height: 650px;
	height: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#left {
	float:left;
	width: 160px;
	
}

#middle {
	float: left;
	width: 444px;
	height: 100%;
	*padding: 0 0px 0 10px;
	padding: 0 10px 0 10px;
}

#right {
	float:left;
	width: 156px;
	*width: 140px;
	text-align: center;
	padding: 10px 0 0 0;
}


/*-----------------------------------FOOTER----------------------------------------------*/

#footer {}


/*****************************************************************************************/
/*									 NAVIGATION    										 */
/*****************************************************************************************/

ul#navi  {
	float:left;
	width: 160px;
	height: 480px;
	background: url(../images/navi.jpg) no-repeat;
}

ul#navi li { 
	float: left;
	list-style-type: none;
	display:block;
	width: 130px;
	height: 30px;
	padding: 5px 0 0 11px;
	margin: 0 0 4px 0;
 
}

ul#navi li a {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-decoration: none;
	padding: 0 0 0 5px;
}

#navi .gross {
	width: 149px;
	height: 30px;
}

#navi .klein {
	width: 140px;
	height: 17px;
}

#navi .klein2 {
	width: 130px;
	height: 16px;
}

ul#navi .headline {
	font-size: 16px;
	color: #730863;
	font-weight: bold;
	display:block;
	height: 26px;
}

ul#navi li a:hover.headline {
	color: #fff;
	width: 144px;
	height: 25px;
	display:block;
	text-decoration:underline;
}

ul#navi li a:hover { text-decoration:underline;}


/*****************************************************************************************/
/*									 SUBNAVIGATION 										 */
/*****************************************************************************************/

ul#subnavi{
	float:left;
	width: 430px;
	height: 14px;
	padding: 7px 0 0 350px;
}

ul#subnavi li { 
	float: left;
	list-style-type: none;
	display:block;
	width: 80px;
}

ul#subnavi li a {
	color: #730863;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-decoration: none;
}

ul#subnavi li a:hover { text-decoration:underline;}

#subnavi .impressum { width: 128px; }
#subnavi .kontakt { width: 80px; }
#subnavi .werbung { width: 40px; }

/*****************************************************************************************/
/*									 LINKS      										 */
/*****************************************************************************************/


a, .escape span{
	text-decoration: underline;
	color: #730863;
	outline: none;
}

a:hover, a:hover span { text-decoration:none; color:#730863;}

a[href$=".pdf"] {
	 padding: 4px 0 4px 55px;
	 background: url(../images/pdf.gif) no-repeat 0 50%;
	 line-height: 30px;
	 border-bottom: none;
	 display:block;
}


/*****************************************************************************************/
/*									 CONTENT 		     								 */
/*****************************************************************************************/


/*-----------------------------------HEADLINES-------------------------------------------*/

h1{
	font-size: 16px;
	color: #fff;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 440px;
	height: 26px;
	padding: 4px 0 0 5px;
	background: #730863;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	color: #730863;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 20px 0;
	float:left;
	width: 440px;
}

h3 {
	font-size: 12px;
	color: #555;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
}


/*-----------------------------------P-ABSÄTZE------------------------------------------*/

#middle p {margin: 0 0 12px 0px; line-height: 16px; font-size: 12px; color: #000;}

/*-----------------------------------LISTEN-------------------------------------------*/

#middle ul{
	margin: 0px 0 10px 10px;
	float: left;
	*margin: 0 0 10px 5px;
}

#middle ul li {
	background: url(../images/listpoint.jpg) no-repeat;
	list-style-type: none;
	padding: 0px 0 5px 20px;
	_padding: 0 0 0 18px;
	line-height: 14px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #372f24;
}

*html #middle ul li {
	height: 20px;
}
	
	
/*-----------------------------------BILDBORDER-----------------------------------------*/

.bildborder {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 8px 4px 0;
	cursor: url(../images/zoomin.cur), pointer;
    outline: none;
}

.bildborder:hover{
	border: 2px solid #cc0000;
	padding: 1px;
}

.bildbordernohover {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

.bildlinks {
	float: left;
	margin: 5px 5px 5px 0;
}

.bildrechts {
	float: right;
	margin: 5px 0 5px 5px;
}

/*****************************************************************************************/
/*									KONTAKT, ANFAHRT, IMPRESSUM 						 */
/*****************************************************************************************/


/*----------------------------------KONTAKT----------------------------------------------*/

#personalien { float: left; width: 440px;}
#allgemein { float: left; width: 440px;}


/*----------------------------------ANFAHRT----------------------------------------------*/

#anfahrtsskizze { float: left; width: 350px; }
#routenplaner { float: left; width: 330px; padding: 0 0 0 20px;}


/*----------------------------------IMPRESSUM--------------------------------------------*/

#adressdaten { float: left; width: 300px;}
#geschaeftsdaten { float: left; width: 300px;}
#datenschutzhinweis p { font-size: 11px;}

