/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #4f5a65;
	width: 100%;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* content ----------------------------------------------------------------------------------- */
#content .help { /* we-Hilfe (kommentar) */
	margin-top: 20px;
	color: #CC3333;
	font-weight: bold;
}
#content .weEdit table { /* damit die Tabellen des we-Editors nicht auseinandergezogen werden */
	margin: 0px;
	padding: 0px;
}
#content .weEdit td { /* damit die Tabellen des we-Editors nicht auseinandergezogen werden */
	margin: 0px;
	padding: 0px;
} 
#content a:link {
	text-decoration: none;
	color: #6eaad0;
}
#content a:visited {
	text-decoration: none;
	color: #6eaad0;
}
#content a:hover {
	color: #FFFFFF;
}
#content .text { /* Fließtext mit schmalem Satzspiegel */
	width: 500px;
	clear: both;
}
#content h1{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0px 0px 20px 0px;;
	padding: 0px;
}
#content h2 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 35px;
	margin-bottom: 20px;
	color: #C3C3C3;
}
#content h3 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 18px;
	margin-bottom: 14px;
}
#content p {
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#content .listeneinleitung {
	margin-bottom: 13px;
	padding: 0px;
	line-height: 0px;
}
#content ul {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 30px;
}
#content ul li {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 0.8em;
	margin-left: 25px;
	margin-bottom: 10px;
}
#content img {
	border: 0px;
}
#content .BildMitRahmen{
	border: 1px solid #999999;
	margin-top: 18px;
	margin-bottom: 18px;
}
#content .line1 { /* horizontale Line 1 - Newsmeldungen*/
	width: 100%;
	border: none;
	height: 1px;
	background-color: #5D666E;
	clear: both;
}
#content .print2 { /* Druckersymbol am Ende von Content */
	width: 100%;
	border-top: 1px solid #5D666E;
	text-align: right;
	padding-top: 15px;
	margin-top: 25px;
}
#content .emphasized {
	font-weight: bold;
}
/* Formate für den Redakteur (css, die im Texteditor auswählbar sind) */
#content .italic {
	font-style: italic;
}
#content .absVor_15px {
	padding-top: 15px;
}
#content .label {
	font-weight: bold;
	letter-spacing: 1px;
}
#content .zitat {
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 30px;
	padding-bottom: 15px;
}
#content .zitat_autor {
	text-align: right;
	font-style: normal;
}
/* Tabellenformat soll in we einer Tabelle zugewiesen werden können, deshalb muß die Klasse
hier stehen, auch wenn sie leer ist */
#content .Tabelle-1 { /* Auszeichnungen */
}
#content .Tabelle-1 tr:hover {
	background-color: #CCCCCC;
	color: #000000;
}
#content .Tabelle-1 td{
	vertical-align: top;
	padding: 5px;
	text-align: left;
}
#content .Tabelle-1 p{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#content .Tabelle-2 { /* Partner */
}
#content .Tabelle-2 td{
	vertical-align: top;
	padding-bottom: 40px;
	text-align: center;
}
#content .Tabelle-3 {
	margin-bottom: 40px;
}
#content .Tabelle-3 td{ /* padding 5px */
	vertical-align: top;
	padding: 5px;
	text-align: left;
}
#content .Tabelle-3 p{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#content .Tabelle-4 {
	margin-bottom: 40px;
}
#content .Tabelle-4 td{ /* padding 5px */
	font-size: 12px;
	vertical-align: top;
	padding: 10px 5px 25px 5px;
	text-align: left;
	border-top: 1px solid #666666; 
}
#content .Tabelle-4 p{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
/* Hervorhebungen */
#content .Hervorhebung-1 {
	color:  #005DA8;
}
/* Formularelemente */
#content label {
	color: #FFFFFF;
}
#content input {
	padding-right: 0px;
	border: 1px solid #999999;
	font-weight: normal;
}
#content textarea {
	padding-right: 0px;
	border: 1px solid #999999;
	font-weight: normal;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content input.error {
	padding-right: 0px;
	color: #000000;
	border: 1px solid #CC0000;
	background-image: url(http://www.bdarchitekten.eu/bd/pictures/warning_obj.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: normal;
}
#content select.error {
	background-color: #FFFCE2;
	color: #000000;
}
#content input:focus, select:focus {
	border: 1px solid #CC0000;
	background-color: #EFEFEF;
}
#content a.but1 {
	display: block;
	height: 15px;
	border-left: 1px solid #CDE9B0;
	border-right: 1px solid #CDE9B0;
	border-top: none;
	border-bottom: none;
	background-image: url(http://www.bdarchitekten.eu/bd/pictures/buttonBckgrd1.gif);
	background-repeat: repeat-x;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;;
	text-align: center;
}
#content a.but1:hover {
	color: #666666;
}
/* Aktuelles ---------------------------------------------------------------------------------- */
#newsPic img {
	border: 1px solid #FFFFFF;
	
}
/* übersichtseiten --------------------------------------------------------------------------- */
#content .overviewPicture {
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}
#content .overviewHeader {
	font-weight: bold;
}
/* Büro-Aktuelles */
#overviewShortDescription {
	margin-bottom: 50px;
}
#overviewShortDescription p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* Projekte ---------------------------------------------------------------------------------- */
.h1_project {
	display: inline;
}
#data .label {
	font-weight: bold;
}
#data img {
	margin-top: 4px;
}
#data p {
	margin: 0px;
}
#shortDescription *{
	color: #C3C3C3;
}
/* bildergallerie ---------------------------------------------------------------------------- */
#picturegallery .thumb {
	border: 1px solid #4f5a65;
	/*border: 0px;*/
}
#picturegallery .thumb:hover {
	border: 1px solid #FFFFFF;
	/*border: 0px;*/
}
#picturegallery .thumbBlank {
	border: 1px solid #4f5a65;
}
#picturegallery img {
	border: 0px;
}
/* Auszeichnungen ---------------------------------------------------------------------------- */
#pricesLogos {
	margin: 0px;
	padding: 0px;
	height: 210px;
}
#pricesLogos img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #C3C3C3;
}
#pricesLogos td {
	margin: 0px;
	padding: 0px;
}
/* Publikationen ---------------------------------------------------------------------------- */
#pubs {
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#pubs li {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 0.8em;
	margin-left: 25px;
	margin-bottom: 10px;
}
#pubs p {
	margin-top: 3px;
	padding-top: 0px;
	margin-bottom: 0px;
}
/* menu -------------------------------------------------------------------------------------- */
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	color: #000000;
}
#menu ul.level0 {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#menu li.level0 {
	list-style-type: none;
	border-bottom: 1px solid #6eaad0;
	padding: 3px 0px 3px 0px;
	margin-bottom: 10px;
}
#menu ul.level1 {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#menu li.level1 {
	list-style-type: none;
	padding: 3px 0px 3px 0px;
}
#menu ul.level2 {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#menu li.level2 {
	list-style-type: none;
	padding: 3px 0px 3px 0px;
}
#menu .active {
	color: #000000;
}

/* header ------------------------------------------------------------------------------------ */
#header img {
	border: 0px;
}
/* footer ------------------------------------------------------------------------------------ */
#centerFooter {
	
}
#centerFooter a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
#centerFooter a:hover {
	color: #000000;
}

