#main
{
	font-family: Verdana, sans-serif;
	font-size: 11px;

	width: 940px;
	margin: auto;
	
	background-color: #ffffff;
}

#header
{
	position: relative;
	
	background-image: url('imgs/header2.jpg');
	background-repeat: no-repeat;
	
	width: 940px;
	height: 190px;
}

#header_link
{
	position: absolute;
	
	width: 189px;
	height: 104px;
	
	cursor: pointer;
}

#header_nav
{
	height: 23px;
	line-height: 23px;
	
	border: 1px solid #cc0033;
	
	margin-top: 1px;
	
	padding-left: 12px;
	
	font-variant: small-caps;
}

#header_nav a
{
	color: #666666;
	text-decoration: none;
}

#header_nav a:hover
{
	text-decoration: underline;
}

#header_nav a.active
{
	font-weight: bold;
}

#header_nav .lan
{
	float: right;
}

#header_nav .lan a img
{
	margin: 4px 4px auto;
	border: 0px;
}

#header_select
{
	position: absolute;
	left: 5px;
	bottom: 5px;
	
	color: #ffffff;
	
	padding: 0px 0px 15px 20px;
	
	font-size: 12px;
	line-height: 24px;
}

#header_search
{
	position: absolute;
	right: 0px;
	bottom: 90px;
}

#header_search div
{
}

#header_search div.link
{
	padding-bottom: 5px;
}

#header_search div.link a
{
	color: #cc0033;
}

#header_search img
{
	border: none;
}

#header_search form
{
	display: inline;
}

#header_news
{
	position: absolute;
	
	left: 564px;
	top: 115px;
	
	width: 184px;
	height: 75px;
	
	overflow: hidden;
}

#header_news a
{
	display: block;
	padding: 5px 8px 0px 8px;
	
	color: #000000;
	text-decoration: none;
}

#header_news a:hover
{
	text-decoration: underline;
}

#header_news .news_head
{
	color: #cc0033;
	font-weight: bold;
	font-size: 18px;
}

#header_news .news_link
{
	color: #cc0033;
}

#middle
{
	margin: 1px 0px 38px 0px;
	border-top: 9px solid #cc0033;
	padding-top: 1px;
}

#middle_left
{
	float: left;
	width: 190px;
}

#middle_left .nav a
{
	display: block;
	border: 1px solid #cc0033;
	
	/*height: 23px;*/
	line-height: 23px;
	
	margin-bottom: 1px;
	
	color: #666666;
	text-decoration: none;
}

#middle_left .nav a.active
{
	font-weight: bold;
}

#middle_left .nav a:hover
{
	text-decoration: underline;
}

#middle_left .nav a.depth1,
#middle_left .nav a.depth1real
{
	padding-left: 12px;
}

#middle_left .nav a.depth1real
{
	background-image: url('imgs/nav_pfeil.gif');
	background-repeat: no-repeat;
	background-position: 4px -1px;
}

#middle_left .nav .secnav
{
}

#middle_left .nav .secnav a
{
}

#middle_left .nav a.depth2,
#middle_left .nav a.depth2real
{
	padding-left: 24px;
}

#middle_left .nav a.depth2real
{
	background-image: url('imgs/nav_pfeil.gif');
	background-repeat: no-repeat;
	background-position: 16px -1px;
}

#middle_left .nav .thirdnav a
{
	border: 0px;
	height: 16px;
}

#middle_left .nav .thirdnav
{
	border: 1px solid #cc0033;
	margin-bottom: 1px;
	
	padding-bottom: 15px;
}

#middle_left .nav a.depth3,
#middle_left .nav a.depth3real
{
	padding-left: 36px;
	border-top: 0px;
	border-bottom: 0px;
	
	margin: 0px;
}

#middle_left .nav a.depth3real
{
	background-image: url('imgs/nav_pfeil.gif');
	background-repeat: no-repeat;
	background-position: 28px -1px;
}

#middle_center
{
	float: left;
	width: 520px;
	
	margin: 0px 5px 0px 10px;
	padding: 0px 15px 0px 0px;

	line-height: 1.5em;
	
	border-right: 1px solid #8D8D8D;
	
	color: #666666;
}

.breadcrumb
{
	font-size: 10px;
	
	height: 20px;
	line-height: 20px;
	
	margin-bottom: 10px;
}

#middle_right
{
	float: left;
	width: 190px;
}

#middle_right img
{
	border: 0px;
}

#middle_right .box
{
	padding: 9px;
	margin-top: 12px;
}

#middle_right .box .big_red
{
	font-weight: bold;
	color: #cc0033;
}

#footer
{
	border: 1px solid #cc0033;
	padding: 5px;
	
	text-align: center;
}

#footer a
{
	color: #333333;
}

/**
 *
 */
 
.redbold
{
	color: #cc0033;
	font-weight: bold;
} 

.error
{
	color: #cc0033;
	font-weight: bold;
}

.red
{
	font-weight: bold;
	color: #cc0033;
}

#bookmarks
{
	padding-top: 20px;
	text-align: right;
}.line1
{
	clear: both;
	
	border: 0px;
	height: 1px;
	background-color: #8D8D8D;
}

#content .content_1
{
	margin: 25px 0px 0px 0px;
}

a.link
{
	float: left;
	display: block;

	text-decoration: none;
	font-weight: bold;
	color: #cc0033;
	
	background-image: url('imgs/nav_pfeil.gif');
	background-repeat: no-repeat;
	background-position: 0px -4px;
	padding-left: 7px;
}

a.textlink
{
	text-decoration: underline;
	color: #cc0033;
}

a.link:hover
{
	text-decoration: underline;
}

#content .content_1 h1
{
	display: inline;
	
	color: #cc0033;
	font-size: 16px;
	
	margin: 0px 0px 10px 0px;
}

#content .content_1 h1 a
{	
	color: #cc0033;
	text-decoration: none;
}

#content .content_1 h1 a:hover
{
	text-decoration: underline;
}

#content .content_1 h2
{
	display: inline;
	
	color: #8D8D8D;
	font-size: 16px;

	margin: 0px 0px 10px 0px;
}

#content .content_1 p
{
	margin: 10px 0px 0px 0px;
}

#content .picformat1
{
	float: left;
	margin: 3px 10px 10px 0px;
	border: 1px solid #cc0033;	
}

#content .picformat2
{
	float: right;
	margin: 3px 0px 10px 10px;
	border: 1px solid #cc0033;
}

#content .picformat3
{
	display: block;
	margin: 0px 0px 10px 0px;
	border: 1px solid #cc0033;
}

#content .picture_gallery
{
}

#content .picture_gallery table td
{
	padding: 5px;
	text-align: center;
}

#content .picture_gallery img
{
	border: 1px solid #cc0033;
	cursor: pointer;
}

#content .content_2
{
	margin-bottom: 15px;
}

#content .content_2 h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #cc0033;
}

#content .content_2 p
{
	margin: 0px;
}

#content .content_2 img
{
	float: left;
	border: 1px solid #cc0033;
	margin: 3px 5px 5px 0px;
}

.inline_image
{
	float:left;
	margin:3px 10px 10px 0px;
}

/**
 *
 */
#content .news h1
{
	font-size: 11px;
	font-weight: bold;
	color: #cc0033;
}

#content .news h1 a
{	
	color: #cc0033;
	text-decoration: none;
}

#content .news h1 a:hover
{
	text-decoration: underline;
}

#content .news p
{
}

#content .news .readmore
{
	clear: both;	
	float: right;
	
	color: #333333;
	text-decoration: none;
	
	text-align: right;
}

#content .news .readmore:hover
{
	text-decoration: underline;
}#contact table
{
	margin-top: 15px;
	width: 100%;
}

#contact table td
{
	vertical-align: top;
}

#contact table td .line1
{
	margin: 15px 0px 15px 0px;
}

#contact .textarea
{
	width: 500px;
	height: 75px;
}

#request_interests
{
	display: none;
}

#request_comment
{
	display: none;
}body
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#picturePopup
{
}

#picturePopup_img
{
	overflow: hidden;
	text-align: center;
}

#picturePopup_img img
{
	margin-bottom: -2px;
}

#picturePopup_controlBar
{
	width: 100%;
	height: 40px;

	overflow: hidden;

	font-size: 11px;
	text-align: center;
	
	color: #ffffff;	
	background-color: #cc0033;
}

#picturePopup_controlBar .info .print
{
	background-image: url('imgs/print_white_15x13.gif');
}

#picturePopup_controlBar .info .print img
{	
	border: 0px;
	margin: 0px;
	
	width: 15px;
	height: 13px;
}

#picturePopup_controlBar a
{
	color: #ffffff;	
	font-weight: bold;
}

#picturePopup_controlBar .prevLink,
#picturePopup_controlBar .nextLink
{
	font-weight: bold;
	margin-top: -20px;
}

#picturePopup_controlBar .prevLink
{
	float: left;
	margin-left: 10px;
}

#picturePopup_controlBar .nextLink
{
	float: right;
	margin-right: 10px;	
}

#picturePopup_controlBar .info
{
	margin-top: 3px;
	text-align: center;
}

#picturePopup_printInfo
{
	display: none;
	margin-top: 20px;
}#gewinnspiel
{
}

#gewinnspiel .answers
{
	height: 109px;
	
	background-image: url('imgs/bg_answers.jpg');
	background-repeat: no-repeat;
	
	margin: 20px 0px 20px 0px;
	padding: 35px 0px 0px 100px;
}

#gewinnspiel .infos
{
	position: relative;
	
	height: 300px;

	background-image: url('imgs/bg_infos.jpg');
	background-repeat: no-repeat;
	background-position: 0px 157px;
	
	padding: 0px 0px 100px 0px;
}

#gewinnspiel .infos .info_note
{
	position: absolute;
	bottom: 75px;
}