*
{
	margin: 0;
	padding: 0;
}

html, body
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #695d5d;
}

p, blockquote p
{
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 12px;
}
blockquote p
{
	font-weight: bold;
	letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, Sans-Serif;
	margin-bottom: .3em;
	line-height: normal;
	text-decoration: none;
	color: #e03288;
}

h5
{
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 16px;
}

h1
{
	font-size: 1.6em;
	letter-spacing: 0px;
	margin-bottom: 8px;
}

h2
{
	font-size: 1.4em;
	margin-bottom: 8px;
}

h3
{
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 2px;
}

h4, h5, h6
{
	font-size: 1em;
	line-height: 1.4em;
	font-family: verdana;
	font-weight: normal;
	font-style: italic;
}

img
{
	border: none;
}

a
{
	color: #5a5a5a;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img.leftImage
{
	float:left;
	clear:left;
	margin: 0 10px 10px 0;
}

img.rightImage
{
	clear:right;
	float:right;
	margin: 0 0 10px 10px;
}

hr
{
	clear: both;
	display: block;
	height: 1px;
	color: white;
	border: 0;
	background-color: #000;
	padding-top: 1px;
	margin: 0 0 10px 0;
}

p hr
{
	margin: 0px 0;
}

* html hr
{
	margin: 0px 0;
}

ul
{
	margin: 0 0 15px 20px;
}

ol
{
	margin: 0 0 15px 28px;
}

li
{
	margin: .8em .3em;
	vertical-align: middle;
}

span#copy, span#copy a
{
	font-size: 9px;
	color: #474747;
	text-decoration: none;
}

span#copy a:hover
{
	text-decoration: underline;
}

input, select
{
	font-family: Verdana;
	font-size: 11px;
}

.RegionMain .PanelList .ListItem
{
	padding: 5px 10px;
	background-color: #e6e6dc;
}

.RegionMain .PanelList .Alt
{
	background-color: #ffffff;
}



.AdressInfo
{
	font-family: Verdana;
	font-size: 11px;
}

.AdressInfo h3 /* Titel */
{
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}

.AdressInfo p
{
	margin-bottom: 10px;
}


.helpText
{
    padding: 2px 4px;
    color: white; 
    background-color: #6a6a6a;
}
.helpIcon
{
	float: left;
    background: url("/Images/help.gif") no-repeat;
    width: 12px;
    height: 10px;
}

input
{
	padding: 1px;
}

.StandardButton
{
	color: #fff;
	height: 22px;
	background-color: #6a6a6a;
}

.ControlPanelButton
{
	height: 22px;
}


.ModuleMessage
{
	border: 1px solid #f2f2f2;
	background-color: #f9f9f9;
	padding: 10px;
	margin-bottom: 15px;
	color: #ff3131;
}

.ModuleMessage span.Heading
{
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 6px;
}

.Normal
{
	font-weight: normal;
}

#head
{
	background: url("../Images/headbg.gif") no-repeat top;
}

/*Popup Control*/
.popupControl
{
	padding: 5px;
	margin: 0;
	background-color: White;
	position: absolute;
	visibility: hidden;
	border: 1px outset white;
}
.popupControl .Button
{
	background-color: #4d5a78;
	border: 1px solid #272d3d;
	padding: 1px 6px 2px 6px;
	color: White;
}

.ImgUU
{
	float: left;
	clear: none;
	position: absolute;
	top: 20px;
}

.Hidden
{
	visibility: hidden;
}


.Head
{
	display: block;
	color: #414141;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.Section
{
	margin-bottom: 15px;
}

.Wide table input.TextBox,
.Wide table .TextBox input, 
.Wide table select, 
.Wide table select option
{
	width: 100px !important;
}

#Header
{
	background-image: url(/images/header.png);
}

.TextBlock a
{
	color: #e03288;
}

.Image
{
	margin-bottom: 10px;
}

.Caption
{
	margin-bottom: 10px;
	font-style: italic;
	font-size: 9px;
}

.Footer .BottomNav a
{
	color: #e03288;
	background-image: url(Images/ItemArrows.gif);
}

.WaitPanel
{
	position: absolute;
	padding: 20px;
	border: 2px solid #d0d8e6;
	background: #fff;
	z-index: 50;
	width: 160px;
}

.WaitPanel .ProgressImage
{
	display: block;
	float: left;
	margin-right: 8px;
	width: 16px;
}

.WaitPanel .ProgressLabel
{
	display: block;
	color: #2465d4;
}
