﻿*
{
	margin: 0px;
	padding: 0px;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/ui/shadow_left.jpg);
	background-repeat: no-repeat;
}
h1
{
	padding-top: 50px;
	padding-left: 50px;
	font-style: italic;
	font-weight: bold;
	color: #6A272E;
	font-size: xx-large;
}
h2
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #6A272E;
}
p
{
	margin-bottom: 15px;
	margin-top: 0px;
}
.header
{
	height: 155px;
	background-image: url(images/ui/header_bg.jpg);
	background-repeat: repeat-x;
}
.headerlinkbar
{
	background-image: url(images/ui/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}
.headernavcontainer ul
{
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/ui/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

.headernavcontainer ul li
{
	display: inline;
}

.headernavcontainer ul li a
{
	padding: 21px 20px 0px 20px;
	color: #fff;
	text-decoration: none;
	float: left;
	font-weight: bold;
}

.headernavcontainer ul li a:hover
{
	background-image: url(images/ui/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

.left
{
	background-image: url(images/ui/content_top_bg.jpg);
	background-repeat: repeat-x;
	height: 417px;
	margin-right: 221px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 50px;
}
.right
{
	background-image: url(images/ui/main_graphics.jpg);
	position: absolute;
	top: 0;
	right: 0;
	width: 246px;
	padding-top: 284px;
	background-repeat: no-repeat;
	height: 492px;
}
.sidebarnavcontainer
{
	width: 246px;
	background-image: url(images/ui/right_navbar_bg.jpg);
	height: 250px;
	padding-top: 74px;
	background-repeat: no-repeat;
}

.sidebarnavcontainer ul
{
	list-style-type: none;
	margin-left: 40px;
}

.sidebarnavcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #eee;
	color: #000000;
	text-decoration:none;
}

.sidebarnavcontainer a:link, #navlist a:visited
{
	text-decoration: none;
}

.sidebarnavcontainer a:hover
{
	background-color: #76333A;
	color: #fff;
}
.sidebarnavcontainer_nobg
{
	width: 246px;
	background-image: url(images/ui/right_navbar_bg_less.jpg);
	height: 250px;
	padding-top: 74px;
	background-repeat: no-repeat;
}

.sidebarnavcontainer_nobg ul
{
	list-style-type: none;
	margin-left: 40px;
}

.sidebarnavcontainer_nobg a
{
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #eee;
	color: #000000;
	text-decoration:none;
}

.sidebarnavcontainer_nobg a:link, #navlist a:visited
{
	text-decoration: none;
}

.sidebarnavcontainer_nobg a:hover
{
	background-color: #76333A;
	color: #fff;
}
.footer
{
	clear: both;
	color: #6A272E;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
.Titel
{
	color: #6A272E;
	font-size: 14px;
	font-weight: bold;
}
.Titel a
{
		color: #6A272E;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.Titel a:hover
{
	color: #6A272E;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.Titel a:visited
{
	color: #6A272E;
	font-size: 14px;
	font-weight: bold;
}
.Input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Text a
{
	color: #0066CC;
}
.Text a:visited
{
	color: #0066CC;
}
.Error
{
	color: Red;
}
