body,td,th {
	color: #5e5e5e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #111111;
	margin-left: 17px;
	margin-top: 33px;
	margin-right: 17px;
	margin-bottom: 17px;
	background-image: url(images/site_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	line-height: 1.4em;
}


#layMainRight ul li, #layMainRight ul { list-stlye-type:none;}

#layBody {
	position:absolute;
	width:786px;
	z-index:1;
	margin-left: -393px;
	left: 50%;
	padding-bottom:30px;
}

/* ################ Links ################ */

a:link {
	color: #afafaf;
}
a:visited {
	color: #afafaf;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #afafaf;
}

/* ################ Menü ################ */

#layNavLevel1 {
	position:relative;
	width:769px;
	height:30px;
	background-image: url(images/nav_level1_bg.jpg);
	padding-top:14px;
	padding-left:17px;
}

#layNavLevel1 ul {
	padding:0px;
	margin:0px;
}

#layNavLevel1 li {
	list-style-type: none;
	display: inline;
}

#layNavLevel1 li a {
	list-style-type: none;
	padding-right:14px;
	display: inline;
	color: #949494;
        font-size:14px;
	text-transform:uppercase;
	text-decoration: none;
	font-weight: bold;
}

#layNavLevel1 li a:hover {
	color: #FFFFFF;
}

#layNavLevel2 ul {
	padding:0px;
	margin:0px;
}

#layNavLevel2 li {
	list-style-type: none;
	display: inline;
}

#layNavLevel2 li a {
	list-style-type: none;
	padding-right:10px;
	display: inline;
	color: #606060;
	text-transform:uppercase;
	text-decoration: none;
	font-weight: bold;
}

#layNavLevel2 li a:hover {
	color: #FFFFFF;
}

#layNavLevel2 {
	position:relative;
	width:769px;
	height:32px;
	background-image: url(images/nav_level2_bg.jpg);
	padding-top:12px;
	padding-left:17px;
}

#AltPadding {
	padding-top:10px;
}

/* ################ Content ################ */

#layMainContent {
	position:relative;
	width:786px;
}


#layMainLeft {
	position:relative;
	width:526px;
	float: left;
	padding-right:60px;
}

#layMainRight {
	position:relative;
	width:200px;
	float: right;
}

/* ################ Footer ################ */

#layFooter {
	width:786px;
}

.FooterLink a {
	padding-left: 20px;
	padding-right: 10px;
	background: url("images/icons/footer_a.gif") no-repeat 0 50%;
	text-decoration:none;
	color: #4d4d4d;
}

.FooterLink a:hover {
	padding-left: 20px;
	padding-right: 10px;
	background: url("images/icons/footer_b.gif") no-repeat 0 50%;
	text-decoration:none;
	color: #FFFFFF;
}

.FooterLinkArrow a {
	padding-left: 20px;
	padding-right: 10px;
	background: url("images/icons/footer_arrow_a.gif") no-repeat 0 50%;
	text-decoration:none;
	color: #4d4d4d;
}

.FooterLinkArrow a:hover {
	padding-left: 20px;
	padding-right: 10px;
	background: url("images/icons/footer_arrow_b.gif") no-repeat 0 50%;
	text-decoration:none;
	color: #FFFFFF;
}

/* ################ Headlines ################ */

h1, h1 a {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	color: #4d4d4d;
	font-weight: normal;
	display: inline;
}

h3 {
	font-size: 14px;
	color: #4d4d4d;
	font-weight: bold;
	display: inline;
}

/* ################ Text & Links ################ */

.Highlight {
	color: #FFFFFF;
	font-weight:bold;
}

.HighlightRed {
	color:#e31917;
}

/* ################ Images / Thumbs ################ */

.MainImage {
	border: 5px solid #FFFFFF;
}

.thumbnails {
	border: 1px solid #FFFFFF;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

/* ################ Form Elemente ################ */

select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #111111;
	outline:none;
	color: #606060;
	border: 1px solid #606060;
	text-transform: uppercase;
}