/* CSS Document */

/* left column */
#left {
	width: 222px;
	float: left;
	padding: 8px 8px 0 8px;
	margin: 0;
	
	voice-family:"\"}\"";
	voice-family:inherit;
	
	width: 204px;
	border: 1px;
}
html>body #left {
	width: 204px;
}
/* center column */
#middle {
	width: 352px;
	float:left;
	padding: 0px 9px 0 0;
	margin: 0;

	voice-family:"\"}\"";
	voice-family:inherit;

	width: 343px;
}
* html #middle {
	margin-left: -3px;
}
html>body #middle {
	width: 343px;
}
/* right column */
#right {
	width: 352px;
	float: right;
	padding: 0px 9px 0 0;
	margin: 0;
	
	voice-family:"\"}\"";
	voice-family:inherit;

	width: 343px;
}
html>body #right {
	width: 343px;
}
#top {
	/*background-color: yellow;*/
	float: left;

	padding: 8px 0 0 0;
	margin: 0;

	voice-family:"\"}\"";
	voice-family:inherit;

	width: 695px;
	
}
* html #top {
	margin-left: -5px;
}
html>body #top {
	width: 695px;
}

/*-------------------------------------------------------------------------------*/
/*--- megavorteil startseite ---*/
/*-------------------------------------------------------------------------------*/
.megavorteil-container {
	margin-bottom: 10px;
}

.megavorteil-item {
	background: #b2f0ff;
}
.megavorteil-item h1 {
	background: #fff url(images/343-blau.jpg) no-repeat;
	height: 17px;
	font-size: 100%;
	border-bottom: 1px solid #fff;
	padding: 3px 0px 0px 10px;
	margin: 0px;
}
.megavorteil-item a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.megavorteil-item a:hover {
	text-decoration: underline;
}

.megavorteil-item-content {
	padding: 10px;
	height: 253px;
}
.megavorteil-item img {
	border: none;
	/*width: 320px;*/
	height: 200px;
}






