
/* Schriftart, Größe, Farbe */
td,p,input,textarea,select, h1, div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
}

p @media:print  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}

.titel {
	font-size: 12px;
	font-weight: bold;
}

.navigation {
	font-size: 12px;
}


.dunkel, a:active, a:hover {
	color: #333333;
}

/* Hyperlinks */
a {
	font-weight: bold;
	text-decoration: none;
}

a.navigation {
	font-weight: normal;
}

a:link, a:visited {
	color: #006600;
	border: 0px;
}

#suchLinks a {
    font-weight: normal;
}

/* Formulare */
input,textarea,select {
	background-color: #FFFFFF;
}

label {
	border-bottom: 1px dotted #006600; 
	cursor: hand;
}

#rahmen {
    width:800px;
    border: 1px solid #A1AC9E;

}

.balken {
    float: left;
    height: 9px;
    background-image: url(../../images/tiny/balken.gif);

    border: 1px solid black;
}
