/****************************************************************************************
# Reset all styles
# ***************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/****************************************************************************************
# Global styles
# ***************************************************************************************/
body {
	font-size: 12px;
	line-height: 24px;
	font-family: Calibri, sans-serif, Verdana, Arial;
	color: #3d3c3f;
}

h1,
.headline {
    color: #A6A8A7;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: normal;
}

h2,
.subline {
	color: #000000;
    margin-top: -30px;
    margin-bottom: 30px;
    font-weight: bold;
}

h3 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 10.5px 0;
}

p {
	margin: 10px 0;
}

hr {
	color: #A6A8A7;
	background-color: #A6A8A7;
	height: 1px;
	border: none;
}

ul li {
	list-style: disc;
	margin-left: 16px;
}

a {
	text-decoration: none;
}

button {
	cursor: pointer;
}	

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.relative {
	position: relative;
}

.italic {
	font-style: italic;
}

.right {
	float: right;
}

.nopadding {
	padding: 0 !important;
}

.left {
	float: left;
}

.text-right {
	text-align: right;
}

.red {
	color: red;
}

.seperator {
	position: relative;
	width: 100%;
	margin: 16px 0;
}

a.button {
    background: transparent url("img/a_button.png") no-repeat scroll top right;
    display: block;
    float: left;
    font-size: 12px;
    height: 24px;
    margin: 3px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}


a.button span {
    background: transparent url("img/a_button_span.png") no-repeat 0 0;
    display: block;
    line-height: 14px;
    height: 14px;
    width: auto;
    padding: 5px 0 5px 10px;
    color: #58585A;
    text-align: center;
}

a.button:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
	color: #000000;
}

a.button.disabled span {
	color: #C0C0C0;
}

a.button.disabled:hover span {
	background-position: 0 0;
}

a.button.disabled:hover {
	background-position: top right;
}

.fakebutton {
	position: relative;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 2px;
	margin: auto;
}

.fakebutton.short {
	height: 52px;
	width: 87px;
	padding: 20px 50px 20px 20px;
}

.fakebutton.long {
    height: 19px;
    width: 262px;
    padding: 11px 0 11px 11px;
}

.fakebutton:hover {
	text-decoration: none;
}

.splitted {
	float: left;
	clear: both;
}

.splitted div {
	width: 50%;
}

.splitted .left {
	float: left;
}

.splitted .right {
	float: right;
}

/*
 * jQuery - Plugins
 */
.expandable .read-more a {
/*	color: #A6A8A7;*/
/*	font-size: 20px;*/
/*	float: right;*/
/*	margin: 15px 5px;*/
}

.expandable {
	clear: both;
}

#loading {
    border: 0 none;
    text-indent: -999px;
    width: 25px;
    height: 25px;
	background: url("img/loading.gif") no-repeat scroll center center transparent;
}

.message {
	clear: both;
}

.message.info {
	color: blue;
}

.message.error {
	color: red;
}

.dialog {
	display: none;
}


#I4w_Form_ServiceVehicleDamage div {
	margin: 5px 0;
	float: left;
}

#I4w_Form_ServiceVehicleDamage fieldset legend {
	font-weight: bold;
}

#I4w_Form_ServiceVehicleDamage label,
#I4w_Form_ServiceVehicleDamage input,
#I4w_Form_ServiceVehicleDamage textarea,
#I4w_Form_ServiceVehicleDamage ul.errors {
	float: left;
	clear: both;
}

#I4w_Form_ServiceVehicleDamage #fieldset-damage_details,
#I4w_Form_ServiceVehicleDamage #fieldset-insurant_details,
#I4w_Form_ServiceVehicleDamage #fieldset-driver_details,
#I4w_Form_ServiceVehicleDamage #fieldset-vehicle_details,
#I4w_Form_ServiceVehicleDamage #fieldset-claimant_details,
#I4w_Form_ServiceVehicleDamage #fieldset-additional_infos,
#I4w_Form_ServiceVehicleDamage #fieldset-wishesdetails {
	clear: both;
	margin-top: 10px;
	float: left;
	width: 100%;
}

#I4w_Form_ServiceVehicleDamage #fieldset-wishesdetails {
	margin-bottom: 10px;
}

#I4w_Form_ServiceVehicleDamage #fieldset-damage_details div,
#I4w_Form_ServiceVehicleDamage #fieldset-insurant_details div,
#I4w_Form_ServiceVehicleDamage #fieldset-driver_details div {
	float: left;
	width: 50%;
}

#I4w_Form_ServiceVehicleDamage #driving_licence_element_wrapper,
#I4w_Form_ServiceVehicleDamage #drugs_element_wrapper,
#I4w_Form_ServiceVehicleDamage #phone_element_wrapper,
#I4w_Form_ServiceVehicleDamage #email_element_wrapper {
	width: 100% !important;
	clear: both;
}

#I4w_Form_ServiceVehicleDamage #driving_licence_element_wrapper label,
#I4w_Form_ServiceVehicleDamage #drugs_element_wrapper label {
	float: left;
	clear: left;
}

.section {
	width: 100%;
	border-bottom: 1px solid black;
}












/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE.
# ***************************************************************************************/
DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }
DIV.csc-textpic-imagewrap { padding: 0; }
DIV.csc-textpic IMG { border: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }
DIV.csc-textpic-clear { clear: both; }
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; vertical-align:bottom; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 10px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: 10px; }
*+html DIV.csc-textpic DIV.csc-textpic-imagerow .csc-textpic-image { margin-bottom: 0; }
*+html DIV.csc-textpic DIV.csc-textpic-imagerow { margin-bottom: 10px; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
}
DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }
DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { float: none !important; text-align: left; /* Remove IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }
DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text,
* html .csc-textpic-intext-left ol,
* html .csc-textpic-intext-left ul { height: 1%; }
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }
DIV.csc-menu-list a { float: left; clear: both; line-height: 12px; font-size: 12px; margin-bottom: 4px; }
.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left: 40px; overflow: auto; }
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}
div.indent { margin-left: 2em; }