/*----------------------------------------------------------------------------
	main.css

	
	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: 0px auto;
	text-align: left;
	width: 775px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	padding: 0;
	margin: 0;
	width: 775px;
	height: 217px;
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 16px;
	left: 185px;
	width: 560px;
	height: 168px;
}


/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	z-index: 1;
	position: relative;
	top: 225px;
	text-align: center;
	width: 775px;
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
}

#extra_div1 {
	z-index: 1;
	position: absolute;
	top: 225px;
	left: 415px;
	width: 56px;
	height: 45px;
}

#image_caption {
}

#main_container {
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	margin-top: -215px;
	height: 280px;
	padding-top: 12px;
	padding-left: 28px;
}

#main_nav_list {
	border: 0;	
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#main_nav_list li {
	font-size: 90%;
	margin-bottom: -7px;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	display: block;
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	/*text-align: center;*/
	line-height: 24px;
	height: 28px;
	width: 158px;
	/*padding-right: 11px;
	padding-right: 50px;*/
	padding-left: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 145px;
}

html>body #main_nav_list a {
  	width: 145px;
}

#main_nav_list a:hover {
	text-decoration: none;
}


/*--- subnavigation --------------------------------------------------------*/

.sub_nav_container {	
	z-index: 1;
	position: absolute;
	left: 25px;
	top: 190px;
	float: none;
	width: 755px;
	height: 60px;
	/*padding: 0 15px 0 0;*/
	padding: 0;
	margin: 0;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 790px;
}

html>body .sub_nav_container {
	width: 790px;
}

.sub_nav_list {
	position: absolute;
	top: 0;
	left: 0;
	width: 724px;
	height: 60px;
	margin: 0;
	padding: 0;	
	list-style-type: none;
}

.sub_nav_list li {
	text-decoration: none;
	float: left;
	height: 27px;
	margin-bottom: -7px; /* vertikaler abstand beim umbruch der subnavigation*/
	padding: 0;
}

ul.sub_nav_list li a.sub_nav_item {

	width: 120px;
	height: 27px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;

}

ul.sub_nav_list li a.sub_nav_active_item {

	width: 120px;
	height: 27px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {

	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	background: transparent;
	margin: 0;
    padding-top: 0; /*3px 19px 2px 17px;*/
    float: left;
	height: 32px;
	font-size: 80%;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
}

html>body .sub_nav_list a {
	height: 26px;
}

.sub_nav_list a:hover {
	background: transparent;
	text-decoration: none;
}

a.sub_nav_active_item, a.sub_nav_active_item:visited {
	text-decoration: none;
}

/*--- content --------------------------------------------------------------*/

#content_container {
	overflow: hidden;
	line-height: 1.2;
	width: 700px;
	margin: 0;
	padding: 0;
}

#left_column_container {
}

#sub_container2 {
	width: 720px;
	margin: 0 0 25px 32px;
}

html>body #sub_container2 {
	width: 708px;
}

#min_height_div {
        float: left;
        width: 1px;
        visibility: hidden;
        height: 300px;
}
				
/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0px;
	padding: 0;
	width: 775px;
	height: 65px;
	clear: both;
}

#footer_text {
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
	font-size: 80%;
}


/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-size: 90%;
	line-height: 1.2;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 150%;
}

#content_container h2 {
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 130%;
}

#content_container h3 {
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 110%;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:hover {
	text-decoration : none;
}


/*--- 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 { 
}

li { 
}

/*--------------------------------------------------------------------------*/
