@charset "iso-8859-1";

* {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000; 
}

body {
	background-color:#c9c9c9;
}

A:link 		{text-decoration: underline; color: #b5956b; font-weight : normal;}
A:visited 	{text-decoration: underline; color: #b5956b; font-weight : normal;}
A:hover 	{color: #FFF;}
A:active 	{color: #FFF#;}


#wrap {
			width: 970px;
			\width: 980px;
			w\idth: 970px;
			margin-left: auto;
			margin-right: auto;
			background: url(img-global/bg.jpg) no-repeat top center;
}
		

		
		#container {

			width: 956px;
			\width: 966px;
			w\idth: 956px;
			
			border: 0px solid red;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
		}
		
		

		#header {
			padding: 0px;
			margin-bottom:5px;
		}
		
		#header_logo {
			padding: 0px;
			margin:0px;
			border: solid 0px #33cc00;
			width: 300px;
		}
		
		
		#containerbox {
			background-color: #000; 
            border:solid 0px #F0F; 
            background: #000 url(img-global/bg-top-01.gif) repeat-x top center; /* top border verlauf */
            overflow:hidden;
		}

		#content-right-top {
			height: 90px;
		}
		
		#content-right {
            height: auto;
            background-color:#000;
		}
        
        

		#content-left-top {
			height: 90px;
			float: left;
		}
		#content-left {
			float: left;
			height: auto;
			border: solid 0px red; /* remove this line to remove the border */
		}
		
		#content-left copy { 
			border: solid 0px red; /* remove this line to remove the border */
		}
		
		#content-left h1 { 
			border: solid 0px green; /* remove this line to remove the border */
			color: #FFF;
			font-family: Times, Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
			font-size: 18px;
			line-height: 25px;
			padding-bottom: 10px;
			font-weight:400;
		}
		#content-left p {
			border: solid 0px blue; /* remove this line to remove the border */
			color: #b5956b;
		}
        
		#content-left p A	{text-decoration: underline; color: #b5956b; font-size: 12px;}
		#content-left p A:link 		{text-decoration: underline; color: #b5956b;}
		#content-left p A:visited 	{color: #b5956b;}
		#content-left p A:hover, A:active 	{color: #FFF;}
		
        

        
        
        
		
		#footer {
			height: 110px;
			clear: both;
			background: #cbcbcb url(img-global/footer.jpg) no-repeat top center;
		}
        
		
		#footer_copy {
        	font-family: Arial, Helvetica, sans-serif;
        	text-align: center; 
            font-size: 10px;
        	color: #333;
		}
		#footer_copy a, a:visited {
        	font-family: Arial, Helvetica, sans-serif;
        	text-align: center; 
            font-size: 10px;
        	color: #333;
            text-decoration: none;
		}
		#footer_copy  a:hover {
        	font-family: Arial, Helvetica, sans-serif;
        	text-align: center; 
            font-size: 10px;
        	color: #333;
            text-decoration: underline;
		}
		
		
/*//////////////////////////////////////////////// DATEN */

#table-daten td {
	padding: 8px 65px;
	border-bottom: 0px solid #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

#table-daten td h1 {
	padding: 0 0 10px 0;
	color: #FFF;
	font-family: Times, Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	border: 0px solid #f4f4f4;
}

#table-daten td p {
	padding: 0 0 15px 0;
	color: #b5956b;
	margin-bottom: 25px;
}

#table-daten td p strong {
	color: #FFF;
}
