/* Hier steht die generelle Text-Definition */
body {
	line-height: 150%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color:#000000;}
	
	/* Hier steht die Definition des Sprachmenüs */
div#speech_menu {
	color: #0049b9;
	text-align: right;
	padding-top: 55px;}
	
div#speech_menu ul {
	color: #0049b9;
	margin-top: 0px;
	list-style-type: none;
	}
	
div#speech_menu a {
	display: block;
	height: 18px;
	text-decoration: none;
	color: #0049b9;}

div#speech_menu a:hover { 
	color: #0049b9;
	background-image: url(../images/listenpunkt.gif); 
	background-repeat: no-repeat; 
	background-position: 40px center; }
	
	
	/* Hier steht die Definition des Hauptmenüs */
div#menu {
	color: #0049b9;
	text-align: right;}
	
div#menu ul {
	color: #0049b9;
	margin-top: 0px;
	list-style-type: none;
	}
	
div#menu a {
	display: block;
	height: 32px;
	text-decoration: none;
	color: #0049b9;}

div#menu a:hover { 
	color: #0049b9;
	background-image: url(../images/listenpunkt.gif); 
	background-repeat: no-repeat; 
	background-position: 40px 3px; }
	
.home {
	background-image: url(../images/listenpunkt.gif); 
	background-repeat: no-repeat; 
	background-position: 40px 3px;}
	
	/* Hier steht die Definition des Kontaktmenüs */
div#contact_menu {
	color: #0049b9;
	text-align: right;}
	
div#contact_menu ul {
	color: #0049b9;
	margin-top: 0px;
	list-style-type: none;
	}
	
div#contact_menu a {
	display: block;
	height: 18px;
	text-decoration: none;
	color: #0049b9;}

div#contact_menu a:hover { 
	color: #0049b9;
	background-image: url(../images/listenpunkt.gif); 
	background-repeat: no-repeat; 
	background-position: 40px center; }
	
div#content_middle ul {
	list-style-image: url(../images/listenpunkt.gif);
	padding-left: 15px;
	padding-bottom: 15px;
	margin-left: 15px;
	/* padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	*/}
	
div#content_middle h2 {
	font-size:  14px;
	font-weight: normal;
	color: #0049b9;}
		
div#content_middle h3 {
	font-size:  12px;
	font-weight: bold;
	color: #000000;
}

div#content_middle a {
	text-decoration: none;
	color: #0049b9;}
	
div#content_middle a:hover {
	text-decoration: underline;
	color: #0049b9;}
