/*
	CSS Document: template.css
	Version: vers2 | Date: 2010-02-23
	Project: www.donauterrasse.at
	Author: websLINE, 2010
	-------
*/

@import url("base.css");
@import url("navigation.css");
@import url("modules.css");
@import url("abm.css");


/* LAYOUT  */

body {
	text-align: center;
	background: #f8f0cc url(../img/bg-body.gif) repeat-x;
	margin: 0; padding: 0;
	}
#wrapper {
	position: relative;
	text-align: left; 
	margin: 0px auto;
	width: 994px;
	padding: 0 4px;
	padding-top: 580px;
	background: url(../img/bg-wrapper.gif) repeat-y;
	}


/* Header */

#header {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 580px;
	background: #fff;
	}
#header .logo {
	position: absolute; z-index: 100;
	top: 60px; right: 20px;
	width: 247px; height: 146px;
	}
html>body #header .logo {
	background: url(../img/logo.png);
	}
#header .links {
	float: left;
	}
#header .links li {
	display: inline;
	background: url(../img/quad.gif) no-repeat 100% 6px;
	padding: 0 10px;
	}
#header .links a {
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #b4200d;
	}
#header .headimage {
	background: url(../img/bg-wrapper.gif);
	padding: 339px 0 0 0;
	float: left;
	width: 100%;
	}
#header .image {
	position: absolute;
	top: 130px; left: 0;
	background: url(../img/bg-headimage.gif) no-repeat;
	padding: 6px 0 0 4px;
	width: 998px;
	}


/* Content */

#content {
	background: #fff;
	padding: 50px 25px;
	}
#contentLeft {
	float: left;
	width: 647px;	
	}
#contentRight {
	float: right;
	width: 272px;
	}
#article {
	}


/* Footer  */

#footer {
	background: #f8f0cc url(../img/bg-footer.gif) no-repeat;
	margin: 0 -4px; padding: 20px 25px;
	font-size: 0.9em;
	}
#footer, #footer * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6a6a;
	}
#footer .address {
	background: url(../img/angel.gif) no-repeat;
	padding: 0 0 0 80px;
	float: left;
	}
#footer .address strong {
	font-weight: normal;
	color: #7e0102;
	}
#footer .links {
	padding: 10px 0 0 0;
	}
#footer .links li {
	display: inline;
	}
#footer .links a {
	padding-right: 3px;
	font-weight: bold;
	text-decoration: underline;
	}
#footer .socials {
	float: right;
	width: 300px;
	}
#footer .socials img {
	float: right;
	margin-left: 2px;
	}
#footer .domain {
	float: right;
	margin: 10px 0;
	}
#footer .websline {
	text-decoration: none;
	color: #999;
	font-family: Arial, Verdana, Tahoma, San-Serif;
	background: url(../img/logo-websline.gif) no-repeat 100% 1px;
	padding-right: 50px;
	white-space: nowrap;
	clear: right;
	float: right;
	display: block; 
	}
#footer .websline:hover {
	background-position: 100% -16px;
	}
#footer .websline strong {
	display: none;
	}
