/*** Normalized ***/


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

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

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

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

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

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

#sub_container2 {
    float: right;
    padding: 0;
}

#content_area {
    margin-right: 10px;
    padding: 2px;
}

#content_container {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 564px;
}

#left_column_container {
    margin: 0;
    padding: 0;
    float: left;
    width: 165px;
}

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

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 800px;
    height: 190px;
    top: 0px;
    left: 0px;
}

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

#key_visual {
    position: absolute;
    top: 11px;
    left: 200px;
    width: 590px;
    height: 134px;
}

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

#logo {
    width: 190px;
    height: 134px;
    position: absolute;
    top: 11px;
    left: 10px;
}

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

#slogan {
    padding: 0px 0px 15px 0px;
    width: 500px;
}

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

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

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

#main_nav_list li {
    clear: both;
    margin: 0px;
    padding: 0;
}

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

#main_nav_list a {
    text-align: left;
    line-height: 21px;
    height: 24px;
    padding: 0 25px 0 15px;
    display: block;
    overflow: hidden;
}

#main_nav_list a.main_nav_item:hover {
    background: transparent;
}

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

.sub_nav_container {
    margin: 0px 0px 0px 9px;
    padding: 0;
}

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

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

.sub_nav_list li {
    clear: both;
    margin: 0px;
    padding: 0;
}

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

.sub_nav_list a {
    text-align: left;
    line-height: 21px;
    height: 24px;
    padding: 0 25px 0 15px;
    display: block;
    overflow: hidden;    
}

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

#footer {
    margin: 0;
    padding: 0;
    width: 800px;
    height: 48px;
    clear: both;
}

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

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

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
}

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

.content {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}


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

.content table {
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    margin: 1px;
}

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

.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;
}

.content button {
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
}

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

.content ol {
    padding-left: 11px;
    margin-left: 11px;
}

.content ul {
    padding-left: 8px;
    margin-left: 8px;
}

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