/*
CSS	dr. Finkelbaum - corporate
info: harm@artmiks.nl
*/

body {
	background-color: #DC0000;
	margin: 0;
}
img {
	border: 0;
}
#corp_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -380px; 
	width: 761px;
	height: 561px;
	background-image: url(../styleImages/bg_text_corp.gif);
	background-repeat: no-repeat;
	}
#corp_text {
	position: absolute;
	left: 380px;
	top: 109px;
	width: 310px;
	height: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
	}
#corp_text a {
	color: #000;
	text-decoration: underline;
	}
#corp_text a:hover {
	color: #f00;
	text_decoration: none;
	}		
#f_label {
	position: absolute;
	left: 72px;
	top: 108px;
	width: 256px;
	height: 310px;
	background: url(../styleImages/f_label.jpg) left top no-repeat;
	z-index: 2;
	}	
.intro {
	color: #DC0000;	
	text-transform: uppercase;
	}
#btn_back {
	position: absolute;
	top: 475px;
	left: 0px;
	width: 761px;
	height: 22px;
	text-align: center;
	}	
#tab {
	position: absolute;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: -21px;
	padding: 0;
	list-style: none;
	width: 486px;
	height: 22px;
	z-index: 2;
}
#tab_vision {
	background: url(../styleImages/nav/tab_vision.gif) left top no-repeat;
}
#tab_vision a:hover, #vision #tab_vision {
	background: url(../styleImages/nav/tab_vision_active.gif) left top no-repeat;
}
#tab_about {
	background: url(../styleImages/nav/tab_about.gif) left top no-repeat;
}
#tab_about a:hover, #about #tab_about {
	background: url(../styleImages/nav/tab_about_active.gif) left top no-repeat;
}
#tab_goal {
	background: url(../styleImages/nav/tab_goal.gif) left top no-repeat;
}
#tab_goal a:hover, #goal #tab_goal {
	background: url(../styleImages/nav/tab_goal_active.gif) left top no-repeat;
}
#tab li {
	float: left;
	list-style: none;
	margin-bottom: 0px;
	margin-right: 2px;
	height: 22px;
	width: 160px;
	font-size: 8px;
	text-indent: -9999px;
}
#tab a {
	display: block;
	height: 22px;
	text-decoration: none;
}

	
	
