* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	outline:none;
}
a {
	color:black;	
}
a:hover {
	color:#9c1236;
	text-decoration:none;
}
body {
	margin:0px;
	padding:0px;
}

.page {
	width:987px;
	height:494px;
}
.headline {
	width:987px;
	height:54px;
}
.content {
	width:987px;
	height:440px;
	overflow:auto;
	overflow-x:hidden;
	background-image:url(case/cloudbg.jpg);
	background-position:0px 54px;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
* html .content {
	width:987px;
	height:440px;
	overflow:auto;
	overflow-x:hidden;
	background-image:url(case/cloudbg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.content .top {
	padding:0px 0px 0px 10px;
}
.content .bottom {
	height:5px;
	overflow:hidden;
}
.content .bottom .maintbl {
	width:100%;
	min-height:430px;
	margin:0px 0px 5px 0px;
}
.maintbl .left {
	padding:15px 0px 0px 0px;
}
.maintbl .right {
	border:1px solid #dcdcdc;
	background:white;
	padding:20px 0px 0px 12px;
}
.maintbl .rightfollow {
	border:1px solid #dcdcdc;
	border-bottom:none;
	height:413px;
	background:white;
	padding:20px 30px 0px 12px;
}
.maintbl .leftfollow {
	padding:15px 0px 0px 0px;

}
p {
	margin-top:0px;
	padding-top:0px;
}
.Description {
	text-align:right;
	width:105px;
	vertical-align:top;
	padding-top: 3px;
}
input, select {
	border:1px solid #dcdcdc;
	line-height:22px;
	padding:0px 3px;
	height:20px;
	color:#666666;
}
select {
	padding:0px;
	min-width:180px;
}
.button {
	background:#b61226 url(case/ButtonBig.jpg) repeat-x 0px 0px;
	color:#FFFFFF;
	border:none;
	padding:0px 37px;
	height:37px;
	line-height:37px;
	font-weight:bold;
}
.buttonFolgeseite {
	background:#b61226 url(case/ButtonBig.jpg) repeat-x 0px 0px;
	color:#FFFFFF;
	border:none;
	padding:0px 0px;
	height:37px;
	line-height:37px;
	font-weight:bold;
	/*width: 255px;*/
	width: 320px;
}
.buttonright {
	background:#b61226 url(case/ButtonsSmall.jpg) repeat-x 0px 0px;
	color:#FFFFFF;
	border:none;
	padding:0px 0px;
	height:31px;
	line-height:31px;
	/*margin: 0px 0px 0px -49px;*/
	width: 180px;
	font-weight:bold;
}
.buttonErfahrungsbericht {
	background:#b61226 url(case/ButtonBig.jpg) repeat-x 0px 0px;
	color:#FFFFFF;
	border:none;
	padding:0px 0px;
	height:37px;
	line-height:37px;
	font-weight:bold;
	width: 220px;
}
.buttonList{
	background:#b61226 url(case/ButtonsSmall.jpg) repeat-x 0px 0px;
	color:#FFFFFF;
	border:none;
	padding:0px 0px;
	height:31px;
	line-height:31px;
	margin: 0px 0px 0px 0px;
	width: 144px;
	font-weight:bold;
}
.listbg {
	background: url(case/ListBG.png) repeat-y 0px 0px;	
}
* html .listbg {
	background: url(case/ListBG.jpg) repeat-y 0px 0px;	
}
.details {
	border:1px solid #dcdcdc;
}
.BGContent {
	background: #fefefe url(case/BGContent.jpg) repeat-y 0px 0px;	
}