* {
	margin:0px;
	padding:0px;
	font-family:Arial,Verdana,"Lucida Sans Unicode",sans-serif;
	font-size:11px;
	color:#858585;
}

body {
	text-align: center;
}

div.main {
	/* http://standards.webmasterpro.de/index-article-min_height.html */
  	 min-height:300px;
  	 height:auto !important;  /* für moderne Browser */
  	 height:300px;  /*für den IE */

	width:900px;
	border-left: #CCC 1px solid; 
	border-right: #CCC 1px solid; 		
	margin: 0 auto;
	text-align: left;

	background-image:url('/img/design/leftBackground.png');
	background-repeat:repeat-y;
}

h1 {
	font-size:12pt;
}

h2 {
	font-size:11pt;
}

h1, h2 {
	padding: 16px 0px;
}

h3 {
	padding: 10px 0px 10px 0px;
}

p {
	padding: 0px 0px 12px 0px;
}

div.left {
	width:159px;
	float:left;
	min-height: 550px; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:550px; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
}

div.right {
	float:right;
	width:738px;
	min-width:740px;
	background-color:#FFFFFF;
	background-image:url('../img/design/verlauf.png');
	background-repeat:no-repeat;	
	background-position: bottom;

  	 min-height:555px;
  	 height:auto !important;  /* für moderne Browser */
  	 height:555px;  /*für den IE */
}

hr {
	border: none 0;
	border-top: 1px solid #FFCA19; /*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

div.header {
	background-image:url('../img/design/header.png');
	background-repeat:no-repeat;	
	background-position:-10px -10px;

	height:87px;
	border-bottom: #FFF 1px solid;
}

div.spacerTop {
	margin-top:0px;
	height:30px;
	border-bottom: #CCC 1px solid; 			
	vertical-align: bottom;
}

div.header img {
	margin-top:20px;
	margin-left:32px;
}

div.spacerBottom {
	border-top: #CCC 1px solid; 			
}

div.spacerTop div {
	height:100%;
}

div.spacerBottom div{
	height:50px;		
}

div.spacerTop div, div.spacerBottom div {
	width:900px;
	border-left: #CCC 1px solid; 
	border-right: #CCC 1px solid; 		
	margin: 0 auto;
}

div.spacerBottom div div.contact {
	float:right;
	border:0px;
	width:150px;
/*	border: red 1px solid;*/
	text-align:right;
	padding: 0px;
	margin:10px 18px 0px 0px;
	height:16px;
}

div.spacerBottom div div.contact a {
	text-decoration: none;
}

div.spacerBottom div div.contact a:hover {
	text-decoration: underline;
}

div.spacerBottom div div.contact span {
	width:10px;
	display:inline-block;
}

div.content {
	margin:10px 20px 0px 36px;
	width: 400px;
	line-height: 1.4;
	/*border: #0080FF 0px solid;*/
}

div.content ul li {
	margin-left:15px;
}

div.content ul li ul {
	list-style:none;
}

div.images{
	width: 280px;
	margin:44px 5px 0px 0px;	
	padding:0px;
	float:right;
	/*border: red 1px solid;*/
	text-align:center;
}

div.imagesFrame img {
	border: #BFBFBF 3px solid;
}



div.history {
	font-size:11px;
	margin:0px;
}

div.search {
	float:right;
	height:25px;
	line-height:25px;
}

a.search {
	color:#FFF;
	text-decoration: none;	
}


div.search input {
	border:0px;
	width:100px;
	margin:0px 18px 0px 4px !important;
	margin:3px 18px 0px 4px;	
}

div.imagesFrame {
	margin-bottom: 45px;
}

ol.search{
	margin-left:20px;
}

#navigation { 
	height:25px; 
	background-color:#BFBFBF;
	padding-left:25px;
}

#navigation ul {
	margin:0px;
	padding:0px;
}

#navigation ul li {
	float:left; 
	list-style:none; 
	position:relative; 
	height:25px;
	width:auto;
}

#navigation ul li a
{
	color:#fff; 
	text-decoration:none;
	display:block;
	padding:0px 10px;
	border-right: #FFF 1px solid;
	line-height:25px;
	font-size:10pt;	
	background-color:#BFBFBF;	
}

#navigation ul li a:hover {
	background-color:#999;
}

#navigation ul li ul li {
	border-top: #FFF 1px solid;
	border-right-width:0px;
	line-height:26px;
}

#navigation ul li ul li a {
	width:auto !important;
	width:100%;
}

#navigation ul li:hover {

}

#navigation ul li a:hover {
	color:#fff; 
	text-decoration:none;
}

#navigation ul li ul { 

	margin:5px 0px 0px 0px; 
	padding:0px; 
	top:20px; 
	background-color:#BFBFBF;

	position: absolute;
	left: -9999ex;
}

#navigation ul li:hover ul {
	left: auto;
}

#navigation ul li ul {
	display:block;
}

#navigation ul li ul li {
	display:list-item;
	height:26px;			
}

#navigation ul li ul li a:hover {
	font-weight:bold;
	text-decoration:none;
}

#navigation ul li:hover {
	background-color:#999;
}

#navigation ul li:hover ul, #navigation ul li.sfhover ul {
	left: auto;
}

#menu_leistungen, #menu_leistungen li.submenu_leistungen {
	width:135px;
}

#menu_unternehmen, #menu_unternehmen li.submenu_unternehmen {
	width:250px;
}

/*
 * Rotator
 */

	/* Main div */
	#rotator {
		position:relative;
	}

	/* All children: div.element and div.leftAlphaBox */
	#rotator div {
		position:absolute;
		top:0px;
		left:0px;
		border:0px;
		width:160px;
	}

	#rotator div.element {
		height:497px;
		border-bottom: #FFF 1px solid;
		z-index:1;		
	}

	
	#rotator div.leftAlphaBox {
		height:87px;
		z-index:3;
		background-color:#FFCA19;
		filter:alpha(opacity=50); /* IE */
		-moz-opacity: 0.50; /* Gecko */
		opacity: 0.50; /* Opera */
	}	
	

/*
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
*/




.false {
	background:#990000;
	color:#FFFFFF;
	padding:5px;
	margin:5px;
}

.false * {
	color:#FFFFFF;
}

.true {
		background:#009900;
	color:#FFFFFF;
	padding:5px;
	margin:5px;
}

.true * {
	color:#FFFFFF;
}


.ok {
		background:#CCCCCC;
}

/*
 * Diff
 */
ins {
	background-color:#0EC00E;
	color:#000;
	text-decoration: none;	
}

ins * {
	background-color:#0EC00E;
	color:#000;
	text-decoration: none;	
}

del {
	background-color:#DF5656;
	color:#000;	
}	

del * {
	background-color:#DF5656;
	color:#000;	
}	
