/*----------------------------------------------------------------------------
	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:

 ----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: left;
	width: 800px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	padding: 0;
	margin: 0;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container2 {
	float: right;
	width: 500px;
	/* margin: -50px 50px 25px 50px; */
	margin: 15px 25px 25px 0px;
	padding: 0;
}

#left_column_container {
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	width: 1px;
	height: 300px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	z-index: 0;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	width: 800px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	z-index: 1;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 200px;
	height: 430px;
	border-bottom: 1px solid #fff;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100px;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	position: absolute;
	top: 25px;
	left: 200px;
	width: 380px;
	line-height: 2.0;
	text-align: right;
}

#image_caption {
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	float: left;
	position: relative;
	left: 200px;
	top: 0px;
	width: 600px;
	padding: 0;
	margin: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 600px;
}

html>body #main_nav_container {
	width: 600px;
}

#main_nav_list {
	height: 100px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}

#main_nav_list li img {
	border: 0;
}
/*--- added for button images navigation */
a.navimain_current {
	display:block;
	line-height:32px;
	vertical-align:middle;
	width:120px;
	height:100px;
	padding:0px;
	margin: 0;
	float: left;
	text-align: left;
}

a.navimain_link {
	display:block;
	line-height:32px;
	vertical-align:middle;
	width:120px;
	height:100px;
	padding:0;
	margin: 0;
	float: left;
	text-align: left;
	
}

a.navisub_current {
	display:block;
	width:200px;
	height:24px;
	padding:0px;
	margin:0px;
	border:0px;
}

a.navisub_link {
	display:block;
	width:200px;
	height:24px;
	padding:0px;
	margin:0px;
	border:0px;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	position: relative;
	clear: both;
	padding: 0;
	margin: 0 0 0 200px;
	width: 600px;
	height: 150px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	margin: 0;
	border: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	margin: 0;
	padding: 0;
	border: 0;
}

.sub_nav_list li img {
	border: 0;
}


/*--- content --------------------------------------------------------------*/

#content_container {
	overflow: hidden;
	line-height: 1.3;
	width: 500px;
}


#content_container table {
	border-style: dotted;
	border-width: 1px;
	border-spacing: 0;
	width: 100%;
}

#content_container tr.odd {
	font-size: 100%;
}

#content_container tr.even {
	font-size: 100%;
}




/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 60px;
	clear: both;
}

#footer_text {
	padding: 20px 0 0 0;
	margin: 0 40px 0 200px;
	text-align: left;
	font-size: 100%;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
	border: 0;
	margin: 0;
	padding: 0;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 5px 0 20px 0;
	padding: 0;
	line-height: 1.3;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 200%;
}

#content_container h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 160%;
}

#content_container h3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 120%;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:hover {
	text-decoration : none;
}


/*--- tables ---------------------------------------------------------------*/

table {

}

th {
}

tr {
}

td {

}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

input {
	border-style: solid;
	border-width: 1px;
}

textarea {
	border-style: solid;
	border-width: 1px;
}

button {
}

label { 
}

select { 
}

option { 
}

/*--- lists ----------------------------------------------------------------*/

ul { 
}

li { 
}

/*--------------------------------------------------------------------------*/
