html, body {
	margin: 0;
	padding: 0;
	
	/* Hintergrund: Streifenmuster, gekachelt*/
	background-image: url(images/background-green.png);
	background-repeat: repeat;
	
	font-family: Georgia, serif;
	
}

/*
_____LAYOUT________________________________________________*/

.container {
	margin: auto; /* Div soll zentriert werden */
	max-width: 600px;
	
	padding: 30px 10px 30px 10px;
	
}

.tiles {
	margin: 30px 0px 30px 0px;

}


.box {
	width: 200px;
	height: 200px;	
	border: none;
	float: left;
	
	padding: 20px;
	margin: 5px;
	
	border: solid;
	border-width: 1px;
	
	position: relative; /* nötig, damit der nächste div komplett klickbar ist*/
}

/* ein link innerhalb dieses divs füllt diesen komplett aus*/
div.linkBox a{
	position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:10; /* raises anchor tag above everything else in div */
    background-color:white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.DoroBox {
	background-color: #FFFFFF;
}

.MichaBox {
	background-color: #FFFFFF;

}


.FeWoBox {
	background-color: #FFFFFF;
}

.GalleryBox {
	background-color:#FFFFFF;

}

.clear {
	clear: both;
}

.footer {

}



/*
_____TEXT________________________________________________*/

.text {
	font-size: 13pt;
	line-height: 18pt;
}

.h1 {
	font-size: 16pt;
	font-weight: bold;
}

.h2 {
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
}



.adresstext {

	font-size: 12pt;
	line-height: 15pt;
	text-align: left;

}

a:link, a:visited {
	color: #525252;
	text-decoration: none;
}

a:hover {
	color: #aaaaaa;

}

.micha_link {
	font-family: Times New Roman, serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 22px;
	color: #463890;
	text-align: center;

}

.fewo_link {
	font-weight: bold;
}

.dachboden_link {
	font-size: 33px;
	font-weight:bold;
	color: #333333;
	text-align: center;
}

/*
_____OTHER________________________________________________*/

img {
	border: none;
	
}


/*

