:root {
	overflow-y:scroll;
}
body {
	background:url(../images/bg.jpg) center top no-repeat fixed #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E7E7E7;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
h1 {
	font-size: 34px;
}
h2 {
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 24px;
	background: url(../images/img3b.gif) repeat-x left bottom transparent;
}
h3 {
	padding: 0 0 22px 0;
	font-size: 13px;
	background: url(../images/img3b.gif) repeat-x left bottom transparent;
}
p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}
acronym {
	border:none;
	cursor:help;
}
a, .orange {
	color:#076EB3;
	outline:none;
}
a:hover {
	text-decoration: none;
}
.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list li {
	padding: 5px 0;
	background: url(../images/img5.gif) bottom repeat-x transparent;
}
ul.list li a {
	/*text-decoration:none;*/
	text-align:left;
	text-transform:capitalize;
}
.list li a:hover {
/*text-decoration:underline;*/
}
.left {
	float:left;
}
.right {
	float:right;
}
.justified {
	text-align:justify;
}
/*.list li.first {
	background: none;
}*/

.bold {
	font-weight:bold;
}
.oText {
	color:#076EB3;
	font-weight:bold;
}
.bigLetter {
	color:#076EB3;
	font-size:1.5em;
}
.list1 {
	margin:10px 0 0 10px;
	padding-left:10px;
	list-style:disc;
}
.klammer {
	color:#076EB3;
	font-size:1.5em;
}
.centered {
	text-align:center;
}
/* Header */

#header {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 10px 13px;
	height: 140px;
	background: url(../images/img1b.gif) repeat-x left bottom transparent;
}
#header h1 {
	float:left;
	font-size:1.5em;
	width:145px;
	padding:0;
	margin:0 0 0 10px;
	text-transform:uppercase;
}
.moveLittle {
	padding:0 5px 0 2px;
}
#header h2 {
	display: none;
}
.tagline {
	float:left;
	background:none;
	width:100px;
	padding-bottom:50px;
}
#header img {
	float:left;
	margin-top:20px;
}
#header ul {
	float:right;
	position:relative;
	top:72px;
	margin:0;
	padding:0;
	list-style: none;
}
#header li {
	display:inline;
}
#header a {
	display: block;
	float:left;
	padding: 0 12px 0 19px;
	background: url(../images/img2b.gif) no-repeat left center transparent;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#header a:hover {
	text-decoration: underline;
}
#header .first a {
	background: none;
}
/* Content */

#content {
	width: 980px;
	margin: 0 auto;
}
#colOne {
	float: left;
	width: 179px;
	padding: 0 0 0 21px;
}
#colOne p {
}
#colOne h3 {
	margin-top: 14px;
}
#colTwo {
	float: right;
	width: 730px;
	padding: 0 29px 0 0;
}
#colThree {
	float: left;
	width: 910px;
	padding: 0 29px 0 21px;
}
.spacer {
	display:block;
	width:135px;
	float:left;
}
#colOne img {
	margin-top:5px;
	padding:18px;
	border:1px solid #ccc;
}
#playerWrapper {
	width:320px;
	height:240px;
	padding:20px;
	border:1px solid #fff;
}
/* Contact */

FIELDSET {
	height:500px;
}
FORM > FIELDSET {
	height:480px;
}
INPUT, TEXTAREA {
	background-color:transparent;
	color:#fff;
	margin:3px 0;
	overflow:auto;
}
LABEL {
	float:left;
	width:125px;
	text-align:right;
	padding:5px 10px 0 0;
}
#captchaImg {
	float:left;
	clear:both;
	padding-top:10px;
}
#captcha p {
	text-align:center;
}
#buttons {
	width:140px;
	height:30px;
	position:relative;
	left:135px;
}
.button {
	margin-right:5px;
}
/* About us */

#imgJohn {
	float:left;
	border:3px solid #fff;
	margin:5px 10px 0px 2px;
}
#imgAward {
	float:right;
	margin:10px 2px 0px 10px;
}
/* Home */

.callUs {
	margin-top:20px;
	font-size:1.3em;
	text-align:center;
}
/* Footer */

#footer {
	clear: both;
	width: 694px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#footer p {
	padding: 20px 0 0 0;
	background: url(../images/img4b.gif) repeat-x transparent;
	text-align: center;/*color: #8A8A8A;*/
}
#footer span {
	padding-right:5px;
}
#footer img {
	float:right;
	border:none;
	position:relative;
	top:-15px;
}

/* ----- opera hack ----- */
@media all and (min-width: 0px) {
 #footer img {
 top:3px;
}
}
