/*
	Author Name	: Martin Walzel
	Author Site	: vektorrausch.de
	Style Name	: DHBT Architekten 2009
	Style URI	: dhbt-architekten.de
	Version		: 1.0
	Comments	: 1- bis 2-Spalter mit fester Breite, K2
*/


/* Struktur
***************************************************************/

body {
	font: 75% Verdana, Aria, sans-serif;
	font-weight: normal;
	color: #000;
	text-align: left;
	background: #303030;
}

#page {
	display: block;
	padding: 0;
	width: 800px !important;
	border: none;
	background: #c0c1b4;
}

#header {
	position: relative;
	display: block;
	height: 212px;
	width: 100%;
	border-bottom: 23px solid #C0C1B4;
	background: #fff;
}
	
#header h1 a {
	position: absolute;
	top: 35px;
	right: 35px;
	display: block;
	padding: 0;
	height: 122px;
	width: 133px;
	background: url('dhbt-logo.gif') no-repeat left top;
}

#teaser {
	position: relative;
	z-index: 1;
	height: 110px;
	text-align: right;
	color: #fff;
	background: #c0c1b4;
}

#teaser p {
	position: absolute;
	right: 20px;
	padding-bottom: 10px;
	width: 460px;
	text-align: justify;
	bottom: 0 !important;
}

.content {
	padding: 0;
	width: 800px;
	min-height: 500px;
	background: #a6a79c;
}

/* Layout
***************************************************************/

.page-head {
	margin-left: 310px;
}

#primary {
	margin: 0 !important;
	width: 780px;
}

#sidebar-1 {
	left: -540px;
	margin-left: -220px;
}

#sidebar-1 div {
	margin: 20px 0 40px;
}

.entry-head {
	position: relative;
	padding: 10px 10px 0;
	margin-left: 300px;
	width: 460px;
	color: #fff;
}

span.date {
	position: absolute;
	left: -224px;
}

div.left {
	position: absolute;
	left: 30px;
	margin: 0;
}

.entry-content {
	padding: 0 10px 10px;
	margin-left: 300px;
	width: 460px;
	line-height: 125%;
	font-size: 100%;
	color: #fff;
	text-align: justify;
}

body.blog .entry-content {
	padding: 0 10px 10px;
}

.entry-content li {
	margin-bottom: 30px !important;
	list-style: none;
}

.hentry {
	width: 760px;	
}  


#footer {
	display: block;
	padding: 5px 0 20px;
	margin: 0 auto;
	width: 800px;
	text-align: right;
	font-size: 85%;
	color: #fff;
	background: #a6a79c;
}

#footer li {
	display: inline;
	list-style: none;
	margin-right: 15px;
	text-transform: uppercase;
}
	

/* Menue
***************************************************************/

ul#home-button { 
	position:absolute;
	bottom: 0px;
    left:0;
    display: block;
	padding: 0;
	height: 23px;
	width: 800px;
	z-index:1;
	font-size: 90%;	
	list-style: none;
	background: #fff;
}

ul#home-button li a:link, ul#home-button li a:visited {
	float: left;
	display: block;
	padding: 4px 5px 0;
	margin: 0;
	height: 19px;
	text-transform: uppercase;
	text-decoration: none;
	color: #949494;
	line-height: 145%;

}

ul#home-button li a:hover {
	background: #fff;
	color: #222 !important;
	text-decoration: none;
}
	
ul#level1 {
	position: absolute;
	display: block;
	bottom: 0;
	left: 310px;
	height: 23px;
	width: 490px;
	padding: 0;
	z-index: 10;
	text-align:right;
}

ul#level1 li, ul#level2 li {
	float: left;
	display: block;
	position: relative;
	margin: 0;
}

ul#level1 li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #949494;
	float: left;
	display: block;
	height: 19px;
	margin: 0;
	padding: 4px 10px 0;
	font-size: 90%;
	line-height: 145%;
}
		
ul#level1 li a:hover {
	background: #fff;
	color: #222 !important;
	text-decoration: none;
}

body#home ul#home-button li a,
body#home ul#home-button li a:hover,
ul#level1 li#level1active a,
ul#level1 li#level1active a:hover {
	background: #fff;
	color: #222;
	text-decoration: none;
}

ul#level2 {
	position: absolute;
	left:0;
	top: 23px;
	z-index: 20;
	display: block;
	height: 23px;
	width: 300px;
}

body.page-slug-kontakt ul#level2 {
	width: 220px;
}

/* Untermenü-Anpassung-alles in eine Zeile */	

ul#level1 li ul#level2 li a {
	float: left;
	display: block;
	height: 19px;
	color: #747474;
	text-decoration: none;
	background: none;
	margin: 0;
	padding: 4px 10px 0;
}

ul#level2 li a:hover,
ul#level2 li a:active {
	color:#222 !important;
	background: none !important;
	text-decoration: none;
}

ul#level2 li#level2active a,
ul#level2 li#level2active a:hover {
	color:#222 !important;
	background: none;
	text-decoration: none;
}

/* Projekt-Navigation */

#navigation li {
	margin-bottom: 10px;
	text-align: right;
}

#navigation a {
	display: block;
	height: 15px;
	width: 110px;
	padding-right: 20px;
	background: url(projekt-navi-li-item.jpg) no-repeat right bottom;
}

#navigation a:hover,
#navigation a:focus {
	color: #222;
	text-decoration: none;
	background: url(projekt-navi-li-item-current.jpg) no-repeat right bottom;
}

#navigation a.level1current {
	color: #222;
	background: url(projekt-navi-li-item-current.jpg) no-repeat right bottom;
}

#navigation span.entry-edit a {
	width: 50px;
	background: none;
} 


/* Fonts
***************************************************************/

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0 !important;
}

h2, h3 {
	font-size: 125% !important;
	margin: 10px 0 0;
}

h3.entry-title a {
	font-size: 80% !important;
}

h5 {
	padding-bottom: 5px;
	font-size: 100%;
}

.entry-content em {
	font-weight: bolder;
}

.secondary {
	color: #fff;
	line-height: normal;
}

.secondary h4 {
	margin: 0;
	color: #fff;
	font-size: 110%;
	/* text-transform: uppercase; */
}


/* Links 
***************************************************************/

a:link, a:visited { 
	color: #fff;
}
	
a:hover, a:focus {
	text-decoration: underline;
	color: #fff;
}

.entry-content a:link,
.entry-content a:visited {
	color: #222;
}

h2 a:link, h2 a:visited, 
h3 a:link, h3 a:visited {
	color: #fff;
}

h2 a:hover, h2 a:focus, 
h3 a:hover, h3 a:focus {
	text-decoration: none !important;
}

#footer a:link, #footer a:visited {
	color: #d7d9ca;
	border: none;
	font-weight: normal;
}

#footer a:hover, #footer a:focus {
	text-decoration: underline;
	color: #d7d9ca;
}

.entry-edit a {
	padding: 2px 4px;
	color: #fff !important;
	font-size: 95%;
	border: 1px solid #fff;
	background: #a6a79c;
}

.feedlink { /* On the sidebar */
	border: none;
	padding: 0px;
	padding-right: 20px;
	margin-right: 10px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	background-image: url(feed.png);
}


/* Beitragsnavigation
***************************************************************/

.navigation {
	margin-left: 310px;
	width: 460px;
}

div.nav-previous a, 
div.nav-next a {
	color: #222;
}

span.archivepages {
	font-size: 70%;
	color: #222;
}


/* Startseite
***************************************************************/

body.page-slug-home #primary {
	padding: 0;
	height: 500px;
}

body.page-slug-home .entry-content {
	padding: 0;
	margin: 0;
	width: 800px;
}

body.page-slug-home .hentry {
	margin-top: 0;
}

body.page-slug-home #dynamic-content {
	padding: 0;
}

body.home .entry-content img {
	margin-top: -13px;
}

/* Profilseite + Unterseiten
***************************************************************/

body.page-slug-profil #primary {
	padding: 0;
	height: 500px;
}

body.page-slug-profil .entry-content {
	padding: 0;
	margin: 0;
	width: 800px;
	text-align: left;
}

body.page-slug-profil .hentry {
	margin-top: 0;
}

body.page-slug-profil #dynamic-content {
	padding: 0;
}


body.page-slug-profil img {
	margin-top: -13px;
}

/* Geschaeftsleitung */

body.page-slug-geschaeftsleitung img {
	padding: 0 15px 20px 0;
}

body.page-slug-geschaeftsleitung .entry-content {
	text-align: left;
}


/* Teamseite */

body.page-slug-team .entry-content {
	padding: 0 10px 10px;
}

#team-gallery {
	position:relative;
	padding:0;
	margin:0 0 0 -5px;
	text-align: left;
}

#team-gallery a.team-member span {
	position: absolute;
	left:-250px;
	text-align:right;
	width:170px;
}

#team-gallery a.team-member img {
	border:5px solid #a6a79c;
}

#team-gallery a.team-member:link,
#team-gallery a.team-member:visited {
	color: #fff;
	text-decoration:none;
}

#team-gallery a.team-member:hover {
	color: #222;
	text-decoration:none;
}

#team-gallery a.team-member:hover img,
#team-gallery a.team-member:active img,
#team-gallery a.team-member:focus img {
	border:5px solid #c0c1b4;
}


/* Historie */

body.page-slug-historie #primary {
	padding: 0;
}

body.page-slug-historie .entry-content {
	padding: 0;
	margin-left: 320px;
	text-align: left;	
}

body.page-slug-historie .hentry {
	margin: 0;
	width: 800px;
}

body.page-slug-historie .entry-content div.left {
	left: 80px;
	width: 152px;
	text-align: right;
}

body.page-slug-historie .entry-content img {
	padding-right: 10px;
	margin-bottom: 12px;
}

body.page-slug-historie .entry-content img.wp-image-298 {
	padding-right: 0;
	margin: -28px 0 16px;
}

body.page-slug-historie .entry-content p {
	margin-top: 28px;
}


/* Spektrumseite
***************************************************************/

body.page-slug-spektrum .entry-content div.left {
	left: 50px;
	width: 115px;
	text-align: right;
}

	
/* Projekt-Seiten
***************************************************************/

body.parent-pageid-11 .entry-content {
	margin-left: 320px;
	width: 440px;
	text-align: left;
}

body.parent-pageid-11  #primary .entry-content a img {
	margin-right: 5px;
	border: 5px solid #a6a79c;
}

body.parent-pageid-11 #primary .entry-content a img:focus,
body.parent-pageid-11 #primary .entry-content a img:hover {
	border: 5px solid #c0c1b4;
}

hr.trenner {
	clear: both;
	display: block;
	height: 0;
	width: 100%;
	margin: 18px auto;
	border: 1px solid #A6A79C;
	border-collapse: collapse;
	background: #A6A79C;
}


/* Standorte-Seite
***************************************************************/

body.page-slug-standorte #primary {
	padding: 0;
}

body.page-slug-standorte .entry-content {
	padding: 0;
	margin: 0;
}

body.page-slug-standorte .hentry {
	margin: 0;
	width: 800px;
}
div#gmap, div.map {
	margin: 0;
	color: #222;
}

.standort-img {
	margin-top: 10px;
}


/* Formulare
***************************************************************/

form.ddfm label {
	color: #fff	 !important;
	font-weight: normal !important;
	font-family: Tahoma, Arial, Verdana, sans-serif !important;
}

form#setupform input#submit,
form.ddfm .submit input,
input[type=submit], input[type=button] {
	display: block;
	width: auto;
	text-decoration: none;
	text-align: center;
	padding: 2px 6px !important;
	border: 1px solid #a6a79c !important;
	color: #fff;
	background: #a6a79c !important;
	cursor: pointer;
}

form#setupform input#submit:hover,
form.ddfm .submit input:hover,
input[type=submit]:hover, input[type=button]:hover {
	color: #000 !important;
	background: #fff !important;
}

form.ddfm textarea, form.ddfm input.fmtext,
input[type=text], input[type=password], textarea { 
	float: div.left;
	margin-right: 7px;
	padding: 3px !important;
	font-family: Verdana, Aria, sans-serif;
	border: 1px solid #fff !important;
	background: #a6a79c;
}

form.ddfm textarea:hover, form.ddfm input.fmtext:hover,
input[type=text]:hover, input[type=password]:hover, textarea:hover { 
	border: 1px solid #fff !important;
	background: #fff !important;
	padding: 3px;
}
form.ddfm textarea:focus, form.ddfm input.fmtext:focus,
input[type=text]:focus, input[type=password]:focus, textarea:focus { 
	border: 2px solid #a6a79c !important;
	background: #fff;
	padding: 2px !important;
}

form.ddfm div.submit input {
	display: inline;
	width: auto !important;
	padding: 2px 6px;
}

form.ddfm div.fmhalfblock {
	color: #fff;
}

form.ddfm span.required {
	color: #9d123b;
}


/* Ausblenden von Elementen
***************************************************************/

ul.menu,
div#entry-comments,
h1 a span, #header p.description,
.commentslink,
p.footerstyledwith,
p.footerpoweredby,
p.footerfeedlinks,
p.footerstats {
	position:absolute;
	left:-10000px;
	top:-10000px;
}	

