/* /////////////////////////// COMMON /////////////////////////// */

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
	-webkit-text-size-adjust: none;
}

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

.clear {
	display:inline-block;
} 

.clear {
	display:block;
}

/* /////////////////////////// WRAPPER /////////////////////////// */

div#Wrapper {
	width: 919px;
}

/* /////////////////////////// HEADER /////////////////////////// */

div#Header {
	height: 97px;
}

div#Header #Logo {
	position: absolute;
	margin: 29px 0 0 12px;
}

div.HeaderNavigation {
	position: absolute;
	font-size: 11px;
	color: #1164a3;
	margin: 75px 0 0 790px;
}

div.HeaderNavigation a {
	font-size: 11px;
	color: #1164a3;
	text-decoration: none;
}

div.HeaderNavigation a:hover {
	text-decoration: underline;
}

div#Search {
	position: absolute;
	margin: 71px 0 0 649px;
	width: 272px;
}

div#Search img {
	float: left;
}

div#Search input {
	font-size: 11px;
	color: #c2c2c2;
	background-image: url(../images/search-background.gif);
	padding: 3px 0 3px 7px;
	width: 161px;
	border: 0px;
	float: left;
}

*html div#Search input {
	padding: 3px 0 2px 7px;
	width: 161px;
}

div#Search .Button {
	width: 70px;
	height: 19px;
	background-image: url(../images/search-button.gif);
	border: 0px;
	float: left;
	margin: 0 0 0 6px;
	cursor: pointer;
}

div#NavigationWrapper {
	height: 68px;
	background-image: url(../images/navigation.gif);
	background-repeat: repeat-x;
}

div#NavigationShadow {
	background-image: url(../images/navigation-shadow.gif);
	background-repeat: no-repeat;
    float: right;
	width: 7px;
	height: 68px;
}

.Navigation ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}

.Navigation li {
	padding: 0 0 0 0;
	margin: 6px 0 0 0;
	float: left;
	display: block;
}

.Navigation li a {
	font-size: 12px;
	color: #1164a3;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 12px 4px 12px;
	border-right: 1px solid #e8e8e8;
	display: inline-block;
	cursor: pointer;
}

.Navigation li a:hover {
	text-decoration: none;
	background-image: url(../images/hover.gif);
	background-repeat: repeat-x;
}

.Navigation li a.selected {
	text-decoration: none;
	background-image: url(../images/hover.gif);
	background-repeat: repeat-x;
}

div#SocialButtons {
	position: absolute;
	margin: 13px 0 0 845px;
}

div#SocialButtons a {
	float: left;
	margin: 0 9px 0 0;
}

/* /////////////////////////// CONTENT /////////////////////////// */

div#Content {
	width: 928px;
}

div#LeftContainer {
	width: 701px;
	float: left;
	padding: 7px 0 0 9px;
}

div#RightContainer {
	width: 206px;
	float: left;
	padding: 7px 0 0 12px;
}

div#TeaserWomen {
	height: 184px;
	background-image: url(../images/teaser-women.jpg);
	background-repeat: no-repeat;
}

div#TeaserWomen #Box {
	width: 348px;
	height: 184px;
	float: right;
}

div#TeaserWomen #Title {
	font-size: 16px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	position: absolute;
	margin: 14px 0 0 24px;
}

div#TeaserWomen h1 {
	font-size: 25px;
	color: #94b930;
	display: block;
	position: absolute;
	margin: 31px 0 0 25px;
}

div#Plate {
	width: 196px;
	height: 41px;
	background-image: url(../images/plate.gif);
	background-repeat: no-repeat;
	position: absolute;
	margin: 72px 0 0 25px;
}

div#Plate input {
	border: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #1a5ea4;
	position: absolute;
	padding: 6px 0 4px 0;
	width: 55px;
	margin: 5px 0 0 25px;
	text-transform: uppercase;
}

div#TeaserWomen #Help {
	font-size: 11px;
	color: #ffffff;
	position: absolute;
	margin: 118px 0 0 24px;
}

div#TeaserWomen #Help img {
	position: relative;
	top: 3px;
}

div#TeaserWomen .Button {
	border: 0px;
	position: absolute;
	cursor: pointer;
	width: 216px;
	height: 29px;
	margin: 143px 0 0 115px;
}

div#Provider {
	height: 63px;
	background-image: url(../images/provider.gif);
	background-repeat: no-repeat;
	margin: 7px 0 0 0;
}

div.Headline {
	height: 29px;
	margin: 5px 0 5px 0;
}

div.Headline .Left {
	width: 2px;
	height: 29px;
	background-image: url(../images/headline-left.gif);
	background-repeat: no-repeat;
	float: left;
}

div.Headline .Center {
	height: 23px;
	background-image: url(../images/headline-bg.gif);
	background-repeat: repeat-x;
	float: left;
	width: 688px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 0 0 9px;
}

div.Headline .Center h2 {
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

div.Headline .Right {
	width: 2px;
	height: 29px;
	background-image: url(../images/headline-right.gif);
	background-repeat: no-repeat;
	float: right;
}

div.HeadlineLink a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
	height: 15px;
	display: block;
}

div.HeadlineLink a:hover {
	text-decoration: underline;
}

div#BlogWrapper {
	border: 1px solid #dcdcdc;
	background-image: url(../images/blogbox-bg.gif);
	background-repeat: repeat-y;
}

div.BlogEntry {
	width: 683px;
	border-bottom: 1px solid #dbe0e5;
	display: block;
	left: 9px;
	position: relative;
	padding: 5px 0 20px 0;
}

.BlogLast {
	border-bottom: 0px!important;
}

div.BlogEntry .BlogTitle {
	height: 30px;
	background-image: url(../images/blog-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	padding: 10px 0 0 45px;
}

div.BlogEntry .BlogTitle a {
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	text-decoration: none;
}

div.BlogEntry .BlogTitle small {
	font-size: 10px;
	font-weight: normal;
	color: #6fcd00;
}

div.BlogEntry p {
	font-size: 11px;
	color: #2b5681;
	line-height: 14px;
}

div.BlogEntry p a {
	font-size: 12px;
	color: #6fcd00;
	text-decoration: none;
	font-weight: bold;
}

div.BlogEntry p a:hover {
	text-decoration: underline;
}

div#TeaserRow {
	margin: 0 0 5px 0;
}

div#TeaserRow2 {
	margin: 0 0 5px 0;
}

div.TeaserHeadline {
	height: 23px;
	margin: 5px 0 0px 0;
}

div.TeaserHeadline .Left {
	width: 2px;
	height: 29px;
	background-image: url(../images/headline-left.gif);
	background-repeat: no-repeat;
	float: left;
}

div.TeaserHeadline .Center {
	height: 23px;
	background-image: url(../images/headline-bg.gif);
	background-repeat: repeat-x;
	float: left;
	width: 216px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 0 0 9px;
}

div.TeaserHeadline .Right {
	width: 2px;
	height: 29px;
	background-image: url(../images/headline-right.gif);
	background-repeat: no-repeat;
	float: right;
}

div.TeaserBox {
	width: 229px;
	float: left;
	margin: 0 7px 0 0;
}

div.TeaserText {
	border: 1px solid #dbdbdb;
	border-top: 0px;
	background-image: url(../images/teaserbox-bg.gif);
	background-repeat: repeat-x;
}

*html div.TeaserText {
	margin: -3px 0 0 0;
}

div.TeaserText h2 {
	font-size: 12px;
	color: #2b5681;
	display: block;
	padding: 13px 0 14px 11px;
}

dl.TeaserListing {
	float: left;
}

dl.TeaserListing dd {
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	margin: 13px 0 12px 11px;
}

dl.TeaserListing dt {
	font-size: 10px;
	color: #2b5681;
	line-height: 14px;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 15px;
	margin: 0 0 0 11px;
}

dl.TeaserListing dt a {
	font-size: 12px;
	color: #85a52b;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 14px 0 14px 0;
}

dl.TeaserListing dt a:hover {
	text-decoration: underline;
}

.NoSquare {
	background-image: none!important;
	margin: 0 0 0 -6px!important;
}

div#KfzTeaser {
	border: 1px solid #dbdbdb;
	background-image: url(../images/kfzbox-bg.gif);
	background-repeat: repeat-x;
	height: 115px;
}

div#KfzTeaser img {
	position: absolute;
}

div#KfzTeaser h3 {
	font-size: 12px;
	color: #2b5681;
	position: absolute;
	float: left;
	margin: 18px 0 0 54px;
}

div#KfzTeaser p {
	font-size: 11px;
	color: #2b5681;
	position: absolute;
	margin: 39px 0 0 54px;
	width: 625px;
	line-height: 14px;
}

div#KfzTeaser p a {
	font-size: 11px;
	color: #85a52b;
	font-weight: bold;
	text-decoration: none;
}

div#KfzTeaser p a:hover {
	text-decoration: underline;
}

div#TuevBox {
	width: 206px;
	height: 92px;
	background-image: url(../images/tuevbox.gif);
	background-repeat: no-repeat; 
}

div#TuevBox a {
	position: absolute;
	margin: 0 0 0 3px;
}

div#TuevBox .TuevTitle {
	display: block;
	font-size: 9px; color: #0b4d8d;
	line-height: 13px;
	font-weight: bold;
	padding: 9px 0 0 8px;
}

div#TuevBox .TuevText {
	display: block;
	font-size: 9px; color: #0b4d8d;
	line-height: 13px;
	padding: 8px 0 0 8px;
}

div#ServiceBox {
	width: 190px;
	height: 115px;
	background-image: url(../images/servicebox.gif);
	background-repeat: no-repeat;
	text-align: center;
}

div#ServiceBox .ServiceTitle {
	display: block;
	padding: 5px 0 0 0;
	line-height: 14px;
	font-size: 11px;
	color: #ffffff;
}

div#ServiceBox .ServiceNumber {
	display: block;
	padding: 7px 0 0 0;
	line-height: 14px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

div.SidebarTitle {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	width: 170px;
	height: 24px;
	background-image: url(../images/sidebar-title.gif);
	background-repeat: no-repeat;
	padding: 4px 0 0 20px;
}

div.SidebarNavigation {
	width: 188px;
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: repeat-y;
	padding: 5px 0 0 2px;
}

ul.SidebarList {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul.SidebarList li a {
	display: block;
	width: 154px;
	height: 18px;
	background-image: url(../images/sidebar-link.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #1e4169;
	text-decoration: none;
	padding: 5px 0 0 33px;
	margin: 0 0 2px 0;
}

ul.SidebarList li a:hover {
	background-image: url(../images/sidebar-link-on.gif);
	background-repeat: no-repeat;
}

div#MotorradBox {
	width: 190px;
	height: 237px;
	background-image: url(../images/motorradbox.gif);
	background-repeat: no-repeat;
}

div#TippBox {
	padding: 14px 0 0 13px;
}

div#TippBox p {
	font-size: 11px;
	color: #2b5681;
	line-height: 14px;
}

dl.MotorradList dd {
	font-size: 11px;
	color: #2b5681;
	line-height: 14px;
	font-weight: bold;
	padding: 101px 0 11px 15px;
}

dl.MotorradList dt {
	font-size: 11px;
	color: #2b5681;
	text-decoration: none;
	display: block;
	background-image: url(../images/square-green.gif);
	background-repeat: no-repeat;
	margin: 0 0 8px 15px;
	padding: 0 0 0 19px;
}

.MotorradButton {
	background-image: none!important;
	margin: 0 0 0 15px!important;
}

div#CompareIcon {
	background-image: url(../images/compare-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 31px;
	margin: 0 0 5px 5px;
}

div#CompareIcon dl {
	padding: 2px 0 0 33px;
}

div#CompareIcon dd h1 {
	font-size: 12px;
	color: #0d5190;
	text-transform: uppercase;
	font-weight: bold;
}

div#CompareIcon dt {
	font-size: 11px;
	color: #0d5190;
}

div#CompareShort {
	height: 115px;
	border: 1px solid #dadada;
	background-image: url(../images/compareshort-bg.gif);
	background-repeat: repeat-x;
}

div#CompareShort .Left {
	height: 115px;
	width: 236px;
	border-right: 1px solid #dcdcdc;
	float: left;
}

div#CompareShort dd {
	font-size: 11px;
	color: #0d5190;
	font-weight: bold;
	margin: 10px 0 15px 15px;
}

div#CompareShort dt {
	font-size: 11px;
	color: #0d5190;
	line-height: 20px;
	margin: 0 0 0 15px;
}

div#CompareShort .Right {
	width: 462px;
	height: 115px;
	float: left;
	background-image: url(../images/compareshort-auto.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div.ComparePlate {
	width: 196px;
	height: 41px;
	background-image: url(../images/plate.gif);
	background-repeat: no-repeat;
	position: absolute;
	margin: 26px 0 0 25px;
}

div.ComparePlate input {
	border: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #1a5ea4;
	position: absolute;
	padding: 6px 0 4px 0;
	width: 55px;
	margin: 5px 0 0 25px;
	text-transform: uppercase;
}

div.CompareTitle {
	position: absolute;
	margin: 9px 0 0 24px;
	font-size: 11px;
	color: #0d5190;
	font-weight: bold;
	display: block;
}

div.CompareHelp {
	font-size: 11px;
	color: #0d5190;
	position: absolute;
	margin: 70px 0 0 24px;
}

div.CompareButton .Button {
	width: 187px;
	height: 23px;
	border: 0px;
	background-image: url(../images/compare-button.gif);
	background-repeat: no-repeat;
	margin: 86px 0 0 24px;
	cursor: pointer;
}

div#ContentText p {
	font-size: 12px;
	color: #2b5681;
	line-height: 18px;
	display: block;
	padding: 8px 13px 13px 13px;
}

div#ContentText p a {
	font-size: 12px;
	color: #2b5681;
	text-decoration: underline;
}

div#InsuranceInfo {
	display: block;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 18px 0 18px 0;
	margin: 0 0 25px 0;
}

div#InsuranceInfo .Left {
	float: left;
	width: 380px;
}

div#InsuranceInfo .Right {
	float: left;
	width: 320px;
}

div#InsuranceInfo #map_canvas {
	width: 353px;
	height: 197px;
	background-color: #CCCCCC;
	margin: 0 0 0 13px;
}

div#InsuranceInfo .Right p {
	font-size: 12px;
	color: #2b5681;
	line-height: 18px;
}

div#DefenseCredit {
	display: block;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 2px 0 8px 0;
	margin: 0 0 25px 0;
}

*html div#DefenseCredit {
	display: block;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 8px 0 8px 0;
	margin: 0 0 25px 0;
}

div#DefenseCreditBox {
	border: 1px solid #eff0ef;
	border-top: 0px;
	margin: -5px 0 0 0;
	background-image: url(../images/defensecredit-bg.gif);
	background-repeat: repeat-x;
	height: 205px;
}

div#DefenseCreditBox .Left {
	width: 348px;
	height: 205px;
	border-right: 1px solid #cdcdcd;
	float: left;
}

div#DefenseCreditBox .Left dd {
	font-size: 11px;
	color: #0d5190;
	font-weight: bold;
	padding: 10px 0 0 12px;
}

div#DefenseCreditBox .Left dt {
	font-size: 11px;
	color: #0d5190;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 0 0 19px;
	margin: 0 0 0 27px;
}

div#DefenseCreditBox .Right {
	width: 348px;
	height: 205px;
	float: left;
}

div#DefenseCreditBox .Right dd {
	font-size: 11px;
	color: #0d5190;
	font-weight: bold;
}

div#DefenseCreditBox .First {
	margin: 10px 0 0 17px;
}

div#DefenseCreditBox .FirstInput {
	margin: 8px 0 0 88px;
}

div#DefenseCreditBox .FirstInput input {
	width: 125px;
}

div#DefenseCreditBox .Second {
	margin: 24px 0 0 88px;
}

div#DefenseCreditBox .SecondInput {
	margin: 8px 0 0 88px;
}

div#DefenseCreditBox .SecondInput select {
	width: 130px;
}

div#DefenseCreditBox .Third {
	margin: 7px 0 0 88px;
}

div#DefenseCreditBox .ThirdInput {
	margin: 8px 0 0 88px;
}

div#DefenseCreditBox .ThirdInput select {
	width: 130px;
}

div#DefenseCreditBox .Fourth {
	margin: 7px 0 0 88px;
}

div#DefenseCreditBox .NoSquare{
	font-size: 11px;
	color: #0d5190;
	display: block;
	width: 240px;
	margin: 0 0 0 0!important;
	padding: 22px 0 25px 91px!important;
}

div#DefenseCreditBottom {
	height: 36px;
	background-image: url(../images/blue-bg.gif);
	background-repeat: repeat-x;
}

div#DefenseCreditBottom .Left {
	width: 261px;
	float: left;
	padding: 6px 0 0  87px;
}

div#DefenseCreditBottom .Left button {
	width: 217px;
	height: 25px;
	background-image: url(../images/defense-button.gif);
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
}

div#DefenseCreditBottom .Right {
	width: 257px;
	float: left;
	padding: 6px 0 0 88px;
}

div#DefenseCreditBottom .Right button {
	width: 217px;
	height: 25px;
	background-image: url(../images/kredit-button.gif);
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
}

div#ListingNavigation {
	height: 23px;
	background-image: url(../images/lexikon-bg.gif);
	background-repeat: repeat-x;
	padding: 0 0 0 12px;
}

*html div#ListingNavigation {
	height: 20px;
	background-image: url(../images/lexikon-bg.gif);
	background-repeat: repeat-x;
	padding: 3px 0 0 12px;
}

ul#ListingList {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul#ListingList li {
	display: inline;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

ul#ListingList li a {
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5px 0 0;
}

div#ListingBoxStart {
	background-image: url(../images/kfz-lexikon-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#ListingTitle {
	background-image: url(../images/kfz-lexikon-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 49px;
	margin: 10px 0 0 0;
}

div#ListingBoxTitle {
	background-image: url(../images/kfz-kennzeichen-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 49px;
	margin: 10px 0 0 0;
}

div#ListingBoxTitle .Text {
	display: block;
	border-bottom: 1px solid #e4e4e4;
	width: 630px;
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	margin: 0 0 0 71px;
	padding: 8px 0 8px 0;
	line-height: 18px;
}

div#ListingTitle .Text {
	display: block;
	border-bottom: 1px solid #e4e4e4;
	width: 630px;
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	margin: 0 0 0 71px;
	padding: 8px 0 8px 0;
	line-height: 18px;
}

div#ListingText p {
	line-height: 18px;
	color: #2b5681;
}

div#ListingText b {
	font-size: 18px;
}

div#ListingText h3 {
	font-size: 18px;
	display: inline;
}

div#ListingText p a {
	color: #2b5681;
	text-decoration: none;
	font-weight: bold;
}

div#ListingText p a:hover {
	text-decoration: underline;
}

ul#RegionalList {
	margin: 0 0 0 27px;
	list-style-type: none;
}

ul#RegionalList li {
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	background-image: url(../images/square-green.gif);
	background-repeat: no-repeat;
	margin: 0 0 11px 7px;
	padding: 0 0 0 19px;
	line-height: 16px;
}

.RegionalTable {
	margin: 0 0 24px 24px;
	border-collapse: collapse;
}

*html .RegionalTable {
	margin: 0 0 0 24px;
	border-collapse: collapse;
}

.RegionalTd {
	background-color: #89ac27;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../images/table-line.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 5px 0 5px 0;
}

.RegionalTdLast {
	background-color: #89ac27;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

.RegionalTop {
	background-image: url(../images/table-top.gif);
	background-repeat: no-repeat;
}

.RegionalTop td {
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

.RegionalSpace {
	background-image: url(../images/table-space.gif);
	background-repeat: no-repeat;
	height: 11px;
}

.RegionalDark {
	background-image: url(../images/table-dark.gif);
	background-repeat: no-repeat;
}

.RegionalDark td {
	font-size: 12px;
	color: #2b5681;
	padding: 5px 0 5px 55px;
}

.RegionalLight {
	background-image: url(../images/table-light.gif);
	background-repeat: no-repeat;
}

.RegionalLight td {
	font-size: 12px;
	color: #2b5681;
	padding: 5px 0 5px 55px;
}

.RegionalFooter {
	border: 1px solid #eaeaea;
	border-top: 0px;
	background-color: #f6f6f6;
	font-size: 10px;
	color: #2b5681;
	padding: 6px 0 6px 12px;
}

div#CompareBenefits {
	border: 1px solid #d3d3d3;
	height: 115px;
	background-image: url(../images/benefits-bg.gif);
	background-repeat: repeat-x;
}

div#CompareBenefits .Left {
	float: left;
	width: 459px;
}

div#CompareBenefits .Right {
	float: left;
	width: 240px;
	height: 115px;
	background-image: url(../images/red-car.gif);
	background-repeat: no-repeat;
}

div#CompareBenefits .RightCredit {
	float: left;
	width: 240px;
	height: 115px;
	background-image: url(../images/credit.gif);
	background-repeat: no-repeat;
}

div#CompareBenefits .RightBike {
	float: left;
	width: 240px;
	height: 115px;
	background-image: url(../images/bike.gif);
	background-repeat: no-repeat;
}

dl.BenefitsList dd {
	font-size: 12px;
	font-weight: bold;
	color: #2b5681;
	margin: 11px 0 14px 13px;
}

dl.BenefitsList dd h1 {
	font-size: 12px;
	font-weight: bold;
	color: #2b5681;
}

dl.BenefitsList dt {
	font-size: 12px;
	color: #2b5681;
	background-image: url(../images/checkbox.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 26px;
	margin: 0 0 7px 23px;
}

div#ContentCalculator {
	border-top: 1px solid #e4e4e4;
	padding: 25px 0 0 14px;
}

#TuevTable {
	border: 1px solid #c7c7c7;
	margin: 0 0 0 14px;
}

#TuevTable .Top {
	background-image: url(../images/tuevtable-top.gif);
	background-repeat: repeat-x;
	height: 40px;
}

#TuevTable .Top table {
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
}

#TuevTable .TuevTableOrange {
	background-image: url(../images/table-orange.gif);
	background-repeat: no-repeat;
	height: 39px;
}

#TuevTable .TuevTableOrange td {
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	padding: 4px 0 0 0;
}

#TuevTable .TuevTableOrange .First {
	font-size: 12px;
	color: #ffffff;
	padding: 4px 0 0 21px;
	font-weight: normal;
}

#TuevTable .TuevTableBlue {
	background-image: url(../images/table-blue.gif);
	background-repeat: no-repeat;
	height: 39px;
}

#TuevTable .TuevTableBlue td {
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	padding: 4px 0 0 0;
}

#TuevTable .TuevTableBlue .First {
	font-size: 12px;
	color: #ffffff;
	padding: 4px 0 0 21px;
	font-weight: normal;
}

#TuevTable .TuevTableYellow {
	background-image: url(../images/table-yellow.gif);
	background-repeat: no-repeat;
	height: 39px;
}

#TuevTable .TuevTableYellow td {
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	padding: 4px 0 0 0;
}

#TuevTable .TuevTableYellow .First {
	font-size: 12px;
	color: #ffffff;
	padding: 4px 0 0 21px;
	font-weight: normal;
}

#TuevTable .TuevTableBrown {
	background-image: url(../images/table-brown.gif);
	background-repeat: no-repeat;
	height: 39px;
}

#TuevTable .TuevTableBrown td {
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	padding: 4px 0 0 0;
}

#TuevTable .TuevTableBrown .First {
	font-size: 12px;
	color: #ffffff;
	padding: 4px 0 0 21px;
	font-weight: normal;
}

#TuevTable .TuevTablePink {
	background-image: url(../images/table-pink.gif);
	background-repeat: no-repeat;
	height: 39px;
}

#TuevTable .TuevTablePink td {
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	padding: 4px 0 0 0;
}

#TuevTable .TuevTablePink .First {
	font-size: 12px;
	color: #ffffff;
	padding: 4px 0 0 21px;
	font-weight: normal;
}

#TuevTable .TuevTableGreen {
	background-image: url(../images/table-green.gif);
	background-repeat: no-repeat;
	height: 39px;
}

#TuevTable .TuevTableGreen td {
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	padding: 4px 0 0 0;
}

#TuevTable .TuevTableGreen .First {
	font-size: 12px;
	color: #ffffff;
	padding: 4px 0 0 21px;
	font-weight: normal;
}

#InsuranceOverview .Dark {
	background-color: #f0f0f0;
	height: 115px;
	padding: 15px 0 15px 0;
}

#InsuranceOverview .InsuranceList dl {
	float: left;
}

#InsuranceOverview .InsuranceList dd {
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	margin: 0 0 6px 0;
}

#InsuranceOverview .InsuranceList dt a {
	font-size: 10px;
	color: #2b5681;
	text-decoration: none;
}

#InsuranceOverview .InsuranceList dt a:hover {
	text-decoration: underline;
}

#InsuranceOverview .Light {
	background-color: #ffffff;
	height: 115px;
	padding: 15px 0 15px 0;
}

ul.List {
	list-style-type: square;
	margin: 0 0 0 30px;
	color: #2b5681;
	font-size: 12px;
	line-height: 18px;
}

.ListingTable {
	margin: 0 0 24px 24px;
	border-collapse: collapse;
}

.ListingTop {
	background-image: url(../images/table-listing-top.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
}

.ListingTop td {
	padding: 0 0 0 25px;
}

.ListingDark {
	background-image: url(../images/table-listing-dark.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #2b5681;
}

.ListingDark td {
	padding: 0 0 0 25px;
}

.ListingLight {
	background-image: url(../images/table-listing-light.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #2b5681;
}

.ListingLight td {
	padding: 0 0 0 25px;
}

/* /////////////////////////// FOOTER /////////////////////////// */

div#FooterBox{
	border: 1px solid #dbdbdb;
	background-color: #fafafa;
	background-image: url(../images/footer-icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 19px 0 10px 67px;
}

dl.FooterList {
	float: left;
	width: 180px;
}

dl.FooterList dd {
	font-size: 12px;
	color: #2b5681;
	font-weight: bold;
	margin: 0 0 7px 0;
}

dl.FooterList dt a {
	font-size: 11px;
	color: #2b5681;
	text-decoration: none;
	display: block;
	background-image: url(../images/square-green.gif);
	background-repeat: no-repeat;
	margin: 0 0 11px 7px;
	padding: 0 0 0 19px;
}

dl.FooterList dt a:hover {
	text-decoration: underline;
}

div#FooterLinkBox {
	border-bottom: 1px solid #dddddd;
	text-align: center;
	padding: 15px 0 15px;
}

ul.FooterLinks {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	font-size: 11px;
	color: #959595;
	display: block;
	line-height: 16px;
}

ul.FooterLinks li {
	display: inline;
}

ul.FooterLinks li a {
	color: #619506;
	text-decoration: underline;
}

div#FooterCopyright {
	padding: 15px 0 15px 0;
}

div#FooterCopyright p {
	font-size: 11px;
	color: #2b5681;
	text-align: center;
}

/* /////////////////////////// SUCHE /////////////////////////// */

em {
	font-weight: bold;
	font-style: normal;
}

#output a {
	font-weight: bold;
}

.searchword {
	color: #222; 
	border: 1px dotted #ff6;
}

.searchword0 {
	color: #222; 
	border: 1px dotted #ff6;
}

.searchword1 {
	color: #222; 
	border: 1px dotted #0affff;
}

.searchword2 {
	color: #222; 
	border: 1px dotted #9f9;
}

.searchword3 {
	color: #222; 
	border: 1px dotted #f99;
}

.searchword4 {
	color: #222; 
	border: 1px dotted #f6f;
}

.searchword5 {
	color: #fff; 
	border: 1px dotted #800;
}

.searchword6 {
	color: #fff; 
	border: 1px dotted #0a0;
}

.searchword7 {
	color: #fff; 
	border: 1px dotted #886800;
}

.searchword8 {
	color: #fff; 
	border: 1px dotted #004699;
}

.searchword9 {
	color: #fff; 
	border: 1px dotted #909;
}

.mod {
	display: block;
	font-size: .8em;
}

#searchfooter {
	font-size: .8em;
	margin-top: 1em;
}

div#SearchLoader {
	position: absolute;
	margin: 50px 0 0 760px;
}

#output li {
	padding: 0 0 0 14px;
	margin: 0 0 0 0;
	font-size: 12px;
	margin: 0 0 15px 0;
	line-height: 18px;
	display: block;
	color: #2b5681;
}

#output li a {
	font-size: 12px;
	text-decoration: none;
	color: #2b5681;
}

/* /////////////////////////// KONTAKT /////////////////////////// */

div.Success {
	border: 1px solid #dfe5ee;
	padding: 10px 0 10px 10px;
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #0d5190;
}

/* /////////////////////////// NEWSLETTER /////////////////////////// */

.newsletter {
	font-size: 12px;
	color: #1E4169;
	margin: 10px 0 10px 15px;
}

.newsletter_input {
	font-size: 12px;
	color: #1e4169;
	width: 150px;
}


#sa{
	text-decoration: none;
	font-size: 11px;
	color: #2b5681;
	font-weight:normal;
}

#sa a{
	text-decoration: none;
	font-size: 11px;
	color: #2b5681;
}
#sa a:hover {
	text-decoration: none;
}
