a {
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
a:link {
	color: #3399FF;
}
a:visited {
	color: #6666CC;
}
a:hover {
	color: #D92E0F;
}
a:active {
	color: #D92E0F;
}
a:focus {
	color: #D92E0F;
}

a.littlelink {
	font-size: small;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	background-color: #CACACA;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
}
h1,h5,h6,ul,ol,li,th {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: lighter;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: lighter;
}
h2 {
	font-family: Courier, mono;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #138CD5;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bolder;
	font-style : italic;
}
hr {
	color: #666666;
	border-style: inset;
}
pre {
	color: #003399;
	background-color: #FFF7DD;
 	border: 1px #CCCCCC dashed;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: -320px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #000000;
	background-color: #BBBBBB;
}
INPUT[type="text"] {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #444444;
	background-color: #FFFFFF;
}
INPUT[type="password"] {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #444444;
	background-color: #FFFFFF;
}
INPUT[type="text"]:FOCUS {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #222222;
	background-color: #99CC99;
}
INPUT[type="password"]:FOCUS {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #222222;
	background-color: #99CC99;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
.klein {
	font-size: small;
}
.ziptable {
	font-size: small;
	font-weight: bold;
}
.lastupdate {
	font-size: small;
	font-style: italic;
	font-weight: lighter;
	color: #333333;
}
.codeHeadline {
	font-style: italic;
	font-weight: bold;
	color: #333333;
 }
.codecomment {
	color: #66CC66;
}
.gruenfett {
	color: #339933;
	font-weight: bold;
}
.funcSub {
	color: #0000FF;
	font-weight: bold;
}
.alertmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC3333;
}
.okmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #339933;
}
.clDescriptionCont {
	position:absolute;
	width:200px;
	visibility:hidden;
	layer-background-color:#FFF7DD;
	z-index:200;
}
.clDescription {
	width:150px;
	left:0px;
	top:0px;
	font-family:verdana,arial,helvetica,sans-serif;
	overflow:hidden;
	border: 1px solid #336699;
	padding:3px;
	font-size:11px;
	background-color:#FFF7DD;
	layer-background-color:#FFF7DD;
}
.clLinks {
	position:absolute;
	left:100px;
	top:200px;
	z-index:1;
}
.clCaption {
	position:absolute;
	left:0px;
	top:0px;
	width:157px;
	height:15px;
	clip:rect(0px 157px 15px 0px);
	font-size:11px;
	font-family:verdana,arial,helvetica,sans-serif;
	padding-left:3px;
	color:#FFF7DD;
	background-color:#336699;
	layer-background-color:#336699;
}

/*********************************
 *
 *	CAPTCHA-Styles
 *
 */
	p.captcha_1,
	p.captcha_2,
	p.captcha_notvalid
	{
		margin-left: 30px;
		margin-right: 20px;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background: transparent;
		color: #000000;
	}
	p.captcha_2
	{
		font-size: 10px%;
		font-style: italic;
		font-weight: normal;
	}
	p.captcha_notvalid
	{
		font-weight: bold;
		color: #FF3333;
	}
	.captchapict
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-style: inset;
		border-width: 5px;
		border-color: #FFD940;
	}
	#captcha
	{
		margin-left: 30px;
		margin-right: 30px;
		border-style: dashed;
		border-width: 2px;
		border-color: #FFD940;
	}
