body  { 
	margin: 0;
	padding: 0;
	font-family: Helvetica Verdana, Arial, SunSans-Regular, sans-serif; 
	font-size: 1em;
	color: #666;
	background: url(../img/layout/bg.jpg) left bottom no-repeat fixed
	}
	
h1 {font-size: 90%; margin: 0px; padding: 0px;}

h2 {font-size: 120%; color: #c30; border-bottom: 1px solid #c30; margin-right: 15px;}
#b-start h2 {color: #009036; border-bottom: 1px solid #009036}
#b-start h3 {color: #009036; border-bottom: 1px dotted #009036; margin-right: 15px;}
#b-kopf h2, #b-impressum h2 {color: #009ee0; border-bottom: 1px solid #009ee0}
#b-kopf h3 {color: #009ee0; border-bottom: 1px dotted #009ee0; margin-right: 15px;}
#b-projekt h2 {color: #e2007a; border-bottom: 1px solid #e2007a}
#b-projekt h3 {color: #e2007a; border-bottom: 1px dotted #e2007a; margin-right: 15px;}
#b-kontakt h2 {color: #ffec00; border-bottom: 1px solid #ffec00}

h2 .headline {font-size: 80%; color: #666; text-transform: lowercase}

h3 {font-size: 80%}

h4 {font-size: 80%; margin: 0;}
#b-projekt h4, #b-projekt p {margin: 0; padding: 0}

p {font-size: 70%;}

a {color: #009ee0; text-decoration: none}
a:hover {}
.link-ex {color: #009ee0;background: url(../img/layout/ex.gif) no-repeat 100% 50%;padding-right: 15px;}
.link-ex:hover, .link-int:hover {color: #666;}
.link-int {color: #009ee0;}

span.blue {color: #009ee0; font-weight: bold}

.fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 1px 0 1px 0;
	padding: 0;
	font-size: 0;
	line-height: normal;
	height: 1px;
	}

.unsichtbar {visibility: hidden}
	
#wrap {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-285px;
	padding: 0px;
	width: 900px;
	height: 570px;
	background: url(../img/layout/wrap.gif) top right no-repeat;
	}
	
#b-start #wrap {background: url(../img/layout/wrap-def.gif) top right no-repeat;}
#b-kontakt #wrap {background: url(../img/layout/wrap-kon.gif) top right no-repeat;}
#b-kopf #wrap {background: url(../img/layout/wrap-kop.gif) top right no-repeat;}
#b-projekt #wrap {background: url(../img/layout/wrap-pro.gif) top right no-repeat;}

* html #wrap {background: url(../img/layout/wrap_ie.gif) top left no-repeat;}
* html #b-start #wrap {background: url(../img/layout/wrap_ie.gif) top left no-repeat;}
* html #b-kontakt #wrap {background: url(../img/layout/wrap_ie.gif) top left no-repeat;}
* html #b-kopf #wrap {background: url(../img/layout/wrap_ie.gif) top left no-repeat;}
* html #b-projekt #wrap {background: url(../img/layout/wrap_ie.gif) top left no-repeat;}

#header {
	width: 900px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	}

#header h1 {visibility: hidden}

#header a {
	display: block;
	width: 300px;
	height: 150px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/layout/391.gif) no-repeat top right;
	}

#header a:hover {background: url(../img/layout/391-off.gif) no-repeat top right;}

#header a span {display: none}

* html #header a {display: none}

#leftside {
	float: left;
	width: 200px;
	height: 360px;
	overflow: hidden;
	margin-bottom: 20px;

	}

#leftside dfn {display: none;}

#m-def span, #m-kop span, #m-pro span, #m-kon span {display: none}

#m-def {
	width: 200px;
	height: 40px;
	background: url(../img/layout/def-on.gif) no-repeat;
	position: absolute;
	left: 0px;
	top: 80px;
	}
	
* html #m-def {
	width: 200px;
	height: 40px;
	background: url(../img/layout/def-on.gif) no-repeat;
	position: absolute;
	left: 0;
	top: 0px;
	}

#m-def:hover, #b-start #m-def {
	background: url(../img/layout/def-off.gif) no-repeat;
	}

#m-kop {
	width: 200px;
	height: 40px;
	background: url(../img/layout/kop-on.gif) no-repeat;
	position: absolute;
	left: 0px;
	top: 160px;
	}

* html #m-kop {
	width: 200px;
	height: 40px;
	background: url(../img/layout/kop-on.gif) no-repeat;
	position: absolute;
	left: 10px;
	top: 90px;
	}

#m-kop:hover, #b-kopf #m-kop {
	background: url(../img/layout/kop-off.gif) no-repeat;
	}
	
#m-pro {
	width: 200px;
	height: 40px;
	background: url(../img/layout/pro-on.gif) no-repeat;
	position: absolute;
	left: 0px;
	top: 220px;
	}

* html #m-pro {
	width: 200px;
	height: 40px;
	background: url(../img/layout/pro-on.gif) no-repeat;
	position: absolute;
	left: 20px;
	top: 180px;
	}

#m-pro:hover, #b-projekt #m-pro {
	background: url(../img/layout/pro-off.gif) no-repeat;
	}
	
#m-kon {
	width: 200px;
	height: 40px;
	background: url(../img/layout/kon-on.gif) no-repeat;
	position: absolute;
	left: 0px;
	top: 300px;
	}

* html #m-kon {
	width: 200px;
	height: 40px;
	background: url(../img/layout/kon-on.gif) no-repeat;
	position: absolute;
	left: 20px;
	top: 270px;
	}

#m-kon:hover, #b-kontakt #m-kon {
	background: url(../img/layout/kon-off.gif) no-repeat;
	}

#rightside {
	float: right;
	width: 450px;
	height: 360px;
	overflow: auto;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 220px;
	}

* html #rightside {
	margin-right: 190px;
	margin-left: 30px;
	}
	
#rightside p {
	 margin: 10px 0px;
	 margin-right: 15px;	 
	 text-align: justify;
	 }

#footer {
	clear: both;
	height: 30px;	
	text-align: right;
	}
	
ul.allgemein {
	font-size: 70%;
	list-style: none;
	margin: 10px 0;
	}

.bild-li-sonder {
	float: left;
	margin-right: 8px;
	border-right: 1px solid #666
	}

.bild-re {
	float: right;
	margin: 0 15px;
	}
	
.bild-li {
	float: left;
	margin: 0 10px;
	}

.margleft {
	margin-left: 10px;
	}
