/* CSS Document */

body {
	  font-family:Arial,Helvetica,sans-serif;
	}
.inhalt { /* Hintergrund der Hauptseite */
		/* background-color: #A3B9CC; */
		background-color: #dcdee2;
		background-image: url(logo_bg.png);
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: 0px 0px;
		color: #000000
	}
body.index {
		background-color: #FFFFFF;
	}

.content { /* content div, spŠter gallerysoftware dort drin */
		margin: 0px;
		padding: 0px;
		border: none 0px white;
		position: fixed;
		top: 205px;
		left: 270px;
		height: 525px;
		width: 550px;
		overflow: hidden;
	}	

.nav { /* navigations div, links drin */
		margin: 0px;
		padding: 0px;
		border: none 0px white;
		position: fixed;
		top: 470px;
		left: 16px;
		width: 220px;
		height: 135px;
		/* color: black; */
		color: #566f8c;
		display: none;
	}
.nav2 { /* navigations div, links drin */
		margin: 0px;
		padding: 0px;
		border: none 0px white;
		position: fixed;
		top: 430px;
		left: 16px;
		width: 220px;
		height: 135px;
		/* color: black; */
		color: #566f8c;
	}
.hint {
		font-size:xx-small;
}
.email {
		display: none;
	}
.text {
		padding: 15px;
		padding-top: 45px;
		color: black;
		font-size: 10pt;
		text-align: justify;
	}
.name {
		font-size: normal;
		font-weight: bold;
	}



/* Farben - Merkhilfe */
.dark_blue {
	color:#566f8c;
	}

.medium_blue {
	color:#A3B9CC;
}

.light_blue {
	color:#D1D7DC;
	}
	

/* Links formatieren */
a {
		text-decoration: none;
		/* color: black; */
		color: #566f8c;
		font-size: small;
		font-weight: lighter;
	}
a.gallery_link {
	font-size: medium;
	}
	
	
}

