* {
	font-family:arial;
	}

body {
	background-color:#e8dfdc;
	height:90%;
	overflow:hidden;
	}
	
img {
	border : none;
}

input, textarea {
	border:1px solid #003c67;
}

select {
border: #000000;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

.layer {
	border:1px solid black;
	background-color:white;
	width:1002px;
	height:611px;
	left:50%;
	/*-----*/
	margin-left:-501px;
	position:absolute;
	top:50%;
	margin-top:-305px;	
}

.banner {
	width:100%;
	height:71px;
	background-color:white;
	color:white;
	margin:0px;
	padding:0px;
	background-image:url("images/banner.jpg");
	background-repeat:no-repeat;
	text-align:left;
}

.startpos {
	margin-left: 55px;
}
	
.menue {
	width:100%;
	height:24px;
	background-color:white;
	color:white;
	margin:0px;
	margin-left: auto; 
	margin-right: auto;
	padding:0px;
	background-image:url("images/menue.jpg");
	background-repeat:no-repeat;
	text-align:left;	
}


.content {
	width:	937px;
	height: 496px;
	color:black;
	margin:0px;

	padding:10px 10px 10px 55px;
	font-size: 12px;
	text-align:left;
	overflow: auto;
}

.content_bg {
	width:1002px;
	height:516px;
	background-color:white;
	color:black;
	font-size: 12px;
	background-image:url("images/bg_content.jpg");
	background-repeat:no-repeat;
	background-attachment:inherit;
	text-align:left;
	overflow:hidden;
}

.ueber_uns {
	float: right;
	width: 400px;
	margin-top: 20px;
}


.content p{
margin-top : 0px;
}


/* Für das StartBild */
.content h1 {
	font-weight: bold;
	font-size: 14px;
	margin-left: -45px;
	margin-top: 0px;
}

.content h2 {
/*	margin-left: 200px;*/
	text-align:center;
}

.content h3 {
	font-weight: normal;
	text-align:center;
	line-height:0.8em;
	font-size: 12px;
}

.content h4 {
	font-weight: bold;
	font-size: 16px;
}


.ImageTable {
	margin-left: 150px;
}

.ImageTable td {
	border : 1px solid black;
	background-color:#e8dfdc;
}


.referenz {
	padding: 2px;
	padding-left: 9px;
}

/*______________________________________________________________________*/
/* style the outer div to give it width */
.menu {
width:896px;
font-size:1em;
/*padding-bottom:200px;*/
margin-left: 90px; 
margin-right: auto;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:128px;
position:relative;
}

.menu ul li {
	width : 120px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#000; 
width:117px; 
height:23px; 
margin-top: 1px;
padding-left:10px; 
line-height:24px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {

width:128px;
w\idth:117px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#cbb7b1;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#cbb7b1;
}
.menu ul ul :hover > a.drop {
background:#cbb7b1;
}
 style the third level background 
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
text-align:left;
margin-top: -7px;	
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;


}
/* another hack for IE5.5 */
* html .menu ul ul {
top:31px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:128px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-128px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {
background:#e8dfdc;
color:#000; 
height:auto;
margin-top: 0px;
line-height:1em; 
padding:5px 0px 5px 11px; 
width:129px


/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:130px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover{
font-weight : bold;
/*background:#cbb7b1;*/
}

.menu ul ul a:hover{
font-weight: normal;
color:#fff; 
background:#cbb7b1;
}
.menu :hover > a {
font-weight : bold;
/*background:#cbb7b1;*/
}
.menu ul ul :hover > a {
font-weight: normal;
color:#fff; 
background:#cbb7b1;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
