/* HTML */

body {
	padding: 0;
	margin: 0;
	background: url("../images/background.gif") repeat-x #640204;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 0.78em;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

#header, #content, #buttonsContent, #footer {
	position: relative;
	width: 790px;
	margin-left: -395px;
	left: 50%;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.red {
	color: #640204;
}

.zitat {
	font-family: Georgia, Times, Serif;
	font-style: italic;
}

/* HEADER */

#header {
	position: relative;
	margin-top: 45px;
	height: 370px;
}

#header .logo {
	position: absolute;
	overflow: hidden;
	text-indent: 211px;
	white-space: nowrap;
	width: 211px;
	height: 45px;
	left: 0;
	top: 0;
	background: url("../images/asklogo.gif") no-repeat;
}

#header .menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 28px;
}

#header .menu li {
	display: inline;
}

#header .menu li a {
	display: block;
	padding-bottom: 18px;
	float: left;
	margin-left: 15px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	color: #666;
	text-decoration: none;
	border-bottom: 5px #ccc solid;
}

#header .menu li a:hover {
	color: #640204;
	border-bottom: 5px #640204 solid;
}

#header .menu li a.akt {
	color: #640204;
	border-bottom: 5px #640204 solid;
}

#header .menu li a.akt:hover {
	color: #640204;
}

#header .headerContent {
	padding-top: 112px;
	width: 420px;
	color: #666;
}

#header .headerContent h1 {
	font-family: Georgia, Times, Serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.6em;
	color: #640204;
}

#header .headerContent h2 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	margin: 0 0 25px 0;
	padding-bottom: 25px;
	font-weight: normal;
	font-size: 1.2em;
	color: #999;
	border-bottom: 1px #ccc solid;
}

#header .headerContent a {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #640204;
	text-decoration: none;
	padding-left: 25px;
	background: url("../images/linkicon.gif") no-repeat 0 50%;
}

#header .headerContent a:hover {
	color: #666;
}

#header .headerImage {
	position: absolute;
	width: 288px;
	height: 281px;
	top: 88px;
	right: 0;
	overflow: hidden;
	text-indent: 288px;
	white-space: nowrap;
	background: url("../images/mareike.jpg") no-repeat;
}

/* CONTENT */

#content {
	position: relative;
	margin: 51px 0 0 -395px;
	width: 790px;
	padding-bottom: 50px;
	border-bottom: 1px #300 solid;
}

#content .homepageContent {
	width: 420px;
	color: #fff;
}

#content .contentImage {
	position: absolute;
	width: 288px;
	height: 281px;
	top: -51px;
	right: 6px;
	overflow: hidden;
	text-indent: 288px;
	white-space: nowrap;
	background: url("../images/mareike_spiegel.jpg") no-repeat;
}

/* CONTENT BUTTONS (HOMEPAGE ONLY) */

#buttonsContent {
	position: relative;
	color: #c99;
	margin-bottom: 15px;
}

#buttonsContent .columns1 {
	float: left;
	width: 620px;
} 

#buttonsContent .columns2 {
	float: left;
	width: 170px;
}

#buttonsContent h2 {
	font-family: Georgia, Times, Serif;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.1em;
	color: #fff;
}

#buttonsContent .buttonBox {
	float: left;
	margin: 27px 0 0 0;
	width: 100px;
	height: 25px;
	overflow: hidden;
	text-indent: 100px;
	white-space: nowrap;
}

#buttonsContent a.item1 { background: url("../images/buttonMarketing.gif") no-repeat; margin-right: 18px; }
#buttonsContent a.item2 { background: url("../images/buttonTourismus.gif") no-repeat; margin-right: 20px; }
#buttonsContent a.item3 { background: url("../images/buttonNetzwerk.gif") no-repeat; margin-right: 13px; }
#buttonsContent a.item4 { background: url("../images/buttonEvent.gif") no-repeat; }

/* FOOTER */

#footer {
	position: relative;
	margin: 0 0 30px -395px;
	padding-top: 30px;
	width: 790px;
	color: #c99;
	font-size: 0.92em;
	border-top: 1px #300 solid;
}

#footer .item1 { float: left; width: 180px; }
#footer .item2 { float: left; width: 250px; text-align: right; margin-top: 3.4em; }

#footer .item a {
	color: #c99;
	text-decoration: none;
	border-bottom: 1px #c99 solid;
}

#footer .item a:hover {
	border: none;
}
