/*Template: Kartoffeldruck Media GbR 2009 Sebastian Krämer http://www.kartoffeldruck-media.de*/

/*allgemein*/

body {
	color: #000030;
	background: url(hintergrundbilder/body-back.jpg) no-repeat;
	margin-top: 30px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: small;
	background-color: #000030;
}
a {
	color: #666;
	font-weight: lighter;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
}
a:hover {
	color: #C00;
	text-decoration: none;
}

#site-foot {
	background-color:#C60;
	height: 30px;
	position: fixed;
}

/*navigation*/

ul {
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	width: 200px;
	margin-right: 0px;
	margin-left: 0px;
}

li {
	padding-left: 0px;
}

li a {
	padding-left: 20px;
	margin-bottom: 1px;
}

li a:hover {
	color: #C00;
}

li ul li {
	padding-left: 20px;
	background-image: url(hintergrundbilder/navi-area-back-sub.png);
	background-repeat: repeat-y;
	list-style-position: inside;
	list-style-type: circle;
}

li ul li a:hover{
	padding-left: 20px;
}

#navi-top {
	width: 200px;
	height: 15px;
	position: absolute;
	left: 40px;
	background: url(hintergrundbilder/navi-top-back.png) no-repeat;
	clear: none;
	top: 45px;
}

#navi-area {
	position: absolute;
	left: 40px;
	font-size: small;
	width: 200px;
	height: 221px;
	background: url(hintergrundbilder/navi-area-back.png) repeat-y;
	clear: none;
	top: 60px;
	list-style: none;
}

#navi-foot {
	width: 200px;
	height: 15px;
	position: absolute;
	left: 40px;
	background: url(hintergrundbilder/navi-foot-back.png) no-repeat;
	clear: none;
	top: 281px;
}

/*inhalt-content*/

#c-info {
	left: 260px;
	color: #FFF;
	font-size: x-small;
	position: relative;
	width: 640px;
	height: 15px;
}

#c-top {
	width: 619px;
	left: 245px;
	position: relative;
	background: url(hintergrundbilder/c-top-back.png) no-repeat;
	height: 15px;
	padding-left: 21px;
	font-weight: bold;
}

#c-area {
	width: 604px;
	position: relative;
	background: url(hintergrundbilder/c-area-back.png) repeat-y;
	padding-right: 15px;
	padding-left: 21px;
	left: 245px;
	overflow: auto;
	padding-bottom: 5px;
}

#c-foot {
	left: 245px;
	width: 625px;
	height: 27px;
	position: relative;
	background: url(hintergrundbilder/c-foot-back.png) no-repeat;
	padding-left: 21px;
	padding-top: 12px;
	font-size: 10px;
}