/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;	
	padding:0;	
	border:0;	
	font-weight:inherit;	
	font-style:inherit;	
	font-size:100%;	
	font-family:inherit;
	}
	
body {
	line-height:1.5;	
	}
	
table {
	border-collapse:separate;	
	border-spacing:0;	
	}
	
blockquote:before, blockquote:after, q:before, q:after {
	content:"";	
	}
	
blockquote, q {
	quotes:"" "";	
	}
	
a img {
	border:none;	
	}

/* typography.css */
body {
	font-size:75%;	
	color:#525252;	
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#525252;
	text-shadow: 0px 0px 1px #BDB4AD;
	}
	
h1 {
	font-size:1.5em;
	line-height:1em;
	margin-bottom:1.5em;
	text-transform:uppercase;
	letter-spacing:1px;
	}
	
h2 {
	font-size:1em;
	margin-bottom:0.3em;
	text-transform:uppercase;
	}
	
h3 {
	font-size:1.2em;
	line-height:1em;
	margin-bottom:0.3em;
	color:#223687;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	}
	
h4 {
	font-size:1.1em;	
	line-height:1.25;	
	margin-bottom:1.25em;	
	}
	
h5 {
	font-size:1em;	
	font-weight:bold;	
	margin-bottom:1.5em;	
	}
h6 {
	font-size:1em;	
	font-weight:bold;	
	}
	
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;	
	}
	
p {
	margin:0 0 1.5em;	
	}
	
p img.left {
	float:left;	
	margin:1.5em 1.5em 1.5em 0;	
	padding:0;	
	}
	
p img.right {
	float:right;	
	margin:1.5em 0 1.5em 1.5em;	
	}
	
a:focus, a:hover {
	color:#000;	
	}
	
a {
	color:#223687;	
	text-decoration:underline;
	}
	
blockquote {
	margin:1.5em;	
	color:#525252;	
	font-style:italic;	
	}
	
strong {
	font-weight:bold;	
	}
	
em, dfn {
	font-style:italic;	
	}
	
dfn {
	font-weight:bold;	
	}
	
sup, sub {
	line-height:0;	
	}
	
abbr, acronym {
	border-bottom:1px dotted #666;	
	}
	
address {
	margin:0 0 1.5em;	
	font-style:italic;	
	}
	
del {
	color:#525252;	
	}
	
pre {
	margin:1.5em 0;	
	white-space:pre;	
	}
	
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;	
	line-height:1.5;	
	}
	
li ul, li ol {
	margin:0 1.5em;	
	}
	
ul, ol {
	margin:0 1.5em 1.5em 1.5em;	
	}
	
ul {
	list-style-type:disc;	
	}
	
ol {
	list-style-type:decimal;	
	}
	
dl {
	margin:0 0 1.5em 0;	
	}
	
dl dt {
	font-weight:bold;	
	}
	
dd {
	margin-left:1.5em;	
	}
	
table {
	margin-bottom:1.4em;	
	width:100%;	
	}
	
th {
	font-weight:bold;	
	}
	
thead th {
	background:#c3d9ff;	
	}
	
th, td, caption {
	padding:4px 10px 4px 5px;	
	}
	
tr.even td {
	background:#e5ecf9;	
	}
	
tfoot {
	font-style:italic;	
	}
	
caption {
	background:#eee;	
	}
	
.small {
	font-size:.8em;	
	margin-bottom:1.875em;	
	line-height:1.875em;	
	}
	
.large {
	font-size:1.2em;	
	line-height:2.5em;	
	margin-bottom:1.25em;	
	}

hr{
	background-color:#EFEBEF;
	border:medium none #EFEBEF;
	color:#EFEBEF;
	height:1px;
}

/* forms.css */
label {
	font-weight:bold;	
	}
	
fieldset {
	padding:1.4em;	
	margin:0 0 1.5em 0;	
	border:1px solid #ccc;	
	}
	
legend {
	font-weight:bold;	
	font-size:1.2em;	
	}
	
input[type=text], input.text, input.title, textarea, select {
	background-color:#fff;	
	border:1px solid #525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;	
	}
	
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#525252;	
	}
	
input[type=text], input.text, input.title, textarea, select {
	margin:0px;	
	}

input[type=submit]:hover{
	cursor:pointer;
}

input.text, input.title {
	width:300px;	
	padding:5px;	
	}
	
input.title {
	font-size:1.5em;	
	}
	
textarea {
	}
	
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;	
	top:.25em;	
	}
	
form.inline {
	line-height:3;	
	}
	
form.inline p {
	margin-bottom:0;	
	}
	
.antifloat {
	clear:both;	
	}
	
body{
	background-color:#fff;
}	

/* Layout */
#container {
	margin:0 auto;
	width:795px;
	text-align: left;
	padding-top:15px;
	}

#left{
	float:left;
	width:225px;
}

#left #logo{
	float:left;
	width:225px;
	height:225px;
	overflow:hidden;
	background-color:#0b233e;
}

#left #navcontainer{
	float:left;
	width:225px;
	margin-top:28px;
	text-align:right;
}

#left #navcontainer ul{
	list-style:none;
	margin:0px;
	line-height:3em;
}

#left #navcontainer ul li{

}

#left #navcontainer ul li a{
	padding-right:27px;
	margin-right:6px;
	background-image:url(/art/cadola/list_style_item_grey.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:1.3em;
	text-shadow: 0px 0px 1px #BDB4AD;
	text-transform:uppercase;
	color:#525252;
	text-decoration:none;
	letter-spacing:1px;
}

#left #navcontainer ul li a.parentactive, #left #navcontainer ul li a.active_no_kids, #left #navcontainer ul li a.active, #left #navcontainer ul li a:hover{
	background-image:url(/art/cadola/list_style_item.gif);
	color:#223687;
}

#left #navcontainer ul ul {
	margin-bottom:30px;
	line-height:2em;
}

#left #navcontainer ul ul li{

}

#left #navcontainer ul ul li a{
	padding-right:0px;
	margin-right:36px;
	background-image:none;
	font-size:1em;
	text-transform:none;
	border-bottom:1px solid #efebef;
}

#left #navcontainer ul ul li.parentactive a{
	color:#223687;	
	background-image:none;	
}

#left #navcontainer ul ul li a:hover{
	background-image:none;
}

#left #navcontainer ul ul ul{
		margin-bottom:10px;
}

#left #navcontainer ul ul ul li a{
	padding-right:0px;
	text-transform:none;
	border-bottom:0px;
	font-size:0.8em;

}

#left #navcontainer ul ul li.parentactive ul li a{
	color:#525252;	
}

#left #navcontainer ul ul li.parentactive ul li a.active_no_kids, #left #navcontainer ul ul li.parentactive ul li a.active, #left #navcontainer ul ul li.parentactive ul li a:hover  {
	color:#223687;	
}

#middle{
	float:left;
	overflow:hidden;
	width:370px;
	padding-left:15px;
	padding-right:15px;
}

#middle #banner{
	float:left;
	width:370px;
	height:225px;
	overflow:hidden;
}

#content{
	float:left;
	width:370px;
	overflow:visible;
	margin:35px 0px 40px 0px;
	text-shadow: 0px 0px 1px #BDB4AD;
	text-align:left;
}

#right{
	float:left;
	overflow:hidden;
	width:170px;	
}

#right .eintrag{
	padding-bottom:15px;
	text-shadow: 0px 0px 1px #BDB4AD;
}

#right .eintrag td{
	border:1px solid #EFEBEF;
}

/* Layout */

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #fff;
	border:1px solid #EFEBEF;
	padding: 5px;
	opacity: 0.85;
	filter: alpha(opacity=85);

}

#tooltip h3{ 
	margin: 0; 
	font-size:1em;
	font-weight:normal;
}

#tooltip .body{ 
	margin: 0; 
	font-size:1em;
	font-weight:normal;
}
