html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #D7D7D7;
	background-color: #000000;
	background-image: url(../../grafik/bg/body-bg.jpg);
	background-repeat: repeat;
}
h1, h2, h3, h4, form, p {
	margin:0px;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
h1 {
	font-size:1.4em;
	margin-bottom:25px;
}
h2 {
	font-size:1.2em;
	margin-bottom:14px;
}
#All {
	margin:0px auto;
	width:960px;
	border:1px solid #B2B1B1;
	background-color:#191816;
	background-image: url(../../grafik/bg/bg-seite.jpg);
	background-repeat: repeat-x;
        z-index:10;

}
#PageHeader {
	width:100%;
	height:110px;
	text-align:center;
}
#HeaderBild {
	width:960px;
	height:317px;

	overflow:hidden;
}

#Navi_1 {
	width:960px;
	height:44px;
}
#Menue_1 {
	float:left;
	margin-left:30px;
}
#ToolboxBlaettern {
	float:right;
	margin-right:30px;
	padding-top:7px;
}
#Navi_2 {
	width:960px;
	height:24px;
	/*background-color:#767676;*/

margin:0px 0px 20px 0px;
}
#Menue_2 {
	float:left;
	margin-left:30px;
}
#Content {
	width:960px;
}
#ContentLeft {
	float:left;
	width:620px;
	margin-left:30px;
}
.fliesstext {
	line-height:1.5em;
}
.fliesstext p {
	margin-bottom:0.7em;
}
#ContentRight {
	float:left;
	width:240px;
	margin:49px 0px 0px 30px;
        border:1px solid #CCCCCC;
        padding:5px;
}
#PageFooter {
	width:900px;
	padding:0px 30px;
	height:30px;
	margin-top:30px;
	font-size:0.8em;
}
#FooterInfo {
	float:left;
}
#FooterMenue {
	float:right;
}



ul#Referenzliste {

    margin:0px 0px 0px -10px;
}
#Referenzliste li {
    list-style-type: none;
    display:inline;
}
.referenz {
    float:left;
    width: 278px;
    border: 1px solid #CCCCCC;
    margin:0px 30px 30px 0px;
}
.refHeader {
    height:30px;
    padding:10px 0px 0px 0px;
    color:#FFFFFF;
    font-weight:bold;
    background-color:#000000;
}
.refHeader h2 {
    color:#FFFFFF;
    text-transform: uppercase;
    text-align:center;
}
.refContent {
  height:180px;
  text-align:center;
  overflow:hidden;

}


.clear {
	clear:both;
}
