@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
}
a:link {
	color: #333333;
	text-decoration: none;

}
a:hover {
	color: #333333;
	text-decoration: underline;
	border: 0px none #FFFFFF;
}
a:visited {
	color: #333333;
	text-decoration: none;

}
#header_container {
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #BCA778;
}

#container {
	margin: 0;
	text-align: left;
} 
#header {
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 760px;
	height: 210px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #BCA778;
} 
#footer {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BCA778;

} 
.footer_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.parapraph_strong {

}


#footer_container {
	height: 50px;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #BCA778;
	background-color: #FFFFFF;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
#footer a:visited, #navigation li a:active{
	color: #333333;
	text-decoration: none;
}
#footer a:hover{
	color: #BE8B06;
	text-decoration: underline;
}



#leftPanel {
	width: 180px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-align: left;
	background-color: #BCA778;
	background-image: url(../images/background_menu.jpg);
	background-repeat: repeat-y;
}

#infoBlock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
}




#content {
	background-color: #FFFFFF;
	left: 180px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	position: relative;
	width: 580px;

}

#site {
	padding: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	text-align: left;

}
#site_container {
	margin: 0px;
	padding: 0px;
	background-color: #E1D6BA;
	background-image: url(../images/background_main.jpg);
	background-repeat: repeat-x;
}


#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header  ul {
	margin:0;
	list-style-type:none;
	position:relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 80px;
	top: -5px;
	left: 505px;
	float: left;
	}
#header  ul  li.navigation_list {
	background:none;
	margin:0;
	line-height:14px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
	}
#header  ul  li  a {
	text-decoration:none; display:block; padding:0; margin:0;  text-indent:-2000px; 
	}
#header  ul  #home {
	width:22px;
	background-image: url(../images/icon_home.gif);
	margin: 0px;
	padding: 0px;
	height: 10px;
	background-repeat: no-repeat;
	}
#header  ul  #sitemap {
	width:22px;
	background-image: url(../images/icon_sitemap.gif);
	margin: 0px;
	padding: 0px;
	height: 10px;
	background-repeat: no-repeat;
	}
#header  ul  #message {
	width:22px;
	background-image: url(../images/icon_message.gif);
	margin: 0px;
	padding: 0px;
	height: 10px;
	background-repeat: no-repeat;
	}



.navigation{
	list-style-type: none;
	margin: 0px;
	padding: 0;
	width: 180px;
}
.navigation  li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	height: 29px;
}

.navigation li a{
	color: white;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	/*background-color: #920A0A;*/
	/*background-image: url(../images/navigation.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	height: 21px;
}

.navigation li a:visited, .active li a:active{
	color: white;
}
.navigation li a.active{
	background-image: url(../images/menu_active.jpg);
	background-repeat: no-repeat;

	/*background-image: url(../images/navigation.gif);
	background-repeat: repeat-x;*/
}
.navigation li a:hover{
	background-image: url(../images/menu_hover.jpg);
	background-repeat: no-repeat;
	/*color: black;*/
}
#header logo {
	float: left;
}
.list_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;


}
.list_topic  {
	color: #BE8B06;
	font-weight: bold;
}
#leftPanel #gallery {
	padding-left: 10px;
}

.gallery {background:#efefef; margin:0px 0px 10px 0px; padding:5px;}
.gallery_box {
	display:block;
	height:150px;
	float:left;
	width:166px;
	text-align:center;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/background_gallery.jpg);
	background-repeat: no-repeat;
	text-indent: -5px;
}
.gallery_box img {
	border: 1px solid #FFFFFF;
}
.gallery_box .gallery_caption {
	display:block;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 145px;
	padding-top: 0px;
	padding-left: 10px;
}
.gallery_topic {
	clear: both;
	padding-top: 15px;
}


#contentBlock a {
	color: #BE8B06;
	text-decoration: none;
}
#contentBlock a:visited, #navigation li a:active{
	color: #BE8B06;
	text-decoration: none;
}
#contentBlock a:hover{
	color: #BE8B06;
	text-decoration: underline;
}
#content #contentBlock {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/background_architekt.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contentBlock p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentBlock     h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #855B27;
	background-image: url(../images/block_rect.gif);
	background-repeat: no-repeat;
	padding-left: 7px;
}
#contentBlock ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	list-style-image: url(../images/arrow_brown.jpg);
	line-height: 16px;
}

#contentBlock1 a {
	color: #BE8B06;
	text-decoration: none;
}
#contentBlock1 a:visited, #navigation li a:active{
	color: #BE8B06;
	text-decoration: none;
}
#contentBlock1 a:hover{
	color: #BE8B06;
	text-decoration: underline;
}
#content #contentBlock1 {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/background_architekt.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contentBlock1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentBlock1     h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #855B27;
	background-image: url(../images/block_rect.gif);
	background-repeat: no-repeat;
	padding-left: 7px;
}
#contentBlock1 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	list-style-image: url(../images/arrow_brown.jpg);
	line-height: 16px;
}

#contentBlock2 a {
	color: #BE8B06;
	text-decoration: none;
}
#contentBlock2 a:visited, #navigation li a:active{
	color: #BE8B06;
	text-decoration: none;
}
#contentBlock2 a:hover{
	color: #BE8B06;
	text-decoration: underline;
}
#content #contentBlock2 {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#contentBlock2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentBlock2     h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #855B27;
	background-image: url(../images/block_rect.gif);
	background-repeat: no-repeat;
	padding-left: 7px;
}
#contentBlock2 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	list-style-image: url(../images/arrow_brown.jpg);
	line-height: 16px;
}

