/* Content */
#content {
	position: absolute;
	width: 595px;
	right: 0px;
	left: 155px;
	top: 86px;
	z-index: 1;
}
#content_top {
	/* position: absolute;*/
	/*top: 0px;*/
	width: 100%;
	height: 35px;
		
}
#content_top_ueberschift {
	position: absolute;
	left: 5px;
	
	/* IE6
	top: 5px; */

	/*
	color: #FFFFFF;
	padding: 32px 0px 0px 5px;
	margin: 0px 0px 10px 0px;
	*/
}
#content_box {
	position: relative;
	margin: 10px 0px 0px 5px;
	width: 100%;
	/*top: 40px;*/
}

/* Menue Left */
	#menue 
	{
		position: absolute;
		height: auto;
		width: 150px;
		left: 0px;
		top: 86px;
	}
	#menue ul
	{
		float:left;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	#menue li
	{
		width: 148px;
		float:left;
		/*background-color: #CFDCFE;*/
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFFFFF;
		
		padding: 4px 0px 4px 4px;
		margin: 0px 0px 0px 0px;
		
		/* background:transparent url(/images/menu_triangel.gif) no-repeat scroll 0pt 12px; */
			
	}
	#menue a
	{
		color:#333333;
		text-decoration: none;
	}
	
/* Webhosting Content */
.webS {
	background-color: #F0F0FF;
}

.webM {
	background-color: #F0FFF0;
}

.webL{
	background-color: #FFFFF0;
}

.webXL{
	background-color: #FFF0F0;
}





	