/*----------------------------------------------------------------------------
	submain.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container3 {
   Z-index: 5;
   position: relative;
   top: 0;
   left: 4px;
	float: left;
	clear: both;
	width: 721px;
	padding: 0;
	overflow: hidden;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list3 {
   width: 100%;
	border: 2px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.sub_nav_list3 ul {
	border: 2px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#expendcontainer {
   position: relative;
   background: url(resources/gelbkgnd.jpg)  no-repeat;
    height:547px;
   width:540px;
   background-color:transparent;
   float:left;
   top:0px;
   left:5px;
   z-index:2;
	line-height: 1.3;
	margin: 0;
	padding: 0;


}

.sub_nav_list3 li {
	margin: 0;
	padding: 0;
	float: left;
	text-align:center;
}

/*--- subnavigation items --------------------------------------------------*/


#sub_nav_list3 {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	list-style-type: none;
}

.sub_nav_list3 a {
	text-align: center;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	width: 83px;
	padding: 0 0 0 20px;
	display: block;
}

/*--- content --------------------------------------------------------------*/
