
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
h1{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0px;
	color:#AF3905;
}
h2{
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0px;
	/*color:#AF3905;*/
}
h3{
	font-size:1.0em;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:0px;
	/*color:#AF3905;*/
}
p{
	margin-top:0px;
	margin-bottom:12px;
}


.unterstrich{
	text-decoration: underline;
}


a{
	text-decoration: underline;
}

a:link{
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
}
a:hover{
	/*color: #666666;*/
	text-decoration: underline;
}
a:active{
	text-decoration: underline;
}



.TextMarkiertRot{
	color:#AF3905;
}








/*----------------*/




a.LinkOhneStrich{
	text-decoration: none;
}

a.LinkOhneStrich:link {
	text-decoration: none;
}

a.LinkOhneStrich:visited {
	text-decoration: none;
}
a.LinkOhneStrich:hover {
	text-decoration: underline;
}
a.LinkOhneStrich:active {
	text-decoration:none;
}

/*----------------*/

/*----------------*/
a.LinkOhneStrichUndCursor{
	text-decoration: none;
	cursor:text;
}

a.LinkOhneStrichUndCursor:link {
	text-decoration: none;
	cursor:text;
}

a.LinkOhneStrichUndCursor:visited {
	text-decoration: none;
	cursor:text;
}
a.LinkOhneStrichUndCursor:hover {
	text-decoration: none;
	cursor:text;
}
a.LinkOhneStrichUndCursor:active {
	text-decoration:none;
	cursor:text;
}

/*----------------*/
a.LinkStandard{
	background: no-repeat url(../img/pfeil_ebene_1_on.gif);
	padding-left:10px;
	background-position:3px;
	text-decoration: none;
}

a.LinkStandard:visited {
	text-decoration: none;
}
a.LinkStandard:hover {
	text-decoration: underline;
}
a.LinkStandard:active {
	text-decoration:none;
}
/*----------------*/

/*----------------*/

/*----------------*/






/*----------------*/


ul {
	padding-left:0px;
	padding-top:0px;
	padding-bottom:1px;
	margin:0px;
	margin-left:14px;
	margin-bottom:15px;
	margin-top:5px;
	list-style-type: square;
	
	/*list-style-type: square;*/
	/*list-style-type: circle;*/
	/*list-style-image: url('../img/listkasten.gif');*/
	text-align:left;
	
}

*html ul{
	/*list-style-image: url('../img/listkasten_ie.gif');*/
}



li{
	padding-bottom:4px;
	/*color:#4573AE;*/
	/*font-size: 13px;*/
}
li span{
	color:#727272;
}



.EingabeFeldStandard{
	width:190px;
	border: 1px solid #BDBFBF;
	background-color:#FFFFFF;
	color:#414141;
	height:16px;
	line-height:14px;
	font-size: 12px;
}

.EingabeFeldGanzKurz{
	width:53px;
	border: 1px solid #BDBFBF;
	background-color:#FFFFFF;
	color:#414141;
	height:16px;
	line-height:14px;
	font-size: 12px;
}
.EingabeFeldKurz{
	width:127px;
	border: 1px solid #BDBFBF;
	background-color:#FFFFFF;
	color:#414141;
	height:16px;
	line-height:14px;
	font-size: 12px;
}


.EingabefeldSuchen{
	width:90px;
	border: 1px solid #BDBFBF;
	background-color:#FFFFFF;
	color:#414141;
	height:16px;
	line-height:14px;
	font-size: 12px;
}

/*#############*/
/* --- editor-klassen --- */

.TextGruen{
	color:#339933;
}
.TextRot{
	color:#990000;
}

