/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 11pt;
}
body {
	margin: 24px 10px 10px 20px;
	text-align: center;
}
a:link, a:active, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
.fett {
	font-weight: bold;
}
.rotFett {
	font-weight: bold;
	color: red;	
}
.blocksatz {
	margin-top: 4px;
	text-align: justify;
}
/* die diversen Seiten, nach dem body zugewiesener id selektioniert, haben verschiedene Hintergrundfarben und Bilder */
/* grauer Hintergrund und Bild */
#home, #studioglas, #atelier, #links {
	background-color: #cccedb;
	background-image: url(../img/bg_body_1.jpg);
	color: #333333;
	background-repeat: no-repeat;
}
/* schwarzer Hintergrund und Bild */
#gebrauchsglas, #scheiben, #skulpturen {
	background-color: #000000;
	background-image: url(../img/bg_body_2.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
}

/* Kasten, in dem alles stattfindet */
#overall {
	width: 860px;
	text-align: center;
	margin: auto;
}
h1 {
	font-size: 18pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	margin: 24px;
	font-size: 18pt;
	color: #999999
}
h3 {
	margin-top: 10px;
	text-align: left;
	color: red;
}
.klein {
	font-size: 10pt;
}
/* Fixe Bilder auf der Homepage */
.homeImg {
	float: left;
	margin: 0 26px 16px 0;
	border: 1px solid #FFFFFF;
}

/* Liste für die Navigation */
#navLinks {
	margin-top: 24px;
	clear: both;
}
#navLinks ul {
	display: inline;
}
#navLinks li {
	display: inline;
	height: 22px;
}
#navLinks img {
	margin-left: 4px;
	margin-right: 4px;
}
/* Textebene auf der Seite standard (dynamischer Text) */
#beschrieb {
	margin: 20px 10px 10px 20px;
}
/* Auflistungsebene auf der Seite Links */
.links {
	margin: 0 100px 0 100px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #FFFFFF;
	text-align: left;
}
/* Kontakt-Info-Bereich auf der Homepage */
#impressum {
	width: 500px;
	margin: 20px 160px 20px 160px;	
	text-align: left;
}
/* in Impressum eingefügte Ebene */
#impressum_ {
	font-size: 11pt;
	width: 360px;
	float: right;
	margin-bottom: 20px;
}
#home #footer, #studioglas #footer, #atelier #footer, #links #footer {
	margin-left: 250px;
	margin-right: 250px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #FFFFFF;
	font-size: 10pt;
}
#gebrauchsglas #footer, #scheiben #footer, #skulpturen #footer {
	margin-left: 250px;
	margin-right: 250px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #666666;
	font-size: 10pt;

}
#footer a {
	font-size: 10pt;
}
