/* ******************************************************** CONTENT ******************************************************** */

div#main
{
	width: 990px;
	
	position: absolute;
	left: 50%;
	margin-left: -495px;
	margin-top: 50px;
	
	
	background-image: url(../images/bg_content.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div#mainLeft
{
	width: 850px;
	float: left;
}

div#mainRight
{
	width: 140px;
	float: left;
	
	background-image: url(../images/bg_advertisement.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div#mainRightAd
{
	padding: 16px 0px 0px 10px;
}

div#contentContent a
{
	padding: 0px 0px 0px 10px;
	
	background-image: url(../images/bg_a.gif);
	background-position: left;
	background-repeat: no-repeat;
}

div#contentContent a.button_reset
{
	padding: 0px;
	background-image: none;
}

div#contentContent a.email
{
	padding: 0px;
	background-image: none;
}

div#contentContent
{
	width: 642px;
	
	padding: 23px 0px 0px 0px;
	float: left;
}

div.contentHeadline
{
	width: 642px;
	height: 23px;
	color: #FFFFFF;
	font-weight: bold;
	
	background-image: url(../images/bg_headline.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div.contentHeadline div.contentDummy
{
	padding: 3px 0px 0px 40px;
}

div.contentText
{
	padding: 15px 40px 30px 40px;
}

ul.content,
ul.contentLinks
{
	list-style: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

ul.content li
{
	display: block;
	border: 0px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 15px;
	
	background-image: url(../images/bg_li_content.gif);
	background-position: left;
	background-repeat: no-repeat;
}

ul.contentLinks li
{
	display: block;
	border: 0px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}


/* ******************************************************** COMMON ******************************************************** */

body
{
	background-image: url(../images/bg.gif);
	background-position: left;
	/*
	background-repeat: repeat-y;
	background-color: #EDF4FC;
	*/
	margin: 0px;
	padding: 0px;
	/* Text Attributes */
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	color: #3B516E;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
}

td
{
	vertical-align: top;
}

table.content
{
	width: 511px;
	table-layout: fixed;
	
	border-color: #61749A;
	border-style: solid;
	
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

table.content th
{
	background-color: #CAD2DB;
	padding: 3px;
	text-align: left;

	border-color: #61749A;
	border-style: solid;
	
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

table.content td
{
	background-color: #F0F2F4;
	padding: 3px;
	
	border-color: #61749A;
	border-style: solid;
	
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

table.form td
{
	padding: 3px 0px 3px 0px;
}

a
{
	color: #BF501D;
	text-decoration: none;
}

img
{
	border: 0px;
}

img.rahmen
{
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	margin: 0px 15px 15px 0px;
}

span.strong
{
	font-weight: bold;	
}

span.red
{
	color: #BF501D;
}

span.note
{
	font-style: italic;
}

hr
{
	color: #BF501D;
	height: 1px;
	margin: 15px 0px 15px 0px;
}


/* ******************************************************** FORMS ******************************************************** */

form
{
	margin: 0px;
	padding: 0px;
	border: 0;
}

input
{
	width: 300px;
	margin-bottom: 3px;
	/* Text Attributes */
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	color: #05318A;
	
	border-color: #5874A1;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

input[type=radio],
input[type=checkbox]
{
	width: auto;
	margin-left: 0px;
	border-width: 0px;
	background-color: #DAE0E5;
}

input.short
{
	width: 50px;
}

input.middle
{
	width: 243px;
}

input.button_absenden
{
	width: 209px;
	height: 26px;
	float: right;
	border-width: 0px;
}

select
{
	width: 304px;
	margin-bottom: 3px;
	/* Text Attributes */
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	color: #05318A;

	border-color: #5874A1;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

textarea
{
	width: 300px;
	height: 100px;
	margin-bottom: 3px;
	/* Text Attributes */
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	color: #05318A;
	
	border-color: #5874A1;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

