body {
	font-family: Verdana, Arial, sansserif;
}

img {
	border: none;
}

.Highlight {
	color: #17628c;
}

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #17628c;
	}		

a:hover {
	text-decoration: underline;
}

p,td	{
	font-size: 13px;
}

/* Formate für Hauptüberschriften, geändert 04.11.2003 @author hn */
h1 {
	font-family: Verdana, Arial; 
	font-size: 16px; 
	font-weight: bold; 
	color: #17628c;
}
h2,h3,h4 {  
	font-family: Verdana, Arial; 
	font-size: 13px; 
	clip:   rect(   ); 
	font-weight: bold
}
h3.Category, h2.Category {
	color: #17628c;
}

#mainTable td.mainRow {
	padding-bottom: 20px;
}

#mainContent td {
	vertical-align: top;
}

.SignOnTable td {
	margin: 0;
}

.SignOnTable td input {
	width: 100%;
}

.SmallInfo {
	color: #444;
	font-size: 10px;
	font-style: italic;
}

#anmeldeButton {
	position: absolute;
	left: 54px;
	top: 290px;
	}

#currentVersionInfo {
	position: absolute;
	font-size: 9px;
	border: 1px solid #fff;
	background: url(/info_img/hg_li.png);
	left: 55px;
	top: 358px;
	width: 136px;
	color: #333;
	text-align: center;
	padding: 8px;
	color: #17628c;
	}

.PageNaviBox {
	position: absolute;
	font-size: 9px;
	border: 1px solid #fff;
	background: url(/info_img/hg_li.png);
	left: 55px;
	top: 290px;
	width: 136px;
	color: #000;
	padding: 8px;
	color: #17628c;
	}

.PageNaviBox h4 {
	text-align: center;
}

.PageNaviBox ul {
	padding-left: 2em;
}
.PageNaviBox ul li {
	margin-left: 0;
}



a.textklein {
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
}

.CodeExample {
	background: #ddf;
	border: 1px solid #77f;
	padding: 20px;
}

.HinweisBlock {
	border: 1px solid #17628c;
	background: #eee;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.DrittelHinweis {
	width: 157px;
	min-height: 70px;
	float: left;
	border: 1px solid #17628c;
	background: #eee;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 7px;
}

