@charset "utf-8";

html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0.1px;
}

body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg.gif);
	background-repeat:repeat-x;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

p {
	font-size:0.7em;
	line-height:150%;
	color:#4c4a47;
	margin-top:0;
	margin-bottom:0.4em;
	/*border:#999999 solid 1px;*/
}

h1 { /* mainContent */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:100%;
	font-weight:normal;
	color:#8e8374;
	margin-bottom:0.5em;
	/*border:#999999 solid 1px;*/
}

h2 { /* Projektdetails */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:60%;
	font-weight:normal;
	color:#f47900;
	margin-top:0.2em;
	margin-bottom:0.4em;
}

h3 { /* sidebar */
	font-size:0.8em;
	line-height:10%;
	font-weight:bold;
	color:#9cc2dd;
	/*margin-top:0;*/
	margin-bottom:0.6em;
}


h4 { /* mainContent - Kontakt-Subheadlines */
	font-size:0.7em;
	font-weight:bold;
	color:#8e8374;
	margin-top:0em;
	margin-bottom:0.3em;
}

h5 { /* sidebar - Links*/
	margin-top:0;
	margin-bottom:0.2em;
}

h5 a {
	font-size:85%;
	font-weight:bold;
	color:#f47900;
	text-decoration:none;
	outline:0;
}

ul.wordpress {
	list-style:none;
	margin-left:-0.2em;
	padding-left:0;
}

ul.wordpress li {
	background-color:#f6f6f4;´
	margin-bottom:0.5em; /* warum hat das keinen Einfluss? in wp-php gecodet! */
	padding-bottom:0.2em;
}


ul.wordpress a {
	font-size:0.7em;
	color:#4c4a47;
	text-decoration:none;
	padding:0 0.3em 0.5em;
	outline:none;
}

.bold-grey {
    font-weight:bold;
	color:#8e8374
}
#container_wrapper {
	position:absolute;
	width:920px;
	height:100%;
	min-height:100%;
	left:50%;
	margin-left:-460px;
	/*bottom:0;*/
	background: #FFFFFF;
	border-left:3px solid #e1dcd8;
	border-right:3px solid #e1dcd8;
	/*border:#999999 solid 1px;*/
}

html>body #container_wrapper {
	height:auto;
}

#container_top {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-463px;
/*	margin-top:0;
	height:28px;
	width:926px;*/
}

#container { 
	margin-top:17px;
	width:920px;
	text-align:left; /* this overrides the text-align: center on the body element. */
	/*border:#999999 solid 1px;*/
	overflow-x:hidden;
	overflow-y:auto;

} 

#header { 
	margin:0;
	background:#FFFFFF;
} 

#menu {
	margin-left:60px;
	margin-top:65px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	font-weight:normal;
}

ul.menu {
	list-style:none;
}

li.menu1-level1-no {
	float:left;
	margin-right:12px;
}

li.menu1-level1-no a {
	color:#4c4a47;
	text-decoration:none;
	outline:0;
}

li.menu1-level1-act {
	float:left;
	margin-right:12px;
}

li.menu1-level1-act a {
	color:#f47900;
	text-decoration:none;
	outline:0;
}

#logo {
	float:right;
	margin-top:-10px;
	margin-right:33px;
	margin-bottom:8px;
}

* html #logo {
	margin-right:42px;
}

#header_img {
	
}

#sidebar {
	float: right; 
	width: 216px; 
	margin-top:40px;
	margin-right:45px;
	/*overflow:visible;*/
}

* html #sidebar {
	margin-right:25px;
}

.sidebar_top {
	margin-bottom:20px;
}

.trenner_sidebar {
	padding-top:10px;
	padding-bottom:10px;
}

#projekte_navi {
	width:228px;
}

#projekte_navi img {
	/*margin-right:5px;*/
	/*border:1px;*/
}

#form_input {
	float:left;
	margin-top:6px;
	/*border:#999999 solid 1px;*/
}

* html #form_input {
	margin-top:-16px;
}

*+html #form_input {
	margin-top:-16px;
}

.form_input_zeile {
	margin-top:0px;
	width:216px;
	float:left;
	/*border:#999999 solid 1px;*/
}

label {
	font-size:0.7em;
	color:#4c4a47;
	float:left;
	margin-left:0;
}

.form_input_zeile input, textarea {
	border:1px solid #c9c5b7;
	width:134px;
	margin-top:0;
	margin-bottom:3px;
	float:right;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

.form_input_zeile input {
	height:12px;
}

.form_input_zeile textarea {
    overflow:auto;
}

.form_input_zeile input#submit {
	margin-top:2px;
	background:rgb(255,255,255);
	width:auto;
	height:auto;
	cursor:pointer;
	font-size:0.7em;
	font-weight:bold;
	color:#f47900;
    border:1px solid #c9c5b7;
}

.bookmarks {
	margin-top:40px;
}

#mainContent { 
	width:517px;
	margin: 40px 0 0 80px; 
} 

#projektdetails {
	width:517px;
	height:196px;
	background-image:url(../images/projekte_rahmen.gif);
	background-repeat:no-repeat;
	padding-top:1px;
}

.projektdetails-screenshot {
	float:left;
}

.projektdetails-text {
	height:120px;
	width:300px;
	float:right;
	margin-right:0px;
}

.mehr {
	margin-bottom:20px;
	background-color:#f47900;
	padding:2px 3px;
	border:1px #bbb5ac solid;
	font-size:0.6em;
	font-weight:bold;
	color:#ffffff;
	float:left;
}

.mehr a {
	color:#ffffff;
	text-decoration:none;
	outline:0;
}

.ueber_detail {
	margin-top:5px;
	margin-bottom:7px;
	background-color:#f47900;
	padding:2px 3px;
	border:1px #bbb5ac solid;
	font-size:0.6em;
	font-weight:bold;
	color:#ffffff;
	float:left;
}

.ueber_detail a {
	color:#ffffff;
	text-decoration:none;
	outline:0;
}

.headline_dienstleistungen {
	float:right;
	margin-top:8px;
}

#form_input_mc {
	float:left;
	margin-top:16px;
	/*border:#999999 solid 1px;*/
}

* html #form_input_mc {
	margin-top:-6px;
}

*+html #form_input_mc {
	margin-top:-6px;
}

#form_input_mc .form_input_zeile {
	margin-top:0px;
	width:100%;
	/*border:#999999 solid 1px;*/
}

#form_input_mc label {
	font-size:0.7em;
	margin-left:0;
}

#form_input_mc input, textarea {
	border:1px solid #c9c5b7;
	margin-top:0;
	margin-bottom:3px;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

#form_input_mc input {
	width:200px;
	height:12px;
	float:left;
}

#form_input_mc textarea {
	width:298px;
	height:50px;
    overflow:auto;
	float:right;
}

#form_input_mc input#submit {
	margin-top:2px;
	background:rgb(255,255,255);
	width:auto;
	height:auto;
	cursor:pointer;
	font-size:0.7em;
	font-weight:bold;
	color:#f47900;
    border:1px solid #c9c5b7;
	float:right;
}

#footer { 
} 

#footer p {
	margin: 0; 
	padding: 10px 0; 
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloat-l { 
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.norm {
color:#8CB4D1;
text-decoration: none;
}

a:hover.norm {
text-decoration: underline;
}

