/***********************************************
	Style of Marco Schultewolters private website
	Last Edit: 04.04.2007, Marco Schultewolter 
	
***********************************************/

body{
	background: #333;
	color: #eee;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper{
	width: 400px;
	height: 500px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-250px 0px 0px -200px;
	
	overflow: hidden;
	border: 5px double #eee;
	
	padding: 10px;
}

#header{
	height: 100px;
	overflow: hidden;
	background-image: url(header.jpg);
}

#navigation{
	height: 50px;
	overflow: hidden;
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
}

#content{
	height: 300px;
	overflow: auto;
}

#footer{
	height: 50px;
	overflow: hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: right;
}

#header h1{
	padding-left: 10px;
	padding-top: 2px;
	font-size: 2.3em;
}

#navigation ul{
	margin-top: 20px;
	list-style: none;
}
#navigation ul li{
	display: inline;
}
#navigation ul li a{
	text-decoration: none;
	color: #eee;
	font-size: 12pt;
	padding: 4px;
	background: #333;
	margin-right: 5px;
	border: 1px #333 solid;
}
#navigation ul li a:hover, #navigation ul li a:focus {
	background: #888;
}
#navigation ul li a:active{
	background: Red;
}

#content a, #footer a{
	text-decoration: none;
	color: #aaa;
}
#content a:hover, #footer a:hover{
	color: #eee;
}
#content img {
	margin: 5px;
	border: none;
}

#content blockquote {
	background: url(zitat.gif) no-repeat;
	background-position: top left;
	margin-left: 0;
	padding-top: 15px;
	padding-left: 15px;
}
#content blockquote p{
	margin: 0;
}
#content blockquote span.author{
	padding-left: 15px;
	font-style: italic;
}

#content fieldset{
	width: 300px;
}
#content input, #content textarea{
	background: #333;
	border: 1px solid white;
	color: white;
}

ul.technik{
	list-style: none;
}
ul.technik li{
	display: inline;
	
}

/*
Allgemeine Klassen
*/

.right{
	float: right;
}
.left{
	float: left;
}