/* CSS Document */
/* Standard-Style für Stoffels Seite */
html, body {
	background-color: #000000;
	color: #FFFFFF;
	/* height: 100%;
*/
	padding: 0px;
/* für Crossbrowser-Kompatibilität*/
}
a:link {
	background-color: #000000;
	color: #00FFFF;
}
a:visited {
	background-color: #000000;
	color: #CCCCFF;
}
a:hover {
	background-color: #000000;
	color: #ff00cc;
}
a:active {
	background-color: #ccffff;
	color: #ff00cc;
}
img.c4 {
	border: 0px solid;
	width: 120px;
	height: 120px;
}
img.c3 {
	border: 0px solid;
	width: 375px;
	height: 354px;
}
/* img.c2 {
	border: 0px solid;
	width: 100px;
	height: 35px;
}
*/
img.c1 {
	width: 741px;
	height: 197px;
}
#header {
	/*width: 100%;
*/
	margin: 0 auto;
	text-align: center;
}
#navcontainer {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 100%;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navcontainer a {
	display: block;
	margin: 1px;
	padding: 3px;
	width: 100px;
	background-color: #0020C0;
	/* border-bottom: 1px solid #eee;
*/
	border-width: 2px;
	border-color: #C3C8C8 #737373 #737373 #c3c8c8;
	border-style: solid;
}
#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #00FFFF;
	color: #fff;
}
#navcontainer a:active {
	background-color: #F60000;
	color: #fff;
}
#home #navHome a, #fotos #navFotos a, #links #navLinks a, #info #navInfo a {
	background-color: #F60000;
	color: #fff;
	border-width: 2px;
	border-color: #737373 #c3c8c8 #c3c8c8 #737373;
	border-style: solid;
	cursor: default;
}
div#inhalt {
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}
div#text {
	text-align: left;
	padding-left: 5%;
}
div#neues {
	height: 200px;
	overflow: auto;
	text-align: left;
}
p.neu {
	color: #ff0000;
	background-color: #000000;
}
ul.neu {
	list-style-type: disc
}
#footer {
	clear: both;
	margin-right: 10px;
	text-align: right;
}
p.nachoben {
	text-align: right;
}
table.albumfoto {
	margin: auto;
	text-align: center
}