/************* Global *************/
html,body {height:100%}

* {
margin: 0;
padding: 0;
}

body{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: left;
}

a {
text-decoration: none;
color: #595B2B;
}

blockquote {
background: #EFEFEF;
padding: 15px;
margin: 5px 0;
}
h2 {
	font-size: 1.3em;
}
/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
padding-bottom: 15px;
position: relative;
background: #C98A61 url(containerbgwirtschaft.jpg) repeat-x fixed bottom left;
}

* html #container {
	height: 100%;
}

/************* Header *************/
#headerWrap {
height: 59px;
background: url(headerbgwirtschaft.gif);
}

#header {
width: 740px;
margin: 0 auto;
text-align: center;
}

#header h1 a {
font-size: 18px;
/*letter-spacing: -1px;*/
padding-top: 5px;
/*float: left;*/
color: #DAD0CF;
}



/************* Content *************/
#content {
width: 740px;
margin: 7px auto 0;
background: #fff;
border: 1px solid #fff;
position: relative;
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 0;
visibility: hidden
}	

#content a:hover {
background: #C3C58F;
color: #fff;
padding: 1px 2px 1px 2px;
}

/* 

*/
#contentHeader {
margin: 15px auto;
width: 710px;
height: 110px;
background: url(headerwirtschaft.jpg) no-repeat;
border: 1px solid #C5C6CC;
position: relative;
}

#contentHeader[id] {
display: table;
position: static;
}

#siteDescription {
position: absolute;
top: 50%;
padding-left: 250px;
color: #E3E4E6;
font-size: 1.3em;
}

#siteDescription[id] {
display: table-cell;
vertical-align: middle;
position: static;
}

#siteDescription p {
position: relative;
top: -50%;
text-align: right;
right: 50px;
}

#content h2 {
margin: 15px 0;
border-bottom: 1px solid #9b6e89;
}

#content ul {
padding: 10px 15px 10px 20px;
list-style-image: url(arrow.gif);
}

/************* Main *************/

#main {
margin: 0 20px;
width: 430px;
float: right;
font-size: 0.9em;
}

.post {
text-align: justify;
font-size: 0.9em;
}

/************* Secondary *************/

#secondary {
width: 220px;
margin-left: 20px;
float: left;
font-size: 0.8em;
}
#secondary h2 {
margin: 15px 0;
border-bottom: 1px solid #9b6e89;
}
/************* Search *************/
/************* Footer *************/
#footer {
position: relative;	
clear: both;
margin: 0 auto;
background: #45444d;
width: 740px;
color: #fff;
border: 1px solid #fff;
clear: both;
text-align: center;
font-size: 0.9em;
}

#footer a {
color: #fff;
font-weight: bold;
font-size: 0.9em;
}
#footer a:hover {
background: #616161;
color: #fff;
}
.link {
font-size: 12px;
margin: 0px;
color: #fff;
display: inline;
}
.link a {
color: #fff;
}
.footer1 {
font-size: 10px;
text-align: center;
letter-spacing: 0.05em;
color: #ccc;
}
.footer1 a {
text-decoration: none;
color: #ccc;
}
