/*===========================
	F A R B E N
	
	BODY-HG:	#ededed grau
	A:HOVER:	#374f4e grün
	HEADER-HG:	#3e5958 grün
	RECHTS-TXT-HG:	#d5d5d5 grau
	
=============================*/

/*===========================
	IMPORTS
=============================*/
@charset "utf-8";
@import url("menu.css");
@import url("header.css");
@import url("tables.css");
@import url("formulare.css");
@import url("dmailsubscript.css");

/*===========================
	FLOATING
=============================*/
.clear_float
{
	clear: both;
}

/*===========================
	MAIN
=============================*/

body 
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #ededed; 
	background-image: url(../../fileadmin/layout/img/hintergrund_streifen.png); 
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	}

#site 
	{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 915px; 
	margin-left: -457px;
	}
	
#inhaltsbereich
	{
	display: inline-block;
	width: 915px;
	background-image: url(../../fileadmin/layout/img/inhalt.png);
	background-repeat: repeat-y;
	padding: 20px 0 10px 0;
	}
	
	#spalte_links
		{
		display: block;
		width: 170px;
		margin-left: 20px;
		float: left;
		}
	
#footer
	{
	display: block;
	width: 909px;
	background-image: url(../../fileadmin/layout/img/footer-rand.png);
	background-repeat: no-repeat;
	margin-left: 1px;
	padding: 10px 2px 17px 2px;
	}

/*===========================
	DIVERSE
=============================*/

.typo3-debug
	{
	display: block;
	position: relative;
	z-index: 9999;
	}

p, h1, h2, h3, h4, h5, h6, a, li, label, select 
	{
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	color:  #000;
	font-size: 14px;	          /*14 Pt in PS*/
	}

img 
	{
	border: 1px solid #414040;	    
	}

h1.h1_bold 
	{
	font-weight: bold; 
	}

p.schrift_klein 
	{
	font-size: 9px;
	}
	
p .important
	{
	color: red;
	}
	
p.align-right
	{
	text-align: right;
	}

p.align-left
	{
	text-align: left;
	}
	
p.align-middle
	{
	text-align: middle;
	}

h1.h1_weiss_1 
	{
	color:  #fff; 
	margin-top: 0px;
	padding-top: 9px; 
	padding-left: 12px;
	}

h1.h1_weiss_2 
	{
	color:  #fff; 
	margin-top: 0px;
	padding-top: 9px;
	padding-left: 9px;     /*anpassen*/
	}
	
/*===========================
	Typo3-Klassen
=============================*/

.neuwagen .csc-textpic-imagerow
	{
	margin:0 0 0px;
	}

.tx_lumogooglemaps_pi1_sidebar
	{
	display: none;
	}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img 
	{
	border: 1px solid black;
	padding:0;
	}
	
.csc-header .header_hg_green_1,
.csc-textpic .header_hg_green_1
	{
	height: 26px;
	background-image: url("../../fileadmin/layout/img/content_img_header_hg.jpg");
	background-repeat: repeat-x;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 11px 0 11px;
	}
	
.csc-header .header_hg_green_2,
.csc-textpic-image .header_hg_green_2
	{
	background-color: #3e5958;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 11px 9px 11px;
	}
	
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image
	{
	margin-bottom: 10px;
	display: block;
	}

.csc-textpic-imagerow
	{
	margin: 0 0 10px 0;
	}

.csc-textpic-caption
	{
	font-size: 9px;
	}
	
/*===========================
	MITTLERE SPALTE
=============================*/

#spalte_mitte p.bodytext
	{
	/*font-size: 9px;*/
	}

/*===========================
	RECHTE SPALTE
=============================*/

#spalte_rechts p.csc-frame-frame1
	{
	display: block;
	background-color: #d5d5d5;
	border: 1px solid black;
	border-top: none;
	}
	
	#spalte_rechts p
		{
		display: inline-block;
		margin: 0px;
		padding: 10px;
		font-size: 12px;
		line-height: 16px;
		}
		
	#spalte_rechts .csc-textpic-image
		{
		margin: 0;
		}
		
	#spalte_rechts p a
		{
		font-weight: bold;
		font-size: 12px;
		}
		
	#spalte_rechts p img,
	p.bodytext img
		{
		border: none;
		}
		
	#spalte_rechts p.bodytext
	{
	font-size: 11px;
	color:  #374f4e;
	font-weight: bold;
	position:absolute;
	right: 10px;
	bottom: 40px;
	}	
		
.right_element
	{
	margin-bottom: 17px;
	}	
