/* ------------------------------------------------ */
/* Stylesheet media SCREEN */
/* 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;
}

ul li {
	margin-left: 0px;
	margin-bottom: 5px;
}
/* ------------------------------------------------ */
/* Links */
a {
	font-size: 12px;
}
a:hover {
	background-color: #99CC99;
}
a.fangfoto:hover {
	background-color: #efefef;
}

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;
	color: #000066;
}

td.register a:hover {
	background-color: #ffcc99;
}

td.register_akt {
	background-color: #ff0000;
	text-align: center;
	padding: 3px;
}

td.center {
	text-align: center;
}

.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 {
	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;
	text-align: left;
}
/* Datentabellen */
.datatab{
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
}

thead{
	background-color: #c0c0c0;
}
/* ------------- */
/* Schriften */
.sw12 {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

.weiss11 {
	font-size: 11px;
	color: #FFFFFF;
}

.weiss12 {
	font-size: 12px;
	color: #FFFFFF;
}
.weiss24 {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	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;
}

/*------------------------------*/
/* Menü*/

ul.menu{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

li.menu{ 
	margin: 1px;
	padding: 1px;	
}


li a.menu{
	display: block;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	text-decoration: none;
}

li a.menu:hover{
	
}

/* 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 */
/* ------------------------------------------------ */