/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2007-12-12
	Project: www.sportzentrum-melk.at
	Author: websLINE, 2007
	-------
*/


/* HAUPTEINSTELLUNGEN  */

form {
	margin: 0px;
	padding: 0px;
	}
img {
	border: 0;
	}
#clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
	}
* html #clearer {
	margin-top: -4px;
	}



/* DESIGN AUFBAU */

body {
	background: #fff url(img_bg-body.gif) repeat-x;
	text-align: center;
	padding: 13px 0px;
	margin: 0px;
	}
#site {
	width: 971px;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	background: url(img_bg-site.gif);
	text-align: left; 
	margin: 0 auto;
	}

#header {
	background: #fff;
	}
#image {
	border-top: 5px solid #fff;
	border-bottom: 1px solid #fff;
	}
#hr {
	background: #9A2600;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	display: block;
	}

#main {
	background: url(img_bg-main.gif);
	margin: 50px 17px 17px 17px;
	border-top: 1px solid #C4904C;
	}
#navi {
	position: relative;
	top: -9px; left: 14px;
	z-index: 99;
	}
#content {
	float: left;
	width: 570px;
	padding: 30px 24px;
	}
#contentRight {
	float: right;
	width: 317px;
	margin: -24px 0 0 0;
	}
#contentBottom {
	clear: both;
	background: url(img_bg-mainBottom.gif);
	line-height: 8px;
	height: 8px;
	}

#footer {
	position: relative;
	clear: both;
	margin: 0 17px;
	}
/* Box Footer */
.box2 {background: transparent;}
.box2 .top, .box2 .bottom {display:block; background:transparent; font-size:1px;}
.box2 .b1, .box2 .b2, .box2 .b3, .box2 .b4, .box2 .b1b, .box2 .b2b, .box2 .b3b, .box2 .b4b {display:block; overflow:hidden;}
.box2 .b1, .box2 .b2, .box2 .b3, .box2 .b1b, .box2 .b2b, .box2 .b3b {height:1px;}
.box2 .b2 {background:#F4BC10; border-left:1px solid #C59047; border-right:1px solid #C59047;}
.box2 .b3 {background:#F4BC10; border-left:1px solid #C59047; border-right:1px solid #C59047;}
.box2 .b4 {background:#F4BC10; border-left:1px solid #C59047; border-right:1px solid #C59047;}
.box2 .b4b {background:#F4BC10; border-left:1px solid #C59047; border-right:1px solid #C59047;}
.box2 .b3b {background:#F4BC10; border-left:1px solid #C59047; border-right:1px solid #C59047;}
.box2 .b2b {background:#F4BC10; border-left:1px solid #C59047; border-right:1px solid #C59047;}
.box2 .b1 {margin:0 5px; background:#C59047;}
.box2 .b2, .box2 .b2b {margin:0 3px; border-width:0 2px;}
.box2 .b3, .box2 .b3b {margin:0 2px;}
.box2 .b4, .box2 .b4b {height:2px; margin:0 1px;}
.box2 .b1b {margin:0 5px; background:#C59047;}
.box2 div {display:block; background:#F4BC10; border-left:1px solid #C59047; border-right:1px solid #C59047;}

#logo-donaunoe {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -60px;
	}
* html #logo-donaunoe {
	margin-left: -90px;
	}

#flash {
	position: absolute;
	top: 106px;
	left: 50%;
	margin-left: -486px;
	}

#portal {
	background: #fff url(img_bg-portal.gif) no-repeat;
	padding: 30px 15px 0px 15px;
	}