#content_container {
	margin:0px 20px;
	margin-left:20px;
	min-height:300px;
}

#content {
	width:630px;float:right;
}

#content_left {
	width:170px;
	float:left;
}

#content_left ul li  {
	margin-bottom:0.5em;
	margin-left:10px;
	list-style-image: url('../img/lipu_gray.gif');
}

#content_left ul li a {
	color:black;
	font-weight:normal;
	text-decoration:none;
}

#content_left ul li.active a {
	font-weight:bold;
}

/*
#content_left .ControllerAction {
	clear:both;
	margin-bottom:1em;
}
*/

#content_left a {
	text-decoration:none;
}



#header {
	position:relative;
	height:150px;
	background-image: url('../img/heuberger.png');
	background-position:center;
	background-repeat:no-repeat;
}

	#searchfield {
		padding-top:48px;
		padding-left:40px;
	}
	
#navigation {
	height:30px;
}

#content_left h2 {
	font-size:14px;
	background-image: url('../img/topnavi_li.gif');
	background-position:0px 4px;
	background-repeat:no-repeat;
	color:gray;
	padding-left:13px;
	margin:7px 0px;
}

#content h2 {
	color:#707070;
	letter-spacing: -0.05em;
}

#content h3 {
	color:#A60000;
}

div.ControllerAction {
	xborder: 1px dashed orange;
}


div.image {
	xborder: 1px solid #dddddd;
	width:auto;
	text-align:center;
}

div.image img {
	xmargin: 3px;
}

div.image span.text {
	width:100%;
	display:block;
	background-color:#eeeeee;
	padding: 3px 1px;
}

div.image.right {
	margin-left:1em;
}

div.image.left {
	margin-right:1em;
}

div.SitesController.PathAction a {
	text-decoration:none;
}

.selected {
	background-color: #ffffcc;
}

.content_hover {
	border-top:3px dashed silver;
}