/*----------------------------------------------------------------------------
	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 {
	background-image: url(images/static/pagebg.gif);
	margin: 0px 0 15px 0px;
	padding: 0;
	text-align: center;
}
/*-- global container ------------------------------------------------------*/

#container {
	background-color: #ffffff;
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 929px;
}
#header {
	background: no-repeat;
	background-image: url(images/static/headerbg.gif);
	position: relative;
	padding-bottom: 5px;
	margin: 0;
	width: 929px;
	/* height: 180px;*/

    top: 0px;
	left: 0px;
}
#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 {
	margin-top: 0px;
	padding: 0;
	/*width: 200px;*/

    float: left;
}
#sub_container1 {
	margin: 0 0 0 0px;
	padding: 0;
}
#sub_container2 {
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20;
	margin-left: 20px;
	border: 1px solid #F6F5F1;
}
#content_container {
	overflow: hidden;
	padding: 0;
	width: 865px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*--- key visual -----------------------------------------------------------*/

#key_visual {
	background: no-repeat;
	clear: both;
	position: relative;
	top: 0px;
	left: 2px;
	width: 924px;
	height: 113px;
}
/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
	background-image: url(images/static/slogan_bg.gif);
	position: relative;
	top: 0px;
	left: 0px;
	padding: 3px 5px 3px 5px;
	margin-bottom: 3px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 919px;
	text-align: right;
}
html>body #slogan {
	width: 919px;
}
/*--- logo -----------------------------------------------------------------*/

#logo {
	background: no-repeat top right;
	width: 202px;
	height: 80px;
	position: relative;
	top: 15px;
	left: 677px;
}
/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	background-image: url(images/static/menubg.gif);
	z-index: 1;
	position: relative;
	top: 3px;
	left: 0px;
	line-height: 0;
	padding: 0 0px 0 0px;
	margin: 0 0 0px 0;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 929px;/*height: 26px;*/
}
html>body #main_nav_container {
	width: 929px;
}
#main_nav_list {
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
}
#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 15px 0px 20px;
	display: block;
	float: left;
	line-height: 26px;
	text-align: center;
	height: 26px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
html>body #main_nav_list a {
	height: 26px;
}
a.main_nav_item {
	background: no-repeat;
	background-position: top left;
}
a.main_nav_item:hover {
	background: repeat-x;
	background-position: top left;/*background: transparent;*/
}
a.main_nav_active_item {
	background: repeat-x;
	background-position: top left;
}
/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	background-color: #ffffff;
	position: relative;
	top: 0px;
	left: 5px;
	line-height: 0;
	padding: 0 0px 0 0px;
	margin: 0px 0 0px 0;
	overflow: hidden;
	width: 924px;
	voice-family: "\"}\"";
	voice-family: inherit;
	/*height:26px;*/
    /* background : url(images/static/submenu_bg.gif) bottom right no-repeat;*/

}
html>body .sub_nav_container {
	width: 924px;
}
/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	border: 0;
	margin: 0 0px 0 25px;
	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 11px 0px 11px;
	display: block;
	float: left;
	line-height: 26px;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
}
a.sub_nav_item {
    background: no-repeat;
}

a.sub_nav_item:hover {
    background: no-repeat;
}

a.sub_nav_active_item {
    background: no-repeat;
}

html>body .sub_nav_list a {
	height: 26px;
}
/*--- footer ---------------------------------------------------------------*/

#footer {
    background-color: #ffffff;
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}
#footer_text {
	padding: 12px 12px 0 12px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #4C5871;	
	font-family: Arial, Tahoma, 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 select {
    color: #4C5871;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.content input {
    color: #4C5871;
    border-color: #989898;	
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
}
.content textarea {
    color: #4C5871;
    border-color: #989898;	
	font-family: Arial, Tahoma, 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 table {
    color: #4C5871;
    border-color: #989898;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-left: 1px;
	margin-bottom: 15px;
    border-left: 1px solid;
	border-top: 1px solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}


.content th {
    color: #ffffff;
    background-color: #989898;
    border-color: #989898;	
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 3px 5px 3px 5px;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
}
.content td {
    border-color: #989898;	
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 3px 5px 3px 5px;
}
.content tr.odd {
    color: #6E6E6E;
    background-color: #ffffff;	
	padding: 3px 2px 3px 2px;
}
.content tr.even {
    color: #6E6E6E;
    background-color: #E6E6E6;	
	padding: 3px 2px 3px 2px;
} */
/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #3C3C3C;	
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}
.content legend {
    color: #3C3C3C;
}

.content label {
    color: #3C3C3C;
}

.content #submit {
    background-color: #F2F2F2;
    border-color: #B8B8B8;
    color: #587201;
}
/*--- ----------------------------------------------------------------*/
#weblog_calendar caption {
    color: #7A7A7A;
}

/*--------------------------------------------------------------------------*/
.small_txt {
	color: #F00;
}

