
	*	
{
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 text-decoration: none;
}

	body
{
	background: #fff;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: lighter;
	overflow-x: scroll;
}

	img	
{
	border: none;
}

	a
{
	color: #333;
	text-decoration: none;
}
	a:hover
{
	text-decoration: underline;
}



/*	Header	*/

	#header-box
{
	position: relative;
	width: 100%;
	min-width: 680px;
	height: 20px;
	border: none;
	background-color: #336699;
}
	#header-box-klein
{
	position: relative;
	width: 100%;
	min-width: 590px;
	height: 20px;
	border: none;
	background-color: #336699;
}

	#logo
{
	position: relative;
	width: 275px;
	margin: 20px 0 0 10px;
}
	#logo img
{
	width: 100%;
}

	#button-antrag
{	
  	position: relative;
  	height: 40px;
  	width: 150px;
	margin: 20px 0 0 40px;
	box-shadow:0 0 15px #bbb;
    cursor: pointer;
}
	#button-antrag img 
{
 	position: absolute;
	width: 100%;
	left: 0;
  	-webkit-transition: opacity 0.6s ease-in-out;
  	-moz-transition: opacity 0.6s ease-in-out;
  	-o-transition: opacity 0.6s ease-in-out;
  	transition: opacity 0.6s ease-in-out;
	border-radius: 2px;
}
	#button-antrag img.top:hover
{
  	opacity: 0;
}


/*	Vergleichsrechner  Kreditvergleich	*/

	#iframe-vergleichsrechner, #iframe-vergleichsrechner2, #iframe-kreditvergleich
{	
	position: relative;
	margin: 30px 0 20px 10px;
	padding: 0;
	border: none;	
}

	#iframe-vergleichsrechner
{
	height: 800px;
	width: 650px;
	padding: 0 20px 0 0;
}
	#iframe-vergleichsrechner2
{
	height: 1650px;
	width: 650px;
	padding: 0 20px 0 0;
}

	#iframe-kreditvergleich
{
	height: 900px;	
	width: 560px;
}