body
{
	font-family: verdana,arial,sans-serif;
	background-color: #FFFFFF;
	color: #030065;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
td
{
	font-size: 11px;
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

select, input, textarea
{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: verdana,arial,sans-serif;
	color: #666666;
}

input.readonly, textarea.readonly
{
	background-color: #D9E1F0;
}

/* Note: IE displays margins, FF does not.  We want all margins except the left margin. */
.radiobutton input /* for all browsers */
{
	float: left;
	margin-left: -4px; /* removes left margin */
}
.radiobutton input[type=radio] /* for browsers >IE6 */
{
	margin-left: 0px; /* restores left margin to default (no margin) */
	margin-right: 5px;
	margin-top: 3px;
}
.radiobutton label
{
	line-height: 18px;
}

.checkbox input
{
	margin-left: -4px; /* fixes IE margins */
}
.checkbox input[type=checkbox]
{
	margin-left: 0px; /* undoes above IR fix in better browsers */
}
input[type=checkbox]
{
	margin-right: 5px; /* adds margin to checkboxes in non IE browsers (IE displays margins) */
}

.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.clear-both
{
	clear: both;
}
.clear-left
{
	clear: left;
}
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.block
{
	display: block;
}
.noborder
{
	border: none;
}
.relative
{
	position: relative;
}

.seperator-180
{
	clear: both;
	width: 180px;
	height: 2px;
	line-height: 2px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
td.sep
{
	height: 1px;
	width: 100%;
	background-color: #FFFFFF;
}
td.dist
{
	height: 10px;
	width: 100%;
}

.FC-input
{
	color: #000066;
}
.FC-Input-small
{
	color: #000066;
	font-size:10px;
}

a
{
	color: #030065;
	text-decoration: none;
	font-size: 11px;
}
a:hover
{
	color: #556AB9;
	text-decoration: none;
}

.LS
{
	color: #3436CD;
}
.LS-mandatory
{
	color: #000066;
}
.LS-important
{
	color: #E00003;
}
hyperlink.LS
{
	color: #3436CD;
	text-decoration: underline;
	font-size: 11px;
}
hyperlink.LS.hover
{
	color: #3436CD;
	text-decoration: none;
}
hyperlink.LS.visited
{
	color: #3436CD;
	text-decoration: underline;
	font-size: 11px;
}
a.LS
{
	color: #3436CD;
	text-decoration: underline;
	font-size: 11px;
}
a.LS:hover
{
	color: #3436CD;
	text-decoration: none;
}
a.LS:visited
{
	color: #3436CD;
	text-decoration: underline;
	font-size: 11px;
}

a.LS-mandatory
{
	color: #0100FD;
	text-decoration: underline;
	font-size: 11px;
}
a.LS-mandatory:hover
{
	color: #0100FD;
	text-decoration: none;
}

a.LS-important
{
	color: #E00003;
	text-decoration: underline;
	font-size: 11px;
}
a.LS-important:hover
{
	color: #E00003;
	text-decoration: none;
}

/*  Scout24 Area  */

.scout-area-top
{
	background-color: #000066;
	height: 116px;
}
.sgroup
{
	float: none;
	height: 26px;
	width: 982px;
}
.sgroup-left
{
	float: left;
	height: 26px;
}
.sgroup-right
{
	text-align: right;
}

.scout-area-inner
{
	clear: both;
	width: 1000px;
	background-color: #000066;
	height: 90px;
}
.logo-top
{
	clear: both;
	float: left;
	height: 90px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.logo-top h1
{
	margin: 0px;
	padding: 0px;
}

/* TOP area, text */

div.text-top-area
{
	width: 815px;
	margin-left: 13px;
	height: 27px;
	font-size: 11px;
}

div.text-top-area div
{
	padding-top: 5px;
}
.text-top-area div.my-infolinks
{
	float: left;
	padding-top: 2px;
	color: #3436CD;
}
.text-top-area div.my-logout
{
	text-align: right;
	padding-top: 2px;
}

/* Content AREA */
.content-area
{
	margin-top: 20px;
	margin-left: 7px;
	width: 822px;
}

.content-halfsize-width
{
	width: 406px;
}

/*  footer */
.footer
{
	clear: both;
	float: none;
	width: 822px;
}
.footer-country
{
	clear: both;
	text-align: center;
	font-size: 10px;
}
.footer-country a
{
	color: #556AB9;
	text-decoration: underline;
	font-size: 10px;
}
.footer-country a:hover
{
	color: #556AB9;
	text-decoration: none;
}
.footer-lang
{
	clear: both;
	text-align: center;
}
.footer-about
{
	clear: both;
	text-align: center;
}
.footer-about a
{
	color: #010066;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.footer-about a:hover
{
	color: #010066;
	text-decoration: underline;
}

.footer-about a:visited
{
	color: #010066;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.footer-about a:visited:hover
{
	color: #010066;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

.footer-copy
{
	clear: both;
	text-align: center;
	margin-top: 5px;
	color: #AEAEAE;
	font-size: 10px;
}

.footer-distance-10
{
	clear: both;
	width: 1px;
	height: 10px;
}
.footer-distance-20
{
	clear: both;
	width: 1px;
	height: 20px;
}
.footer-distance-30
{
	clear: both;
	width: 1px;
	height: 30px;
}
.footer-distance-50
{
	width: 1px;
	height: 50px;
}

/* new cms footer */
.footer-container
{
	margin: 0px;
	padding: 0px;
}
.footer-socialbookmark
{
	clear: both;
	text-align: center;
	font-size: 10px;
	margin-bottom: 15px;
}
.footer-socialbookmark a.socialbookmark
{
	margin-right: 5px;
}
.footer-socialbookmark img
{
	vertical-align: middle;
}

/* right area */
.right-area
{
	position: absolute;
	left: 835px;
	top: 141px;
	width: 120px;
	height: 300px;
}

.linklist
{
	line-height: 17px;
	margin-bottom: 10px;
}
.linklist div.symb
{
	float: left;
	width: 10px;
}
.linklist div.llink
{
	float: none;
	margin-left: 10px;
	width: 145px;
}

/* Buttons  */
button
{
	font-family: verdana,arial,sans-serif;
}
.button-emphasised, .button-emphasised-letter, .button-emphasised-phone, .button-inactive-letter, .button-inactive
{
	line-height: 20px;
	height: 20px;
	padding: 0px 9px 0px 9px;
	margin: 0px;
	border: none;
	color: #003300;
	font-weight: bold;
	font-size: 10px;
	background: #5DD429 url(/images/b_green.gif) repeat-x;
	overflow: visible;
	cursor: pointer;
}

.button-emphasised-letter, .button-emphasised-phone
{
	padding: 0 5px 0 20px;
}

.button-inactive-letter
{
	padding: 0 5px 0 25px;
}

.button-inactive
{
	color: #666666;
}

.button-emphasised-letter
{
	background: url(/images/b_green_letter.gif) no-repeat;
}
.button-emphasised-phone
{
	background: url(/images/b_green_phone.gif) no-repeat;
}
.button-inactive-letter
{
	background: url(/images/b_grey_letter.gif) no-repeat;
}
.button-inactive
{
	background: url(/images/b_grey.gif) no-repeat;
}

.button-normal
{
	line-height: 20px;
	height: 20px;
	border: none;
	padding: 0 5px 0 5px;
	margin: 0;
	overflow: visible !important;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	background: url(/images/b_blue.gif);
}

.button1-style
{
	padding: 10px 10px 10px 0;
}

.btn-style
{
	float: right;
	padding: 10px;
	text-align: right;
}
.btn-style-right
{
	float: right;
	margin: 10px;
}
.btn-style-left
{
	float: left;
	margin: 10px;
}

/* errors  */
div.error-msg
{
	width: 632px;
	font-weight: bold;
	margin-bottom: 10px;
	display: none;
}
div.error-msg div.head
{
	clear: both;
	height: 20px;
	line-height: 20px;
	background-color: #DF0001;
	color: #FFFFFF;
	padding-left: 8px;
	vertical-align: middle;
}
div.error-msg div.body
{
	background-color: #FFFFFF;
	color: #DF0001;
	padding-left: 10px;
	padding-top: 5px;
}
.input-error
{
	border: 2px solid #DF0001;
	background-color: #F8AAAA;
}

ul.hook, ul.hook-blue, ul.hook-brown, ul.hook-grey
{
	padding: 0px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}

ul.hook
{
	list-style-image: url(/images/i_hook_red.gif);
}
ul.hook-blue
{
	list-style-image: url(/images/i_hook_blue.gif);
}
ul.hook-brown
{
	list-style-image: url(/images/i_hook_brown.gif);
}
ul.hook-grey
{
	list-style-image: url(/images/i_hook_grey.gif);
	color: #42566A;
}

ul.hook li, ul.hook-grey li, ul.hook-blue li
{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

ul.hook-brown li
{
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}


/* erfolgs/ fehler meldungen */
div.messages-system
{
	width: 632px;
}
.high
{
	font-weight: bold;
}
div.box-plaintext p
{
	margin: 0px;
}
div.box-plaintext p.small
{
	font-size: 10px;
}
.msg-notice, .msg-notice2, .msg-success, .msg-error {clear: both;margin: 0px;padding: 0px;margin-bottom: 10px;background-color: white;}
.msg-notice {border: 1px solid #666666;}
.msg-notice2 {border: 1px solid #D9E0F0;}
.msg-success {border: 1px solid #003300;}
.msg-error {border: 1px solid #E10102;}
.msg-notice div.msg-inner {color: #666666;}
.msg-notice2 div.msg-inner {color: #666666;}
.msg-success div.msg-inner {color: #003302;}
.msg-error div.msg-inner {color: #F00B06;}
.msg-inner {font-weight: bold;margin: 0;padding: 0;}
.msg-inner div.msg-symbol {float: left;width: 30px;}
.msg-inner div.msg-symbol img {margin: 5px;margin-left: 10px;}
.msg-inner div.msg-info {width: auto;margin-left: 44px;padding-top: 10px;padding-bottom: 8px;}
.msg-inner div.msg-info-body {font-weight:normal;width: auto;margin-left: 44px;padding-top: 10px;padding-bottom: 8px;}
.msg-inner div.msg-info span.normal {font-weight: normal;}
.msg-valsum a {color:#F00B06;}

/* *******************************
 For Checkbox and RadioButtunLits
********************************** */

table.checkboxlist
{
	border: none 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
table.checkboxlist tr td input
{
	float: left;
	clear: both;
	margin-right: 5px;
	margin-left: -4px; /* fixes IE margins */
}
table.checkboxlist tr td input[type=checkbox], table.checkboxlist tr td input[type=radio]
{
	margin-top: 3px;
	margin-left: 0px; /* undoes above IE margin fix */
}
table.checkboxlist tr td label
{
	line-height: 18px;
}

/* **************
 ContactForm
************** */
.contactformheadertitle
{
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

.overflow-hidden
{
	overflow: hidden;
}

.pixel
{
	/* display: none; - old param */
	position: absolute;
	visibility: hidden;
}

/*login status*/
a.loginstatus
{
	color: #3436CD;
	text-decoration: underline;
}
a.loginstatus:visited
{
	color: #3436CD;
	text-decoration: underline;
}
a.loginstatus:hover
{
	color: #3436CD;
	text-decoration: none;
}

/* new for cms */
.st-overview-search
{
 width: 170px;
 margin-left: 6px;
 overflow:hidden;
}
 
.st-overview-search .symbol{
 clear:both;
 float:left;
 width:43px;
}
 
.st-overview-search .link{
 float:left;
 width:125px;
}

#docu
{
	position:absolute;
	z-index: 10000;
}
.confMsgLeft
{
	float:left;
}
.confMsgRight
{
	float:right;
}
.confMsgIcon
{
	height:24px;
	width:24px;
	border: 0px;
}
.track-pixel
{
	border:0px;
	height:1px;
	width:1px;
}
img.itemlink-image
{
	float: left;
	margin-right: 4px;
}
.space-if-no-login
{
	height: 26px;
	width: 100%;
}