* {
	font-family:Tahoma, Geneva, sans-serif;
}
body {
	margin:0;
	padding:0;
}
div {
	border:0 solid red;
}
div#content {
	margin:0 auto;
	text-align:center;
}
div#container_menu {
	float:left;
	width:70px;
}
div.menu_logo {
	width:70px;
	height:100%;
	text-align:center;
	margin:0 auto;
}
div.menu_logo img {
	text-align:center;
	margin:0 0 0 10px;
}

div.menu_link {
	width:30px;
	height:50px;	
}
div.block {
	float:left;
	width:22%;
	height:100px;
	margin:5px;
	height:500px;
	display:none;
}
div#block1 {
	float:left;
	width:33%;
	height:100px;
	margin:5px;
}
div.block_title {
	background:#00baff;
	color:#FFFFFF;
	padding:10px;
	margin:0 0 5px 0;
	font-weight:bold;
	z-index:1;
	
	-moz-border-radius:10px 10px 0px 0px; /* Firefox */
	-webkit-border-radius:10px 10px 0px 0px; /* Chrome, Safari */
	-khtml-border-radius:10px 10px 0px 0px; /* Konqueror */
	border-radius:10px 10px 0px 0px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
}
div.details {
	z-index:9;
	background:url(bilder/bg_beschreibung.png) repeat;
	display:none;
	position:fixed;
	width:18%;
	font-size:11px;
	padding:15px 5px 15px 15px;
	margin:10px 15px 0 15px;
	text-align:left;
	color:#001056;
	
	box-shadow: 3px 3px 10px #001056;
	
	-moz-border-radius:0 10px 10px 10px; /* Firefox */
	-webkit-border-radius:0 10px 10px 10px; /* Chrome, Safari */
	-khtml-border-radius:0 10px 10px 10px; /* Konqueror */
	border-radius:0 10px 10px 10px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
}
a.button_title {
	color:#ffffff;
	border:0;
}

div.block_text {
	background:#d7f1ff;
	color:#001056;
	min-height:100px;
	padding:5px;
	margin:5px 0 5px 0;
	text-align:left;
	font-size:12px;
	display:none;
	z-index:1;
	}
div.block_text1 {
	background:#d7f1ff;
	color:#001056;
	min-height:100px;
	padding:5px;
	margin:5px 0 5px 0;
	text-align:left;
	font-size:12px;
	display:block;
	
}
div.block_text ul li {
	
}
div.block_text em {
	min-height:50px;
	width:85%;
	clear:both;
	display:block;
	padding:20px 0 10px 30px;
	vertical-align:middle;
	font-style:normal;
}
div.block_text1 em {
	height:50px;
	width:85%;
	clear:both;
	display:block;
	padding:20px 0 10px 30px;
	vertical-align:middle;
	font-style:normal;
}
div.block_text1 em input, div.block_text1 em textarea, div.block_text1 em select {
	background:transparent;
	width:90%;
	height:30px;
	border:1px solid #00baff;
	color:#00baff;
	padding:5px;
}
div.block_text1 em button {
	background:white;
	width:90%;
	height:30px;
	border:1px solid #00baff;
	color:#00baff;
	padding:5px;
}
em.tel {
	background:url(bilder/icon_tel.png) left no-repeat;
}
em.internet {
	background:url(bilder/icon_internet.png) left no-repeat;
}
em.sms_mms {
	background:url(bilder/icon_smsmms.png) left no-repeat;
}
em.ausland {
	background:url(bilder/icon_ausland.png) left no-repeat;
}
em.details {
	background:url(bilder/icon_details.png) left no-repeat;
	height:auto;

}
em.preise {
	background:url(bilder/icon_preis.png) left no-repeat;
	font-size:18px;
	font-weight:bold;
}
.active img {
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
	}