body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#gesamt
{
	background:  #22465e url(online-kreditrechner-hintergrund.jpg) repeat-x;
	width: 850px;
	border-right: 1px solid #232323;
}
#oben
{
	width: 240px;
	height: 281px;
	padding-top: 30px;
	padding-left: 590px;
	padding-right: 20px;
	background: transparent url(online-kreditrechner-oben.jpg) no-repeat;
	text-align: justify;
	color: #000000;	
}
#oben h1 a
{
	font-size: 35px;
	text-decoration: none;
	color: #993333;
	font-weight: bold;
}
#mitte
{
	width: 850px;
	background-color: transparent;
	margin-left: 0;
	margin-right: 0;
	padding-top: 20px;
	text-align: center;
}
#inhalt
{
	width: 850px;
	background-color: transparent;
	padding-top: 20px;
	margin-left:  auto;
	margin-right: auto;
	text-align: left;
}
#inhalt h2
{
	text-align: center;
	font-size: 17px;	
}
#unten
{
	width: 850px;
	height: 17px;
	background-color: transparent;
}
#ende
{
	width: 850px;
	height: 22px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	border: 0px;
}
#ende a
{
	color: #efefef;
	font-weight: bold;
}
#ende a:hover
{
	color: #ffffff;
	text-decoration: none;
}
#eingabetabelle
{
	width: 300px;
	background-color: #db5d06;
	border: ridge 3px;
	border-color: #eeeeee;
 	margin-left: 125px;
	color: #ffffff;
	
}
#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: transparent;
	border: 1px solid #db5d06;
	margin-left: 125px;
}
#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;
}
#ausgabetabelle tr td a
{
	color: #dedede;
}
#ausgabetabelle tr td a:hover
{
	color: #ffffff;
	text-decoration: none;
}
#inhalt-txt
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	color: #ffffff;
}
#inhalt-txt a
{
	color: #dedede;
}
#inhalt-txt a:hover
{
	color: #ffffff;
	text-decoration: none;
}
.berechnungstext
{
	width: 600px;
	margin-left: 125px;
	text-align: justify;
	font-size: 13px;
}

