/* Global resets */
* {margin:0; padding: 0;}
.clear {clear: both;height: 1px; line-height: 1px;margin: -1px;}
a {
	text-decoration: none;
	color: #cccccc;
	outline: none;
}

a:hover {color: #DF0018;}
p {
	margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
}

/* Global layout */
body {
	text-align: center;
	font-family: "lucida grande", lucida, verdana, arial, sans-serif;
	font-size: 10px;
	background: #000 url(/fileadmin/templates/images/bg-body.png) top center no-repeat;
	color: #ffffff;
}

#wrapper {
	width: 772px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 90px;
	position: relative;
	background: transparent url(/fileadmin/templates/images/header.png) top left no-repeat;
}

#header a.homeLink {
	display: block;
	height: 51px;
	width: 288px;
}
#header a.homeLink span {
	display: none;
}

#header .topLinks {
	list-style-type: none;
	position: absolute;
	bottom: 12px;
}

#header .topLinks li {
	display: inline;
	padding: 0 10px 0 0;
}

#header .leftNav {
	left: 5px;
}

#header .rightNav {
	left: 288px;
}

/* Nav */
#nav {
	width: 280px;
	float: left;
}

#nav li {
	font-size: 18px;
	list-style-type: none;
}

#nav li a {
	color: #757575;
	zoom: 1;
	display: block;
	padding: 2px 0 3px 5px;
}

#nav li.active a,
#nav li a:hover {
	color: #DF0018;
}

/* Copy */
#copy {
	font-size: 1.3em;
	width: 484px;
	float: right;
}

#copy a { text-decoration: underline; }
#copy a:hover {text-decoration: none;}

.contactForm td {
	padding: 3px;
}

.contactForm .text,
.contactForm textarea {
	border: 1px solid #757575;
	background: #5FCDFF;
	font-family: "lucida grande", lucida, verdana, arial, sans-serif;
}

.contactForm label {
	color: #757575;
}
