/*----------------------------------------------------------------------------
	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;
    padding: 0;
    text-align: center;
*/
    valign: top;
	bgcolor: #ffffff;
	
}

/*-- global container ------------------------------------------------------*/

#mainContent {
	width: auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#container {
	width: 100%;
}
/*
#header {
	position: relative;
	height: 10px;
}
*/
#header_text {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
}

#header_text2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #000000;
}

#main_container {
    padding: 0;
    margin: 0px 0px 0px 0px;
}

#layout_table {
    border-collapse: collapse;
}

#sub_nav_column {
	vertical-align: top;
}

#content_column {
    vertical-align: top;
}

#left_column_container {
	width: 100%;
	height: 400px;
}
#right_column_container {
	width: auto;
	height: auto;
	float: left;
}
#sub_container1 {
    margin: 0 0 0 0px;
    padding: 0;
}

#sub_container2 {
	margin: auto;
	padding: auto;
	width: 200px;
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	float: left;
}

#content_container {
    overflow: hidden;
    margin: 0px 0px 0px 0;
    padding: 0;
    width: 680px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: relative;
	width: auto;
	height: 165px;
}

/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
    position: relative;
    top: 7px;
    left: 0px;
    padding: 0px 0 0px 30px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 843px;
}

html>body #slogan {
    width: 843px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 200px;
    height: 80px;
    position: relative;
    top: 20px;
    left: 60px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
    /*height: 27px;*/

}

#main_nav_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: static;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 10px 0px 30px;
    display: block;
    float: left;
    line-height: 27px;
    text-align: center;
    height: 27px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

html>body #main_nav_list a {
    height: 27px;
}

a.main_nav_item:hover {
    /*background: transparent;*/

}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	padding: 0;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 190px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	margin: 0;
	padding: 0;
}

.sub_nav_list li {
	margin: 3px 0 2px 0;
	padding: 0;
	list-style-type: none;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	overflow: hidden;
	line-height: 27px;
	height: 28px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

html>body .sub_nav_list a {
	width: 125px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: auto;
	/*height: 21px;*/

    clear: both;
}


/*----------------------------------------------------------------------------
  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 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	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-left: 1px;
	margin-bottom: 15px;
	/* width: 99.8%;*/

    border-left: 1px solid;
	border-top: 1px solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}

.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 ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content th {
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 3px 5px 3px 5px;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}

.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 ----------------------------------------------------------------*/

/*---------------------------------------------------------------------
a {
	font-family: tahoma, serif;
	font-size: 18px;
	color: #999999;
}-----*/
a:link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #6699FF;
}
a:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #6699FF;
}
a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #6699FF;
}
a:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #6699FF;
}
