/*----------------------------------------------------------------------------
	main.css

	Dieses css-file enthält alle Definitionen neben 
	colorschemes.

	(c) Roland Stumpp
 ----------------------------------------------------------------------------*/

/*-- Haupt Container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 1024px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	padding: 0;
	margin: 0;
	width: 1024px;
	height: 268px;
	top: 0px;
	left: 0px;
}

/*--- Blickfeld -----------------------------------------------------------*/

#key_visual {
	position: relative;
	top: 69px;
	left: 0px;
	width: 1024px;
	height: 198px;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	position: absolute;
	top: 25px;
	left: 0px;

}

#extra_div1 {
	position: absolute;
	top: 22px;
	left: 0px;
	padding-left: 100px;
	height: 20px;
}

#extra_div2 {
	position: absolute;
	top: 34px;
	left: 2px;
	width: 90px;
	height: 34px;
}

/*--- Container -----------------------------------------------------------------*/

#left_column_container {
	padding: 0;
	margin-top: 25px;
	float: left;
	width: 190px;
}	

#sub_container1 {
/*
	height: 381px;
	margin-top: 20px;
	margin-left: 10px;
	padding: 0;


	border-width: thin;
	border-style: solid;
	border-color: #0000ff;
*/		
	width: 95px;
	margin: 0 0 0 10px;
	padding: 0;
}

#sub_container2 {
/*
	border-width: thin;
	border-style: solid;
	border-color: #00ff00;
*/

	/*width: 735px;*/

	float: right;
	/*margin-top: 50px;*/
	/*margin: 15px 15px 15px 0;*/
	padding: 0;
	width: 799px;
}



#extra_div4 {
/*
	border-width: thin;
	border-style: solid;
	border-color: #ff0000;
	*/
	height: 381px;
	width: 95px;
	margin: 0 0 0 10px;
	padding: 0;

}
#accordion  {
	width: 100%;
	height: 100%;
	}
#accordion h4  {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #277E0B;
	margin-top: 1px;
}
	
/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	margin: 0 0 0 8px;
	padding: 0;	
}

#main_nav_list {
	border: 0;	
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#main_nav_list li {
	margin: 3px 0 2px 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	
	display: block;
	text-align: left;
	line-height: 24px;
	height: 28px;
	width: 165px;
	padding-left: 12px;
	overflow: hidden;
}

#main_nav_list a:hover {
	text-decoration: none;
}



/*--- subnavigation --------------------------------------------------------*/

.sub_nav_container {
	z-index: 1;
	position: relative;
	top: 5px;
	left: 0px;
	float: right;
	width: 833px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	min-height: 23px;
}

.sub_nav_list {
	position: relative;
	width: 819px;
	margin: 0;
	padding-left: 270px;
	top: -2px;
	left: 26px;
	list-style-type: none;
}
.sub_nav_list1 {
	position: relative;
	width: 819px;
	margin: 0;
	padding-left: 270px;
	top: -2px;
	left: 26px;
	list-style-type: none;
}
.sub_nav_list li {
	text-decoration: none;
	float: left;
	margin: 0;
	padding: 0;
}
.sub_nav_list1 li {
	text-decoration: none;
	float: left;
	margin: 0;
	padding: 0;
}
/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	overflow: hidden;
	width: 120px;
	height: 23px;
	line-height: 23px;
	background: transparent;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
	float: left;	
}
.sub_nav_list1 a {
	overflow: hidden;
	width: 120px;
	height: 23px;
	line-height: 23px;
	background: transparent;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
	float: left;	
}
.sub_nav_list a:hover {
	background: transparent;
	text-decoration: none;
}
.sub_nav_list1 a:hover {
	background: transparent;
	text-decoration: none;
}
a.sub_nav_active_item {
	text-decoration: none;
}

/*--- content --------------------------------------------------------------*/
#round-box2  {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	}
#content_container {
	margin: 0 auto;
	padding: 0;
	line-height: 1.2;
	width: 100%;
}
#content_container1 {
	margin: 0 auto;
	padding: 0;
	line-height: 1.2;
	width: 90%;
	text-align: justify;
	}
.umrundung {
	margin: 0 auto;
	width: 90%;
	height: 100%;
	margin-top: 30px;	
}
#round-box1{
	margin: 0 auto;
	width: 235px;
	height: 100%;
	margin-top: 50px;	
}
#links  {
	float:left;
	width: 33%;
	height: 100%;
	}
#mitte  {
	float:left;
	width: 33%;
	height: 100%;
	}
#rechts  {
	float:left;
	width: 33%;
	height: 100%;
	}
#content_container td {
	border: 0px solid #277E0B;
	border-spacing: 0px;
}

#content_container tr.odd {
	font-size: 90%;
}

#content_container tr.even {
	font-size: 90%;
}


/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 1024px;
	height: 79px;
	clear: both;
}

#footer_text {
	
	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 {
	font-family: Trebuchet MS,Tahoma,sans-serif;
	font-style: normal;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p, #content_container1 p {
	margin: 0px 0 10px 0;
	padding: 0px 0 0px 0;
	line-height: 1.2;
}
/*-------Javascript-Info--------------------------*/
	
.javascript_info  {
	position : absolute;
	z-index : 1000;
	width : 235px;
	height : 174px;
	margin: 10px 0 0px 500px;
}
.javascript_info {
	background: #E5E5E5 url(./resources/ns_info_box.gif) no-repeat;
}

.js_info {
	padding : 1px 7px 0px 7px;
	
}
.javascript_info h4 {
	padding : 0px 0 0px 45px;
}
.javascript_info p {
	font-size: 0.80em!important;
	font-weight: normal;
	text-decoration: none;	
	color: #3d3d3d;	
} 

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	font-size: 140%;
	font-weight: bold;
}

#content_container h2 {
	font-size: 130%;
	font-weight: bold;
}

#content_container h3 {
	font-size: 100%;
	font-weight: bold;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:hover {
	text-decoration : none;
}
#link  {
	margin: 0 auto;
	background: #F4FFEF;
	width: 98%;
	height: 140px;
	padding: 5px;
	}
.linktext   {
    background: #FFFFFF ;
	text-align: center;
	margin: 0 auto;
	padding: 4px;
	width: 90%;
	height: 50px;
	border: 1px solid #ccc;
    }
.link-1  {
	text-align:center;
	background: #F4FFEF;
	width: 100%;
	height: 180px;
	margin: 0 auto;
	margin-top: 30px;
	}
.link-2  {
	text-align:center;
	background: #FDE4B6;
	width: 100%;
	height: 109px;
	margin: 0 auto;
	margin-top:10px;
	padding: 20px 0 20px 0px;
	}
.link-3  {
	text-align:center;	
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-top: 30px;
	}	
/*----------------Impressum-------------------------------------------------*/
#adresse-li  {
	width: 25%;
	float: left;
	text-align: left;
	padding: 0 0 0px 0px;
	font-weight:bold;	
	}
#adresse-re {
	text-align: left;	
	padding: 0 0 0px 0px;
	}

/*-----------Sitemap-und Listenbefehle--------------------------*/
#sitemap1 {
	float:left;
	margin-left: 40px;
    width: 330px;
	height: 150px;
	padding-top: 10px;
	background: #F4FFEF;
	}
	
#sitemap2  {
	float:left;
   	width: 330px;
	height: 150px;
	padding-top: 10px;
    border-left: 1px solid #277E0B;	
	background: #F4FFEF;
}
#sitemap3  {
    float: left;
	margin-left: 40px;
	width: 330px;
	height: 150px;
	padding-top: 10px;
    border-top: 1px solid #277E0B;	
	background: #F4FFEF;
}
#sitemap4  {
	float:left;
    width: 330px;
	height: 150px;
	padding-top: 10px;
    border-left: 1px solid #277E0B;
	border-top: 1px solid #277E0B;	
	background: #F4FFEF;
}
.square  {
	list-style: square inside;
	margin-left: 50px;
	}
.disc  {
	list-style: disc inside;
	margin-left: 40px;
	}	

