/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG


	----------------------------------------------------------------------

	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;
	margin: 0 auto;
	width: 745px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	
	padding: 0;
	margin: 0;
	width: 745px;
	height: 231px;
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 12px;
	left: 4px;
	width: 735px;
	height: 192px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	width: 177px;
	height: 56px;
	position: absolute;
	top: 179px;
	left: 4px;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	z-index: 1;
	position: relative;
	top: 205px;
	left: 0px;
}

#extra_div1 {
	font-weight: bold;
	font-style: normal;
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 325px;
	line-height: 10px;
	height: 0px;
	font-size: 90%;
	
}

#extra_div2 {
	position: absolute;
	top: -7px;
	left: 280px;
	width: 39px;
	height: 40px;
}

#image_caption {
}

#main_container {
}

#left_column_container {
	margin: 0;
	padding: 0;
	border: 0;
	width: 1px;
	height: 300px;
	float: left;
}

#sub_container2 {
	margin: 0px 0px 25px 15px;
	width: 715px;
	padding-top: 15px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	position: relative;
	left: 7px;
	float: left;
	margin-top: 0px;
	overflow: visible;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 720px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
	visibility: visible;
	/*border: solid 2pt green;*/
}

html>body #main_nav_container {
	width: 720px;
}

#main_nav_list {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 12px;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	display: block;
	float: left;
	background: transparent;
	margin: 0;
    padding: 0px 19px 0px 17px;
	font-size: 90%;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 25px;
}

html>body #main_nav_list a {
	height: 25px;
}

#main_nav_list a:hover {
	background: transparent;
	text-decoration: none;
}

#main_nav_list a.main_nav_active_item:link {
	text-decoration: none;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_container {

	clear:both;
	float:left;
	/*border: solid 2pt red;*/
	z-index: 1;
	position: relative;
	left: 5px;
	top: 2px;
	float: none;
	width: 734px;
	padding: 0 0 0 0;
	margin: 0;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body .sub_nav_container {
	width: 734px;
}

.sub_nav_list {
	position: relative;
	margin: 0;
	padding: 0;
	top: 1px;
	left: 2px;
	list-style-type: none;
	
}

.sub_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px;
}

a.sub_nav_item {
	width: 124px;
	padding: 0;
}

a.sub_nav_active_item {
	width: 124px;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	background: transparent;
	margin: 0;
	padding-top: 0;/* 3px 19px 2px 17px  */
	display: block;
	float: left;
	height: 26px;
	font-size: 70%;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body .sub_nav_list a {
	height: 26px;
}


.sub_nav_list a:hover {
	background: transparent;
	text-decoration: none;
}


/*--- content --------------------------------------------------------------*/

#content_container {	
	margin 0;
	padding: 10;
	overflow: hidden;
	line-height: 1.3;
	width: 700px;
}

html>body #content_container {
	line-height: 1.4em;
}



/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0px;
	padding: 0;
	width: 745px;
	height: 79px;
	clear: both;
}

#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
	font-size: 80%;
}

#share_text {
	padding: 10px 0 0 0;
	margin: 0 20px 0 20px;
	color: #666666;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	padding: 0;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.8em;
}

#content_container h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.5em;
}

#content_container h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.3em;
}

#content_container h4 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
}

#content_container h5 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
}

#content_container h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.1em;
}

/*--- links ----------------------------------------------------------------*/



/*--- tables ---------------------------------------------------------------*/

table {

}

th {
}

tr {
}

td {

}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

input {
	border-style: solid;
	border-width: 1px;
}

textarea {
	border-style: solid;
	border-width: 1px;
}

button {
}

label { 
}

select { 
}

option { 
}

/*--- lists ----------------------------------------------------------------*/

ul {
	margin-top: 5px;
}

li {
	text-align: left;
	;
	margin: 2px 0;
	;
}
Main body {
	font-size: 1em;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.Main_body_text_large {
	color: #5C5C5C;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	line-break: 0;
	font-weight: bold;
	text-align: left;
}
.Main_body_Itaics {
	font-size: 1em;
	font-style: italic;
	line-height: normal;
	text-align: left;
}
.Main_body_sub_text {
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
}
.Sub_title {
	font-size: 1.3em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
.Customer_note_text {
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
}
.Main_body_text {
	padding-bottom: 1px;
}
.Contact_us {
	font-size: 1em;
	color: #333333;
	text-align: right;
}

