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

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

/*-- global container ------------------------------------------------------*/

#container    { text-align: left; margin: 30px auto 0; padding: 0; position: relative; width: 865px }

#header         { padding: 0; width: 865px; height: 141px }

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

#layout_table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#sub_nav_column {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#content_column {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

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

#sub_container1  { margin: 0; padding: 0; top: 95px }

#sub_container2    { margin: 20px 0 0; padding: 0 20px 20px; top: 95px; width: 825px }

#content_container {
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: auto;
}
#content-conteiner-foto { visibility: visible; position: absolute; top: 159px; left: 664px; width: 163px; height: 198px; border-width: 1px; border-color: #c6b06e; outline-width: 1px; outline-color: #c6b06e }
/*--- key visual -----------------------------------------------------------*/

#key_visual          { background-image: url("images/dynamic/key_visual12.jpg"); visibility: visible; position: absolute; top: 5px; left: 5px; width: 855px; height: 95px }

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

#slogan          { text-align: right; visibility: visible; padding: 0 0 0 15px; position: absolute; top: 9px; left: 575px; width: 256px; height: 20px; voice-family: inherit         }

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

#logo          { visibility: visible; position: absolute; top: 7px; left: 7px; width: 200px; height: 58px }
/*--- main navigation ------------------------------------------------------*/

#main_nav_container     {
	line-height: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	top: 95px;
	width: 865px;
	overflow: hidden;
	voice-family: inherit;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 6px;
}
#main_doun_container { line-height: 0; margin: 0; padding: 0 5px 0 6px; position: relative; z-index: 1; top: 395px; width: 865px; overflow: hidden; voice-family: inherit }
#main_nav_list   { list-style-type: none; margin: 0; padding: 0; top: 95px }

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

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

#main_nav_list a  { line-height: 27px; text-align: center; visibility: visible; display: block; margin: 0; padding: 0 10px; width: 100px; height: 27px; float: left; overflow: hidden; voice-family: inherit }

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

.sub_nav_container  { line-height: 0; margin: 0; padding: 0 5px; position: relative; top: 95px; width: 860px; overflow: hidden; voice-family: inherit }

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

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

.sub_nav_list li {
    float: left;
    margin: 1px 1px 0px 0px;
    padding: 0;
}

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

.sub_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 10px 0px 10px;
    display: block;
    line-height: 20px;
    text-align: center;
    float: left;
    width: 86px;
    height: 22px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

/*--- footer ---------------------------------------------------------------*/
#footer   { background-repeat: no-repeat; background-attachment: scroll; background-position: 12px 0; visibility: visible; margin: 0; padding: 0; width: 865px; height: 42px; float: none; clear: both; overflow: hidden }

#footer_text {
    text-align: right;
    padding: 10px 20px 10px 20px;
    margin: 0;
    text-align: center;
}
#logo { background-image: url("colorschemes/colorscheme4/images/static/rohs.gif"); visibility: visible; position: absolute; top: 551px; left: 16px; width: 123px; height: 34px }
/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

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

.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px 1px 0px 1px;
}
.content select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

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

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

/*--- tables ---------------------------------------------------------------*/
.content th {
    padding: 3px 2px 3px 2px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content legend {
    font-size: 14px;
    font-weight: bold;
}

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

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

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