body {
	font-family: Arial, sans;
	font-size: 12px;
	background-color:#ffffff;
	color:#5a5757;
	margin: 0px;
}

a {
    text-decoration: none;
    color:#5a5757;
}

td, p {
	padding-left: 5px;
}

/* Zeilenabstand */
tr {
	height: 30px;
}

span.stern {
	color: #F44;
}

/* Überschriften */
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	text-shadow: 0.1em 0.1em 0.2em #CCC;
}

/* Überschriften */
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	text-shadow: 0.1em 0.1em 0.2em #CCC;
}

div.rahmen {
	width:620px;
	margin:0px;
	margin-bottom:12px;
	border-width:1px;
	border-style:solid;
	border-color:#CCC;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#f0f0f0;
	padding:8px;
}

textarea.infofeld {
	width:590px;
	font-family: Arial, sans;
}
/*
textarea, input, select {
	background-color: #f4fdff;
}
*/

#fZeichen {
    /* font-size: 14px; */
    /* background-color:#CC0; */
    color:#66F;
    margin-left: 5px;
    text-decoration: bold;
    font-weight: bold;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 60px;
	opacity: 0.8;
	background: url('shadow_2.png');
}
#tooltip.pretty h3 {
	margin: 0px;
	font-size: 12px;
	width: 200px;
	text-align: left;
}
#tooltip.pretty div { width: 240px; text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png');
}

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 { float: right; }
