html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: url(../images/background.gif) repeat-x #8F1100;
}

/* --------------- BASICS --------------- */

#container
{
	position: absolute;
	margin: 0 0 0 -465px;
	padding: 0;
	left: 50%;
	width: 930px;
	height: auto;
}

#header
{
	margin: 0;
	padding: 0;
	width: 930px;
	height: 101px;
	background: url(../images/header.gif) no-repeat transparent;
}

#logo
{
	position: absolute;
	margin: 0;
	padding: 30px 0;
	width: 185px;
	height: 41px;
}

.kill_floating
{
	clear: both;
}

/* --------------- NAVIGATION --------------- */

#navigation
{
	float: right;
	margin: 30px 0;
	padding: 0;
	width: 730px;
	height: 41px;
}

#navigation ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li
{
	float: left;
	margin: 0;
	padding: 0 17px 0 17px;
	height: 50px;
	background: url(../images/nav_borderline.gif) no-repeat;
	
}

#navigation ul li.first
{
	background: none;
}

#navigation a
{
	float: left;
	margin: 0;
	padding: 13px 0;
	display: block;
	width: auto;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border: 0;
}

#navigation a:link, #navigation a:visited
{
	color: #999999;
}

#navigation a:hover, #navigation a:active, #navigation a:focus, #navigation a#current
{
	color: #C93622;
}

/* --------------- CONTENT --------------- */

#content
{
	margin: 40px 0;
	padding: 0;
	width: 930px;
	height: auto;
}

#column_left
{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 620px;
	height: auto;
}

#column_right
{
	float: right;
	margin: 0;
	padding: 0;
	width: 300px;
	height: auto;
}

/* --------------- COLUMNS --------------- */

.blue_top
{
	margin: 0;
	padding: 0;
	width: 300px;
	height: 50px;
	background: url(../images/blue_top.gif) no-repeat transparent;
}

.blue_content
{
	margin: 0;
	padding: 0 50px 0 50px;
	width: 200px;
	height: auto;
	color: #FFF;
	background: url(../images/blue_content.gif) no-repeat #007D9C;
}

.blue_connector
{
	margin: 0;
	padding: 0;
	width: 300px;
	height: 91px;
	background: url(../images/blue_connector.gif) no-repeat transparent;
}

.blue_footer
{
	margin: 0;
	padding: 0;
	width: 300px;
	height: 70px;
	background: url(../images/blue_footer.gif) no-repeat transparent;
}

/* --------------- */

.white_top
{
	margin: 0;
	padding: 0;
	width: 620px;
	height: 50px;
	background: url(../images/white_top.gif) no-repeat transparent;
}

.white_content
{
	margin: 0;
	padding: 0 50px 0 50px;
	width: 520px;
	height: auto;
	color: #FFF;
	background: url(../images/white_content.gif) no-repeat #FFF;
}

.white_content_blank
{
	margin: 0;
	padding: 0 50px 0 50px;
	width: 520px;
	height: auto;
	color: #FFF;
	background-color: #FFF;
}

.white_content_blank input[type=text], input[type=password] 
{
	border: 0;
	margin: 0;
	padding: 7px 0 0 10px;
	width: 240px;
	height: 33px;
	background: url(../images/input_field.gif) no-repeat transparent;
}

.white2grey_connector
{
	margin: 0;
	padding: 0;
	width: 620px;
	height: 81px;
	background: url(../images/white2grey_connector.gif) no-repeat transparent;
}

.white2white_connector
{
	margin: 0;
	padding: 0;
	width: 620px;
	height: 91px;
	background: url(../images/white2white_connector.gif) no-repeat transparent;
}

.white_footer
{
	margin: 0;
	padding: 0;
	width: 620px;
	height: 60px;
	background: url(../images/white_footer.gif) no-repeat transparent;
}

/* --------------- */

.grey_content
{
	margin: 0;
	padding: 0 50px 0 50px;
	width: 520px;
	height: auto;
	color: #FFF;
	background-color: #5D5D5D;
}

.grey_content .center
{
	text-align: center;
}

.grey_content .center a.head1
{
	width: auto;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	font-size: 30px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 25px;
	color: #ffd800;
}

.grey_content .center a.head2
{
	width: auto;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	font-size: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 25px;
	color: #bdbdbd;
}

.grey_content .center a.head3
{
	width: auto;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	font-size: 16px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 25px;
	color: #fff;
}

.grey_content .center a.head4
{
	width: auto;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 25px;
	color: #ffd800;
}

.grey_content .center a.head5
{
	width: auto;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 25px;
	color: #e6e6e6;
}

.grey2white_connector
{
	margin: 0;
	padding: 0;
	width: 620px;
	height: 91px;
	background: url(../images/grey2white_connector.gif) no-repeat transparent;
}

.grey_footer
{
	margin: 0;
	padding: 0;
	width: 620px;
	height: 60px;
	background: url(../images/grey_footer.gif) no-repeat transparent;
}

/* --------------- H1, H2, P, A, OL --------------- */

.blue_content h1
{
	margin: 0;
	padding: 10px 0 20px 0;
	font-size: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 0;
	color: #FFF;
}

.blue_content h2
{
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 0;
	color: #FFD800;
}

/* --------------- */

.blue_content p
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

.blue_content p a
{	
	color: #FFD800;
	line-height: 18px;
	text-decoration: underline;
	font-weight: bold;
}

.blue_content p a:link, .blue_content p a:visited
{
	color: #FFD800;
}

.blue_content p a:hover, .blue_content p a:active, .blue_content p a:focus
{
	color: #FFF;
}

/* --------------- */

.blue_content p strong
{
	color: #FFD800;
}

/* --------------- */

.blue_content ol
{
	margin: 15px 0 0 17px;
	padding: 0;
}

.blue_content ol a
{	
	color: #FFF;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
}

.blue_content ol a:link, p a:visited
{
	color: #FFF;
}

.blue_content ol a:hover, p a:active, p a:focus
{
	color: #FFD800;
}

.blue_content ol strong
{
	color: #FFD800;
}

/* --------------- */


.white_content h1
{
	margin: 0;
	padding: 10px 0 20px 0;
	font-size: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 0;
	color: #666666;
}

.white_content h2
{
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 0;
	color: #C93622;
}

.white_content_blank h1
{
	margin: 0;
	padding: 10px 0 20px 0;
	font-size: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 0;
	color: #666666;
	/*background: url(../images/premiumstar.gif) no-repeat transparent center right;*/
}

.white_content_blank h3
{
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 18px;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #C93622;
}


.white_content_blank h1 a
{	
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

.white_content_blank h1 a:link, .white_content_blank h1 a:visited
{
	color: #666;
}

.white_content_blank h1 a:hover, .white_content_blank h1 a:active, .white_content_blank h1 a:focus
{
	color: #C93622;
}


.white_content_blank h2
{
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 0;
	color: #C93622;
}

.white_content_blank h2.lessmargin
{
	margin: -7px 0 20px 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 0;
	color: #C93622;
}

/* --------------- */

.white_content p, table
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.white_content p a
{	
	color: #C93622;
	line-height: 18px;
	text-decoration: underline;
	font-weight: bold;
}

.white_content p a:link, .white_content p a:visited, table a:link, table a:visited 
{
	color: #C93622;
}

.white_content p a:hover, .white_content p a:active, .white_content p a:focus, table a:hover, table a:active, table a:focus 
{
	color: #666;
	text-decoration: underline;
}

/* --------------- */

.white_content p strong
{
	color: #C93622;
}

/* --------------- */

.white_content_blank p
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.white_content_blank p a
{	
	color: #C93622;
	line-height: 18px;
	text-decoration: underline;
	font-weight: bold;
}

.white_content_blank p a:link, p a:visited
{
	color: #C93622;
}

.white_content_blank p a:hover, p a:active, p a:focus
{
	color: #666;
	text-decoration: underline;
}

/* --------------- */

.white_content_blank p strong
{
	color: #C93622;
}

/* --------------- */


.grey_content h1
{
	margin: 0;
	padding: 10px 0 23px 0;
	font-size: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 0;
	color: #FFF;
}

.grey_content h1 strong
{
	color: #FFD800;
}

.grey_content h1 a
{	
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.grey_content h1 a:link, h1 a:visited
{
	color: #FFF;
}

.grey_content h1 a:hover, h1 a:active, h1 a:focus
{
	color: #FFD800;
}

/* --------------- */

.grey_content h2
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 10px;
	color: #FFD800;
}

.grey_content h2 a
{	
	color: #FFD800;
	text-decoration: none;
	font-weight: bold;
}

.grey_content h2 a:link, h2 a:visited
{
	color: #FFD800;
}

.grey_content h2 a:hover, h2 a:active, h2 a:focus
{
	color: #FFF;
}

/* --------------- FOOTER --------------- */

#footer
{
	clear: both;
	margin: 0;
	padding: 30px 0;
	width: 930px;
	height: auto;
	color: #FFF;
	font-size: 10px;
}

#footer strong
{
	float: left;
	margin: 0;
	padding: 0;
	color: #FFD800;
}

#footer ul
{
	margin: 0;
	padding: 0;
	width: 900px;
	height: 15px;
	list-style: none;
}

#footer ul li
{
	float: left;
	margin: 0;
	padding: 0 7px 0 7px;
	height: auto;
	border-left: 1px solid #FFD800;
	
}

#footer ul li.first
{
	border: none;
}

#footer a
{
	margin: 0;
	padding: 0;
	width: auto;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	border: 0;
}

#footer a:link, #footer a:visited
{
	color: #FFF;
}

#footer a:hover, #footer a:active, #footer a:focus
{
	color: #FFD800;
}


img.profilfoto
{
	float: left;
	border: 3px solid #C93622;
	margin: 0 20px 15px 0;
}

.errormsg {
	color: red;
}

.marked {
background-color:yellow;
}