/*----------------------------------------------------------------------------
	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 {
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}

/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0 0 0px 0;
	margin: 0 auto;
	text-align: left;
	width: 975px;
}

#header	{
	/*position: relative;*/
	padding: 13px 18px 13px 18px;
	margin: 0px 0 0 0;
	width: 939px;
	/*height:179px;*/
	/*top: 10px;
	left: 0px;*/
}

#main_container {
	padding: 0 73px 0 73px;
	margin: 0px 0px 0px 0px;
}
.top_content {
	padding: 0;
	margin: 0px 0 0 0;
	height: 5px;
	width: 975px;
}

.bottom_content {
	padding: 0;
	margin: 0px 0 0 0;
	height: 38px;
	width: 975px;
}
.space {
	padding: 0;
	margin: 0;
	height: 10px;
	width: 975px;
}
#layout_table {
	border-collapse: collapse;
}

#sub_nav_column {
	vertical-align: top;
}

#content_column {
	vertical-align: top;
}

#left_column_container {
	margin: 0 0px 0 0px;
	padding: 0;
	/*width: 200px;*/
	float: right;
}

#sub_container1 {
	margin: 0 0 0 0px;
	padding: 0;
}

#sub_container2 {
	margin: 0px 0px 0 0;
	padding: 30px 0px 30px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	min-width:500px;
}

#content_container {
    overflow: hidden;
	margin: 0px 0px 0px 0;
	padding: 0;
	width: 829px;
}
.table_top {
	margin: 0 0 0 0px;
	padding: 0;
	height: 33px;
}
/*--- key visual -----------------------------------------------------------*/

#key_visual {
	/*clear: both;*/
	/*position: relative;
	top: 0px;
	left: 0px;*/
    background-position:50% 50% !important;
    background-repeat: no-repeat;
	width: 937px;
	height: 275px;
	padding: 1px;
	border:1px solid;
}

/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 34px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;	  	
	position: relative;
	top: 120px;
	left: 20px;
	float:left;
	padding: 0px 0 0px 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 370px;
	text-shadow: 1px 1px 1px #999999;
}

html>body #slogan {
	width: 370px;
} 

/*--- logo -----------------------------------------------------------------*/

#logo {
	width: 275px;
	height: 80px;
	/*position: relative;
	top: 13px;
	left: 0px;*/
	margin-top:13px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	z-index: 1;
	/*position: relative;
	top: 0px;
	left: 0px;*/
	line-height: 0;
	padding: 0 0px 0 0px;
	margin: 0 0 12px 0;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	/*width: 909px;*/
	/*height: 27px;*/
}

html>body #main_nav_container {
	/*width: 909px;*/
} 

#main_nav_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0px 0 0 0;
	padding: 0;

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	overflow: hidden;
	margin: 0;
    padding: 0px 20px 0px 13px;
    display: block;
    float: left;
	line-height: 24px;
	text-align: center;
	height: 24px;	
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body #main_nav_list a {
	height: 24px;
} 

a.main_nav_item { 
	font-family: Georgia,"Times New Roman",Times, serif;
    font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

a.main_nav_item:hover {
	font-family: Georgia,"Times New Roman",Times, serif;
  	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;		
}

a.main_nav_active_item { 
	font-family: Georgia,"Times New Roman",Times, serif;
    font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	/*position: relative;
	top: 5px;
	left: 0px;*/
	line-height: 0;	
	padding: 0 0px 0 0px;
	margin: 0px 0 0px 0;
	overflow: hidden;
	/*width: 909px;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	/*height:22px;*/
	text-align: center;
}

html>body .sub_nav_container {
	/*width: 909px;*/
} 

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	overflow: hidden;
	margin: 0;
    padding: 0px 40px 0px 13px;
    display: block;
    float: left;
	line-height: 32px;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 32px;
}

html>body .sub_nav_list a {
	height: 32px;
} 

a.sub_nav_item {
	font-family: Georgia,"Times New Roman",Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a.sub_nav_item:hover {
	font-family: Georgia,"Times New Roman",Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a.sub_nav_active_item {
	font-family: Georgia,"Times New Roman",Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	/*width: 969px;*/
	/*height: 21px;*/
	clear: both;
	text-align: center;
}

#footer_text {
	font-family: Georgia,"Times New Roman",Times, serif;	
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;	
	padding: 15px 53px 15px 53px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#footer_text a {
	text-decoration: underline;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content, .content p, .content table, .content select, .content input, .content textarea {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.content, .content p {
	margin: 5px 0 20px 0;
	padding: 0;
	line-height: 1.6;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.content a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.content a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.content a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    margin-left: 1px;
    margin-bottom: 15px;
   /* width: 99.8%;*/
	border-left: 1px solid;
	border-top: 1px solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}

.content th {
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 3px 5px 3px 5px;
	text-align: left;
	font-weight: bold;
	font-family: Georgia,"Times New Roman",Times, serif;
}

.content tr {
}

.content td {
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 3px 5px 3px 5px;
}

.content tr.odd {
	padding: 3px 5px 3px 5px;
}

.content tr.even {
	padding: 3px 5px 3px 5px;	
}

/*--- 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 #submit {
	padding: 2px 5px 2px 5px;
}
.content label { 
}

.content select { 
}

.content option { 
}

/*--- lists ----------------------------------------------------------------*/

.content ol { 
}

.content ul { 
}

.content li { 
}

/*--------------------------------------------------------------------------*/
