/*
	CSS Document: css_template.css
	Version: 1.1 | Date: 2008-04-24
	Project: www.drautalgolf.at
	Author: websLINE, 2008
	-------
*/


/* HAUPTEINSTELLUNGEN  */

form {
	margin: 0px;
	padding: 0px;
	}
img {
	border: 0;
	display: block;
	}
#content img, #contentLeft img {
	display: inline;
	}
.clearfix:after {
   content: "."; 
   clear: both; 
   display: block; 
   height: 0; 
   visibility: hidden;
	}
.clearfix { 
	display: inline-block;
	}
/* Holly Hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Holly Hack End */

.nolist, .nolist li, .nolist dd {
	margin: 0; padding: 0;
	list-style: none;
	list-style-image: none !important;
	}



/* DESIGN AUFBAU */

body {
	text-align: center;
	padding: 10px 0;
	margin: 0px;
	background: #E6E7E8;
	}
#site {
	width: 955px;
	border: 1px solid #BCBDC0;
	background: #fff;
	text-align: left; 
	margin: 0 auto;
	}
#dStart #site {
	width: 773px;
	}
#header {
	padding: 25px 0 0 0;
	background: url(img_bg-header.gif) no-repeat 0 100%;
	}
#dStart #header {
	padding: 10px 0 0 0;
	}
.logo {
	float: right;
	display: block;
	padding: 0 11px 0 0;
	}

#main {
	width: 100%;
	}
#mainLeft {
	float: left;
	width: 773px;
	}
#mainRight {
	float: right;
	width: 162px;
	padding: 10px;
	}

#content {
	float: right;
	width: 535px; 
	margin: 10px 0 10px 0;
	padding: 30px 25px 15px 25px;
	background: #E6E7E8;
	}
#contentLeft {
	float: left;
	width: 140px;
	margin: 5px 19px 10px 19px;
	padding: 5px;
	background: #fff;
	}
* html #contentLeft {
	margin-left: 9px;
	}

#footer {
	border-top: 1px solid #E6E7E8;
	margin: 10px 0 0 0;
	padding: 10px;
	line-height: 1em;
	}
#dStart #footer {
	margin-top: 0;
	padding-left: 0;
	}
#dContent #footer img {
	margin: 0 15px;
	}
#dStart #footer .infoarea {
	display: block;
	width: 230px;
	float: left;
	background: #E72229;
	color: #fff;
	text-align: center;
	line-height: 16px;
	}
#dStart #footer .infoarea p {
	font-size: 12px;
	margin: 0; padding: 0;
	}
#dStart #footer .infoarea strong {
	font-size: 13px;
	}
#footer div {
	float: left;
	width: 615px;
	padding: 0 0 0 10px;
	}
#dStart #footer div {
	width: 370px;
	border-left: 1px solid #EAEAEB;
	padding-left: 15px;
	margin-left: 15px;
	}
.logo-sportdirekt {
	float: left;
	margin-top: 15px;
	}
.websline {
	text-decoration: none;
	font-size: 0.9em;
	color: #999;
	display: block;
	margin-top: 30px;
	}
.websline:hover {
	color: #666;
	}
