html, body {
	height:100%;
	background-color: #FFFFFF;
}

body, td, p {
	padding:0;
	margin:0;
	border: 0;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #504d4d;
}

div {
	_height: 1%;

}

.default {
	width: 950px;
	margin: 0 auto;
}

/* -- HEAD ------------------------------------------------------------------------- */
.default .head1 {
	height: 83px;
	background-color: #cccbcb;
	position: relative;
}

.default .head1 .logo {
		/* 30px height */
		margin: 53px 0 0;
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
.default .head2 {
	height: 29px;
	background-color: #d41e05;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

/* -- MENUE ------------------------------------------------------------------------- */
.default .menue td {
	text-align: center;
	border-width: 0 1px;
	border-style: solid;
	border-color: #000000 #ffffff #000000 #929292;
	background-color: #ecebeb;
	height: 31px;
	padding: 0 15px;
}

.default .menue a {
	color: #d41e05;
	font-size: 12px;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
}
	
.default .menue td.caktiv,
.default .menue td.cselected,
.default .menue td.caktivfirst,
.default .menue td.cselectedfirst,
.default .menue td.caktivlast,
.default .menue td.cselectedlast {
	text-align: center;
	border-width: 0;
	background-color: #433e3e;
	height: 31px;
}

.default .menue td.caktiv a,
.default .menue td.cselected a,
.default .menue td.caktivfirst a,
.default .menue td.cselectedfirst a,
.default .menue td.caktivlast a,
.default .menue td.cselectedlast a {
	color: #ffffff;
	font-size: 12px;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
}
	
.default .menue td.cfirst {
	border-left: 0;
}

.default .menue td.clast {
	border-right: 0;
}

/* ---------------------------------------------------------------------------------- */
.default .content {
	border-width: 1px 0 0;
	border-color:#f3f2f1;
	border-style: solid;
	margin: 10px 0 0;
	padding: 4px 0 0;
}
/* ---------------------------------------------------------------------------------- */
.default .content .right {
	margin: 0 0 0 350px;
	_margin: 0 0 0 347px;
	padding: 0;
}

.default .content .right .illustration {
	padding: 0px;
	background-color:#d41e05;
	position: relative;
}

.default .content .right .illustration .text {
	padding: 9px 0;
	background-color:#d41e05;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.default .content .right .illustration .text h1 {
		color: #ffffff;
		font-size: 20px;
		line-height: 24px;
		font-weight: bold;
		padding: 0;
		margin: 0 12px;
}
.default .content .right .illustration .text p {
		color: #ffffff;
		font-size: 11px;
		line-height: 13px;
		padding: 0;
		margin: 0 12px;
}


.default .content .left {
	width: 350px;
	float: left;
	_margin: 0 -3px 0 0;
}

/* -- INFOBOX ----------------------------------------------------------------------- */
.default .content .left .infobox {
	border-width: 0 0 1px;
	border-color:#f3f2f1;
	border-style: solid;
	margin: 0;
	padding: 13px 26px 13px 13px;
	font-size: 11px;
	line-height: 16px;
	position: relative;
}

.default .content .left .infobox div.img {
	width: 100px;
	height: 152px;
	padding: 0 18px 0 0;
	float: left;
	text-align: center;
}
.default .content .left .infobox h1 {
	font-size: 14px;
	line-height: 16px;
	color: 504d4d;
	padding: 0 0 7px;
	margin:0;
}
.default .content .left .infobox p {
	font-size: 11px;
	line-height: 16px;
	color: 504d4d;
	padding: 0 0 7px;
	margin: 0;
}
.default .content .left .infobox .more {
	font-size: 11px;
	line-height: 16px;
	color: #504d4d;
	padding: 0;
	margin: 0;
	float: right;
	width: 15px;
	height: 12px;
	position: absolute;
	bottom: 13px;
	right: 26px;
}



.default .content .left .snav {
	border-width: 0 0 1px;
	border-color:#f3f2f1;
	border-style: solid;
	margin: 0;
	padding: 0;
	display: block;
}

.default .content .left .snav a {
	font-size: 14px;
	line-height: 16px;
	color: #504d4d;
	background-image: url(../images/info_more.gif);
	background-repeat:no-repeat;
	background-position:right;
	display:block;
	width: 303px;
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	text-decoration:none;
}


/* -- FUSS ----------------------------------------------------------------------- */
.default .fuss {
	border-width: 1px 0;
	background-color: #f3f2f1;
	border-color:#ffffff;
	border-style: solid;
	margin: 0;
	padding: 2px 0 0;
	text-align:right;
	clear:both;
}

.default .fuss a {
	text-decoration: none;
}
