/**********************************************/
/*  		DSL - Factory 2006            	  */
/**********************************************/

/**********************************************/
/* HTML Tag Styles							  */
/**********************************************/ 

h1{
	color: #990E0E;
	font-size:13px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#inhalt_links ul {margin:0px; padding:0px;}
#inhalt_links li {
	list-style-image: url(../img_web/allg/pfeilkasten_rot.gif);
	list-style-type: disc;
	margin-left: 20px;
}
/* alternative zum list style image
#inhalt_links li {
	padding:0px;
	margin:0px;
	background-image:url(../img_web/allg/pfeilkasten_rot.gif);
	background-position:3px 3px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	background-repeat:no-repeat;
	padding-left:20px;
}*/


input, textarea{
color: black; 
width: 180px; 
background: #F8F8EF; 
border: 1px solid #B7B7B5;
}


/********************************************/
/* Klassen für den Mehrmaligen Gebrauch     */
/********************************************/
.tgrau{
	color:#555555;;
}

.textcont{
	padding:10px 20px;

}
.rechts_block{
	background-image:url(../img_web/bg/rand_weisgruen.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #FFFFFF;
	padding-left:20px;
	padding-right:15px;
	height:100px;
}
.rechts_block[class]{
	min-height:100px;
	height:auto;
}
.punkt_strich{
	margin:7px 0px;
	background-image:url(../img_web/allg/punkt_strich.gif);
}
.rahmen_grau_vorschau{
	border:1px solid #B7B7B5;
	background-color: #FFFFFF;
	padding: 3px;
	width:86px;
	float:left;
	margin-right:10px;
	text-align:center;
	vertical-align:middle;
	margin-bottom: 10px;
}
/* ungewollter Rand unten beim IE wird entfernt. (nur vom IE interpretiert) */
*html .rahmen_grau_vorschau{padding-bottom:0px;}

.rahmen_grau{
	border:1px solid #B7B7B5;
	background-color: #FFFFFF;
	padding: 3px;
}


table.linie td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B7B5;
}


/* Blätternavigation*/
.seitennav_oben{
	background-image:url(../img_web/bg/seitennav_oben.gif);
	height:20px;
	text-align:right;
	color:#444444;
	padding-top:4px;
	padding-right:20px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FCFCF8;
}

.seitennav_oben_zu{
	background-image:url(../img_web/bg/seitennav_oben_zu.gif);
	background-repeat:repeat-x;
	height:18px;
	text-align:right;
	color:#444444;
	padding-top:6px;
	margin-right:20px;
	margin-left:20px;
}

.seitennav_unten{
	background-image:url(../img_web/bg/seitennav_unten.gif);
	background-repeat:repeat-x;
	padding-top:6px;
	color:#444444;
	text-align:right;
	margin-top:12px;
	height:18px;
	margin-right:20px;
	margin-left:20px;
}
/* ungewollter oben beim IE wird entfernt. (nur vom IE interpretiert) */
*html .seitennav_unten{margin-top:0px;}

.verlauf{
	background-image:url(../img_web/bg/verlauf.gif);
	background-repeat:no-repeat;
	height:40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	}
	
.verlauf[class]{
	min-height:40px;
	height:auto;
}


