body {
	padding:0;
	margin:0;
	text-align: left;
	background: #FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:14px;
	line-height: 17px;
}

#minheight,#header,#left,#news,#navigation-left,#right,#clearheader,#clearfooter,#footer
{
	visibility: hidden;
	height:0px;
	width:0px;
}


#centrecontent
{
	width: 630px;
	padding: 3px 11px 11px 18px;
	background-color: #FFF;
	color: #000;
	text-align: left;
}

#centrecontent a
{
	color: #173454;
	font-weight: normal;
	text-decoration: underline;
}

#centrecontent a:hover
{
	color: #F48D1F;
	font-weight: normal;
	text-decoration: underline;
}

#pagehead /* Seitenstruktur oben */
{
	margin: 13px 0px 13px 0px;
}


#centrecontent a.pagenavi
{
	font-size: 130%;
	color: #F48D1F;
	font-weight: normal;
	text-decoration: underline;
}

#centrecontent a.currentpage,a.currentpage:hover
{
	font-size: 130%;
	color: #F48D1F;
	font-weight: bold;
	text-decoration: none;
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

H1
{
	color: #173454;
	font-size: 155%;
}

H2
{
	color: #173454;
	font-size: 145%;
}

#ebaas-distance-test-table TR, TD /* Formular für Eingabe von ebaas distance Test */
{
	border: 0px;
	font-size: 11px;
	vertical-align: top;
}

#ebaas-distance-test-table .feld /* Beschriftung */
{
	text-align: left;
	font-weight: bold;
	padding-right: 20px;
}

#ebaas-result /* Ergebistabelle aus Tests */
{
	border-spacing: 0px;
	border-collapse: collapse;
}
#ebaas-result TD
{
	border: 1px solid #8B99A9;
	padding: 5px;
	font-size: 11px;
}

#ebaas-result .feld /* Überschrift Tabelle */
{
	font-weight: bold;
}

#page_info /* Hinweise am Seitenanfang, etwa über versendete Formulardaten */
{
	margin: 10px 0px;
	padding: 10px;
	background-color: #8B99A9;
	color: #FFF;
	font-weight: bold;
}

#page_info a,#page_info a:hover
{
	font-weight: bold;
}

INPUT,TEXTAREA,SELECT
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	width: 200px;
}

INPUT.Text
{
	width: 200px;
}

TD.text
{
	vertical-align: bottom;
}

#faqlist li /* Listenpunkt der FAQ-Liste */
{
	margin: 4px 0px;
}

/* Abschnitt für Code Intergrationsbeispiele */
#code-beispiel
{
	background-color: #DCDCDC;
	padding: 5px;
	color: #FF6347;
	font-size: 10px;
}

#code-beispiel .code-phpvariable,#code-beispiel .code-phpvariable:hover
{
	color: Blue;
	text-decoration: none;
}

#code-beispiel .code-phpsyntax, #code-beispiel .code-phpsyntax:hover
{
	color: Green;
	text-decoration: none;
}

#code-beispiel .code-phpcomment, #code-beispiel .code-phpcomment:hover
{
	color: #FFA500;
	text-decoration: none;
}