	body {
		font-family: Verdana,Arial,Helvetica;
		color: #000000;
		font-size: 12px;
	}

	a:visited { color: #444444; text-decoration: underline; }
	a:active  { color: #000000; text-decoration: underline; }
	a:hover   { color: #000000; text-decoration: none; }
	a:link    { color: #000000; text-decoration: underline; }

	b, strong { font-weight: bold; }
	i { font-style: italic; }
	em { font-style: italic; }

/* Große Überschriften */
	h1 {
		font-family: Verdana,Arial,Helvetica;
		color: #000000;
		font-size: 17px;
	}
	
/* "Kleine" Überschriften */
	h2 {
		font-family: Verdana,Arial,Helvetica;
		color: #000000;
		font-size: 14px;
	}

/* Basis-Text */
	p,div,blockquote {
		font-family: Verdana,Arial,Helvetica;
		color: #000000;
		font-size: 12px;
		line-height: 16px;
		text-align: justify;
	}

	.right {
		font-family: Verdana,Arial,Helvetica;
		color: #000000;
		font-size: 12px;
		line-height: 16px;
		text-align: right;
	}

/* Listen */
	ul {
		list-style-type: disc;
	}

/* Listen */
	li {
		font-family: Verdana,Arial,Helvetica;
		color: #000000;
		font-size: 12px;
		line-height: 16px;
	}

/* Standard Text in td, th */
	td,th {
		font-family: Verdana,Arial,Helvetica;
		color: #000000;
		font-size: 12px;
	}
	 	
	hr {			
		background: #000000;
		color: #000000;
		height: 1px;
		border: 0px;
		width: 80%;
	}
	
	/* Für Links */
	hr.links {
		text-align: left;
		width: 300px;
	}

	/* Für Newsletter */
	hr.newsletter {
		text-align: left;
		width: 600px;
	}

/* Schwarzer Hintergrund in Tabellen */
	.bgblack {
		background: #000000;
	}

/* Fette Schrift, z.B. für Links */
	.bold { font-weight: bold; }

/* Großer Text */
	.gross {
		font-family: Verdana,Arial,Helvetica;
		color: #000000;
		font-size: 14px;
		line-height: 24px;
		font-weight: bold;
	}

/* Kleiner Text */
	.klein {
		font-family: Verdana,Arial,Helvetica;
		color: #000000;
		font-size: 11px;
		line-height: 15px;
		font-weight: normal;
	}

/* Kleinerer Text */
	.kleiner {
		font-family: Verdana,Arial,Helvetica;
		color: #000000;
		font-size: 10px;
		line-height: 14px;
		font-weight: normal;
	}

/* Standard Eingabefeld */
	input,select,textarea {
		font-family: Verdana,Arial,Helvetica;
		font-size: 10px;
		color: #000000;
		background: #ffffff;
		border-color: #cccccc;
	}

/* Standard Button */
	.button {
		width: 100px;
		font-family: Verdana,Arial,Helvetica;
		font-size: 11px;
		color: #000000;
		background: #ffffff;
		border-color: #cccccc;
	}

	/* Kleines Eingabefeld (z.B. Suchen) */
	.small {
		width: 100px;
	}

	/* Submit-Image Suchen */
	.suchen {
		width: 120px;
		height: 14px;
		background: none;
	}

	/* Breite für Radio-Buttons */
	.radio {
		width: 20px;
	}

	/* Lange Input-Felder */
	.lang {
		width: 250px;
	}
	
/* Ab hier für phpDIG */
	.phpdigHighlight {
		color:#000000;
		background-color:#CCCCCC;
        }
        
	.grey {
		padding:5px;
		margin-top:8px;
		margin-bottom:18px;
		margin-right:32px;
		font-size:11px;
		line-height: 15px;
	}
	
	.blue {
		margin-top:8px;
		margin-bottom:8px;
		margin-right:32px;
		padding:3px;
		border-bottom:1px solid #000000;
       }

	.greyForm {
		padding:3px;
       		font-size:10px;
	}
	
	.blueForm {
		background-color:#EEEEEE;
       		text-align:center;
       		font-size:12px;
       		font-weight:bold;
       		padding:3px;
       		border:1px solid #DDDDDD;
       }

	.borderCollapse {
		border-collapse: collapse;
	}

	.phpdigMessage {
		padding:1px;
		color:black;
		font-size:10px;
	}

	.smallLink {
		font-size:10px;
		background-color:#BBCCEE;
	}
