/*Reset all */ 

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img, hr { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* Layout.css*/

html { 
	text-align: center;
	height: 100%;
	
}

body {
	position: relative;
	background: transparent url(schatten.png) repeat-y 50% 0;
	width: 814px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;

}

/* Absaetze */
p {
	margin: 0.7em 0;
}


/* Header */


#header {
	width: 770px;
	overflow: hidden;
	margin: 20px 0 0 33px;



}

#logo {
	background-color: #fff;
	width: 735px;
	height: 49px;
	margin: 0 0 0 15px;
	padding: 0;
}


div#logo blockquote {
	position: absolute;
	text-indent: -9999px;
}

#logo h1 a {
	display: block;
	width: 194px;
	height: 49px;
	text-indent: -9999px;
	background: transparent;
}


/* Bildcontainer */

#imgCont {
 	height: 275px;
 	width: 770px;
 	border-bottom: 2px solid #c4bba3;
 	margin: 0 0 0 22px;
 	
 	
}


#imgCont img {
	display: block;
	margin: 0 auto;
	
}

#projectNav {
	margin: 10px 0 5em 33px;
	width: 91%;
	font-size: 0.9em;



}


/* Abstand, wenn keine Projectvavi vorhanden*/
 #projectNavSpacer {
	margin: 10px 0 5em 33px;
	width: 91%;
	font-size: 0.9em;
	height: 0px;



}

#projectNav ul {
	position: absolute;
	right: 17px;
	background: transparent url(bg_projectNav.png) no-repeat 0 0;
	width: 132px;
	padding-left: 17px;
	/*margin-left: 380px;*/
}


#projectNav ul li {
	display: inline;
	padding-right: 10px;
}

/* Content */

#content {
	width: 100%;
	margin: 3em 0 3em 33px;
	overflow: hidden;
	padding-bottom: 3em;




}


#contentMain {
	float: left;
	width: 483px;
	padding-right: 10px;
	text-align: justify;
	margin-top: 25px;
}

/* Abstand wieder rausgemacht 091230 */
#contentMain.mainSite, #contentMain.noSpace{
	margin-top: 0px;
}




#contentSub {
	width: 258px;
	float: left;
} 


#content.clients #contentMain {
	text-align: left;
	padding-right: 0;
	width:  493px;
	margin-top: 0px;
}

/* Ende Content */


/*sidebar */


.sidebar {
	margin-left: 10px;
	

	
}

.sidebar.clients {
	margin-top: -9px;
	padding-right: 10px;
	
}


.sidebar.blogNav {
	margin-top: -30px;
}

.sidebarHead {
	text-align: center;


}

.sidebarHead.clients {
	height: 57px;


}



.sidebarHead.clients img {
	padding-right: 10px;
	height: 57px;

}

.sidebarContent {
	border-top: 1px solid #9d8e65;
	border-bottom: 1px solid #9d8e65;
	padding: 1em 0;
	margin: 24px 0;
}

.sidebarGelb {
	padding: 1em 0;
	margin: 24px 0;
}


#footer {
position: absolute;
width : 91%;
margin: 0 0 0 33px;
font-size: 0.75em;
padding: 5px;
}



#footer p {
	border-top: 1px solid #a39469;
	padding-top: 10px;
}


/* Kundenuebersicht */
ul.clients {
	margin-left: -5px;
	margin-top: 2px;

}

ul.clients li {
	float: left;
	width: 154px;
	border-bottom: 1px solid #9d8e65;
	margin:0 0 2em 0.6em;
	text-align: center;
	padding-bottom:2em;
	height: 52px;

	
}



/* Blättermodul: 2/3 Bild 1/3 Text */
#imgText {
	height: 275px;
	width: 770px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c4bba3;
	margin-left: 22px;



}
#imgText .floatLeft {
	position: absolute;
	width: 500px;
	margin-left: 12px;


}
#imgText .text {
	padding: 0px;
	width: 258px;
	margin: 0px;
	float: right;




	
}
#imgText .text p {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.sidebarBlog {
	font-size: 9px;
}


/* Login 091227*/


fieldset {
	margin-top: 15px;
	position: relative;
}

label{
	float: left;
	width: 120px;
}

input {
	border: 1px solid #A39469;
}

input.loginSubmit {

	position: absolute;
	width: 28px;
	height: 29px;	
	background: transparent url(loginBtn.png) no-repeat;
	left: 280px;
	top: 6px;
	border: none;
}

/* Ende Login */





