/* @group Basics */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
img{
	border: 0;
}
ul {
	list-style: none;
}

body {
	background-color: #000;
}

i {
	display: none;
}

/* @end */

/* @group fw */

#fw {
	
}

#fwHead1, #fwHead2, #fwHead3, #fwHead4 {
	height: 353px;
	position: relative;
}
#fwHead1 {
	/* Bildchen */
}
#fwHead2 {
	background: url(../img/bg_fwHead2.png) no-repeat left top;
}
#fwHead3 {
	background: url(../img/bg_fwHead3.png) no-repeat right top;
}
#fwHead4 {
	background: url(../img/bg_fwHead4.png) repeat-x;
}

#fwLogo {
	position: absolute;
	top: 25px;
	left: 25px;
}

#fwClaim1 {
	position: absolute;
	top: 328px;
	left: 0px;
	width: 650px;
	height: 25px;
}

#fwMain {
	position: relative;
	height: 420px;
}

#fwClaim2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 15px;
}

#fwNav {
	position: absolute;
	top: 22px;
	left: 22px;
	width: 193px;
	background: #b0bec6 url(../img/bg_fwNav.png) no-repeat;
	margin-bottom: 25px;
}

#fwContent {
	position: absolute;
	top: 36px;
	left: 400px;
	width: 320px;
	padding-bottom: 50px;
}

/* @end */

/* @group fwHead */

.default   #fwHead1 { background: url(../img/header_default.png) no-repeat left top; }
.home      #fwHead1 { background: url(../img/header_home.png) no-repeat left top; }
.team      #fwHead1 { background: url(../img/header_team.png) no-repeat left top; }
.portfolio #fwHead1 { background: url(../img/header_portfolio.png) no-repeat left top; }
.treatment #fwHead1 { background: url(../img/header_treatment.png) no-repeat left top; }
.events    #fwHead1 { background: url(../img/header_events.png) no-repeat left top; }
.reasons   #fwHead1 { background: url(../img/header_reasons.png) no-repeat left top; }
.contact   #fwHead1 { background: url(../img/header_contact.png) no-repeat left top; }

.default   #fwClaim1 { background: url(../img/claim_default_01.png) no-repeat left top; }
.home      #fwClaim1 { background: url(../img/claim_home_01.png) no-repeat left top; }
.team      #fwClaim1 { background: url(../img/claim_team_01.png) no-repeat left top; }
.portfolio #fwClaim1 { background: url(../img/claim_portfolio_01.png) no-repeat left top; }
.treatment #fwClaim1 { background: url(../img/claim_treatment_01.png) no-repeat left top; }
.events    #fwClaim1 { background: url(../img/claim_events_01.png) no-repeat left top; }
.reasons   #fwClaim1 { background: url(../img/claim_reasons_01.png) no-repeat left top; }
.contact   #fwClaim1 { background: url(../img/claim_contact_01.png) no-repeat left top; }

.default   #fwClaim2 { background: url(../img/claim_default_02.png) no-repeat left top; }
.home      #fwClaim2 { background: url(../img/claim_home_02.png) no-repeat left top; }
.team      #fwClaim2 { background: url(../img/claim_team_02.png) no-repeat left top; }
.portfolio #fwClaim2 { background: url(../img/claim_portfolio_02.png) no-repeat left top; }
.treatment #fwClaim2 { background: url(../img/claim_treatment_02.png) no-repeat left top; }
.events    #fwClaim2 { background: url(../img/claim_events_02.png) no-repeat left top; }
.reasons   #fwClaim2 { background: url(../img/claim_reasons_02.png) no-repeat left top; }
.contact   #fwClaim2 { background: url(../img/claim_contact_02.png) no-repeat left top; }



/* @end */

/* @group fwNav */

#fwNav ul {
	background: url(../img/bg_fwNav_ul.png) no-repeat left bottom;
	min-height: 380px;
	height: auto !important;
	height: 380px;
}
#fwNav ul li {
	padding: 20px 20px 0 20px;
}
#fwNav ul li a {
	text-decoration: none;
	color: #2f2f31;
	font-size: 14px;
	font-weight: bold;
	
}
#fwNav ul li.current a {
	color: #000;
}

/* @end */

/* @group fwContent */

#fwContent * {
	color: #999;
	line-height: 18px;
}
#fwContent p {
	margin: 0 0 10px 0;
}

#fwContent b {
	font-weight: bold;
}

#fwContent table tr td {
	padding-right: 15px;
}

#fwContent ul {
	list-style-type: disc;
}

#fwContent ul li {
	margin-left: 15px;
	padding-bottom: 15px;
}

/* @end */
