/*
	Site CSS KBau
        (c) Oliver Herzberg 2009
        herzberg(at)macnews.de

        ColorSet
        ========
        background-color: #e6e6e6;
*/
body {
	background:#fff;
	color:#333;
	padding:0 0 40px;
	text-align:center;
}

.site {
	background:url(../img/hg_site.gif) center top repeat-y;
}

.site_top {
	background:url(../img/hg_top.gif) center top repeat-y;
	height:50px;
}

.site_bottom {
	background:url(../img/hg_bottom.gif) center top repeat-y;
	height:30px;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


	
/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	line-height:36px;
	margin-bottom:18px;
}

h3,h4,h5,h6 {
	line-height:18px;
	margin-bottom:18px;
}

.red,h1 {
	color:#d9261e;
}


	
/* `Logo
----------------------------------------------------------------------------------------------------*/
.logo {
	margin:10px 10px 25px 20px;
}


	
/* `MainNav
----------------------------------------------------------------------------------------------------*/
.mainContent {
	text-align:left;
}

.contentBox {
	margin:10px;
	width:918px!important;
	border-width:1px;
	border-style:solid;
	padding:10px;
}


	
/* `ProjektTeaser
----------------------------------------------------------------------------------------------------*/
.ProjTeaser ul {
	margin-top:17px;
	list-style:none!important;
}

.ProjTeaser li {
	margin-left:23px;
	float:left;
	width:160px;
	height:240px;
}

.ProjTeaser h2 {
	font-size:12px;
	line-height:15px;
	color:#234181;
	height:30px;
}

.ProjTeaser img {
	margin-top:10px;
	padding:3px;
	border-width:2px;
	border-style:solid;
	border-color:#ccc;
}

.ProjTeaser a {
	float:right;
	margin:10px 0;
	text-indent:-9000px;
	display:block;
	background-repeat:no-repeat;
	width:160px;
	height:20px;
	background:url(../img/but_erfahren_Sie_mehr.gif) 0 top;
}

.ProjTeaser a:hover {
	background:url(../img/but_erfahren_Sie_mehr.gif) 0 bottom;
}


	
/* `ProjektDetail
----------------------------------------------------------------------------------------------------*/
.Teaser_Bild {
	margin-left:30px;
}

.ProjTeaserBig a {
	float:right;
	margin:15px 30px 10px 0;
	text-indent:-9000px;
	display:block;
	background-repeat:no-repeat;
	width:160px;
	height:20px;
	background:url(../img/but_erfahren_Sie_mehr.gif) 0 top;
}

.ProjTeaser a:hover {
	background:url(../img/but_erfahren_Sie_mehr.gif) 0 bottom;
}


#map {
	width: 600px; 
	height: 320px;
	border: solid;
	border-color: #ccc;
	border-width: 1px;
}

#map_detail {
	width: 600px; 
	height: 320px;
	border: solid;
	border-color: #ccc;
	border-width: 1px;
}


#map_kontakt {
	width: 460px; 
	height: 320px;
	border: solid;
	border-color: #ccc;
	border-width: 1px;
}


td
{
	line-height: 20px;
	border-bottom-color: #e2e2e2;
	height: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 170px;
	font-size: 14px;
}

#haus img {
        padding: 10px;
}


	
/* `MainNav
----------------------------------------------------------------------------------------------------*/
.mainNav {
	height:40px;
	background:url(../img/hg_mainNav.gif) center top repeat-x;
}

.mainNav ul {
	margin-top:17px;
	list-style:none!important;
}

.mainNav li {
	float:left;
	margin:0;
}

.mainNav li a {
	padding:0 10px;
	text-decoration:none;
	color:#fff;
	font-size:15px;
}

.mainNav li a:hover {
	text-decoration:underline;
	color:yellow;
}


/* `subNav
----------------------------------------------------------------------------------------------------*/


.ProjektDetail ul {
	margin:0;
	padding-bottom: 40px;
	list-style:none!important;
}

.ProjektDetail li {
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px;
        background:url(../img/hg_subMenu.gif) 0 top;
	float:left;
	padding: 8px;
        margin-right: 5px;
}

.ProjektDetail li:hover {
        background:url(../img/hg_subMenu.gif) 0 bottom;
}

.ProjektDetail li a {
	margin: 8px;
	text-decoration:none;
	color:#000;
	font-size:15px;
}

.ProjektDetail li a:hover {
	text-decoration:underline;
}

	
/* `Header
----------------------------------------------------------------------------------------------------*/
.header {
	height:180px;
	background-color:#e6e6e6;
}


	
/* `Footer
----------------------------------------------------------------------------------------------------*/
.footer {
	background-color:#f0f0f0;
	padding:15px;
	height:15px;
	margin:10px 10px 0;
}

.footer p {
	font-size:15px;
	text-align:left;
}


/* `Form
----------------------------------------------------------------------------------------------------*/
.left {
       width: 60px;
       float: left;
       text-align: right;
}

form {
       margin: 0 0 0 10px;
}

fieldset {
       border-style: solid;
       border-width: 1px;
       margin: 0 0 20px 0;
       padding: 5px;
       border-color: #c0c0c0;
}

legend {
       padding: 0 10px 0 10px;
}

label {
       padding: 0 10px 0 10px;
}

input {
       margin-left: 80px;
       border-style: solid;
       border-width: 1px;
       border-color: #c0c0c0;
       background-color: #f9f9f9;
       font-size: 14px;
       height: 20px;
}

textarea {
       margin: 10px 0 10px 5px;
       border-style: solid;
       border-width: 1px;
       border-color: #c0c0c0;
       background-color: #f9f9f9;
       font-size: 14px;
}

input,
select,
label {
      margin: 10px 5px 5px 0;
}

