/* ------------------------------------------------ */
/* Stylesheet media PRINT */
/* font für alle */
p, a, span, div, h1, h2, ul, li {
	font-family: Verdana, sans-serif;
}


h1 {
	font-size: 14px;
	color: #006600;
}

h2 {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	margin: 0px;
}

ol {
	margin-left: 15px;
	padding: 0px;
}

ol li {
	margin: 10px;
}

/* ------------------------------------------------ */
/* Links */
a {
	font-size: 12px;
}

a.weiss12 {
	text-decoration: none;
}
/* ------------------------------------------------ */
/* Klassen */
/* Kästen */

td.register {
	background-color: #ffcc99;
	border: solid #ffcc99 1px;
	border-bottom-style: none;
	text-align: center;
}

td.register a {
	display: block;
	text-align: center;
	padding: 3px;
}

td.register a:hover {
	background-color: #ffcc99;
}

td.register_akt {
	border: solid #ff0000 1px;
	border-bottom-style: none;
	background-color: #ff0000;
	text-align: center;
	padding: 3px;
}



.news {
	border: solid #ff0000 1px;
	width: 100%;
	height: 250px;
	padding: 5px;
	padding-top:10px;
}

.oben {
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}

.unten {
	display: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;

}

.imgfield {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	border: 1px solid #000000;
	padding: 10px;
}
/* Datentabellen */
.datatab{
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
}

.datatab p{
	margin-left: 10px;
}

thead{
	background-color: #c0c0c0;
}

thead p{
	font-weight:bold;
}
/* ------------- */
/* Schriften */
.sw12 {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}


.weiss12 {
	font-size: 12px;
	color: #FFFFFF;
}

/* ------------- */
.gr12 {
	font-size: 12px;
	color: #006600;
}
.gr18 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
}
/* ------------- */
.rot12 {
	font-size: 12px;
	color: #FF0000;
}

.warn {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
/*------------------------------*/
/* Ausblenden */
#toplogo {
	display: none;
}
#heimatv {
	display: none;
}
#w3c {
	display: none;
}
#maintable{
	position: absolute;
	left: -80px;
	top: 20px;
}
#contenttable {
	padding-right: 30px;
}
/* Menü*/
ul.menu{
	display: none;
}
li.menu{ 
	display: none;	
}

li a.menu{
	display: none;
}
/*------------------------------*/
/* Formular */
form, input, select, textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	/*line-height: 120%;*/
}

form {
	padding: 10px;
	padding-bottom: 0px;
	width: 100%;
	
}

input, textarea, select {
	border: 1px solid #000066;
	margin: 5px;
	padding: 2px 2px 2px 5px;
	vertical-align: middle;
}

select {
	padding-left: 0px;
}

textarea {
	height: 100px;
}

.submit, .reset {
	background-color: #cccc99;
	border: 3px double #000066;
}

.click {
	border: 1px solid #000066;
}

.txt {
	width: 250px;
}

.beschriftung {
	width: 80px;
	line-height: 200%;
	float: left;
	clear: left;
}

.beschriftunginnen {
	line-height: 200%;
}
	
/* Stylesheet END */
/* ------------------------------------------------ */
