h1 {
	font-size: 13px;
	padding-bottom: 14px;
	margin: 0px;
	line-height: normal;
}

h2 {
	font-size: 12px;
	padding-bottom: 3px;
	margin: 0px;
}

h2 span {
	font-size: 10px;
}

h3 {
	font-size: 11px;
	padding-top: 12px;
	padding-bottom: 5px;
	margin: 0px;
}

a img {
	border: none;
}

p {
	padding:0px;
	margin:0px;
}

input.text, textarea.text  {
	border-right: #e7e8ed 1px solid;
	padding-right: 4px;
	border-top: #474e66 1px solid;
	padding-left: 4px;
	padding-bottom: 1px;
	border-left: #474e66 1px solid;
	padding-top: 1px;
	border-bottom: #e7e8ed 1px solid;
	font-size: 11px;
}

input.text, textarea.text, select.text  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:3px;
}

.tabletext  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	margin-top:3px;
}

input.button  {
	padding: 2px 5px 2px 5px;
	border: 0px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
	cursor: pointer;
	margin-right: 5px;
}

p.linie {
	height:26px;
	background-image: url(layout/platz_grau.gif);
	background-repeat: repeat-x;
	background-position: 0px 11px;
	text-align:right;
	margin:5px 0px 5px 0px;
}

p.linie img {
	margin-right:5px;
}

td.abstand {
	padding-bottom:15px;
}

ul.sitemap {
	margin:0px;
	padding:0px;
	padding-left:0px;
	margin-left:0px;
	list-style: none;
}

table.sitemap a {
	color: #666666;
}

ul.sitemap li {
	padding-top:1px;
	padding-bottom:1px;	
	margin-left:0px;
	padding-left:0px;	
	list-style: none;	
}

ul.sitemap ul {
	margin-left:20px;
}



ul.liste_1 {
	margin:0px;
	padding:0px;	
	padding-left:15px;
	margin-left:5px;
	list-style-type:none;
	list-style-image:url(layout/kreis_1.gif);		
}

ul.liste_1 li {
	padding-top:3px;
}

ul.liste_2 {
	margin:0px;
	padding:0px;
	padding-left:15px;
	margin-left:5px;
	font-weight:bold;
	list-style-type:none;
	list-style-image:url(layout/kreis_1.gif);		
}

ul.liste_2 ul {
	margin:0px;
	padding:0px;
	padding-left:15px;
	margin-left:5px;
	font-weight:normal;
	list-style-type:none;
	list-style-image:url(layout/kreis_1.gif);	
	padding-bottom:10px;	
}

ol.liste_3 {
	margin:0px;
	padding:0px;	
	padding-left:25px;
}

ol.liste_3 li {
	padding-top:3px;
}

/*############# Error/Hinweise #################################################*/

.error  {
	color: #E2875A;
}

td.hinweis_zelle {
	padding: 8px;
	border: 1px solid #666666;
}

td.hinweis_zelle p {
	padding: 0px;
	margin: 0px;
}

td.hinweis_zelle img {
	float:left;
	margin: 0px 8px 8px 0px;
}

th.hinweis_zelle {
	padding-top: 15px;
}

td.error_zelle {
	padding: 8px;
	border: 1px solid #666666;
	color: #E2875A;	
}

td.error_zelle a {
	color: #E2875A;	
}

.note_cell {
	padding: 8px;
	border: 1px solid #666666;
	margin-bottom:15px;
	line-height: normal;
}

.note_cell_image  {
	padding: 8px 8px 8px 30px;
	border: 1px solid #666666;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-position: 8px 10px;
	line-height: normal;
}

.info_cell_image  {
	padding: 8px 8px 8px 30px;
	border: 1px solid #666666;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-position: 8px 10px;
	background-image: url(layout/buttons/info.gif);
	background-color: #FFF8D9;
	color: #E2875A;
	line-height: normal;
}

.system_messages {
	text-align:center;
	padding-top:50px;
}

.system_messages p {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.system_messages_high {
	background-image: url(layout/buttons/high.gif);
}

.system_messages_medium {
	background-image: url(layout/buttons/medium.gif);
}

.system_messages_low {
	background-image: url(layout/buttons/low.gif);
}

.mail {
	text-decoration: underline;
}

/*################ Image Border (endlich) ###################### */

.img_border {
	border: 1px solid #999999;
}