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

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

#main_container {
    padding: 0;
    margin: 0;
    width: 780px;    
	top: -19px;
	left: 0px;
}

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

#sub_container2 {
    margin: 20px 0 0 0;
    padding: 10px 15px 10px 20px;
    width: 560px;
    float: right;
}

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

#content_container {
	clear: both;	
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 525px;
}

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

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

#header {
    padding: 0;
    margin: 0 0 -19px 0;
    width: 780px;
    height: 200px;
}

#page_corner {
    width: 40px;
    height: 200px;
    position: absolute;
    left: 780px;
    top: 0px;
}

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

#key_visual {
    width: 780px;
    height: 200px;
}

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

#logo {
    width: 199px;
    height: 64px;
    position: absolute;
    top: 110px;
    left: 581px;
}

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

#slogan {
	clear: both;
    width: 500px;
    height: 25px;
    margin: 15px 0 15px 0;
}

/*--- 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 {
    margin: 0;
    padding: 0;
    border: 0;   
    display: inline;
}

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

#main_nav_list a {
    display: block;
    height: 24px;
    width: 160px;
    overflow: hidden;
}

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

#sub_nav_top {
    width: 160px;
    height: 11px;
    overflow: hidden;
}

#sub_nav_bottom {
    width: 160px;
    height: 10px;
    overflow: hidden;    
}

.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;
    height: 24px; 
    overflow: hidden;        
}

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

.sub_nav_list a {
    height: 24px;
    display: block;
    width: 160px;
}

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

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

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

#footer_text {
    padding-top: 43px;
    margin: 0px 30px 0 205px;
    text-align: left;
    font-size: 10px;
}

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

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

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

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

.content {
    margin: 5px 0 20px 0;
    padding: 0;
}

.content p {
    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-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

.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: 99%;
    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;
}

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

.hidden {
	display: none;	
}

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


