


/********************* global body settings ***************************/

html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background:#000 url(/misc/images/div/bg01.jpg) repeat-x;
	font-family:"Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	margin:0px;
	color:white;
	font-size:12px;
}

div.main, #main{
	width: 1070px;
	margin: 0 auto;
	height:100%;
	clear:both;
	text-align:left;
	
}

/********************* layout settings ***************************/


h3{
	color: #ff0000;
}

li{
	color: white;
}
.box_Case {
	background-color: #434343;
	border: 1px solid #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: auto;
}

.boxTitel_Case {
	width: 100%;
	height: 20px;
	text-align: center;
	background-color: #A32121;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 2px;
	color: #ffffff;
	font-size: 1.15em;
	line-height: 1;
}




