/*----------------------------------------------------------------------------
	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 {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 743px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	padding: 0;
	margin: 0;
	width: 743px;
	height: 218px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	margin: 17px 0 0 7px;
	width: 729px;
	height: 200px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	width: 283px;
	height: 56px;
	position: relative;
	top: 192px;
	left: 7px;
}

/*--- caption (as text or background image) --------------------------------*/

#extra_div1 {
	width: 113px;
	height: 50px;
	position: relative;
	top: 165px;
	left: 335px;
}

#text_caption {
	position: relative;
	top: 120px;
	left: 450px;
	width: 285px;
	height: 50px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	clear: both;
	margin:  0;
	padding: 0;
}

#left_column_container {
	width: 170px;
	float: left;
	margin: 20px 0 0 7px;
	padding: 0;
}

#sub_container2 {
	float: right;
	margin: 20px 0 15px 0;
	padding: 0;
	width: 550px;
}


#sub_container1 {
	height: 300px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	float: left;
	width: 735px;
	margin: 60px 0 0 3px;
	padding: 0;
}

html>body #main_nav_container {
	width: 735px;
}

#main_nav_list {
	float: left;
	margin: 2px 12px 2px 12px;
	padding: 0;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	background: transparent;
	margin: 0 0 0 0;
	padding: 3px 19px 8px 17px;
	display: block;
	float: left;
	line-height: 21px; 
	text-align: center;
	text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	margin: 0;
	padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	clear: both;
	margin: 3px 0 2px 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	height: 25px;
	width: 172px;
	padding: 0 25px 0 15px;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 132px;
}

html>body .sub_nav_list a {
  	width: 132px;
	font-weight: bold;
}


.sub_nav_list a {
	text-decoration: none;
}

/*--- content --------------------------------------------------------------*/

#content_container {	
	overflow: hidden;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	width: 500px;
}

html>body #content_container {
	width: 500px;
}



/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 743px;
	height: 96px;
	clear: both;
}

#footer_text {
	font-family:  Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
	font-size: 80%;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 160%;
}

#content_container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 140%;
}

#content_container h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 110%;
}

/*--- 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;
	border-color: #EC47D0;
}

textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #EC47D0;
}

button {
}

label { 
}

select { 
}

option { 
}

/*--- lists ----------------------------------------------------------------*/

ul { 
}

li { 
}

/*--------------------------------------------------------------------------*/
