body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background-color:  #ffffff;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#gesamt
{
	width: 850px;
}
#oben
{
	width: 520px;
	height: 199px;
	padding-top: 20px;
	padding-left: 330px;
	background: #ffffff url(online-kreditvergleich-kopf.jpg) no-repeat;
}
* html #oben
{
	padding-top: 40px;
	height: 179px;
}
#oben h1 a
{
	font-size: 35px;
	text-decoration: none;
	color: #993333;
	font-weight: bold;
}
#mitte
{
	width: 770px;
	background: #ffffff url(online-kreditvergleich-hintergrund.jpg) repeat-y;
	margin-left: 0;
	margin-right: 0;
	padding-top: 20px;
	padding-right: 30px;
	text-align: center;
}
#inhalt
{
	width: 700px;
	background-color: #dedede;
	padding-top: 20px;
	margin-left:  auto;
	margin-right: auto;
	text-align: left;
	border:ridge 3px #cccccc;
}
#inhalt h2
{
	font-size: 17px;	
	text-align:center;
}
#unten
{
	width: 850px;
	height: 17px;
	background: #ffffff url(online-kreditvergleich-unten.jpg) no-repeat;
}
#ende
{
	width: 850px;
	height: 22px;
	color: #000000;
	font-size: 10px;
	text-align: center;
	border: 0px;
}
#ende a
{
	color: #121212;
	font-weight: bold;
}
#ende a:hover
{
	color: #000000;
	text-decoration: none;
}
#eingabetabelle
{
	width: 600px;
	background-color: #990000;
	border: ridge 3px;
	border-color: #eeeeee;
 	margin-left: 50px;
	color: #ffffff;
	
}
* html #eingabetabelle
{
	margin-left: 50px;
}
#eingabetabelle tr
{
	height: 34px;
	vertical-align: middle;
}
#eingabetabelle tr th
{
	text-align: right;
  padding-top: 10px;
	padding-right: 5px;
}
#eingabetabelle tr td
{
	text-align: left;
  padding-top: 10px;
	padding-left: 5px;	
}
* html #eingabetabelle tr td, * html #eingabetabelle tr th
{
	padding-top: 5px;
}

#ausgabetabelle
{
	text-align: left;
	width: 600px;
	background-color: #ffffff;
	border: 1px solid #990000;
	margin-left: 50px;
}
* html #ausgabetabelle
{
	margin-left: 50px;
}
#ausgabetabelle tr
{
	height: 34px;
	vertical-align: middle;
	border: 1px solid #999999;
}
#ausgabetabelle tr th
{
	text-align: center;
}
#ausgabetabelle tr td
{
	text-align: center;
	border-top: 1px solid gray;
}
.berechnungstext
{
	width: 600px;
	margin-left: 50px;
	text-align: justify;
	font-size: 13px;
}
.eingabetext
{
	width: 280px;
	border: 0px;
  padding: 10px;
	border-left: ridge 3px;
	border-left-color: #eeeeee;
}
.berechnungstext a
{
	color: #454545;
}
.berechnungstext a:hover
{
	text-decoration: none;
} 
