@charset "UTF-8";

body {
	margin:0;
	background:#b7160e;
	font-family:Arial,sans-serif;
	color:black;
	font-size:13px;
}

a {
	color:black;
}

p {
	margin:12px auto;
}

a:hover {
	text-decoration:none;
}

div.page {
	width:980px;
	margin:auto;
	background-color:#b7160e;
}

h1.logo {
	margin:0;
	padding:0;	
}
h1.logo a {
	width:176px;
	text-indent:-9999px;
	display:block;
	height:140px;
	background:url('../images/logo_top_rot.gif');
}

div.nav {
	width:176px;
	float:left;
}

div.nav ul {
	margin:20px 0 0 0;
	padding:0;
	list-style-type:none;
}

div.nav ul li {
	margin:0;
	padding:0;
}

div.nav ul li a {
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 11px 35px;
	color:black;
	text-decoration:none;
}

div.nav ul li a:hover, div.nav ul li a.current {
	color:white;
	padding-bottom:10px;
	border-bottom:1px solid white;
}

div.content {
	width:774px;
	float:left;
	background:url(../images/grad_cont_rot.jpg) repeat-x bottom;
	min-height:673px;
}

div.logo-wrapper {
	background:url(../images/logo_rot.png) no-repeat bottom right;
	height:100%;
	width:100%;
}

img.start {
	margin:auto;
	display:block;
}

h1.start {
	color:#b7160e;
	font-size:40px;
	text-align:center;
	margin:1em 0;
}

img.logo {
	float:right;
}

div.text-cont {
	width:525px;
	padding-top:42px;
	margin-left:34px;
	clear:left;
}

div.text-cont-team {
	padding-top:28px;
}	

h1 {
	margin:0 0 1em;
	font-size:22px;
	color:white;
}

div.team-nav {
	
}

div.team-nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

div.team-nav ul li {
	margin:0;
	padding:0;
	float:left;
}

div.team-nav ul li a, div.team-nav ul li div {
	margin:0;
	display:block;
	height:15px;
	padding-top:146px;
	color:white;
	text-align:center;
	text-decoration:none;
	font-size:11px;
}

div.team-nav ul li a {
	font-weight:bold;
}

div.team-nav ul li a:hover, div.team-nav ul li a.current {
	color:black;
}

.team-nav-1 {
	width:145px;
	background:url(../images/top_team_1.jpg) no-repeat top;	
}

.team-nav-2 {
	width:144px;
	background:url(../images/top_team_2.jpg) no-repeat top;	
}

.team-nav-3 {
	width:145px;
	background:url(../images/top_team_3.jpg) no-repeat top;	
}

.team-nav-4 {
	width:145px;
	background:url(../images/top_team_4.jpg) no-repeat top;	
}

div.imp-scroll {
	height:255px;
	overflow:auto;
	padding-right:10px;
}

div.footer {
	clear:both;
	height:100px;
	padding-left:180px;
	padding-right:30px;
}

input.full, input.short, select, textarea {
	font-size:13px;
	padding:2px;
	border:1px solid #b7160e;
	margin-bottom:5px;
	margin-left:5px;
}

input.full, textarea {
	width:100%;
}

input.short {
	width:33%;
}

div.footer h1 {
	display:none;
	margin:auto;
	text-indent:-999em;
	height:88px;
	width:286px;
	margin-top:6px;
	background:url(../images/logo.jpg) no-repeat center;
}


div.scroller {
	width:485px;
	height:144px;
	overflow:hidden;
	display:block;
}
div#scrolled {
	height:144px;
	width:3880px;
	position:relative;
	left:0;
}
div.scroller-element {
	width:485px;
	height:144px;
	float:left;
	background:#b7160e;
}
a.scroller {
	float:left; 
	height:82px;
	padding-top:62px;
	background:#Eb7160e;
}
a.scroller img {
	border:0;	
}
a.scroller:active img {
	position:relative;
	top:2px;
	left:2px;
	}
a.hidden {
	visibility:hidden;
}
