/*----------------------------------------------------------------------------
	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 {
    position: relative;
	align-self: center;
	margin: 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

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

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 938px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	overflow: hidden;
}

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

#main_container {
	/*position: relative;*/
	position: relative;
	padding: 0px;
	/*margin: -75px 20px 20px 20px;*/

	margin: 0px 0px 0px 0px;
	float: left;
	width: 938px;
	overflow: hidden;
}

#layout_table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

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

#content_column {
    vertical-align: top;
}

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

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

#sub_container2 {
    margin: 0;
    padding: 21px 15px 0px 19px;
    width: 902px;
	/*min-height: 819px;*/
	min-height: 783px;
	/*overflow-y: auto;*/
}

#sub_container3 {
    margin: 0;
    padding: 21px 15px 0px 19px;
    width: 902px;
	/*min-height: 839px;*/
	min-height: 803px;
	/*overflow-y: auto;*/
}

#sub_container4 {
    margin: 0;
    padding: 21px 15px 0px 10px;
    width: 919px;
	/*height: 800px;*/
}

#sub_container5 {
    margin: 0;
    padding: 21px 15px 75px 19px;
    width: 902px;
	/*height: 744px;*/
}

#sub_container6 {
    margin: 0;
    padding: 21px 15px 0px 19px;
    width: 902px;
	/*min-height: 839px;*/
	min-height: 803px;
	/*overflow-y: auto;*/
}

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

#div_centered_list {
margin-left: auto;
   margin-right: auto;
   width: 500px;

   /* NOTE: Only works for non-floated block elements */
   display: block;
   float: none;
}

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

#key_visual {
    /*clear: both;*/

    position: relative;
    top: 0px;
    left: 0px;
    width: 938px;
    height: 145px;
}

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

#slogan {
	position: relative;
	top: -35px;
	left: 0px;
	padding: 1px 13px 0px 7px;
	width: 717px;
	height: 24px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	line-height: 13px;
	/*margin-left: 209px;*/

	float: right;
}

html>body #slogan {
	width: 900px;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #990033;
}

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

#logo {
	/*background: url(images/dynamic/logo.gif) no-repeat top right;*/

	background-repeat: no-repeat;
	width: 156px;
	height: 72px;
	position: relative;
	top: 10px;
	left: 44px;
	float: left;
}

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

#main_nav_container {
	z-index: 1;
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 0;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
	overflow: hidden;
	width: 938px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-repeat: repeat;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}

html>body #main_nav_container {
    /*width: 555px;*/

}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

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

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

#main_nav_list a {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    /*padding: 3px 19px 2px 10px;*/

    padding-left: 25px;
    padding-right: 25px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
}

html>body #main_nav_list a {
	/*height: 38px;*/
	min-width: 133px;
}

a.main_nav_item {
    line-height: 27px;
    text-align: left;
    height: 27px;
}

a.main_nav_item:hover {
    background: transparent;
    line-height: 27px;
    text-align: left;
    height: 27px;
}

a.main_nav_active_item {
    line-height: 27px;
    text-align: left;
    height: 27px;
}

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

.sub_nav_container {
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 938px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
    /*height: 19px;*/

}

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

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

.sub_nav_list li {
    margin: 0px 0 0 0;
    padding: 0px 0 0px 0;
    float: left;
    /*height: 19px;*/

}

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

.sub_nav_list a {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 19px;
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

html>body .sub_nav_list a {
    /*width: 165px;*/
	min-width: 150px;
}

a.sub_nav_item {
    text-align: left;
    line-height: 19px;
    height: 19px;
}

a.sub_nav_item:hover {
    text-align: left;
    line-height: 19px;
    height: 19px;
}

a.sub_nav_active_item {
    text-align: left;
    line-height: 19px;
    height: 19px;
}

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

#footer {
	/*position: absolute;
	top: 1000px;*/
	position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 938px;
    height: 36px;
    clear: both;
}

#footer_variable {
	position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 938px;
    height: 36px;
    clear: both;
}

#footer_text {
    width: 908px;
    height: 26px;
    padding: 5px 13px 5px 17px;
    margin: 0 0px 0px 0px;
    text-align: left;
}

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

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

.content {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

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

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

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

.content input {
    font-family: Arial, Verdana, 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, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

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

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

.content a {
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

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

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

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

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

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

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

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

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