body { color:#000; padding:0; margin:0; font:13px arial, sans-serif;
	background:#b7edf0;	background-image:  url(images/hintergrund_logo/paar_hintergrund_2.jpg);
	background-repeat:no-repeat; background-position: center; margin: 0px; padding: 10px; }

/* Formatierung der Liste der Navigation: */
#liste{ 
	font-size:18px; 
	font-weight:bold;
	list-style-type:none; 
	margin:0 -7px 0 0; 
	padding:4px 0 0 10px; } 
/* - Abstand der Navigationstexte untereinander:  -*/
#liste li{
	margin:0 0 20px 0;} 

#liste a:link, #liste a:visited {
	display:block; 
	width:100%;
	text-decoration:none; 
	/* Farbe Navigation "normal" */
	color:#0099ff; 
	position:relative; 
	background:transparent no-repeat scroll -20px center;} 
	
#nav{
	border-right:0px solid #0099FF;
	width:180px;
	position:absolute;
	left:5px;
	top:2px;
	padding-top:70px;
	height: 388px;}

/* --
color: Farbe Teext, hover: Farbebei Moseover
#menu li { margin:0 0 20px 0; } ->> die 20px sind Zeilenabstand der Navigation
padding:4px 0 0 10px ->> 4 px ist Abstand der Navigation von oben; 10px ist Abstand von links
-- */    /* --
#menu { float:left; width:10em;	font-size:14px; font-weight:bold; list-style-type:none; margin:0 -7px 0 0; padding:40px 0 0 10px; }
#menu li { margin:0 0 20px 0; }
#menu a:link, #menu a:visited { display:block; width:100%; text-decoration:none; color:#0099ff; position:relative; 
								background:transparent url(images/dot2.gif) no-repeat scroll -20px center; }
#menu a:hover { color:#ff7e00; background: transparent url(images/dot2.gif) no-repeat scroll right center; }-- */

#inhalt{
/*  padding: 1.: Abstand von oben; 4. Abstand von links)*/

padding:10px 30px 0 250px;
height:400px;
left:30px;
margin-right:190px;
top:30px; 
}
/*   wofür auch immer:
html>body #inhalt{
	/* ie kennt kein min-height 
	height:auto;
	min-height:320px;}  */
#fotos{
	position:absolute;
	right:8px;
	top:73px;
	float:right;
	width:160px;
	/* text-align:center;
	left: 1065px;*/}
	
		
/* - Def dass images keinen Rahmen und keinen Rand haben  -*/
img { border:none;	padding:0;	margin:0; }

h1 { color:#00008b; font-size:15pt; font-weight:bold; }
h2 { color:#00008b;	font-size:12pt;	font-weight:bold; }
h3 { color:#00008b; font-size:11pt; font-style:bold; }
h4 { color:#00008b; font-size:14pt; font-style:bold; }

a:link { color:#00008b; text-decoration:underline; }
a:visited { color:#00008b; text-decoration:underline; }
a:active { color:#00008b; text-decoration:underline; }
a:hover { color:#800000; text-decoration:underline; }


#liste a:hover{ 
color:#FF0000; 
background: transparent url(http://www.tanzspass.at/images/dot2.gif) no-repeat scroll right center;}

/* Reservierungs-Link hervorheben */
.box_veranstaltung_anmeldung {
	font-size: 120%; 
	font-weight: bold; 
	border: 3px dotted red; 
	padding: 8px;
}

.a_veranstaltung_anmeldung:link,
.a_veranstaltung_anmeldung:visited {
	color: #800000;
}

.a_veranstaltung_anmeldung:hover {
	color: #00008b;
}