/*----------------------------------------------------------------------------
	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: 775px;
}
#layout_table {
    border-collapse: collapse;
}

#right_column {
    vertical-align: top;
    
}

#left_column {
    vertical-align: top;
}

/*-- main container: contains all between header and footer ----------------*/
#main_container {
    padding: 0;
    margin: 0;


}

/*--- the main container is devided in sub containers ----------------------*/



/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 775px;
    height: 396px;
    top: 0px;
    left: 0px; 
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: absolute;
    top: 115px;
    left: 52px;
    width: 437px;
    height: 167px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 420px;
    height: 70px;
    position: absolute;
    top: 8px;
    left: 60px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogandiv {
    position: absolute;
    width: 441px;
    height: 32px;
    top: 302px;
    left: 27px;
    


}
#slogan {
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-weight: bold;
    font-style: normal;
    position: relative;
    top: 180px;
    left: 27px;
    width: 444px;
    padding-left: 20px;
    line-height: 30px;
    font-size: 11px;
    text-decoration: none;
    
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    z-index: 1;
    position: relative;
    left: 13px;
    float: left;
    width: 510px;
    top: 15px;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    overflow: hidden;}

#main_nav_list {

    position: relative;
    
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0px;
    list-style-type: none;
    clear: both;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
    
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    font-family: Courier New, Courier, Tahoma,Verdana, Arial, sans-serif;
    background: transparent;
    margin: 0;
    overflow: hidden;
    padding: 3px 9px 0px 9px;
    display: block;
    float: left;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 27px;
    background-position: right !important;
}

html>body #main_nav_list a {
    height: 27px;
}

#main_nav_list a.main_nav_item:hover {
    background: transparent;
    text-decoration: none;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

a.main_nav_active_item:link, a.main_nav_active_item:visited {
    text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    position: relative;
    left: 50px;
    top: 100px;
    width: 199px;
    font-size: 1px;
    
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 40px 10px 30px 20px;
    list-style-type: none;
    background-color: #00ff00;
}

.sub_nav_list li {
    clear: both;
    font-size: 11px;
    padding: 3px 0 2px 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    text-align: left;
    line-height: 23px;
    padding-left: 39px;
    display: block;
    width: 120px;
    overflow: hidden;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a:hover {
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
}

/*--- content --------------------------------------------------------------*/

#sub_container2 {
   
    position: relative;
    margin-left: 20px;
    padding: 0;
    width: 530px;
    clear: both;
}

#content_container {
    clear: both;
    margin: 0;
    padding: 0;
    width: 500px;
    overflow: hidden;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 775px;
    height: 158px;
    clear: both;
}

#footer_text {
    padding-top: 30px;
    margin: 10px 250px 0 20px;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
    min-height: 65px;
    line-height: 65px;
    text-align: center;
}

.content h2 {
    min-height: 65px;
    line-height: 65px;
    text-align: center;
}

.content h3 {
    min-height: 65px;
    line-height: 65px;
    text-align: center;
}

/*--- links ----------------------------------------------------------------*/

.content a:hover {
    text-decoration: none;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-style: dotted;
    border-width: 1px;
    border-spacing: 0;
}

.content tr.odd {
    font-size: 11px;
}

.content tr.even {
    font-size: 11px;
}

/*--- forms ----------------------------------------------------------------*/

.content form {
    margin: 0;
    padding: 0;
}

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.content input {
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

.content ul {
    font-size: 12px;
}

.content li {
    font-size: 12px;
}

/*--------------------------------------------------------------------------*/

/*--- special --------------------------------------------------------------*/

#extra_div1 {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 122px;
    top: 0px;
    left: 0px;
    text-align: center;
}

#extra_div1 span { 

    position: absolute;
    display: block;
    width: 83px;
    height: 122px;
    top: 0px;
    left: 544px;
    margin: 0;
    padding: 0; 
}

/*--------------------------------------------------------------------------*/

#main_nav_list a.main_nav_active_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#main_nav_list a.main_nav_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#content_container a:active {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:hover {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:visited {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:link {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container h1 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container h2 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container h3 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container, #content_container p {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}