/*
37786B
*/

body {
	margin:			0;
	padding:		0;
	background:		#ADD7B9 	url(/pics/bg_body.jpg) repeat-x left top;
	text-align: 	center;
	font-family:	Verdana, Helvetica, Arial, Sans-Serif;
	font-size:		12px;
	text-align:		center;
	}

#main, #footer {
	width:			750px;
	margin:			0 auto;
	padding:		20px 30px 10px;
	background:		url(/pics/bg_middle.png) repeat-y left top; 
	text-align:		left;
	}
/*\*/ *html #main, *html #footer { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pics/bg_middle.png', sizingMethod='scale'); } /**/

#mainnav {
	width:			750px;
	height:			30px;
	margin:			0px auto -5px auto;
	padding:		0px 0px;
	position:		relative;
	z-index:		11;
	text-align:		left;
	font-size:		1px;
	line-height:	1px;
	overflow:		hidden;
	}


.topcorners {
	width:			800px;
	height:			20px;
	margin:			00px auto -15px auto;
	padding:		0 5px;
	background:		url(/pics/bg_top.png) no-repeat right top;
	position:		relative;
	z-index:		10;
	}
/*\*/ *html .topcorners { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pics/bg_top.png', sizingMethod='scale'); } /**/
.footertopcorners { width:800px; height:20px; margin:10px auto -15px auto; padding:0 5px; background:url(/pics/footer_bg_top.png) no-repeat left top; position:relative; z-index:100; }
/*\*/ *html .footertopcorners { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pics/footer_bg_top.png', sizingMethod='scale'); } /**/
.bottomcorners { width:800px; height:20px; margin:-17px auto 0 auto; padding:0 5px; background:url(/pics/bg_bottom.png) no-repeat left top; position:relative; z-index:100; }
/*\*/ *html .bottomcorners { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pics/bg_bottom.png', sizingMethod='scale'); } /**/

#header {
	width:			800px;
	margin:			0px auto 0px auto;
	text-align:		left;
	}

.linie {
	border-bottom:	1px solid #37786B;
	}



#content {
	width:			465px;
	float:			left;
	min-height:		300px;
	}

#sidebar {
	float:			right;
	display:		inline;
	width:			230px;
	margin-right:	-30px;
	padding:		0 30px 0 30px;
	font-size:		0.9em;
	}

div.clearer {
	clear:			both;
	display:		block;
	margin:			0;
	padding:		0;
	height:			0;
	line-height:	1px;
	font-size:		1px;
	}


img {
	border:			0px;
 	behavior: url("/library/pngbehavior.htc");
}



/* ======= TYPO ====== */

h1, h2, h3 {
	color:			#37786B;
	}

h1 {
	font-size:		1.3em;
	}

h2 {
	font-size:		1.1em;
	}

h3 {
	font-size:		1em;
	}


ul.quadrat {
	list-style-image:	url(/pics/list_square.gif);
	padding:		0;
	margin-left:	16px;
	}

ul.quadrat li {
	font-size:		1.2em;
	}

ul.quadrat a {
	padding:		0px 0;
	font-size:		0.9em;
	color:			#000;
	text-decoration: none;
	}

ul.quadrat a:hover {
	color:			#ADD7B9;
	}

p {
	line-height:	140%;
	}


/* ======= BRANCHEN ====== */



.eintrag {
	width:				450px;
	margin-bottom:		5px;
	border:				collapse;
	border-bottom:		1px solid #CCC;
	padding:			0;
	}

.anzeige  {
	text-align:			center;
	border-bottom:		1px solid #CCC;
	padding:			10px 0;
	}

.eintrag td	{
	padding:			0;

	}

td.firma {
	font-weight:		bold;
	font-size:			1em;
	padding-left:		5px;
	}

.telefon {
	font-weight:		bold;
	text-align:			right;
	width:				200px;
	}

td.strasse {
	padding-left:		5px;
	padding-bottom:		5px;
	}

.editieren {
	text-align:			right;
	}


.bue {
	background:			#F6AC00;
	}
	
.sal {
	background:			#D50017;
	}

.ges {
	background:			#003980;
	}
	
.wue {
	background:			#11804A;
	}

.haa {
	background:			#000000;
	}

.branchenrubrik {
	color:				#FFF;
	padding:			3px;
	background-color:	#60B11F;
	text-align:			center;
	font-size:			1.6em;
	}



#formular td {

	padding:			10px;
	
	}