/*** 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: 739px;
}

/*-- main container: contains all between header and footer ----------------*/

#layout_table {
    border-collapse: collapse;
}

#left_col, #right_col {
    vertical-align: top;
}

#main_container {
    padding: 0;
    margin: 0px;
}

#sub_container2 {
    overflow: hidden;
    margin-left: 0px;
    padding: 10px 15px 10px 20px;
    width: 525px;
}

#content_container {
    margin: 0;
    padding: 0;
    width: 515px;
}

#left_column_container {
    margin: 0;
    padding: 0;
}

/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    clear: both;
    padding: 0;
    margin: 0;
    width: 739px;
    height: 190px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    width: 300px;
    height: 190px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 120px;
    height: 80px;
    position: absolute;
    top: 20px;
    left: 565px;
}

/*--- 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;
    font-style: normal;
    text-decoration: none;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    margin: 0px;
    padding: 0px;
    width: 739px;
    overflow: hidden;
    background-repeat: repeat !important;
}

#main_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    margin: 0;
    padding: 0;
    float: left;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    float: left;
    overflow: hidden;
    display: block;
    text-align: left;
    line-height: 26px;
    height: 30px;
    width: 79px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 1px;
}

#main_nav_list a.main_nav_item {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    font-style: normal;
}

#main_nav_list a.main_nav_item:hover {
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    font-style: normal;
}

#main_nav_list a.main_nav_active_item {
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    font-style: normal;
}

/*--- container for the subnavigation --------------------------------------*/

.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 {
    margin: 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    overflow: hidden;
    text-align: left;
    line-height: 28px;
    height: 28px;
    width: 125px;
    display: block;
    padding: 0px 30px 0px 7px;
    margin-bottom: 2px;
}

.sub_nav_list a.sub_nav_item {
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
}

.sub_nav_list a.sub_nav_item:hover {
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
}

.sub_nav_list a.sub_nav_active_item {
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 739px;
    height: 55px;
}

#footer_text {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    padding-top: 35px;
    margin: 0px;
    text-align: center;
    font-size: 10px;
    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 {
    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;
}

.content a:visited {
    font-weight: normal;
    text-decoration: underline;
    font-family: arial, helvetica, sans-serif;
}

.content a:hover {
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
}

.content a:active {
    text-decoration: underline;
    font-family: arial, helvetica, sans-serif;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    margin-left: 1px;
}

.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 ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/

#content_container a:active {
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:hover {
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:visited {
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:link {
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#content_container h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#content_container h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#content_container, #content_container p {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}