/* CSS Document */

body {
	color: #5A5A5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a { 
	color: #5A5A5A;
}

a:hover {
	color: #CC0000;
}

#header {
	display: none;
}

#content {
	width: 100%;
}

#print {
	margin-top: 30px;
	border-top: 1px solid;
	border-bottom-color:#666666;
	clear: both;
}

#footer {
	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;
	margin-bottom: 12px;
}

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