

/* ############# SEMANTIK ############# */

/* Hiermit werden ALLE AbstŠnde auf null gestellt */
* {
	margin:0px;
	padding:0px;
}

.clearer {
	clear: both;
}


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 13px;
	color: #616263;
}

body.html {
	
}

h1, h2, h3, h5, h6 {
	color: #616263;
	margin-top:0;
	padding:0;
	font-weight:normal;
}

h1 {
	margin-bottom: 10px;
	font-size: 22px;
}
h2 {
	margin-bottom: 20px;
	color: #888888;

}
h3 {

	margin-bottom: 20px;
	color: #888888;	
}
h4 {
	font-size:13px;
	margin-bottom:3px;
	margin-top: 10px;
	padding: 0;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:1em;
}

p {
	font-size: 13px;
	padding: 0;
	margin: 0;
	line-height: 140%;
	color: #616263;
}

tr, td {
	font-size: 13px;
}

td p {
	padding:0;
	margin:0;
}



hr {
	border-top: 1px solid #cfcfd1;
	border-bottom: 0px solid #cfcfd1;
	margin: 0;
	padding: 0;
	height: 2px;
}


ul {
	line-height:17px;
	margin-bottom:15px;

}
li {
margin-left:15px;
font-size: 13px;

}




blockquote {
}

cite {
}

address {
}

fieldset, label {
	font-size: 12px;
}

input, select, textarea {
	border:#999999 1px solid;
	font-size: 13px;
}
input {
	padding: 1px;
}

textarea {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

select {
}

img {
	border:none;
}

/* #############  TABELLEN  ############# */
table.zeiten {
	
}

table.zeiten td {
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
}

table.werkertable {
}
table.werkertable td {
width: 85px;
height: 99px;
vertical-align: top;
}
/* #############  LINKS FUER RTE  ############# */
a.pdf-icon {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left:24px;
	margin-bottom:20px;
	margin-top:0px;
	line-height: 140%;
}



/* #############  ZEICHENFORMATE  ############# */

span.weiss {
	color: #FFF;
}
/* #############  ABSTATZFORMATE  ############# */
p.weiss {
	background-color: #FFF;
}
