/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG

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

body#main_body
{
	margin: 0;
	padding: 0;
}

/*-- global container ------------------------------------------------------*/

#container
{
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 882px;
}

#header
{
    padding: 0;
    margin: 0;
    width: 882px;
}

#main_container
{
    padding: 0px;
    margin: 0px;
}

#layout_table
{
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 882px;
}

#layout_table2
{
    padding: 0;
    margin: 0;
    width: 882px;
}

#sub_nav_column
{
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#content_column
{
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#left_column_container
{
    margin: 0;
    padding: 0;
}

#sub_container1
{
    margin: 0;
    padding: 0;
}

#sub_container2
{
    margin: 0;
    padding: 20px;
    width: 673px;
    overflow: hidden;
    background: white;
}

#sub_container3
{
    margin: 0;
    padding: 20px;
    width: 504px;
    overflow: hidden;
    background: white;
}

#sub_container4
{
    margin: 0;
    padding: 0;
    width: 169px;
    overflow: hidden;
    background: white;
}

#sub_container5
{
    margin: 0;
    padding: 20px;
    width: 832px;
    overflow: hidden;
    background: white;
}


#content_empty_container
{
    margin: 0;
    overflow: hidden;
    width: 703px;
}

#content_empty_container2
{
	margin: 0;
	overflow: hidden;
	width: 713px;
}

#content_container
{
    margin: 0 0px 0 0;
    overflow: hidden;
    width: 673px;
}

#content_container2
{
    margin: 0;
    overflow: hidden;
    width: 504px;
}

#content_container3
{
    margin: 0;
    overflow: hidden;
    width: 169px;
}
#content_container4
{
    margin: 0;
    overflow: hidden;
    width: 703px;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    text-align: center;
    float: none;
}

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

#key_visual
{
    width: 712px;
    height: 135px;
    position: relative;
    top: 0px;
    left: 170px;
}

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

#slogan
{
    padding: 0px 15px 0px 15px;
    line-height: 20px;
    margin: 0px 0px 1px 0px;
    voice-family: "\"}\"";
    voice-family: inherit;
    overflow: hidden;
    width: 852px;
    height: 21px;
}

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

#logo
{
    width: 170px;
    height: 135px;
    position: absolute;
    top: 0px;
    left: 0px;
}

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

#main_nav_container
{
    padding: 0px 1px 0px 1px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    line-height: 0;
    width: 882px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

#main_nav_list
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li
{
    float: left;
	width: 110px;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
    /*   
    min-width: 47px;
    */
}

#main_nav_list li ul
{
    
    position: absolute;
	width: 110px;
	left: -999em;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;

    /*
    min-width: 47px;
    */
}

/*--- main navigation items  for drop down -----------------------------------*/

#main_nav_list li:hover ul, #main_nav_list li.sfhover ul
{
    left: auto;
}



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

#main_nav_list a
{
    
    display: block;
	width: 110px;
	line-height: 22px;
	height: 24px;
	text-align: center;
	margin: 0;
	overflow: auto;
	float: none;
	voice-family: "\"}\"";
    voice-family: inherit;
    background-position: top left;
    background-repeat: repeat-x;
    /*
    min-width: 47px;
    */

}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container
{
    line-height: 0;
    padding: 0;
    margin: 10px 0px 0px 0px;
    width: 169px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

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

.sub_nav_list
{
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li
{
    margin: 0;
    padding: 0;
}

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

.sub_nav_list a
{
    margin: 0;
    padding: 0px 20px 0px 20px;
    display: block;
    line-height: 23px;
    text-align: left;
    width: 129px;
    voice-family: "\"}\"";
    voice-family: inherit;
    overflow: hidden;
    background-position: top left;
    background-repeat: repeat-y;
}

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

#footer
{
    margin: 0;
    padding: 0;
    width: 882px;
    clear: both;
}

#footer_text
{
    text-align: right;
    padding: 7px 40px 10px 40px;
    margin: 0;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content table
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
}

.content table2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: none;
    border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px 1px 0px 1px;
}

.content td
{
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
}

.content th
{
    border-width: 0;
    border-collapse: collapse;
    padding: 3px 2px 3px 2px;
}

.content select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

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

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

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

.content tr.odd
{
    padding: 3px 2px 3px 2px;
}

.content tr.even
{
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content legend
{
    font-size: 14px;
    font-weight: bold;
}

.content fieldset
{
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

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