/*----------------------------------------------------------------------------
	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;
	margin: 0 auto;
	text-align: left;
	width: 736px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
   	clear: both;
	padding: 0;
	margin: 50px 12px 20px 20px;
}

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

#sub_container2 {
	margin: 0;
	padding: 0;
	width: 670px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 736px;
	top: 0px;
	left: 0px;
}

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

#key_visual {
	position: relative;
	top: 32px;
	left: 4px; 
	width: 727px;
	height: 186px;
}

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

#logo {
	width: 220px;
	height: 65px;
	position: absolute;
	top: 54px;
	left: 4px;
	z-index:1;
}

/*--- wave -----------------------------------------------------------------*/

#extra_div1 {
	display		:	block;
	width		:	100%;
	position	: 	absolute;
	top		:	17px; 
	left		:	0px;
}

#extra_div1 span{
	display		:	block;
	width		:	729px;
	height		:	38px;
	margin		: 	0px auto 0px auto;
}


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

#text_caption {
	clear: both;
	position		:	relative;
	top			: 	50px;
	left			:	29px;
	padding-left	: 	6px;
	height			: 	70px;
	width			:	674px;
}

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

#main_nav_container {
	z-index: 1;
	position: relative;
	left: 4px;
	top: 32px; 
	float: left;
	width: 727px;
	margin: 0;
	text-align: center;
}

#main_nav_list {
	position: relative;
	height: 33px;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 12px;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}

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

#main_nav_list a.main_nav_item, #main_nav_list a.main_nav_active_item {
	display: block;
    	float: left;
	background: transparent;
	margin: 0;
    	padding: 5px 12px 3px 24px;
	height: 33px;
	line-height: 22px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 25px;
}

html>body #main_nav_list a.main_nav_item {
	height: 25px;
}

#main_nav_list a.main_nav_item:link {
	text-decoration: none;
}

#main_nav_list a.main_nav_item:visited {
	text-decoration: none;
}

#main_nav_list a.main_nav_item:hover {
	text-decoration: none;
}

#main_nav_list a.main_nav_item:active {
	text-decoration: none;
}

a.main_nav_active_item:link, a.main_nav_active_item:visited {
	text-decoration: none;
}

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

.sub_nav_container {
	clear: both;
	text-align: center;
	z-index: 1;
	position: relative;
	left: 4px;
	top: 33px;
	float: left;
	width: 727px;
	padding: 0 15px 0 0;
	margin: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 712px;
}

html>body .sub_nav_container {
	width: 712px;

}

.sub_nav_list {
	position: relative;
	margin: 0;
	padding: 0;
	top: 1px;
	left: 12px;
	list-style-type: none;
}

.sub_nav_list li {
	width: 105px;
	height: 32px;
	float: left;
	margin: 0;
	padding: 0;
}

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

.sub_nav_list a.sub_nav_item, .sub_nav_list a.sub_nav_active_item {
/*    padding: 3px 19px 2px 17px;*/
	overflow: hidden;
    padding: 3px 0px 2px 0px;
    display: block;
    float: left;
	height: 31px;
	width: 105px;
	line-height: 22px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
}

html>body .sub_nav_list a {
	height: 26px;
	width: 105px; 
}

.sub_nav_list a.sub_nav_item:link {
	text-decoration: none;
}

.sub_nav_list a.sub_nav_item:visited {
	text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
	text-decoration: underline;
}

.sub_nav_list a.sub_nav_item:active {
	text-decoration: none;
}
a.sub_nav_active_item:hover {
	text-decoration: underline;
}

/*--- content --------------------------------------------------------------*/

#content_container {
	overflow: hidden;
	line-height: 1.4;
	width: 670px;
}

html>body #content_container {
	width: 670px;
}


#content_container table {
	border-style: dotted;
	border-width: 1px;
	border-spacing: 0;
	width: 100%;
}

#content_container tr.odd {
	font-size: 10px;
}

#content_container tr.even {
	font-size: 10px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 736px;
	height: 56px;
	clear: both;
}

#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
	font-size: 9px;
}



/*----------------------------------------------------------------------------
  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.4;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

#content_container h2 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

#content_container h3 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link{
	font-weight : normal;
	text-decoration: underline;
}

#content_container a:visited {
	font-weight : normal;
	text-decoration: underline;
}

#content_container a:hover {
	text-decoration : none;
}

#content_container a:active {
	text-decoration : underline;
}

/*--- tables ---------------------------------------------------------------*/

#content_container table {

}

#content_container th {
}

#content_container tr {
}

#content_container 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 ----------------------------------------------------------------*/

#content_container ul {
}

#content_container li {
}

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