/* Generell */

.nowrap	{
	white-space:nowrap;
}

body {
	behavior: url(http://www.kredit-vergleich.biz/css/hover.htc);
	font: normal 0.75em arial, helvetica, sans-serif;
	color: #333333;
	background: url(http://www.kredit-vergleich.biz/images/back_kv.gif) repeat-x 0 0;
	/* background:#6C6C6C; */
	margin:15px 0 40px 0;
	padding:0;
}

.info_body {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #CB0000;
	margin: 0px;
	padding: 4px;
	width: 180px;
}

.info_header {
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CB0000;
	border: 1px solid #CB0000;
	margin: 0px;
	padding: 4px;
	width: 180px;
}

img {
   	border: 0px;
}

.img {
   	border: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	align:left;
	/* einbinden mit class="img" */
}

h1,h1 {
	font: bold 1.3em arial, helvetica, sans-serif;
	color: #222222;
	/* margin-bottom:-4px; */
	margin-top:0px;
}

h2,h2 a {
	font: bold 1.13em arial, helvetica, sans-serif;
	color: #222222;
	margin-top: 15px;
	margin-bottom: -9px;
}

h3,h3 a {
	font: bold 1.3em arial, helvetica, sans-serif;
	color: #444444;
	margin: 0;
}

b { 
	font-weight: bold; 
	color:#333333; 
}

a { 
	font-weight: normal; 
	color:#222222; 
	text-decoration:none;
}

a:hover { 
	text-decoration:underline; 
}



#content a { 
	font-weight: bold; 
	color:#222222; 
	text-decoration:underline;
}

#content a:hover { 
	text-decoration:underline; 
	color: #444444;
}


#content p {
	font-size: 13px;
	line-height: 150%;
	text-align: justify;
}

#content ul {
	margin-top: -12px;
	margin-left: 18px;
	margin-bottom: -10px;
}

#content li {
	font-size: 13px;
	line-height: 150%;
	text-align: justify;
}

/* Container */
#frame_set {
	background-color: transparent;
	width: 930px; /* gesamte Breite */
	margin: 0 auto; /* zentriert */
	/*border: #000 1px solid;*/
}

		#top_container_one {
	float: left;
	background: #ffffff;
}

#container_oben_zwei {
	float: left;
	background: #ffffff;
}

#logo {
	float: left;
	width: 900px;
	display: inline; /* IE 6 Bugfix */
	margin-left: 15px;
	margin-top: 15px;
	background: #307DAC;
	height: 60px;
	width: 635px;
	/* border: #000 1px solid; */
}

#logo_rechts {
	float: left;
	width: 900px;
	display: inline; /* IE 6 Bugfix */
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	background: #307DAC;
	height: 60px;
	width: 250px;
	/* border: #000 1px solid; */
}

#logo img {
	border: none;
	margin-top:10px;
	margin-left:10px;
}


#top_middle {
	float: left;
	display: inline; /* IE 6 Bugfix */
	margin-left: 15px;
	height: 90px;
	background: #307DAC;
	width: 635px;
	
}

#oben_rechts {
	float: left;
	display: inline; /* IE 6 Bugfix */
	margin-left: 15px;
	height: 90px;
	background: #307DAC;
	width: 250px;
	margin-right: 15px;
	text-align: center;
}

#haupt_container {
	float: left;
	background: #ffffff;
	margin:0px;
}

#content {
	float: left;
	display: inline; /* IE 6 Bugfix */
	margin-left: 15px;
	margin-top: 15px;
	background: #ffffff;
	width: 635px;
	margin-bottom: 40px;
}

#right {
	float: left;
	display: inline; /* IE 6 Bugfix */
	margin-left: 15px;
	margin-top: 15px;
	width: 250px;
	margin-right: 15px;
	margin-bottom: 40px;
}

#foot_cont {
	float: left;
	color:#333333; 
	background-color: transparent;	
}

#footer_content {
	float: left;
	display: inline; /* IE 6 Bugfix */
	margin-left: 15px;
	margin-top: 5px;
	width: 635px;
	text-align: left;
	background-color: transparent;	
}

#footer_right {
	float: left;
	display: inline; /* IE 6 Bugfix */
	margin-left: 15px;
	margin-top: 5px;
	width: 250px;
	margin-right: 15px;
	text-align: right;
	background-color: transparent;
}

#footer_right span {
	font: 0.9em arial, helvetica, sans-serif;
	
}

#footer_content a {
	color:#333333; 
	text-decoration:none;
	font: 0.9em arial, helvetica, sans-serif;
}

#footer_content a:hover {
	color:#000000; 
	text-decoration:none;
}

/* Mainnav */

#main-nav {
	float: left;
	margin-top: 54px;
	margin-left: 0px;
	font: 1.26em arial, helvetica, sans-serif;
	list-style: none;
	color: #EEEEEE;	
	font-weight: bold;
	width: 400px;
	/* border: #000 1px solid; */
	padding-left: 40px;
	
}

#main-nav a {
	color: #EEEEEE;	
	font-weight: bold;
}

#main-nav li {
	border-left: #ffffff 1px solid;
	float: left;
	position: relative;
	left: 0px;
	white-space: nowrap;
	z-index: 100;
}

#main-nav li:hover {
	border-left: solid 1px #6C6C6C;
}

#main-nav li li:hover {
	border-left: solid 0px #6C6C6C;
}

#main-nav li.last {
	border-right: #ffffff 1px solid;
}

#main-nav li a {
	cursor: pointer;
	display: block;
	padding: 0 1.0em;
	line-height: 2.4;
	text-decoration: none;
}


#main-nav li a.native, #main-nav li a:focus,
#main-nav li a:hover, #main-nav li a:active {
	background: #6C6C6C;
}

#main-nav li:hover ul {
	display: block;
}

#main-nav li ul {
	background: #72BBE8;
	border: 1px solid #307DAC;
	border-top: 0; 
	display: none;
	left: -1px;
	margin: 13px 0 0 0;
	min-width: 11.2em;
	overflow: visible;
	padding: 8px 0;
	position: absolute;
	top: 1.5em;
	white-space: nowrap;
}

* html #main-nav li ul {
	width: 13em;
}

#main-nav li li {
	background: none;
	border: 0;
	display: block;
	float: none;
	font-size: 0.87em;
	line-height: 1.5;
	font-weight: normal;
}
#main-nav li li a {
	background: none;
	color: #000000;
	line-height: 1.4; /* IE 6 Bugfix */
	margin: 0 1px;
	padding: 0.1em 8px !important;
	font-weight: normal;
}
* html #main-nav li li a {
	height: 1%;
}
#main-nav li li a.native,
#main-nav li li a:focus,
#main-nav li li a:hover,
#main-nav li li a:active,
#main-nav li li a:active {
	background: #307DAC !important;
	/*color: #fff;*/
	text-decoration: none;
}
* html #main-nav li.hover ul { /* IE 6 Bugfix */
	display: block;
}
* html #main-nav li li { /* IE 6 Bugfix */
	display: inline;
}


/* Pfadnavigation */

#path_nav {
	color: #555555;
	font-size: 0.78em;
	margin-top: -7px;
	max-width: 660px;

	font-family: tahoma, arial, sans-serif;
}

#path_nav a {
	font-size: 0.85em;
	background: none;
	padding: 0;
}


/* Right Teaser Area */

#rightmenu {
	position: relative;
}


#rightmenu {
	float: left;
	padding-bottom: 2em;
}

#rightmenu {
	background: #72BBE8;
	padding: 20px 10px 0 10px;
	width: 230px;
	z-index: 1;
}

div.rightmenu_box li a {
	background: none;
	padding: 0;
	margin: 0px;
	display: inline;
	text-decoration: underline;
	font-size: 1.0em;
	font-weight: bold;
	color: 444444;
}

div.rightmenu_box {
	border: 3px solid;
	border-top: 0;
	padding: 0 7px 7px;
}

div.rightmenu_box {
	margin-bottom: 2.5em;
}

#rightmenu div.rightmenu_box {
	margin-bottom: 1.1em;
}

/* rightmenu_box (Link Blocks) */
div.rightmenu_box {
	border-bottom: 0;
	border-color: #fff;
	width: 210px;
	background: #fff;
}

div.rightmenu_box h3 {
	background: #307DAC;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	left: -10px;
	line-height: 1.6;
	margin-right: -20px; /* IE 6 Bugfix */
	padding-left: 10px;
	position: relative;
	width: 220px;
}

div.rightmenu_box h4 {
	margin-bottom: 0.2em;
	margin-top: 12px;
	color: #307DAC;
	font-size: 1.1em;
	font-weight: bold;
}

div.rightmenu_box ul {
	list-style: none;
	margin: 0;
	padding:0px;
	/* border: #999999 1px solid; */
	font-weight: normal;
}

div.rightmenu_box li {
	line-height: 135%;
	margin: 0px;
	padding: 8px 0 5px 0px;
	/*border: #000000 1px solid;*/
}


/* ADS */

.long_ads {
	border: 10px solid #72BBE8;
		
	clear: both;
	margin-top: 15px;
	position: relative;
	height: 1%;
	padding: 10px;
}

/* rechner */


.rechner_headline {
	margin-top: 15px;
	background: #6C6C6C;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	top: 0px;
	left: 0px;
	line-height: 1.6;
	padding: 3px;
	padding-top: 4px;
	padding-left: 12px;
	position: relative;
	
}

#kredit_rechner {
	border: 1px solid #6C6C6C;
	background:#fff;
	padding:0; 
	margin-top:0px;
}

#kredit_rechner dl {
	padding-top:6px; 
	padding-bottom:6px; 
	margin: 0px;
	border-bottom:1px solid #C2C2C2; 
	height:22px;
}
#kredit_rechner dl.bg_hell {
	background:#EFEFEF;
}

#kredit_rechner dt {
	float:left;
	padding-left:0px;
	padding-top:5px;
	width:260px; 
	text-align:right;
}

#kredit_rechner dd {
	float:left;
	width:310px; 
	padding:0px;
	text-align: left;
}

#kredit_rechner .button_berechnen	{
	margin:18px 32px 0 0;
	float:right;
}

.kredit_table {
	margin-top:20px;
	clear:both;
	margin-bottom:25px;
	border:1px solid #6C6C6C;
}

.kredit_table tr.top {
	background:#6C6C6C;
	font-weight:bold;
	color:#ffffff;
	font-size:11px;
}
.kredit_table tr.top td {
	vertical-align:top;
	padding: 5px;
}

.kredit_table tr.row_mit_bg {
	background:#EFEFEF;
}
.kredit_table tr.row {
	background:#ffffff;
}

.kredit_table tr.row_mit_bg:hover {
	background:#eaeaea;
}

.kredit_table tr.row:hover {
	background:#eaeaea;
}

.normal {
	font-weight: normal;
	color: #555555;
}

.kredit_table tr.row_mit_bg td,
.kredit_table tr.row td {
	color:#000;
	text-decoration:none;
	height:25px;
	padding:5px;
	border-bottom:1px solid #C2C2C2; 
}

.kredit_table a.link {
	color:#000000;
	text-decoration:none;
}

.input{
	float:left;
	margin-left:0px;
}

.small_bold {
	font-weight: bold;
	font-size: 0.9em;
}

.tipp {
	text-align:left; 
	width:450px; 
	padding-left:10px;
	padding:10px;
	font-size: 13px;
	line-height: 130%;
	text-align: justify;
}

.tipp_big {
	text-align:left; 
	padding-left:10px;
	padding:10px;
	font-size: 13px;
	line-height: 130%;
	text-align: justify;
}

.button {
	cursor:pointer;
}

form{
	display:inline;
}

select{
	border:1px inset;
}

.float_fix{
	height:auto;
	overflow:hidden;
	_height:0.1%;
	_overflow:inherit;
}

.clear_fix {
	height:0.1%;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.below_navigation {
	/* background:#6C6C6C; */
	background-color: transparent;
	line-height: 130%;
	text-align: center;
	color:#000000; 
}

.below_navigation a {
	font-weight:normal; 
	color:#000000; 
	text-decoration:none;
	font-size: 0.9em;
}


.below_navigation a:hover { 
	color:#444444; 
	text-decoration:underline;
}

