/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG



/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 730px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	padding: 0;
	margin: 20px 20px 20px 5px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container2 {
	position: relative;
	float: right;
	margin: 15px 20px 20px 0;	
	padding: 0;
	width: 490px;
	z-index:4;
}
#sub_container3 {
	position: relative;
	float: left;
	left:0px;
   top:0px;
	padding: 0;
	width: 500px;
	z-index:4;
	  font-family: "Trebuchet MS,Tahoma,Verdana,Arial,sans-serif";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #036;
}


.sub_container4 {
	position: relative;
	left:0;
   top:0px;
	padding: 0;
	width: 520px;
	z-index:4;
}

#content_container {
position:relative;
top:0px;
	clear: both;
	overflow: hidden;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	width: 510px;
}

#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;

	z-index:2;
}

.left_content {
  position:relative;
  font-family: "Trebuchet MS,Tahoma,Verdana,Arial,sans-serif";
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
   top:30px;
   left:20px;

  text-decoration: none;
  color: #369;
 /*-- border:1px solid #000000;--*/
  	z-index:10;
}


/*--- header ------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 220px;
	top: 0;
	left: 0;
}
/*width changed from 730px to 100%*/


/*--- key visual -----------------------------------------------------------*/

#key_visual {
	z-index: 1;
	position: absolute;
	top: 25px;
	left: 5px;
	width: 100%;
	height: 220px;
}

/*width changed from 730px to 100% also was 720 here*/

/*--- logo -----------------------------------------------------------------*/

#logo {
	z-index: 2;
	width: 215px;
	height: 35px;
	position: relative;
	top: 35px;
	left: 5px;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	position: relative;
	z-index: 2;
	top: -10px;
	left: 235px;
	width: 490px;
}

#text_announce {
	position: relative;
	z-index: 2;
	top: 150px;
	left: -150px;
	width: 490px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	z-index: 1;
	position: relative;
	top: 0;
	left: 4px;
	float: left;
	width: 721px;
	padding: 0;
	margin: 25px 0 0 0;
	overflow: hidden;
}

/*width changed from 721px to 100% was 723 in tablecss*/

#main_nav_list {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	list-style-type: none;
}

#main_nav_list li {
	height: 28px;
	float: left;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	background: transparent;
	margin: 0;
	padding: 2px 19px 0 24px;
	display: block;
	float: left;
	height: 28px;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
}

/*---html>body #main_nav_list a { ---*/
/*---	height: 26px; };---*/

#main_nav_list a.main_nav_item:hover {
	background: transparent;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {

	clear: both;
	margin: 0;
	padding: 0;


}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {

	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	margin: 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	text-align: left;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	width: 160px;
	padding: 0 0 0 20px;
	display: block;
}


/*--- content --------------------------------------------------------------*/

#content_container table {
	border-style: dotted;
	border-width: 1px;
	border-spacing: 0;
}

.text_caption2 {
	position: relative;
float:right;
	z-index: 4;
	top:-100px;
	left: 150px;
	width: 200px;


}

/*--- change left from 200px to 0-------*/


/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 730px;
	height: 65px;
	clear: both;
}

#footer1 {
   padding: 0;
	width: 730px;
	height: 65px;
	clear: both;
   margin:-65px 0 0 0;
}

#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
}


/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	line-height: 1.3;

}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

input {
	border-style: solid;
	border-width: 1px;
}

textarea {
	border-style: solid;
	border-width: 1px;
}

/*--------------------------------------------------------------------------*/
