/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Baustelle */

* {
	margin: 0;
	padding: 0;
}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	color: #848486;
}

#wrapper-main {
	width: 620px;
	text-align: center;
	margin:10em auto 0;
}

#header {
	width: 620px;
}

#left {
	padding: 10px 20px;
	float: left;
	
}

#right {
	padding: 10px 20px;
	float: right;
	
}


#links {
	padding: 10px 10px;
	float: left;
	
}

#rechts {
	padding: 20px 35px 20px 5px;
	float: right;
	background-color:#006ab3;
	color: #ffffff;
	
}
#rechts h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

.ddfmwrap {
	width: 280px;
}

.fieldwrap {
	text-align: right;
	margin: 0px;
	padding: 0px;
}

form.ddfm label {
	cursor: pointer;
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	margin: 5px 5px 5px 0px;
}

form.ddfm input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	color: #848486;
	padding: 4px 4px;
	margin: 5px 0;
}

form.ddfm .fmverify {
	
	position: relative;
	bottom: 0px;
	cursor: pointer;
	width: 50px;
	border: solid #004676 1px;
}


form.ddfm .fmtextarea {
	width: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	color: #848486;
	padding: 4px 4px;
	border: solid #004676 1px;
}

form.ddfm .fmtext {
	width: 155px;
	border: solid #004676 1px;
}

form.ddfm .submit {
	padding: 20px 0 0 0;
	text-align: right;
}

form.ddfm .submit input {
	border: solid #004676 1px;
	color: #006ab3;
}



/* Ende Baustelle */	