@charset "utf-8";
*, html {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	margin: 0px;
	padding: 0px;
}

body { background-color: #FFFFFF; line-height: 120%; }

/* Standardlinks */
a { color: #F68121; text-decoration: none; }
a:link 		{ color: #F68121; }
a:visited 	{ color: #F68121; }
a:hover 	{ color: #FF0000; }
a:focus 	{ color: #FF0000; }
a:active 	{ color: #FF0000; }

/* Standardueberschriften */
h1, h2, h3 {
	font-weight: bold;
/*	margin-bottom: 9px;  */
	color: #767676;
}
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

/* Standardbilder */
img { border: none; }

/* Standardabsatz */
p { margin: 0px 0px 15px 0px; }

/* Tabellenueberschriften und -zellen */
th { background-color: #EEEEEE; }
th, caption { text-align: left; }
caption { font-weight: bold; color: #666666; }

/* Standardinputs */
input { vertical-align: middle; }

/* Standardtextarea */
textarea { padding: 1px; }

/* Standardliste */
ul { list-style-type: none; }

/* Standardlistenpunkt */
li {
	padding: 0px 0px 0px 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left 3px;
}

/* INPUT-Label */
label { cursor: pointer; float: left; }

/* SELECT UND INPUT */
select, option { display: block; }

fieldset { padding: 0px 5px 5px 5px; border: 1px solid #AAAAAA; }
legend {
	border: 1px solid #AAAAAA;
	color: #F68121;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
}

.hand { cursor: pointer; }
.nohand { cursor: text; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.clearBoth { clear: both; }
xmlHttp { display: none; visibility: hidden; }
div.clearing{ clear:both; font-size:1px; line-height:0px; margin:0; padding:0; letter-spacing:1px;}
div.clearLeft{ clear:left; font-size:1px; line-height:0px; margin:0; padding:0; letter-spacing:1px;}
div.clearRight{ clear:right; font-size:1px; line-height:0px; margin:0; padding:0; letter-spacing:1px;}