/*
METHIS ROT: #E32119, vorher: #a60000 (aus Entwurf)
METHIS GRAU: #747476, vorher: #494949 (aus Entwurf)
*/


body {
	padding:0px;
	margin:0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

/*IE6 PNG Fix*/
img { behavior: url(./js/iepngfix.htc) }

a {
	text-decoration: none;
	color: #747476;
}

a:hover {
	background-color: #E32119;
	color: white;
}

.menu {
	position: relative;
	top:0px;
	background-color: #747476;
	width: 20px;
	height: 1200px;
	float:left;
}

.menu img {
	position:relative;
	top:130px;
}

/*METHIS ROT: E32119 */
.hover {
	background-color: #E32119;
}

.selected {
	background-color: #E32119;
}

.menu a {
	text-decoration: none;
	color: white;
	font-family: Arial;
	font-size: 13px;
}

.seperator {
	position: relative;
	top:0px;
	background-color: white;
	width: 1px;
	height: 100%;
	float:left;
	
}

.content {
	z-index: 0;
	position: relative;
	top:0px;
	width: 380px;
	height: 1200px;
	float:left;
	display: none;
	background-color:transparent;

	background-image: url("../images/welle_verlauf.png");
	background-position: bottom left;
	background-repeat: no-repeat;

}

.content_back {
	z-index: -1;
	position:absolute;
	width:380px;
/*	height:291px;*/
	height:100%;
/*	left:20px;*/
	top:0px;
	background-image: url("../images/content_footer.png");
	background-position: bottom left;
	background-repeat: no-repeat;

}

.contentframe {
	width:100%;
	height:100%;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color:transparent;
}


.right {
	position: relative;
	top:0px;
	background-color: transparent;
	width: 271px;
	height: 100%;
	float:left;

}

.topright {
	width:100%;
	height:145px;
	background-image: url(../images/topright.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.midright {
	padding-left: 45px;
	top:145px;
	width:100%;
	height:300px;	
}

.menuright {
	position: relative;
	top:10px;
	left:70px;
}

.rightframe {
	width:100%;
	height:300px; /* = 580-145  */
}

.bottomright {
	padding-left: 45px;
	top:145px;
	width:100%;
	height:135px; /* = 580-145-300  */
}

.bottomrightframe {
	width:100%;
	height:135px; /* = 580-145-300  */
}