/*
Basics
---------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

ul {list-style-type:none;}
li {list-style-type:none;}

p {padding-bottom: 1.2em;}

img {border:0 none;}

body {
	color: #ddd;
    font-size: 11px;
    line-height: 1.8em;
    background: #272727;
    text-align:center;
    margin-top: 50px;
    font-family:Verdana, Arial, Helvetica, sans-serif;

}

h1 {
    color:#FF9900;
    font-size:14px;
    font-weight: normal;
    margin-bottom: 0.5em;
}

h2 {
    color:#fff;
    font-size:14px;
    font-weight: normal;
    margin-bottom: 0.4em;
}



a {
    color:#FF9900;
    text-decoration: none;
}

a:hover {
    color:#FF9900;
    background-color: #373737;
}



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

/*
Seitenkonstrukt
---------------------------------------------------------------------*/

#wrapper {
    width:800px;
    text-align:left;
    margin:0 auto;
}

#header h1 {
  background: url(logo.gif) no-repeat right;
  text-indent: -9999px;
  width:140px;
  height: 45px;
  float: right;
}

#header {
  width:780px;
  margin:0 10px 10px 10px;
}

#content-start {
  width:780px;
  margin:0 10px 0 10px;

}

#footer {
  width:780px;
  margin:5px 10px;
  text-transform: uppercase;
  font-size:10px;
  color: #555;
  text-align: right;
}

#navigation {
  width:620px;
  margin-top:27px;
  float: left;
}

#anschrift {
  padding:20px;
}

#anschrift span {
  background-color:#fff;
  color: #212121;
}

#content {
  border-top:1px solid #333333;
  border-bottom:1px solid #333333;
  padding:40px 0 20px 0;
  width:780px;
  margin:0 10px 0 10px;
}

#start-photo {
  width:766px;
  height: 420px;
  overflow: hidden;
  border:7px solid #fff;
  background: url(photo_start.jpg) no-repeat;
  margin:0 10px 0 10px;
}

.projektbeschreibung {
    width: 380px;
    float: right;
}

.txt ol,
.txt ul {
    margin-left:30px;

}

.txt ol li {
    list-style: decimal;
    margin:1em 0;
}

.txt ul li {
    margin: 0;
    list-style: disc;

}

.txt ul li li {
    font-weight: normal !important;
}




.projektliste ul {
	list-style:none;
}

.projektliste li {
	list-style:none;
	padding:0;


}

.projektliste li a, .projektliste li.on a {
    width:auto;
	font-weight:normal;
	color:#FF9900;
	text-decoration:none;
	display:inline;
}

.projektliste  li a:hover {
   color:#FF9900;
   background-color:#fff;

}

.projektliste  li.on a {
   color:#FF9900 !important;
}

p.back {
    color: #FF9900;
    margin-top: 2em;
    font-size: 10px;
}


/*
Navigation
---------------------------------------------------------------------*/


#navigation ul {
	list-style:none;
	display:inline;
    float: left;




}

#navigation li {
	list-style:none;
	float:left;
	padding:0;


}

#navigation li a, #navigation li.on a {
    width:auto;
	font-size:11px;
    margin-right:15px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
    text-transform: uppercase;
	display:block;
}

#navigation  li a:hover {
   background-color:#373737;

}

#navigation  li.on a {
   color:#FF9900 !important;
}



.zweispalter {
  width: 100%;
}

.zweispalter_1 {
  width: 48%;
  float: left;
}

.zweispalter_2 {
  width: 48%;
  float:right;
}


.clboth {
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}
