/*** 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;
    text-align: left;
    width: 780px;
    float: left;
}

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

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

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

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

#sub_container2 {
    margin-left: 0px;
    padding: 40px 20px 10px 20px;
    width: 546px;
    float: right;
}

#left_column_container {
    margin: 0;
    padding-top: 30px;
    float: left;
    width: 190px;
}

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

#header {
    padding: 0;
    margin: 0;
    width: 780px;
    height: 106px;
}

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

#key_visual {
    position: absolute;
    width: 586px;
    height: 104px;
    top: 0px;
    left: 194px;
}

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

#logo {
    width: 190px;
    height: 104px;
}

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

#slogan {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    padding-left: 0px;
    font-size: 18px;
    margin-bottom: 15px;
}

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

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

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

#main_nav_list li {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

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

#main_nav_list a {
    display: block;
    text-align: left;
    line-height: 22px;
    height: 24px;
    width: 153px;
    padding-left: 27px;
    padding-right: 10px;
    overflow: hidden;
}

#main_nav_list a.main_nav_item {
    text-decoration: none;
    font-family: tahoma,verdana, arial, sans-serif;
    font-weight: bold;
}

#main_nav_list a.main_nav_item:hover {
    text-decoration: none;
    font-family: tahoma,verdana, arial, sans-serif;
    font-weight: bold;
}

#main_nav_list a.main_nav_active_item {
    text-decoration: none;
    font-weight: bold;
    font-family: tahoma,verdana, arial, sans-serif;
}

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

#sub_nav_top {
    width: 190px;
    height: 11px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#sub_nav_bottom {
    width: 190px;
    height: 12px;
    line-height: 12px;
}

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

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

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

.sub_nav_list li {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

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

.sub_nav_list a {
    text-align: left;
    line-height: 22px;
    height: 24px;
    padding-left: 40px !important;
    width: 140px !important;
    display: block;
    overflow: hidden;
}

.sub_nav_list a.sub_nav_item {
    font-family: tahoma,verdana, arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
    text-decoration: none;
    font-family: tahoma,verdana, arial, sans-serif;
    font-weight: normal;
}

.sub_nav_list a.sub_nav_active_item {
    text-decoration: none;
    font-family: tahoma,verdana, arial, sans-serif;
    font-weight: normal;
}

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

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

/*--- container for the search form ----------------------------------------*/

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

#footer {
    margin: 0;
    padding: 0;
    width: 780px;
    height: 24px;
    clear: both;
}

#footer_text {
    font-family: arial, helvetica, sans-serif;
    padding-top: 5px;
    margin: 0px 30px 0 215px;
    text-align: left;
    font-size: 10px;
}

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

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

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

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

.content {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    margin: 5px 0 20px 0;
    padding: 0;
}

.content p {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

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

.content h1 {
    font-family: arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 29px;
}

.content h2 {
    font-family: arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
}

.content h3 {
    font-family: arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

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

.content a:link {
    font-weight: normal;
    text-decoration: underline;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

.content a:visited {
    font-weight: normal;
    text-decoration: underline;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

.content a:hover {
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

.content a:active {
    text-decoration: underline;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

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

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

.content th {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    padding: 2px;
}

.content td {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    padding: 2px;
}

/*--- 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 {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
}

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

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


