/*----------------------------------------------------------------------------
	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;
    width: 775px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    margin: 0px 34px 0px 30px;
    padding: 0;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
    margin: 0;
    padding: 0;
}

#sub_container2 {
    width: 700px;
    position: relative;
    top: 0px;
    left: 10px;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
}

#content_container {
    overflow: hidden;
    line-height: 1.2;
    float: left;
    width: 690px;
    margin: 0;
    padding: 0 0px 15px 0;
    line-height: 1.2;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#left_column_container {
    position: relative;
    top: -10px;
    float: right;
    width: 157px;
    /*height: 300px;*/

    margin: 0px;
    padding: 0px;
}

/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    top: 0px;
    left: 0px;
    height: 330px;
    width: 775px;
    margin: 0px;
    padding: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 136px;
	left: 28px;
	height: 165px;
	width: 713px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    position: absolute;
    top: 0px;
    left: 28px;
    height: 133px;
    width: 713px;
}


/*--- footer ---------------------------------------------------------------*/

#footer {
    clear: both;
    height: 89px;
    width: 775px;
    margin: 0px;
    padding: 0px;
}

#footer_text {
    margin: 0px 30px 0px 30px;
    padding: 25px 0px 0px 0px;
    text-align: center;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
    line-height: 1.2;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
    overflow: hidden;
    padding: 10px 0px 5px 10px;
}

#content_container h2 {
    padding: 8px 0px 3px 10px;
}

#content_container  h3 {
    padding: 8px 0px 2px 10px;
}

/*--- forms ----------------------------------------------------------------*/

#content_container fieldset {
    padding: 15px;
    border-width: 1px;
    border-style: solid;
}

#content_container input {
    border-width: 1px;
    border-style: solid;
}

#content_container textarea {
    border-width: 1px;
    border-style: solid;
}

#content_container button {
    color: #FFF;
    background: transparent top left;
    background-image: url("images/static/inputbutton.gif");
}

/*--------------------------------------------------------------------------*/
