body {
	background-image: url('../img/bg.gif');
	background-color: #EEE;
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	margin: 10px 0px;
	padding: 0px;
}

a {
	color: #001CA4;
	text-decoration: none;
}

a:hover {
	color: #001CA4;
	text-decoration: underline;
}

img {
	border: 0px;
}

#root {
	width: 742px;
	margin: auto;
}

#head {
	background-image: url('../img/bg_top.gif');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
}

#head a {
	border: 0px #F00 solid;
	width: 400px;
	height: 45px;
	display: block;
	margin: auto;
}

#head h1 {
	background-image: url('../img/logo.gif');
	background-position: top center;
	background-repeat: no-repeat;
	height: 50px;
}

#head h1 span {
	display: none;
}

#menu {
	width: 140px;
	float: left;
	padding-left: 20px;
	overflow: hidden;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px #CCC dotted;
}

#menu ul li {
	border-bottom: 1px #CCC dotted;
}

#menu ul li span, #menu ul li a {
	padding: 2px 5px;
	display: block;
}

#menu ul li span {
	background-color: #001CA4;
	color: #FFF;
}

#menu ul li span:hover, #menu ul li a:hover {
	background-color: #001CA4;
	color: #FFF;
	text-decoration: none;
}

#body {
		background-color: #FFF;
		border-width: 0px 1px;
		border-color: #999;
		border-style: solid;
		overflow: hidden;
}

#main {
	margin-left: 180px;
	padding-right: 20px;
}

#main h1 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}

#main ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#main ul li {
	padding-bottom: 10px;
}

#foot {
	background-image: url('../img/bg_bot.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: inherit;
	color: #999;
	text-align: center;
	font-size: 9px;
	padding: 20px 0px;
}

.contact {
	font-size: 1.2em;
}

.left, .right {
	float: left;
	width: 50%;
}

.center {
	text-align: center;
	padding-bottom: 20px;
}

dt {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
}

dd {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div.projekt {
	background-color: #F0F0F0;
	color: inherit;
	padding: 5px;
	border: 1px #CCC solid;
	overflow: hidden;
	margin-top: 20px;
}

table td {
	padding: 0px 20px 0px 0px;
}
