/* CSS Dahme WOHNUNGEN */


/* Headline Häuser */	
h4{
	font-size: 1.2rem;
	margin-top: 20px;
	margin-bottom: -8px;
	margin-left: 5px;
	}	

h4:first-letter {
	font-family: 'Clicker Script', cursive;
	font-size: 2rem;
	}	

/*****************************************************/
/* POSITIONIERUNG */	
	
#haus41 h4,#haus43 h4 {
	margin-left: 50px;
	}
	


#whg1, #whg2, #whg4, #whg5 {
	margin-top: 15px;
	}
	
#haus41 {
	float: left;
	/*margin-right: 50px;*/
	margin-top: -20px;
	width: 300px;
	}

#haus43 {
	margin-left: 300px;
	width: 300px;
	}

/*****************************************************/
/* LISTEN */
	
/* Unter-Headline Wohnung */		
#wohn ul {
	/*padding-top: 15px;*/
	}

#wohn ul li {
	list-style-type: none;
	font-weight: bold;
	}
	
/* Listenpunkte */
#wohn ul li ul {
	/*padding-left: 30px;*/
	padding-top: 0;
	}
		
#wohn ul li ul li {
	list-style-type: disc;
	font-weight: normal;
	margin-left: 17px
	}
	
#wohn a {
	/*color: #4e789e;*/
	}	

#wohn a:hover {
	text-decoration: underline;
	}	

	
	
/*****************************************************/
/* TABELLE */		

/* ganze Tabelle */
div.preistabelle {
	clear: both;
	padding-top: 40px;
	}
	
table {
	box-shadow: #666 2px 2px 3px;
	}
	
/* Rahmen */	
table, td, th {
	border: 1px solid gray;
	}
/*	
th.preise {
	font-size: 1.5rem;
	}*/
	
/* Zeilenhöhe */	
td {
	height: 30px;
	}
	
/* Spaltenbreite */
col.s0,col.s1,col.s2,col.s3 {
	width: 110px;
	}
	
col.s4,col.s5 {
	width: 75px;
	}
	
/* Tabellen Headline */		
caption {
	text-align: left;
	font-size: 1.2rem;
	margin-bottom: -4px;
	font-weight: bold;
	}
	
caption:first-letter {
	font-family: 'Clicker Script', cursive;
	font-size: 2rem;
	margin-bottom: -4px;
	}
	
/* Kopfzeile */		
thead {
	height: 60px;
	background: #E0E0E0;
	}
	
/* Fußzeile */		
tfoot {
	text-align: center;
	background: #E0E0E0;
	}
	
/* Tabellen Inhalt */
	tbody {
	text-align: center;
	}		
