@charset "UTF-8";

body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11.5px;
	line-height: 16px;
	text-align:center;
	color: #b9b9ba;
	background: #2E2933 url(../img/global/background_clean.png) no-repeat fixed center -80px; 
}

#logo {
	position: absolute;
	top: 18px;
	left: 772px;
	width: 164px;
	height: 24px;
}	

#content {
	width:559px;
	height:600px;
	text-align:center;	
	margin:20px auto;
}

#navibackcontainer {
	position:relative;
	width:98px;
	height:134px;
	top: -331px;
	left: 0px;
}

#contactbackcontainer {
	position:relative;
	width:98px;
	height:134px;
	top: 171px;
	left: 0px;
}

#naviback {
  display: block;
	width:98px;
	height:134px; 
	background: url(../img/global/back.png) no-repeat 0 0;
}

#naviback:hover {
	background: url(../img/global/back_hover.png) no-repeat 0 0; 
}

#naviback:active {
	background: url(../img/global/back_active.png) no-repeat 0 0; 
}

#naviforwardcontainer {
	position:relative;
	width:104px;
	height:134px;
	top: -465px;
	left: 560px;
}

#naviforward {
  display: block;
	width:98px;
	height:134px; 
	background: url(../img/global/forward.png) no-repeat 0 0;
}

#naviforward:hover {
	background: url(../img/global/forward_hover.png) no-repeat 0 0; 
}

#naviforward:active {
	background: url(../img/global/forward_active.png) no-repeat 0 0; 
}

a 	{
	color: #a1133f;
	text-decoration: none;
	letter-spacing: 0.04em;	
}
	
.weblinks {
  text-align:left;
	color: #333;
	font-size:12px;
}

textarea#styled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

label {
	color: #333;
	font-size:12px;
}



