/* =STYLESHEET FOR MARKO-KLEEMANN.DE
================================================ */
* { margin: 0; padding: 0; }
body { 
	font-size: 62.5%; 
	font-family: Georgia, "Times New Roman", serif;
	color: #333;
	text-align: center;
	background: #fc9 url(/images/bg_body.png);	
	margin: 0;
	padding: 0;
	height: 100%; }	
img { border: none; }
a { color: #369; }

/* =LAYOUT
================================================ */
#wrapper {margin: 0 auto; width: 608px; text-align: left; background: #fff url(/images/bg_content.png) repeat-y;}
#header {width: 600px; height: 250px; margin-left: 4px; background: #fff url(/images/banner.jpg) 0 50px no-repeat;}
a#logo, a#logo:hover {
	position: absolute;
	margin-left: 50%;
	top: 90px;
	left: -240px;
	width: 230px;
	height: 110px;
	text-indent: -9999px;
	text-decoration: none;}
#content {width: 540px; padding: 30px; padding-top: 0;}
#content h1 {font-size: 2em; padding: 1.5em 0 .7em 0;}
#content p {font-size: 1.4em; line-height: 2em;}
#footer {
	margin: 0 auto 30px auto; 
	width: 548px; 
	height: 30px; 
	padding: 0 30px; 
	text-align: left;
	background: url(/images/bg_footer.png);}
#footer {font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; line-height: 23px;}

/* =NAVIGATION
================================================ */
#nav {list-style: none;}
#nav li {float: left;}
#nav a {
	display: block;
	width: 149px;
	font: bold 1.3em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #444;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	background: url(/images/bg_nav.png) repeat-x;	
	border-right: 1px solid #ccc;}
#nav a:hover, #nav li#current a {color: #000; background-image: url(/images/bg_nav_.png); }

/* =FORM
================================================  */
form {font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; margin: 20px 0;}
form div {clear: both; margin: 15px 0; }
form div label {float: left; font-size: 1.2em; font-weight: bold; text-align: right; width: 90px; padding-right: 10px; margin-top: .2em;}
form div input, form textarea {font-size: 1.4em; width: 200px; background: #f5f5f5;}
form select {width: 200px;}
form textarea {width: 350px;}
form input#submit {width: auto; margin-left: 100px;}
.error { color: #c00; }

/* =PAGE-SPECIFIC
================================================  */
#gallery a img {
	width: 80px;
	height: 80px;
	background: url(/images/bg_thumb.png) no-repeat;
	padding: 0 10px 10px 0;
	margin: 20px;}
#list b {float: left; width: 7em;}
.image {
	float: right;
	width: 130px;
	height: 90px;
	background: url(/images/bg_image.png) no-repeat;
	padding: 0 15px 10px 0;
	margin-right: -10px;}
#notice {color: #c00; margin-bottom: 300px;}





