/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG


	----------------------------------------------------------------------
	Modified and extended by Barti Bartman for the Sports-Template

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/



#wrap {max-width: 1200px;
	min-width: 760px;

       width: 100%;
       
       }
       
#screen {background: #ebf5fc;
         
         padding:10px 10px 10px 0;
         
         }

#header {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 100%;
}
#left {
	position: relative;
	top: 170px;
	float: left;
	width: 18%;
	margin-left: 3%;
	padding-right: 2%
	display: inline;
	
}
#center {
	position: relative;
	top: 120px;
	float: left;
	width: 56%;
	margin-left: 3%;
	padding-right: 5%;
}
#right {
	position: relative;
	top: 120px;
	float: left;
	width: 10%
	margin-left: 1%;
	text-align: center;
	background: #ebf4f3;
}

#left_nav_container {
	padding: 0;
	margin: 0;
}

body {
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	background: #fff;
	margin: 0; 
	padding: 0;
	min-height: 100%
	margin-bottom: -330px;
	position: relative;
background-position: top left;

background-image: url("images/static/bg.jpg");

                background-attachment: fixed;

                background-repeat: repeat;
}
#leftcontent {
  color:green;
  position: absolute;
  left:10px;
  width:190px;
  }

#centercontent {
  color:blue;
  margin-left: 190px;
  margin-right:190px;
  
  }

#rightcontent {
  color:orange;
  position: absolute;
  text-align: center;
  right:10px;
  width:190px;
  }


/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	padding: 0;
	margin: 0;
	
}

#main_nav_list {
	margin: 0;
	padding: 0;
}

#main_nav_list li {
	margin: 0;
	padding: 0;
	display: inline; /*IE6 bugfix*/
}

/*--- main navigation items ------------------------------------------------*/

a.main_nav_item, a.main_nav_active_item, a.main_nav_item:hover {
	overflow: hidden;
	display: block;
	margin: 1px 0 0 0;
	width: 190px;
	text-align: left;
	line-height: 27px;
	padding: 0 0 0 8px;
	vertical-align: bottom;  /*fuer IE5 */
	background-repeat: repeat-y !important;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_container {
}

.sub_nav_list {
	padding: 0;
	margin:  0 ;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	overflow: hidden;
	display: block;
	margin: 1px 0 0 0;
	width: 139px;
	text-align: left;
	line-height: 27px;
	padding: 0 0 0 30px;
	vertical-align: bottom;  /*fuer IE5 */
	background-repeat: repeat-y !important;	
}


#logo_column {
	vertical-align: top;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 05px;
	left: 05px;
	height: 100px;
	width: 100%;
	margin: 20;
	padding: 0;
	z-index: 1;	
	background-repeat: no-repeat ;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	height: 50px;
	width: 70px;
	z-index: 2;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	margin: 0 0 0 210px;
	text-align: left;
	background: transparent;
	z-index: 2;
}


/*--- the main container is devided in sub containers ----------------------*/

#left_nav_container {
	top: 110px;
	left: 0px;
	width: 200px;
	margin: 0;
	padding: 0;
}

#sub_left_container1 {
	/*
	margin: 25px 0 0 0;
	padding: 0;
	vertical-align: bottom;
	*/
}
#sub_left_container2 {
	/*
	margin: 25px 0 0 0;
	padding: 0;
	vertical-align: bottom;
	*/
}

#sub_container2 {
	clear: both;
	margin-top: 10px;
	padding: 0;
	position: relative;
	top: 50px;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.4;
}

/*--- forms ----------------------------------------------------------------*/

#content_container form {
	margin: 0;
	padding: 10px 0 10px 0;
}

#content_container fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

#content_container input {
	color: #333;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

#content_container textarea {
	color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

#content_container button {
	margin: 10px 0 0 77px;
	border-style: solid;
	border-width: 1px;
}

/*box hack IE5 & 6*/
html>body button {
	padding: 2px 4px 2px 4px;	
}

/*--------------------------------------------------------------------------*/
.clearfooter {
	height: 330px;
	clear: both;
	}

footer { 
	height: 330px;
	position: relative;
	text-align: center;
	}
footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}



