@charset "UTF-8";
/* CSS Document */
/*
#	koewo rot: 			#cc0000
#	hintergrund grau:	#F4F4F4
#
#
*/

body {
	background: #FFFFFF url(../img/grid/bg.jpg) repeat-x left top;
}

#all {
	background: url(../img/grid/all-bg.png) repeat-y left top;
	width: 851px;
	margin: 5px 5px 15px;
}

#all .all-tp {
	background: url(../img/grid/all-tp.jpg) no-repeat left top;
}

#all .all-bt {
	background: url(../img/grid/all-bt.jpg) no-repeat left bottom;
}

#header {
	background: url(../img/header/balken.jpg) no-repeat 8px bottom;
	height: 145px;
	padding: 10px 6px 0px;
}

#main {
	padding-left: 8px;
	padding-right: 8px;
	clear:both
}
#allleft {
	float:left;
	width: 163px;
}
#left {
	background: url(../img/grid/lft-bg.jpg) repeat-y left top;
	width: 163px;
}
#left .lft-tp {
	background: url(../img/grid/lft-tp.jpg) no-repeat left top;
}
#left .lft-bt {
	background: url(../img/grid/lft-bt.jpg) no-repeat left bottom;
}

#right {
	float:right;
	background: url(../img/grid/content-bg.jpg) repeat-y left top;
	width: 662px;
}
#right .right-tp{
	background: url(../img/grid/content-tp.jpg) no-repeat left top;
}
#right .right-bt{
	background: url(../img/grid/content-bt.jpg) no-repeat left bottom;
}
#adleft {
	padding-top: 10px;
	width: 160px;
	float: left;
	padding-right: 1px;
	padding-left: 2px;
}
#menu {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul {
	list-style-type: none;
	font-size:14px;
	font-weight: bold;
}
#menu li {
}
#menu li li{
	padding-left: 10px;
}
#menu a {
	display:block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu a:hover {
	color: #cc0000;
}
#content {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.clear {
	clear:both;
}

