﻿/* generated by csscreator.com */
html, body {
	margin: 0;
	padding: 0;
}

#pagewidth {
	width: 980px;
	background-color: #f7f7f7;
/*	margin-bottom: 125px;	*/
/*	margin-bottom: 65px;	*/
}

#header {
	position: relative;
	height: 165px;
	background-color: #ffffff;
	width: 100%;

	border-bottom: 1px solid #ffffff;
}

#topnav {
    background: #820a0a url(../img/htv-tennis.de__bgr_top_nav.png) top left repeat-x;
	height: 40px;
	width: 100%;
	border-bottom: 5px solid #ffffff;
	overflow: hidden;
}

#leftcol {
	width: 190px;
	float: left;
	position: relative;

	padding: 45px 10px 0 0;

	background: #f7f7f7 url(../img/htv-tennis.de__bgr_main.png) top left repeat-x;
}

#twocols {
	width: 780px;
	float: right;
	position:relative;
}

#rightcol {
	width: 200px;
	float: right;
	position: relative;

	padding: 45px 0 0 0;

	background: #f7f7f7 url(../img/htv-tennis.de__bgr_main.png) top left repeat-x;
}

#maincol {
	background: #f7f7f7 url(../img/htv-tennis.de__bgr_main.png) top left repeat-x;
	float: left;
	display:inline;
	position: relative;
	width: 578px;

	min-height: 500px;

	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #dadada;
}

#footer {
/*
	height: 42px;
*/
	padding: 10px 0;
    clear: both;

	background: #e7e7e7 url(../img/htv-tennis.de__bgr_footer.png) top left repeat-x;

	text-align: center;
	line-height: 2em;
}



 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/*
#
## START fixed footer for Partners
## http://www.456bereastreet.com/archive/200609/css_frames_v2_fullheight/
#
*/

#sponsors_large {
   	background-color: #e7e7e7;
	width: 980px;

	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

/*
#
## END fixed footer fpr Partners
#
*/

/*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

