/* CSS Document */

#content .button_wip {
text-align:center;
float:left;
margin:5px 0px 9px 0px;
}

#content .button_wip a {
background-color:#cc2428;
color:#fff;
display:block;
width:100px;
font-size:11px;
text-decoration:none;
padding:3px;
}
#content .button_wip a:hover{
text-decoration:underline;
}
body {
	color: #5A5A5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a { 
color: #5A5A5A;
}

a:hover {
color: #CC0000;
}

#header {
	margin-top: 10px;
	margin-left: 10px;
	line-height: 0px;
}

#content {
	width: 730px;
	margin-left: 25px;
	margin-top: 15px;
	min-height:350px;
	height:auto !important;
	height:350px;
}

#footer {
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 12px;
	margin-left: 10px;
	clear: both;
}

#print {
	display: none;
}

p {
	margin-top: 6px;
	margin-bottom: 6px;
}

h1 {
	font-size: 20px;
	margin-bottom: 3px;
	color:#666666;
}

h2 {
	font-size: 11px;;
	margin-top: 0px;
	margin-bottom: 18px;
	color:#666666;
}

h3 {
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 11px;

}
.projekt {
	clear: both;
}

.projekt img {
	float: left;
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 20px;	
	border: 1px solid;
	border-color: #EBEBEB;
}