/* bilder im text - falls sie ein bild rechts im text ausrichten */
.img_rechts {
	float:right;
	border:solid 1px #fff;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:0px;
	background-color:#000;
	color:#fff;
	text-align:center;
	font-size:12px;
	font-style:italic;
}

.ContentTable {
	border-color: #ffffff;
	border-style: solid;
}
.ContentTable td {
	border-color: #ffffff;
	border-style: solid;
	padding: 5px;
}

input
{
	padding-left: 2px;
	background-color: #eff3f7;
	border: 2px solid #eff3f7;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
}
textarea 
{
	padding-left: 2px;
	background-color: #eff3f7;
	border: 2px solid #eff3f7;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
}


/**********************************************************************************************/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	padding: 16px 0px 10px;
	background: url('images/background.jpg') #5f92d2 repeat-x 0% 0%;
	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

a
{
	color: #fff;
	text-decoration: underline;
}

a:hover
{
	color: #bfd8f6;
}

img
{
	border: none;
}

ul
{
	list-style-type: none;
}

li
{
	list-style-type: none;
}

.contentlist
{
	padding-left: 30px;
}
.contentlist li
{
	list-style-type: circle;
	margin-bottom: 5px;
}

p
{
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: #CC9900;
}


#Page_Container
{
	margin: 0px auto;
	width: 800px;
}

#Pageheader_Column
{
	margin-bottom: 12px;
	border: 1px solid #fff;
	background: url('images/header_background.jpg') repeat-x 0px 0px;
}

#Header_Column
{
	margin-bottom: 12px;
	border: 1px solid #fff;
	background-color: #537caf;
	padding-top: 2px;
	padding-left: 10px;
}

#Sidebar_Column
{
	margin-bottom: 11px;
	border: 1px solid #fff;
	background-color: #537caf;
	display: block;
	padding-top: 2px;
	padding-left: 10px;
	width:230px;
}

#Sidebar_Column p
{
	text-align:center;
}

#MenuItems
{
	padding-top: 5px;
	padding-right: 5px;
}

#MenuItems li
{
	margin-bottom: 2px;
	width: 125px;
	border: 1px solid #dee8f5;
	text-align: center;
	clear: both;
	float: none;
}

#MenuItems li a
{
	display: block;
	width: 125px;
	height: 20px;
	color: #e3ecf8;
	background-color: #3d6290;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 10px;
}

#MenuItems li a span
{
	display: block;
	padding-top: 4px;
}

#MenuItems li a:hover
{
	color: #fff;
	background-color: #2e4a6c;
}

#Maincontent_Column
{
	border-top : 1px solid #d5dfec;
	border-left : 1px solid #d5dfec;
	float: right;
	text-align: left;
	display: block;
	padding-top: 4px;
	padding-left: 10px;
	width:555px;
}

.text
{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial;
	COLOR: #000000;
}

.textbold
{
	FONT-SIZE: 10pt;
	COLOR: #CC9900;
	FONT-FAMILY: Arial Black;
}

.caption
{
	FONT-SIZE: 14pt;
	COLOR: #CC9900;
	FONT-FAMILY: Arial;
}

.captionbold
{
	FONT-SIZE: 14pt;
	COLOR: #CC9900;
	FONT-FAMILY: Arial Black;
}

