/* -------------------------------------------------------------- 
   Resets default browser CSS styles.

   Created by Erik Meyer: http://meyerweb.com/eric/tools/css/reset/
   Modified by Andreas Zwinkau: http://cssninja.de
   Modified by Sven Wiesekerl: http://wiesekerl.de
   Date: 07. April 2008
-------------------------------------------------------------- */

center, isindex, menu, dir,
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0px none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    font-variant: inherit;
    vertical-align: baseline
}

/* Remember to define focus styles! */
:focus {outline: 0}
body {
    line-height: 1.3;
    color: black;
    background: white;
}
ol, ul {list-style: none}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {content: none}
blockquote, q {quotes: none}

/* better readability */
a:visited {text-decoration: none}

/* Bugfixing */
/* http://www.positioniseverything.net/explorer/ie-listbug.html */
ul, ol, dl {position: relative}
/* always show scrollbars with Firefox and Opera */
html {overflow: scroll}

/****** BASE FORMATTING *****/

/* FONTS */

html, body, table, textarea, input {
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif; }

pre, code, samp, kbd, 
var, input[type="password"] {
	font-family: Arial, Helvetica;
	font-size: 0.9em; }

dt, em, strong, th, samp, dfn, h3, h4 { font-weight: bold; }
strong { font-variant: small-caps; }
blockquote, q { font-style: italic; }
blockquote cite, q cite { font-style: normal; }

/* POSITION & SIZE */
sup, sub { font-size: 0.7em; line-height: 1em; }
sub	{ vertical-align: sub; }
sup	{ vertical-align: super; }

caption { text-align: center; }

hr { /* clear: both; */ }

acronym, abbr { cursor: help; }

/* Typographic stuff */
acronym { letter-spacing: 0.07em; }


/* ============================ */

body {
	background-color: #FFFFFF;
	background-image: url('../img/bgr.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: auto;
	margin-top: 40px;
	width: 930px;
}

#header {
	position: absolute;
	top: 0;
	z-index: 100;
	background-image: url('../img/header.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 100px;
	width: 100%;
}

#logo {
	width: 770px;
	height: 80px;
	padding-top: 3px;
	padding-left: 11px;
	border-bottom: 34px solid #FFFFFF;
}

#main {
	position: relative;
	top: 100px;
	width: 660px;
	padding: 140px 30px 10px 240px;
	background-image: url('../img/bgr_main.png');
	background-repeat: repeat-y;
	background-position: right;
	min-height: 210px;
}

#main.big {
	padding: 50px 30px 10px 240px;
	min-height: 300px;
}

#main p {
	margin-bottom: 15px;
	margin-left: 40px;
	font-size: 1.1em;
}

#main ul {
	list-style-type: circle;
	margin: 10px 0 10px 0;
	line-height: 1.2em;
	position: relative; left: 17px;
	margin-right: 17px;
	left: 67px;
	font-size: 1.1em;
}

#main ul li ul {
	left: 20px;
	font-size: 1.0em;
}

#main dd {
	margin-left: 30px;
}

/*
#main a {
	color: #000000;
}

#main a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
*/

#main a:link { color: #000000; text-decoration:underline; }
#main a:active {color: #000000; text-decoration:underline;}
#main a:visited {color: #000000; text-decoration:underline;}
#main a:hover {color: #940010; text-decoration:underline; }

#main a.nohover:hover {
	background: none;
}

#footer,
#footer_home {
	position: relative;
	top: 90px;
	background-image: url('../img/footer4.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 120px;
	padding-bottom: 30px;
	padding-top: 32px;
	padding-right: 15px;
}

#footer span,
#footer_home span {
	float: right;
	padding-right: 15px;
	font-size: 0.9em;
	color: #666666;
}

#footer span.contact a,
#footer_home span.contact a {
	color: #666666;
}

#footer span.contact a:hover,
#footer_home span.contact a:hover {
	color: #660000;
}

/*
#footer {
	position: relative;
	top: 80px;
	background-image: url('../img/footer.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 120px;
	padding-bottom: 30px;
	padding-top: 52px;
	padding-right: 15px;
}

#footer span {
	float: right;
	padding-right: 15px;
	font-size: 0.9em;
	color: #666666;
}

#footer span.contact a {
	color: #666666;
}

#footer span.contact a:hover {
	color: #660000;
}
*/

#pics {
	position: absolute;
	left: 60px;
	top: 0;
	padding: 5px;
}

#pics-small {
	position: absolute;
	left: 60px;
	top: 0;
	padding: 5px;
}

#pics img {
	float: left;
	padding: 3px;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
}

#pics-small img {
	float: left;
	padding: 3px;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
}

#nav {
	position: absolute;
	left: 65px;
	top: 140px;
	width: 155px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#nav ul {
	list-style: none;
	margin: 0 15px 0 -17px;
	left: 17px;
	font-size: 1.0em;
}

#nav ul li {
	
}

#nav ul li ul {
	list-style: outside;
	font-size: 0.9em;
	margin: 0 8px 0 0;
}

#nav ul li ul li {
	padding: 0;
}

#nav ul li ul a {
	line-height: 1.7em;
	position: relative;
	left: -9px;
}

#nav a:link,
#nav a:visited,
#nav a {
	display: block;
	color: #993366;
	text-decoration: none;
	padding-left: 3px;
	line-height: 1.5em;
}

#nav a:hover {
	color: #333333;
	text-decoration: none;
	background: transparent;
	border-right: 10px solid #993366;
}

#nav a.active {
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited {
}

img {
	border: 0px none;
}

img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

h1 {
	display: block;
	height: 25px;
	font-family: Arial, Helvetica, serif;
	font-size: 1.4em;
	color: #940010;
	padding-left: 7px;
	margin-bottom: 15px;
	border-bottom: 1px solid #940010;
}

h2 {
	/* font-family: Arial, Helvetica, serif;*/
	line-height: 100%;
	font-weight: bold;
	color: #940010;
	padding: 0;
	
	padding-left: 5px;
	border-left: solid 1em #DDDDDD;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}



div.category {
	height: 48px;
	padding: 5px;
	margin: 20px;
}

fieldset {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #993366;
	background-color: #FCFCFC;
	padding: 10px;
	font-size: 0.9em;
	margin-top: 15px;
}

input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FAFAFA;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: #666666;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #4a5a73;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms

---------------------------------------- */
fieldset dl {
	padding: 4px 0;
	margin-bottom: 10px;
	height: 1%;
	overflow: hidden;
}

fieldset dt {
	float: left;
	width: 40%;
	text-align: left;
	display: block;
}

fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}

fieldset legend {
	font-weight: bold;
	color: #993366;
}

fieldset dt {
	width: 22em;
}

fieldset dd {
	margin-left: 22em;
	padding-left: 5px;
}

/* Hover effects */
fieldset dl:hover dt {
	color: #993366;
}

fieldset dl:hover dt label {
	color: #000000;
}

ul.highline li {
	margin-bottom: 8px;
}

/* Forms */
#schadensformular {
	padding: 0 10px 0 10px;
}

#schadensformular input {
	width: 150px;
	font-size: 1.0em;
	margin-right: 10px;
}

#schadensformular input.check {
	width: 15px;
	margin-right: 3px;
}

#schadensformular textarea {
	width: 100%;
}

#schadensformular .info {
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

#schadensformular .info.important {
	background-color: #999999;
}

#schadensformular table,
#schadensformular tbody,
#schadensformular tr,
#schadensformular td {
	padding: 1px;
	margin: 0;
	border: 0;
}

#schadensformular fieldset > table {
	width: 100%;
}

#schadensformular th {
	font-size: 0.9em;
	vertical-align: bottom;
	padding: 1px;
}

#schadensformular td {
	font-size: 1.0em;
	vertical-align: top;
}

#schadensformular td.label {
	width: 180px;
}

#schadensformular fieldset {
	padding: 5px 0;
	border: 0;
	border-bottom: 1px solid #5d6587;
}

#schadensformular fieldset.legend {
	margin-top: 5px;
}

#schadensformular fieldset legend {
	font-weight: bold;	
	font-size: 1.0em;
}

*html #schadensformular textarea {
  width: 400px
}

#ui-datepicker-div {
	font-size: 0.7em;
} 