/*----------------------------------------------------------------------------
	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 0 auto;
    text-align: left;
    width: 725px;
}

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

#main_container {
    position: relative;
    top: 0px;
    padding: 0;
    margin: 0px 0px 0px 0px;
}

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

#sub_container1 {
    margin: 0 0 0 0px;
    padding: 0;
    width: 165px;
}

#sub_container2 {
	clear: both;
    position: relative;
    top: 0px;
    left: 25px;
    margin: 35px 0 0 0;
    padding: 0;
    width: 535px;
}

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

#left_column_container {
    position: relative;
    margin: 0;
    padding: 0;
    width: 165px;
    left: 0px;
    top: 0px;
}

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

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

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

#key_visual {
    position: relative;
    top: 19px;
    width: 725px;
    height: 136px;
}

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

#logo {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 95px;
    left: 27px;
}

#slogan {
    height: 36px;
    position: absolute;
    top: 95px;
    left: 65px;
    color: #FFA800;
    font-family: Verdana,Arial,sans-serif;
    font-size: 26px;
}

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

#main_nav_container {
    z-index: 1;
    position: relative;
    left: 0px;
    top: 19px;
    width: 725px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#main_nav_list {
    overflow: hidden;
    float: left;
    position: relative;
    height: 29px;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 1px;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
}

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

#main_nav_list a {
    overflow: hidden;
    background: transparent;
    margin: 0;
    display: block;
    float: left;
    width: 90px;
    height: 29px;
    line-height: 26px;
    text-align: center;
}

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

.sub_nav_container {
    margin: 0px;
    padding-left: 0px;
    z-index: 1;
    position: relative;
}

/*--- 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 {
    overflow: hidden;
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 26px;
    height: 29px;
    width: 146px;
    padding: 0 0px 0 19px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
}

html>body .sub_nav_list a {
    width: 165px;
}

.sub_nav_list a.sub_nav_item {
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
    text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
    text-decoration: none;
}

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

.content button {
    background-color: #F0F0F0;
    border-style: solid;
    border-width: 1px;
    border-color: #3A3A3A;
}

.content table {
    border-style: dotted;
    border-width: 1px;
    border-spacing: 0;
    width: 100%;
}

.content tr.odd {
    font-size: 11px;
}

.content tr.even {
    font-size: 11px;
}

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

#content_search_container {
    margin: 0px 0px 0px 0px;
    width: 443px;
    height: 35px;
}

#content_search_caption {
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    float: left;
    padding: 7px 0 0px 10px;
    margin: 0px;
    vertical-align: middle;
}

#content_search_container button {
    vertical-align: middle;
    padding: 0;
    margin: 5px;
}

#content_search_container input {
    margin: 11px;
    vertical-align: middle;
    margin: 0 0 0 25px;
    width: 254px;
    padding: 0;
}

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

#footer {
    clear: both;
    margin: 25px 0 0 0;
    padding: 0;
    width: 540px;
    height: 35px;
}

#footer_text {
    padding: 10px 0 0 0;
    margin: 0 30px 0 55px;
    font-size: 10px;
}

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

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

body#main_body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    /* IE5 Win */

    font-size: small;
    text-align: center;
}

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

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

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

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

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

.content h1 {
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
}

.content h2 {
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
}

.content h3 {
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
}

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

.content a:link {
    font-weight: normal;
    text-decoration: underline;
}

.content a:visited {
    font-weight: normal;
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

.content a:active {
    text-decoration: underline;
}

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

.content table {
}

.content th {
}

.content tr {
}

.content td {
}

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

.content label {
}

.content select {
}

.content option {
}

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

.content ol {
}

.content ul {
}

.content li {
}

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


