/* ******************************************************** CONTENT ******************************************************** */

div#main
{
	width: 900px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -450px;
}

div#head
{
	width: 900px;
	height: 193px;
	
	
	
	float: left;
	
	
	
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

div#head img
{
	width: 193px;
	height: 129px;
	margin: 29px 0px 0px 717px;
}

div#content
{
	width: 900px;
	
	
	
	float: left;
	
	
	
	/* height: 500px; */
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#contentLeft
{
	width: 193px;
	/* height: 500px; */
	float: left;
}

div#contentLeft ul
{
	list-style: none;
	border: 0px;
	margin: 17px 0px 0px 0px;
	padding: 0px;
}

div#contentLeft ul li
{
	display: block;
	float: left;
	border: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

div#contentLeft ul li img
{
	float: left;
}




div#contentRight
{
	width: 707px;
	/* height: 500px; */
	float: left;
}

div#contentRight div#contentRight_Left
{
	width: 540px;
	float: left;
}

div#contentRight div#contentRight_Right
{
	width: 167px;
	float: left;
	margin-bottom: 20px;
}



div#contentRight div#contentRight_Left div.contentDummy
{
	padding: 20px 50px 20px 30px;
}




div#footer
{
	width: 900px;
	height: 60px;
	
	
	
	float: left;
	
	
	
	
	background-color: #FFFFFF;
}

div#footer ul
{
	float: right;
	list-style: none;
	border: 0px;
	margin: 11px 0px 0px 0px;
	padding: 0px;
}

div#footer ul li
{
	display: inline;
	border: 0px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}


div#footer ul li a
{
	color: #449BE9;
}


div.headline
{
	color: #1A3468;
	font-weight: bold;
	font-size: 19pt;
	line-height: 17pt;
	
	padding: 0px 0px 30px 30px;
	
	
	background-image: url(../images/bg_headline.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#contentRight ul
{
	margin: 0px;
	padding: 0px;
}

div#contentRight ul li
{
	list-style: none;
	border: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 31px;
	
	background-image: url(../images/bg_li.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#contentRight ul.sub li
{
	background-image: url(../images/bg_li_sub.gif);
}



/* ******************************************************** COMMON ******************************************************** */

body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/* Text Attributes */
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	color: #000000;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 17px;
}

td
{
	padding: 2px 10px 2px 0px;
	vertical-align: top;
	/* Text Attributes */
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	color: #000000;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}

td.odd
{
	background-color: #DDE8F8;
	padding: 3px 15px 3px 5px;
}

td.even
{
	background-color: #FFFFFF;
	padding: 3px 15px 3px 5px;
}

th
{
	padding: 3px 15px 3px 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #87B3E6;
	padding: 3px 15px 3px 5px;
}

img
{
	border: 0px;
}

.frame
{
	border-width: 4px;
	border-style: solid;
	border-color: #87B3E6;
}

span.strong
{
	font-weight: bold;	
}

a
{
	color: #007219;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

span.red
{
	color: #ED1C23;
}

span.stern
{
	font-size: 10pt;
}

span.blue
{
	/* color: #7FB7E9; */
	color: #449BE9;
}

ul
{
	list-style: block;
	border: 0px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	
}

ul li
{
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}


/* ******************************************************** FORMS ******************************************************** */

form
{
	margin: 0px;
	padding: 0px;
	border: 0;
}

input.textfeld
{
	float: right;
	width: 283px;
	height: 12px;
	margin-bottom: 3px;
	padding: 2px;
	
	border-color: #87B3E6;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	
	/* Text Attributes */
	font-family: Arial,sans-serif;
	font-size: 7pt;
	color: #000000;
}

select.textfeld
{
	width: 283px;
	margin-bottom: 3px;
	padding: 2px;
	
	border-color: #87B3E6;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	
	/* Text Attributes */
	font-family: Arial,sans-serif;
	font-size: 7pt;
	color: #000000;
}

input.file
{
	/* Text Attributes */
	font-family: Arial,sans-serif;
	font-size: 8pt;
	color: #000000;
}


textarea
{
	float: right;
	width: 283px;
	height: 80px;
	padding: 2px;
	
	border-color: #87B3E6;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;

	/* Text Attributes */
	font-family: Arial,sans-serif;
	font-size: 7pt;
	color: #000000;
}

