/* Layout */

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;		
	color: #676767;
	background-color: #f3f3ed;
	background-image: url('../images/background.gif');
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-left: 15px;
}

div.columns {
    float: left;
}

div#col1 {
    background-color: #ffffff;
    border: 1px solid #ebeae6;
    width: 190px;
    margin-right: 15px;
    padding: 15px;
}

div#col1 div.title {
    padding-left: 10px;
    width: 180px;
    color: #ffffff;
    background-color: #106da6;
    height: 18px;
    padding-top: 3px;
}

div#col1 div.content {
    margin-top: 11px;
    margin-bottom: 20px;
}

div#col1 div.entry {
    color: #ffffff;
    background-color: #949494;
    border-bottom: 1px solid #ffffff;
}

div#col2 {
    width: 720px;
}

div#col2 div#col2wrapper {
    width: 690px;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #ebeae6;
}

div#header {
    color: #989898;
}

div#header div#logo {
    float: left;
    width: 332px;
	height: 52px;
}

div#header div#topmenu {
    float: left;
    text-align: right;
    width: 358px;
	height: 52px;
}

div#header div#headline {
    padding-top: 3px;
    height: 18px;
    background-color: #106da6;
    color: #ffffff;
    padding-left: 10px;
}

div#header hr {
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #a4a6a5;
    border: 0px;
}

div#header div#headerimg {
    height: 202px;
    width: 690px;
}

div.toplink {
	text-align: right;
	margin-top: 15px;
}

div#copyright {
    color: #969590;
    padding-left: 10px;
    padding-top: 10px;
}


/* Main */

img {
    border: 0px;
}

img.arrow {
    padding-right: 10px;
}

h1 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dashed #a4a6a6;    
}

h2 {
    color: #106da6;
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #a4a6a6;
}

h3 {
    color: #666666;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 5px;
}

div.versicherungenblock {
	padding-left: 25px;
	margin-bottom: 25px;
}

div.versicherungenblock div.versicherung {
	border-bottom: 1px dashed #a4a6a6;
	margin-bottom: 5px;
	padding-bottom: 1px;
}


/* Formulare */

input#searchstring {
    width: 185px;
    background-image: url("../images/lupe.gif");
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

div#searchResults {
	background-color: #106da6;
	color: #ffffff;
}

div#searchResults div.entry {
	background-color: #106da6;
	color: #ffffff;
}

/* Links */

a:link, a:visited {
    color: #88b6d3;
    text-decoration: none;
}

a:hover, a:active {
    color: #106da6;
    text-decoration: none;
}

div.entry a:link, div.entry a:visited {
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    
}

div.entry a:hover, div.entry a:active {
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;    
    color: #ffffff;
    background-color: #858585;
    text-decoration: none;
    display: block;
}

div#col1 div#menu div.active a:link, div#col1 div#menu div.active a:visited, div#col1 div#menu div.active a:hover, div#col1 div#menu div.active a:active {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    background-color: #666666;
    display: block;
}

div#col1 div#menu div.expanded a:link, div#col1 div#menu div.expanded a:visited, div#col1 div#menu div.expanded a:hover, div#col1 div#menu div.expanded a:active {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    background-color: #666666;
    display: block;
}

div.level_1 a:link, div.level_1 a:visited {
	padding-left: 15px;
	background-color: #a8a8a8;
}

div.level_1 a:hover, div.level_1 a:active {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;    
    color: #ffffff;
    background-color: #858585;
    text-decoration: none;
    display: block;
}

div.level_2 a:link, div.level_2 a:visited {
	padding-left: 20px;
	background-color: #a8a8a8;
}

div.level_2 a:hover, div.level_2 a:active {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;    
    color: #ffffff;
    background-color: #858585;
    text-decoration: none;
    display: block;
}

div#header div#topmenu a:link, div#header div#topmenu a:visited {
    color: #989898;
    text-decoration: none;
    margin-left: 10px;
}

div#header div#topmenu a:hover, div#header div#topmenu a:active {
    color: #666666;
    text-decoration: none;
    margin-left: 10px;
    border-bottom: 1px dashed #e3e3e3;
}

div#copyright a:link, div#copyright a:visited {
    color: #969590;
    text-decoration: none;
}

div#copyright a:hover, div#copyright a:active {
    color: #106da6;
    text-decoration: none;
}

div.versicherung a:link, div.versicherung a:visited {
	color: #666666;
}

div.versicherung a:active, div.versicherung a:hover {
	color: #106da6;
}

/* Clearfix */

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}

.clearfix {
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

div#overlay {
	background-image: url('../images/overlay.png');
	background-position: top left;
	background-repeat: repeat;
	z-index: 13000;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#versicherungen_overlay {
	position: absolute;
	z-index: 15000;
	top: 0px;
	left: 0px;
	color: #676767;
	background-color: #f3f3ed;
	background-image: url('../images/background.gif');
	background-position: top left;
	background-repeat: repeat-x;
}








div.blockbild_left {
    float:left;
    margin-right: 16px;
    margin-bottom: 16px; 
}

div.blockbild_right {
    float:right;
    margin-left: 16px;
    margin-bottom: 16px;    
}

div.blockbild_left_no_float {
	float: left;
}

div.blockbild_right_no_float {
    float: right;
}

div.blockbild_center {
    text-align: center;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
}

a.zoomlink {
	display: block;
	padding-bottom: 4px;
}
div.imgcaption  {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
	background-color: #e3e3e3;
	color: #106da6;
	font-size: 10px;
	padding: 4px;
	line-height: 14px;
}