/* CSS Document */ 
* {
	padding: 0;
	margin: 0;
}

html {
/*height: 100%;*/

}

body {
	background-image: url(../bg.jpg); /*background-repeat:no-repeat;*/
	background-color: #F5F5F5; /*background-position:center top;*/
	background-repeat: no-repeat;
	background-position:top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	/*height: 100%;*/
}

td {
	/*padding: 3px;*/
}

h1{
	margin-bottom: 10px;
	font-size: 120%;
	text-transform:uppercase;
}

h2,h3,h4,h5,h6 {
	margin-bottom: 10px;
	font-size: 100%;
	text-transform:uppercase;
}

h3 {
	margin-top: 10px;
	margin-bottom: 0px;
}

a {
	color: #3198FF;
	text-decoration: none;
}

#content p {
	margin-bottom: 10px;
	line-height:1.1em;
}

#wrapper-bg {
background-image:url(../images/bg_outerwrapper.png);
	background-repeat: no-repeat;
	width:906px;
	margin: 0 auto; 
	height: 600px;
}

#wrapper {
	width: 970px;
	margin: 0 auto; 
	/*margin-top:30px;*/

	/*background-color: #FFFFFF;
	/*background-image:url(../images/bg_wrapper.png);
	background-repeat:repeat-y;*/
	min-height: 660px;
	height: auto !important;*/
	height: 100%;


}

div.wrapper-home {
	/*	background-image:url(../images/bg_content_home.png);
	background-repeat:repeat-y;*/
}

di/*v.wrapper-taetigkeitsgebiete,
div.wrapper-philosophie,
div.wrapper-team,
div.wrapper-partner,
div.wrapper-publikationen,
div.wrapper-kontakt  {
			background-image:url(../images/bg_content.png);
	background-repeat:repeat-y;
}
*/


.clear {
	clear: both;
}



#header {
	height:220px;
}

#navigation {
float:left;
width:190px;

/*background-color:#008186;*/

/*padding-left:35px;*/

}

div#adresse {
margin-top:30px;
margin-left:20px;
color:#5A5A5A;
}



#content {
float:right;
width:740px;
overflow:auto;
height: 400px;

	line-height:1.5em;
}

.content {
padding-right:20px;

}

#content li {
margin-left:20px;

}

#content ul {
margin:10px 0;

}

div.content-bg {
background-color:#FFFFFF;

}

div.home-contact {
color:#FFFFFF;
/*margin-left:250px;*/
float:right;
margin-top:20px;
margin-right:20px;

}

#footer {
	clear: both; /* background-color:#F39500;*/
	width: 500px;
	margin: 0 auto;
	padding-top: 10px;
	color: #7F7F7F;
/*	background-image: url(../bg_footer.gif);
	background-repeat: no-repeat;*/
	font-size: 90%; /*height: 20px;*/
	line-height: 20px;
	text-align: center;
	border-top: 1px solid #7F7F7F;
}

#copy {
	width: 970px;
	margin: 0 auto;
	/*background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;*/
	height:33px;
	clear:both;
	text-align:right;

}




/* Menu */
ul#menu-ul, ul#menu-2-ul {
	list-style-type: none;
}

ul#menu-ul {

	border:0;
	padding:0;
	margin:0;
	margin-left:20px;
	height:200px;

	
	
}




ul#menu-ul li {
float:left;
line-height: 25px;
font-weight:bold;
/*border-top:1px solid #424242;*/


}



ul#menu-ul li.menu7 {
/*border-bottom:1px solid #424242;*/
}

ul#menu-ul li a {
display:block;
color:#ffffff;
/*background-color:#D8D8D8;*/
width:180px;
text-indent:5px;
}



ul#menu-ul li a:hover,ul#menu-ul li.menu-act a {
color:#FEDE00;
/*background-color:#3198FF;*/
	
	/*color: #ffffff; *//*background-color:#F39500;*/
	/*font-weight: bold;*/

}

 
ul#menu-2-ul li.menu-2-no a {
display:block;
color:#ffffff;
background-color:#8B8C90;
width:180px;
text-indent:20px;
}
 
ul#menu-2-ul li.menu-2-no a:hover, ul#menu-2-ul li.menu-2-act a {
display:block;
color:#ffffff;
background-color:#7AB6F4;
width:180px;
text-indent:20px;
} 


/* FORM */
input, textarea, select {
	border: 1px solid #000000;
	font-size: 100%;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

table.referenzen td {
font-size:80%;
width:25%;
background-color:#DAE0EC;

}

 
 
