@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	line-height: 14px;
}

h1 {
	font-weight: bold;
	color: #770734;
	font-size: 11px;
	padding: 0px;
	margin:0px;
}

a {
	font-size: 11px;
	color: #525252;
	line-height: 13px;
	text-decoration: underline;
}

a:hover {
	color: #770734;
}

#containerregular {
	background-image: url(images/bg_regular.jpg);
	background-repeat: no-repeat;
	width: 822px;
	height: 575px;
	position:absolute;
	left:50%;
	margin-left:-411px;
	top: 50%;
	margin-top: -288px;
	background-color:#FFFFFF;
}

#containeroverview {
	background-image: url(images/bg_overview.jpg);
	background-repeat: no-repeat;
	width: 822px;
	height: 575px;
	position:absolute;
	left:50%;
	margin-left:-411px;
	top: 50%;
	margin-top: -288px;
	background-color:#FFFFFF;
}

#containerwork {
	background-image: url(images/bg_work.jpg);
	background-repeat: no-repeat;
	width: 822px;
	height: 575px;
	position:absolute;
	left:50%;
	margin-left:-411px;
	top: 50%;
	margin-top: -288px;
	background-color:#FFFFFF;
}

.logo {
	padding-top: 7px;
}

#menu {
	width: 113px;
	height: 478px;
	margin-top: 50px;
	float:left;
}

#menu a {
	background-repeat:no-repeat;
	display:block;
	width:113px;
	padding-top:30px;
}

#menu a:hover {
	background-position:0 -30px;
	display:block;
	width:113px;
}

#menu .selected a, #menu .selected a:hover {
	background-position:0 -60px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}	

#menu li {
	height: 30px;
	overflow:hidden;
}

.content {
	float:left;
	height:528px;
	width: 690px;
}

.text {
	width: 500px; 
	margin-top: 57px;
	float:left;
	padding-left: 20px;
	padding-right: 10px;
	text-align:left; 
}

.textleft {
	width: 100px; 
	margin-top: 70px;
	float:left;
	padding-left: 20px;
	padding-right: 10px;
	text-align:left; 
}

.overview {
	width: 500px; 
	margin-top: 70px;
	float:left;
	padding-left: 20px;
}

.overview img {
	padding-right: 10px;
	padding-bottom: 10px;
	border: none; 
}

.workimg {
	width: 650px;
	height: 380px;
	padding-top: 7px;
	padding-left: 8px;
	float:left;
}

.back {
	width: 650px;
	text-align: right;
	height:20px;
}

.worktext {
	width: 393px;
	float:left;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 11px;
	text-align: right; 
}

.next {
	float:left;
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 16px;

}

.next img {
	padding-right: 10px;
	border: none; 
}

.hometext {
	margin-top: 280px;
	margin-left: 280px;
}

.clearer {
	clear: both;
}

.hidden {
	display:none;
}
