/* CSS Document 
orange: #E77845
dunkelmarine: #434255

*/

html {
		}
	
body {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	text-align:center;
	background: url(../images/body_bg.jpg) center;
}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

/* Tags */

a {
	text-decoration:none;
	color: #000080;
	outline:none;
	
}

a:hover {
	color: #434255;
}

p, li {
	font-size: 120%;
	margin: 0 0 0.5em 0;
	line-height: 1.3em
}

ul {
	margin: 0 0 0 15px;
}

ol {
	margin: 0 0 0 20px;
}

img {
	border:0
}

h1 {
	font-size: 250%;
	margin: 0 0 0.5em 0;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
	color: #B74900
}

h2 {
	font-size: 180%;
	margin: 0 0 0.5em 0;
	font-weight:normal
}

h2 a {
	color: #333
}

h3 {
	font-size: 150%;
	margin: 0 0 0.7em 0;
	font-weight:normal
}

h4 {
	font-size: 150%;
	margin: 0 0 0.5em 0;
}

h5 {
	font-size: 110%;
	margin: 0 0 0.3em 0;
	letter-spacing: 1px;
	font-weight:normal;
}

h6 {
	font-size: 110%;
	font-weight:normal;
	text-transform: uppercase;
	color: #B74900
}

hr {
	color: #DDBDA6;
	border:0;
	height: 1px;
	background-color: #DDBDA6;
	margin: 10px 0px 10px 0
}

p.trenn {
	background: url(../images/trenn2.gif) left center no-repeat;
	padding: 10px
}

/* Klassen */

.rss {
	background:  url(../images/icon_rss.jpg) no-repeat;
	padding:0 0 5px 20px;
	border-bottom:0;
}

a.wong {
	
	padding:0 0 5px 0px;
	border-bottom:0;
	
}

a.pdf {
	background: url(../images/pdf.gif) 0 0  no-repeat;
	padding: 5px 0 5px 40px;
	text-decoration:none;
}

a.pdf:hover {
	background-position: 0 -50px 
}



.deli {
	
	padding:0 0 5px 0px;
	margin: 0 5px 0 5px;
	border-bottom:0;
}



.bild {
	padding: 1px;
	border: 1px solid #CEAC8A;
	background: #fff
}
.bild_text {
	float:left;
	margin: 0 20px 10px 0;
	padding: 1px;
	border: 1px solid #CEAC8A;
	background: #fff
}

.bild_text_ohne {
	float:left;
	margin: 0 20px 10px 0;
}

.bild_text_ohne_re {
	float:right;
	margin: 0 0 10px 20px;
}

.bild_galerie {
	padding: 1px;
	border: 1px solid #ccc
}

.posted {
	background: url(../images/icon_posted.gif) no-repeat;
	padding: 0 0 0 15px
}



/* Layout */


/*Header #####################################*/
#header_wrap {
	height: 200px;
	background: url(../images/header_wrap_bg.jpg) repeat-x;
}

#header {
	width: 700px;
	height: 120px;
	padding: 80px 0 0 280px;
	background: url(../images/header_bg2.jpg) top right no-repeat;
	text-align:left;
	position: relative;
	margin: auto;
	
}

#header a.logo {
	display:block;
	width: 250px;
	height: 180px;
	float:left;
	position: absolute;
	top:0;
	left:0
}

#header a.job {
	display:block;
	width: 170px;
	height: 40px;
	position: absolute;
	top:0;
	right:245px;
	background: url(../images/a_jobs.jpg) 0 0 no-repeat;
	text-indent: -3000px;
	outline:none
}
#header a.job:hover {
	background-position: 0 -40px;
}


#header a img{
	display:none
}


/*Hauptnav #####################################*/

ul#nav {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
	
}

ul#nav li {
	float:left;
	margin:0;
	font-size: 110%;
}
ul#nav li.none {
	border: none;
}


ul#nav li a {
	display:block;
	width: 136px;
	height: 80px;
	color: #fff;
	text-decoration:none;
	margin: 0 ;
	padding: 0 0 0 0;
	text-indent: -3000px
	
	
}
ul#nav li a.projekte {
	width: 146px;
	background: url(../images/a_projekte_bg.gif) 0 0 no-repeat;
}
ul#nav li a.projekte:hover {
	background: url(../images/a_projekte_bg.gif) 0 -79px no-repeat;
}

ul#nav li a.profil {
	width: 126px;
	background: url(../images/a_profil_bg.gif) 0 0 no-repeat;
}
ul#nav li a.profil:hover {
	background: url(../images/a_profil_bg.gif) 0 -79px no-repeat;
}
ul#nav li a.journal {
	background: url(../images/a_journal_bg.gif) 0 0 no-repeat;
}
ul#nav li a.journal:hover {
	background: url(../images/a_journal_bg.gif) 0 -79px no-repeat;
}
ul#nav li a.service {
	background: url(../images/a_service_bg.gif) 0 0 no-repeat;
}
ul#nav li a.service:hover {
	background: url(../images/a_service_bg.gif) 0 -79px no-repeat;
}
ul#nav li a.kontakt {
	background: url(../images/a_kontakt_bg.gif) 0 0 no-repeat;
}
ul#nav li a.kontakt:hover {
	background: url(../images/a_kontakt_bg.gif) 0 -79px no-repeat;
}

/*content #####################################*/

#container {
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin:0 auto;
	text-align:left;
	background: url(../images/container_bg.jpg) repeat-y;
	overflow:hidden;
	clear:both;
	
}

/*Rahmen um Inhalt und Sidebar */
#content {
	margin: 0;
	padding: 0;
	
}

/* Projektteaser */
.teaser {
	width: 254px;
	height: 180px;
	margin: 0 30px 20px 0;	
	float:left;
	
	padding: 2px;
	
	
}

.teaser_bild img {
	width: 250px;
	height: 133px;
	padding: 2px;
	background: #fff
	
}

.teaser_bild img:hover {
	background: #D3C2B4
}
.teaser h3 {
	font-size: 120%;
	font-weight:normal;
	margin: 0 0 2px 0;
	padding: 2px;
	border-bottom: 1px solid #D3C2B4
	
}
.teaser h3 a {
	color: #333;
	border-bottom: #ccc;
}

.teaser p {
	width: 100px;
	padding: 0 5px 0px 2px;
	color: #888;
	font-size: 100%;
	float:left;
}


.teaser_kategorie {
	width: 30px;
	padding: 0 5px 0 0;
	float:right;
	text-align:right
}
.teaser_kategorie a {
	border:0
}


ul.rsx-page-num-list {
	list-style-type:none;
	margin: 5px 0 0 0;
}
ul.rsx-page-num-list li {
	display:inline;
	margin: 5px 10px 0 0px;
	
}

ul.rsx-page-num-list li a {
	background: #D2B393;
	padding: 0 5px
}

ul.rsx-page-num-list li span.unlinked {
	background: #B58C60;
	margin: 0 0px 0 0;
	padding: 0 5px
}

/*Projekt einzeln*/
#projektdaten {
	float:right;
	width: 246px;
}
.projektlink {
	background: url(../images/icon_projektlink.jpg) no-repeat;
	padding:0 0 0px 20px;
	margin: 10px 0 20px 0
}

/*Projekt navigation*/

#projektnav {
	clear:both;
	padding: 5px
}

/*Inhalt linke Spalte #####################################*/

#inhalt {
	padding: 0 0 0 50px;
	width: 580px;
}

/*Kontakt*/
.postcard {
	width: 440px;
	height: 310px;
	padding: 20px;
	margin: 0 0 20px 0;
	background: url(../images/postcard_bg.jpg) no-repeat;
}

.pc_col1 {
	width: 220px;
	height: 280px;
	float:left;
	margin: 0 20px 0 0
}

fieldset {
	border:0;
	font-size: 120%
}

legend {
	display:none
}

#Name {
	background: transparent;
	border-bottom: 1px solid #635746;
	border-top:none;
	border-left:none;
	border-right:none;
	font-size: 120%;
	width: 190px;
	padding: 2px;
	margin: 0 0 0.5em 0
}

#Firma {
	background: transparent;
	border-bottom: 1px solid #635746;
	border-top:none;
	border-left:none;
	border-right:none;
	font-size: 120%;
	width: 190px;
	padding: 2px;
	margin: 0 0 0.5em 0
}

#Telefon {
	background: transparent;
	border-bottom: 1px solid #635746;
	border-top:none;
	border-left:none;
	border-right:none;
	font-size: 120%;
	width: 190px;
	padding: 2px;
	margin: 0 0 0.5em 0
}
#Email {
	background: transparent;
	border-bottom: 1px solid #635746;
	border-top:none;
	border-left:none;
	border-right:none;
	font-size: 120%;
	width: 190px;
	padding: 2px;
	margin: 0 0 0.5em 0

}
#Nachricht{
	background: transparent;
	border: 1px solid #635746;
	font-size: 120%;
	width: 180px;
	height: 200px;
	padding: 2px;
	margin: 0 0 0.5em 0;
	overflow:auto;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

.zemSubmit {
	background: transparent;
	border:0;
}
/*Startseite #####################################*/

#start {
	margin: 0 auto;
	width: 920px;
	height: 310px;
	background: url(../images/start_bg.jpg) top center no-repeat;
	padding: 30px 0px 0 40px
}

#start h1 {
	font-size: 25px
}

#start h2 {
	font-size: 18px;
	margin:0;
	font-family: "Times New Roman", Times, serif;
	padding: 0 0 10px 10px;
	font-weight: normal;
	color: #B64900;
}

#start p {
	padding: 0 0 10px 10px;
	font-size: 12px
}



#start_li {
	width: 240px;
	height: 100px;
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 60px
	
}



#start_mi {
	width: 240px;
	height: 100px;
	float:left;
	padding: 0 0 0 60px
	
}



#start_re {
	width: 220px;
	height: 100px;
	float:left;
	padding: 0 0 0 60px
}


#start_text {
	width: 540px;
	height: 120px;
	padding: 10px 0 0 60px;
	margin: 0 0 0 0;
	clear:left;
}

#start a {
	display:block;
	width: 200px;
	height: 70px;
	float:right;
	
	font-size: 12px;
	padding: 40px 50px 0 0;
	
}





#projektstart {
	clear:both;
	height: 190px;
	padding: 0 0 0 70px;
	background: url(../images/projektstart_bg.jpg) 10px 0  no-repeat;
}


/*Sidebar #########################################*/

#sidebar {
	width: 320px;
	float:right;
}

#sidebar h4 {
	font-size: 170%;
	font-family: "Times New Roman", Times, serif;
}
#sidebar ul {
	list-style-type: none;
	margin: 15px 0 15px 15px;
	padding: 0
}
.sb_lappen {
	background: url(../images/sb_lappen_bg.jpg) right top no-repeat;
	width: 260px;
	height: 400px;
	padding: 40px 20px 20px 40px;
}


.sb_lappen h4 {
	background: url(../images/sb_lappen_h4_bg.gif) left center no-repeat;
	padding: 0 0 0 40px
}

.sb_content {
	width: 240px;
	padding: 0px 40px 20px 40px;
}

.sb_content h4 {
	padding: 0 0 0 0px
}

.sb_content-content {
	padding: 0 0 0 0px;
}

.sb_content ul {
	list-style-image: url(../images/sb_content_listtype.gif);
}

.sb_fragen {
	width: 240px;
	height: 250px;
	background: #fff;
	padding: 20px 40px 20px 40px;
	background: url(../images/sb_fragen_bg2.jpg) 80px 0 no-repeat;
	text-indent: -3000px
}
.sb_fragen h4 {
	color: #fff
}
#sidebar ul li {
	margin: 0 0 10px 0px;
	
}

#sidebar ul li a {
	text-decoration:none;
	color: #434255;
	border:0
}
#sidebar ul li a:hover {
	color: #E77845;
	
}

#sidebar ul li a.website {
	background: url(../images/icon_sb_web.gif) no-repeat;
	list-style-image: none;
	padding: 0 0 0 20px;
	margin: 0 0 0 25px
}
#sidebar ul li a.multi {
	background: url(../images/icon_sb_cd.gif) no-repeat;
	list-style-image: none;
	padding: 0 0 0 20px;
	margin: 0 0 0 25px
}
#sidebar ul li a.printm {
	background: url(../images/icon_sb_print.gif) no-repeat;
	list-style-image: none;
	padding: 0 0 0 20px;
	margin: 0 0 0 25px
}

#sidebar a.ohne {
	border: 0
}

#sidebar h3 a {
	border:0
}






#footer_wrap {
	clear:both;
	height: 323px;
	width: 980px;
	padding: 50px 0 0 0;
	margin: 0;
	background: #f0f0f0 url(../images/footer_wrap_bg.jpg) no-repeat;
	
	
	
}

#footer {
	text-align:left;
	padding: 10px 0 0 0;
	height: 300px;
	color: #3D2614
}

#footer h4 {
	font-family: "Times New Roman", Times, serif;
	padding: 0 0 20px 0px;
	color: #9F4000;
	font-size: 200%;
	font-weight:normal;
	

	
}




#f_links {
	width: 230px;
	float:left;
	padding: 1px 10px 0px 60px;
	margin: 0 50px 0 0;

}


#f_mitte {
	width: 250px;
	float:left;
	padding: 0 0 0 30px;
}
#f_mitte h4 {
	color:#fff
}

/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0 0 20px 0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin:0 15px 15px 0;
		/*border:1px solid #999;	
		background: #fff;*/
		background: url(../images/thumbs_li_bg.jpg);
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-10px;
		left:-50px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:transparent;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */
#f_rechts {
	width: 260px;
	padding: 0px 30px 20px 10px;
	float:right;
	
}
#f_google {
	width: 540px;
	float:left;
	padding: 1px 0px 0px 60px;
	margin: 0 50px 0 0;

}

#map {
	width: 540px; 
	height: 220px;
	border: 1px solid #fff
}

#bottom {
	height: 60px;
	padding: 10px 0 10px 0;
}



/*Suche*/


#suche {
	clear:both;
	width: 900px;
	height: 97px;
	padding:35px 20px 0px 60px;
	background: url(../images/suche_bg2.jpg) top center no-repeat;
}

#suche p {
	width: 200px;
	float:right;
}

#suche p a {
	padding: 0 0 0 0;
	margin: 0 5px;
	text-indent: -3000px;
	display:block;
	width: 28px;
	height: 28px;
	float:left;
	outline:none;
	
}
#suche p a.home {
	background: url(../images/suche_a_home_bg.jpg) 0 0 no-repeat;
}
#suche p a.home:hover {
	background: url(../images/suche_a_home_bg.jpg) -50px 0 no-repeat;
}
#suche p a.email {
	background: url(../images/suche_a_email_bg.jpg) 0 0 no-repeat;
}
#suche p a.email:hover {
	background: url(../images/suche_a_email_bg.jpg) -50px 0 no-repeat;
}
#suche p a.imp {
	background: url(../images/suche_a_imp_bg.jpg) 0 0 no-repeat;
}
#suche p a.imp:hover {
	background: url(../images/suche_a_imp_bg.jpg) -50px 0 no-repeat;
}
#suche p a.top {
	background: url(../images/suche_a_top_bg.jpg) 0 0 no-repeat;
}
#suche p a.top:hover {
	background: url(../images/suche_a_top_bg.jpg) -50px 0 no-repeat;
}

#suche form {
	width: 450px;
}

.suchfeld {
	width: 400px;
	font-family :  'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 120%;
	background: transparent;
	border: none;
	margin: 0 0px 0px 0;
	padding: 2px 2px 4px 2px;
	
}

/*qr###############*/


.qrta {
	width: 230px;
	overflow:auto;
	border: 1px solid #aaa;
	background:transparent; 
	font-size: 11px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0 0 10px 0;
}

.qrsel {
	padding: 0 0 0 0;
	margin:0 0 5px 5px;
	font-size: 11px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background: #F6EDDB;
}

.qrbtn {
	margin: 0 0 10px 0;
}
#qrimg {
	background: transparent;

	
}