@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: 140%; }

/* Standardlinks */
a { color: #006666; text-decoration: none; }
a:link 		{ color: #006666; }
a:visited 	{ color: #006666; }
a:hover 	{ color: #000000; }
a:focus 	{ color: #000000; }
a:active 	{ color: #000000; }

/* 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: #ECF5F4; }
th, caption { text-align: left; }
caption { font-weight: bold; color: #666666; }

/* Standardinputs */
input {
	vertical-align: middle;
	border: solid #99C2C2 1px;
}

/* Standardtextarea */
textarea {
	padding: 1px;
	border: solid #99C2C2 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; }
select {border: solid #99C2C2 1px}

fieldset { padding: 0px 5px 5px 5px; border: 1px solid #AAAAAA; }
legend {
	border: 1px solid #AAAAAA;
	color: #006666;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
}

.hand { cursor: pointer; }