
h1 {
		font: 12pt Verdana;
		font-weight: bold;
		color: #CD2022;
		margin-bottom: 10px;
		/*text-decoration: underline;*/
}

h2 {
		font: 8pt Verdana;
		font-weight: bold;
		color: #000000;
		margin-top: 0px;
		padding-top: 0px;
		clear: both; 
}

body,td {
		font: 8pt Verdana;
		color: #000000;
		line-height: 13px;
		padding-right: 10px;
}

p {
        padding-right: 20px;
		margin-bottom: 15px;
		margin-right: 20px;
}

ul,li,ol {
		padding-right: 100px;
		list-style-image:url(../graphix/bullet.gif);
}

.texthighlight2 {
		background-color: #DEDDC6;
}

/* link style muss wegen menü so bleiben *//*
a:link { text-decoration:none;
			color: #000000; }
a:visited { text-decoration:none; 
			color: #000000; }
a:hover { text-decoration:none; 
			color: #000000; 
			font-weight: bold;}
a:active { text-decoration:none; 
			color: #000000; }
a:focus { text-decoration:none; 
			color: #000000; }
*/
/* pseudo link styles, diese werden im Text verwendet */
.eilink			{ 	text-decoration : underline;
					color : #CD2022; }
.eilinkvisited	{ 	text-decoration : underline;
					color : #CD2022; }
.eilinkhover	{ 	text-decoration : underline;
					color : #CD2022; }

.bildimtextlinks{ 	border-width: 1px;
					border-color: #DEDDC6; 
					border-style:solid;
					padding: 5px;
					padding-bottom: 5px;
					float:left; 
					margin-right:20px;
					margin-bottom:10px;
					color: #888888;
					clear: both;
					text-align: center;
					}
					
.bildimtextrechts{ 	border-width: 1px;
					border-color: #DEDDC6; 
					border-style:solid;
					padding: 5px;
					padding-bottom: 5px;
					float:right; 
					margin-right:20px;
					margin-bottom:10px;
					color: #888888;
					clear: both;
					text-align: center;
					}
					
.piclink		{	text-decoration: none;
					color: #888888; 
					}
					

.formfieldgroup { border-width: 1px;
			border-color: #DEDDC6;
			border-style:solid;
			padding: 5px;
			padding-bottom: 8px;
			margin-bottom: 15px;
			//padding-right: 55px; 
			width: 500px;}
			
.caption { border-width: 1px;
			border-color: #DEDDC6;
			border-style:solid;
			padding: 5px;
			padding-bottom: 8px;
			margin-bottom: 13px;
			margin-right: 5px;
			margin-left: 5px; }