/* Stylesheet für www.matthias-winkelmann.de */

* {
	 padding:  0; 
}

/* ----- body ----- */
body {
	color: #C9C9C9; /* Schriftfarbe */
	background: #000000 url(images/background.jpg) top center no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%; /* Schriftgröße */
	padding-bottom: 10px;
}

/* ----- wrapper ----- */
#wrapper {
	width: 1000px; /* Breite des Inhaltbereichs */
	margin-top: 10px;
	margin-right: auto; /* Abstand rechts automatisch */
	margin-bottom: 5px;
	margin-left: auto;
}

/* ----- header ----- */
#header {
	color: Gray;
	height: 100px;
}
#header .bildrechts {
	float:right; 
	padding: 10px 10px 5px 5px; 
	border: 0px; 
	margin: 0px;
}
#header .bildlinks {
	float: left;
	padding: 30px 0px 0px 250px;
	border: 0px;
	margin: 0px 0px -150px 0px;
}

/* ----- navi ----- */

#navigation {
	width: 200px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	background-image: url(images/navi-bg.gif);
	background-repeat: repeat-y;
}

#navigation li{
	color: #C9C9C9;
	font-weight: bold;
	padding: 14px 0px 17px 13px;
	margin: 0px;
	list-style: none;
}
#navigation a {
	text-decoration: none;
	color: #C9C9C9;
}
#navigation a:hover {
	color: #a9a9a9;
}

/* ----- content ----- */
#textbereich-hintergrund {
	background: url(images/content-bg.gif) top center no-repeat;
	height: 810px;
	padding-bottom: 30px;
	margin-left: 0px;
	margin-top: -310px;
}
#textbereich {
	text-align: center;
	margin-left: 250px;
	margin-top: -650px;
	color: #C9C9C9;
	font-weight: bold;

	width: 500px;
}
#textbereich img {
	margin: 11px;
	border: 2px;
	border-style: solid;
	border-color: Gray;
}
#textbereich a {
	text-decoration: none;
	color: #C9C9C9;
}
#textbereich a:hover {
	color: #a9a9a9;
}

/* ----- Allgemein ----- */

h2 {

}
div.webpages {
	float: left;
	width: 140px;
	font-size: 68.75%;
	margin: -10px 4px 5px 5px;
}
div.center {
	margin-left: 25px;
}
div.email {
	font-size: 80%;
}