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: #000066;
}


.item-disabled, .input-disabled, .select-disabled, .textarea-disabled
{
    color: #AEAEAE;
	background-color: #EBEBE4;
}

.label-disabled
{
	color: #AEAEAE;
}


input.readonly, textarea.readonly
{
	background-color: #D9E1F0;
}

/* classes for font weight */
.bold
{
	font-weight: bold !important;
}
.normal
{
	font-weight:normal;
}

/* classes for font size */
.eleven
{
	font-size: 11px;
}
.twelve
{
	font-size: 12px;
}

/* 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 */
	margin-right: 5px;
}
input[type=checkbox]
{
	margin-right: 7px; /* 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
{
}



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;
}

a.LS
{
	color: #3436CD;
	text-decoration: underline;
	font-size: 11px;
}

a.LS:hover
{
	color: #3436CD;
	text-decoration: none;
	cursor: pointer;
}

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;
}
a.LS-dealer-whitestyle
{
	color: white;
	cursor: pointer;
	font-size: 10px;
	padding-right: 7px;
	text-align: right;	
	text-decoration: underline;
}
a.LS-dealer-whitestyle:hover
{
	color: white;
	text-decoration: none;
	font-size: 10px;
	padding-right: 7px;
	text-align: right;
	cursor: pointer;
}
/* Item Link IL*/
a.IL
{
	font-family: Verdana;
	font-style: normal;
	color: #0000FE;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
}

a.IL:hover
{
	color: #0000FE;
	text-decoration: none;
	cursor: pointer;
}

/*  Scout24 Area  */

.scout-area-top
{
	background-color: #000066;
	height: 116px;
}
.sgroup
{
	float: none;
	height: 26px;
	width: 984px;
}
.sgroup-left
{
	float: left;
	height: 26px;
	width: 808px;
	background-color: #000066;
}
.sgroup-right
{
	float: left;
	text-align: right;
	height: 26px;
	background-color: #000066;
}

.scout-area-inner
{
	clear: both;
	width: 1000px;
	background-color: #000066;
	height: 90px;
}
.scout-area-inner a
{
	display: block;
	height: 0;
}
.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: 24px;
	font-size: 11px;
	padding-top: 5px !important;
	padding-top: 4px;
}
.text-top-area div.my-infolinks
{
	float: left;
}
div.my-infolinks ol.breadcrumbs 
{
    display:inline;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    padding:0px;
}
.breadcrumbs 
{
	color:#030065;
}
div.my-infolinks ol.breadcrumbs li 
{
    float:left;
    padding-right:1.5em;
}
.text-top-area div.my-logout
{
	text-align: right;
	font-weight:bold;
	float:right;
	margin-top: 2px;
}

/* Content AREA */
.content-area
{
	margin-top: 10px;
	margin-left: 7px;
	width: 822px;
}

.content-halfsize-width
{
	width: 406px;
}

/* new cms footer */
.footer-container
{
	width: 832px;
}
#footer
{
	width: auto;
}

/* right area */
.right-area
{
	position: absolute;
	left: 835px;
	top: 141px;
	width: 120px;
	height: 300px;
}

.left-area
{
	position:absolute;
	float: left;
	left: 10px;
	margin-top: 141px;
	width: 214px;
	overflow-x: hidden;
	background-color:Yellow;
}

.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;
}

*+html .button-emphasised /* hack for IE 7 */
{
	overflow: auto;
}

.button-emphasised-letter, .button-emphasised-phone
{
	padding: 0 5px 0 20px;
}

.button-inactive-letter
{
	background: url(/images/b_grey_letter.gif) no-repeat;
	padding: 0 5px 0 25px;
	cursor: auto;
}

.button-inactive
{
	background: url(/images/b_grey.gif) no-repeat;
	color: #666666;
	cursor: auto;
}

.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-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);
	cursor: pointer;
}

.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;
	/*line-height: 10px;*/
}

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;
}
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 #69D736;}
.msg-error {border: 1px solid #E10102;}
.msg-error-summary {border: 0px; margin-top: 10px; margin-bottom:17px;}
.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-inner ul {list-style-type: none;}
.msg-valsum a {color:#F00B06;}
.msg-info a {color:#F00B06; text-decoration:underline; }


/* *******************************
 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%;
}

/* start rounded button green big*/
.greenbtn-left
{
	background: url('/images/greenbtn-left.jpg') no-repeat;
}
.greenbtn-right
{
	background: url('/images/greenbtn-right.jpg') no-repeat;
}
.greenbtn-right, .greenbtn-left
{
	width: 6px;
	height: 43px;
	display: block;
	float: left;
}
.greenbtn-inner
{
	background: #5DD429 url('/images/greenbtn-inner.jpg') repeat-x scroll 0%;
	height: 43px;
	float: left;
	font-size: 14px;
	cursor: pointer;
}
/* end rounded button green big*/

/* start rounded button green small*/
.greenbtn-left-small
{
	background: url('/images/btn_green_left.gif') no-repeat;
}
.greenbtn-right-small
{
	background: url('/images/btn_green_right.gif') no-repeat;
}
.greenbtn-right-small, .greenbtn-left-small
{
	width: 11px;
	height: 32px;
	display: block;
	float: left;
	cursor: pointer;
}
.greenbtn-inner-small
{
	background: #5DD429 url('/images/btn_green_inner.gif') repeat-x scroll 0%;
	height: 32px;
	float: left;
	font-size: 13px;
	line-height: 30px;
	width: 161px;
	cursor: pointer;
	color:#023403;
}
.greenbtn-inner-small-wide
{
	background: #5DD429 url('/images/btn_green_inner.gif') repeat-x scroll 0%;
	height: 32px;
	float: left;
	font-size: 13px;
	line-height: 30px;
	width: 200px;
	cursor: pointer;
	color:#023403;
}
/* end rounded button green small*/

/* start rounded button blue*/
.bluebtn-left-small
{
	background: url('/images/btn_blue_left.gif') no-repeat;
}
.bluebtn-right-small
{
	background: url('/images/btn_blue_right.gif') no-repeat;
}
.bluebtn-right-small, .bluebtn-left-small
{
	width: 8px;
	height: 33px;
	display: block;
	float: left;
	cursor: pointer;
}
.bluebtn-inner-small
{
	background: #586aac url('/images/btn_blue_inner.gif') repeat-x scroll 0%;
	height: 33px;
	float: left;
	font-size: 13px;
	line-height: 31px;
	width:140px;
	cursor: pointer;
	color: #FFFFFF;
}
/* end rounded button blue*/

/* start rounded button blue confirm*/
.bluebtn-inner-confirm
{
	background: #586aac url('/images/btn_blue_inner.gif') repeat-x scroll 0%;
	height: 33px;
	width: 86px;
	float: left;
	font-size: 13px;
	line-height: 31px;
	cursor: pointer;
	color: #FFFFFF;
}
/* end rounded button blue*/

/* start rounded button grey small*/
.greybtn-left-small
{
	background: url('/images/btn_grey_left.jpg') no-repeat scroll 0%;
}
.greybtn-right-small
{
	background: url('/images/btn_grey_right.jpg') no-repeat scroll 0%;
}
.greybtn-right-small, .greybtn-left-small
{
	width: 6px;
	height: 23px;
	float: left;
}
.greybtn-inner-small
{
	background: url('/images/btn_grey_inner.jpg') repeat-x scroll 0%;
	height: 23px;
	float: left;
	font-size: 11px;
	color:#000000;
	width:100px;
}
/* end rounded button grey small*/

/* start rounded button grey*/
.greybtn-left
{
	background: url('/images/btn_grey_left_big.jpg') no-repeat scroll 0%;
}
.greybtn-right
{
	background: url('/images/btn_grey_right_big.jpg') no-repeat scroll 0%;
}
.greybtn-right, .greybtn-left
{
	width: 8px;
	height: 33px;
	float: left;
}
.greybtn-inner
{
	background: url('/images/btn_grey_inner_big.jpg') repeat-x scroll 0%;
	height: 33px;
	float: left;
	font-size: 11px;
	color:#000000;
}
/* end rounded button grey*/

.star
{
	float: left;
	height: 15px;
	width: 20px;
	margin-top: 1px;
}
.disabled
{
	background-color: #D4D0C8;
}

.inline
{
	display: inline;
}

.validation-success
{
	color: #5DD429;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 17px;
	margin-top: -7px;
}
.newsletter-checkbox
{
	padding-bottom: 18px;
	.padding-bottom: 22px;
}