body {
	margin:10px;
	padding:0px;
	background:#fff;
	color:#000;
}

form {
	margin:0px;
	padding:0px;
}

h1 {
	color:#000;
	font-size:1.0em;
	font-family:verdana, arial;
	width:600px;
}

h2 {
	color:#000;
	font-size:1.0em;
	font-family:verdana, arial;
}

label {
	color:#000;
	font-size:0.75em;
	font-family:verdana, arial;
	line-height:1.5em;
}

p {
	color:#000;
	font-size:0.75em;
	font-family:verdana, arial;
}

a {
	color:#000 !important;
}

a.doc {
	background: url(http://www.frauenmachenkarriere.de/projektanmeldung/gfx/doc.gif) no-repeat left top;
	padding:2px 0px 2px 20px;

}

fieldset {
	margin-top:20px;
	padding-left:10px;
	clear:both;
	border:0px;
	border-left:1px solid #000;
	width:600px;
}

input.text {
	border:1px solid #000;
	color:#000;
	background:#f0f0f0;
	width:570px;
}

input.button {
	border:1px solid #000;
	color:#000;
	background:#f0f0f0;
}

.textarea {
	border:1px solid #000;
	color:#000;
	background:#f0f0f0;
	width:570px;
	height:300px;
}

div.text_left, div.checkbox_left {
	clear:both;
	float:left;
	width:290px;
	display:block;
}

div.text_right, div.checkbox_right {
	width:290px;
	display:block;
	float:right;
}

div.text_left input.text, div.text_right input.text{
	width:160px;
}

div.text_left label, div.text_right label {
	width:100px !important;
	/*background:#f00;*/
	display:block;
	clear:both;
	float:left;
}

div.checkbox_left input.checkbox, div.checkbox_right input.checkbox{
	width:20px !important;
	/*background:#f00;*/
	display:block;
	clear:both;
	float:left;
}

div.clear {
	clear:both;
	height:1px;
	line-height:1px;
}

html>body div.clear {
	height:10px;
}

div.alert {
	width:544px;
	border:1px solid #000;
	background:#f0f0f0;
	padding:20px;
}

html>body div.alert {
	width:544px;
}

div.alert h2 {
	color:#000;
	font-size:1.0em;
	font-family:verdana, arial;
}

div.alert p {
	color:#000;
	font-size:0.75em;
	font-weight:bold;
	font-family:verdana, arial;
}

img.logo {
	width:196px;
	height:70px;
	float:left;
	padding:10px 10px 10px 0px;
}