/* color stuff */

#metzner span, a:link, a:active, a:visited, #navigation, h2 { color:#0033FF; }
a:hover, a:active:hover, a:visited:hover { color:#000000; }
#content, textarea, input {	border-color: #0033FF; }

/* default stuff */

body {
	background:url(../images/kuh.jpg) #ffffff no-repeat bottom left fixed;
	margin:0;
}

a:link { text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }
a:active { text-decoration:none; }
a:active:hover { color:#000000; text-decoration:underline; }
a:visited { text-decoration:none; }
a:visited:hover { color:#000000; text-decoration:underline; }
a img { border:0; }

#metzner {
	position: fixed;
	margin-top:28px;
	left:-30px;
	font-family:verdana, helvetica, sans serif;
	font-size:50px;
	color:#dddddd;
}

#metzner span {
	top: 10px; 
	left: 85px;
	font-family:verdana, helvetica, sans serif;
	font-size:35px;
	position:relative;
}

#navigation {
	position: fixed;
	top:150px;
	left:80px;	
	font-family:verdana, helvetica, sans serif;
	font-size:18px;
}

#navigation li {
	margin-top:10px;
	text-align:right;
	width:150px;
	list-style-type:none;
}

#navigation li span {
	font-weight:bold;
}

#content {
	border-left-style:solid;
	border-right-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	/*width:410px;*/
	width:500px;
	min-height:800px;
	/*height: 800px;*/
	overflow: visible;
	background:transparent;
	margin-left:278px;
	padding:21px;
	padding-top:160px;
	padding-bottom:300px;
	text-align:justify;
	font: 9pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color:#333333;
}


h1, h2, h3 {
	font: 9pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#bbbbbb;
	margin-top:10px;
}

h2 {
	font-size:16px;
}

input, textarea {
	border-width: 1px;
	border-style:solid;
	background-color: white;
}

textarea {
	/*background:transparent;*/
}

img.right {
	float:right;
	margin-left: 10px;
}

img.left {
	float:left;
	margin-right: 10px;
}

h1, h2, h3, p {
	clear:both;
}

.addedImage {
	margin-top:40px;
	text-align:center;
}

.addedImage img {
	border-width: 0;
}

.imageTitle {
	margin-top:0px;
}

.flickrLink {
	margin-left:10px;
}

#footer {
	position: fixed;	
	bottom:5px;
	left:827px;
	width:100px;
	font-family:verdana, helvetica, sans serif;
	font-size:9px;
	font-weight:bold;
	color:#acacac;
}

