/*----------------------------------------------------------------------------
	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 {
		clear: both;
    position: relative;
    top: 0px;
    padding: 0;
    margin: 0px 0px 0px 0px;
}

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

#sub_container2 {
    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;
	background-image: url(resources/key_visual4.jpg);
}

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

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

#slogan {
    position: absolute;
    top: 95px;
    left: 65px;
    color: #FFA800;
}

/*--- 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 {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 1px;
    list-style-type: none;
}

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

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

#main_nav_list a {
    overflow: hidden;
    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;
}

/*--- 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: 26px;
    height: 29px;
    width: 165px;
    padding: 0 0px 0 19px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 146px;
}

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

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

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

.content table {
	border-spacing: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

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

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

body#main_body {
    margin: 0;
    padding: 0;
    font-size: x-small;
    /* IE5 Win */
    font-size: small;
    text-align: center;
}

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

.content {
    padding: 0;
    line-height: 1.3;
}

.content p {
    padding: 0;
    line-height: 1.3;
}

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

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