/* GLOBALE STYLES */



body {
	background-color: #DBDAC6;
	font-family: Verdana, Arial, Courier, Courier New,Geneva, sans-serif;
	margin: 15px 0 0 15px;
    }

/* LINKS */

a:link {
	color: #4C1B1B;
	text-decoration: none;
	}

a:active {
	color: #FFFFF;
	text-decoration: none;
	}

a:visited {
	color: #4C1B1B;
	font-weight: bold;
	text-decoration: none;
    }

a:hover {
	color: #808080;
    text-decoration: underline;
	}

a.imgLink:link    { text-decoration:none; }
a.imgLink:visited { text-decoration:none; }
a.imgLink:active  { text-decoration:none; }
/* SEITEN */


div.adresse {
	float: left;
	color: #OOOOO;
	letter-spacing: 1px;
	width: 840px;
	font-size: 12px;
	margin-bottom: 50px;
 	}

div.nav {
	float: left;
	width: 100%;
	color: #00000;
	font: bold 12px sans-serif;
	letter-spacing: 2px;
	margin-bottom: 45px;
	}

div.bildercontainer {
	float: left;
	width: 270px;
	margin-right: 15px;
	}
	
div.bild {
	float: left;
	width: 81px;
	height: 81px;
	margin: 0 9px 9px 0;
	}

div#maincontent {
	float: left;
	width: 460px;
    font-size:0.6em;
    color:  #00000;
	}

div#fliesstext {
	width: 450px;
	font-size: 11px;
	color: #OOOOO;
	float: left;
    margin-bottom: 18px;
	}
	
div.liste {
	width: 450px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	float: left;
    margin-bottom: 18px;
	}
	
div.liste2 {
	width: 450px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	float: left;
    margin-bottom: 2px;
	}
	
div#medien {
	float: left;
	width: 490px;
	}
	
div.thumbnails {
	float: left;
	width: 40px;
	}
	
div.thumb {
	float: right;
	width: 35px;
	height: 35px;
	}
	
div.projectimage {
	float: left;
	width: 450px;
	}
	
div.titel  {
	font-size: 12px;
	font-weight: bold;
	color: #OOOOO;
	float: left;
	line-height: 20px;
	width: 450px;
	padding-bottom: 11px;
	} 
	
div.bildbig {
    float: left;
    width: 261px;
    height: 261px;
    margin: 0 9px 9px 0;
    }

