@CHARSET "ISO-8859-1";

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
}

h1 {
	color: #b05030;
	font-size: 90%;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

h2 {
	font-size: 105%;
	font-weight: bold;
}

h3 {
	font-size: 100%;
}

a {
	color: #30f000;
	text-decoration: none;
}	

a.rechtsoben {
	float: right;
	margin: 0px;
	margin-top: -10px;
	margin-right: 2px;
	padding: 0px;
}

div.content {
	text-align: left;
	width: 762px;
	height: 480px;
	padding: 0px;
	margin: auto;
	margin-top: 20px;
}

div.logoDerPfennigguteUmzug {
	float: right;
	width: 221px;
	height: 80px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.logoSRB {
	float: left;
	width: 250px;
	height: 89px;
	background-image: url(../img/srb_250.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.homepage {
	clear: both;
	position: relative;
	margin-top: 100px;
	margin-bottom: 0px;
	height: 378px;
	background-image: url(../img/home_background.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #404040;
	font-weight: bold;
	font-size: 100%;
	padding-top: 12px;
	padding-left: 12px;
}

.gray {
	background-color: #ebe8df;
	margin: 4px;
	padding: 4px;
	font-size: 90%;
	font-weight: bold;
}

.leistungen {
	clear: both;
	position: relative;
	margin-top: 100px;
	margin-bottom: 0px;
	height: 390px;
	background-image: url(../img/karton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffff;
	font-size: 96%;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-left: 380px;
}

.partner {
	clear: both;
	position: relative;
	margin-top: 100px;
	margin-bottom: 0px;
	height: 390px;
	background-image: url(../img/partner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffff;
	font-size: 96%;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-left: 20px;
}

.impressum {
	clear: both;
	position: relative;
	margin-top: 100px;
	margin-bottom: 0px;
	height: 390px;
	background-image: url(../img/impressum.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffff;
	font-size: 96%;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-left: 380px;
}

.angebot {
	clear: both;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 429px;
	width: 740px;
	background-image: url(../img/angebot.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffff;
	font-size: 96%;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-right: 320px;
	padding-left: 20px;
}

div.leistungen ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}


div.green {
	background-color: #314b04;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 14px;
	margin: 0px;
	color: #ffffff;
	font-size: 96%;
	letter-spacing: 1px;
}

div.green h2{
	font-size: 105%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	color: #e68f01;
	font-weight: bold;
}

div.leistungen h2, div.impressum h2 {
	font-size: 110%;
	margin: 0px;
	padding-top: 65px;
	padding-bottom: 4px;
	color: #b05030;
	font-weight: bold;
}

div.angebot h2, div.partner h2 {
	font-size: 110%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	color: #b05030;
	font-weight: bold;
}

div.angebot h2.yellow {
	color: #e68f01;
}

div.angebot ol li {
	padding-bottom: 4px;
}

div.green a, div.angebot a, div.partner a {
	color: #e68f01;
	font-weight: bold;
}

div.green a:hover, div.angebot a:hover, div.partner a:hover {
	text-decoration: underline;
}


div.menu {
	width: 100%;
	float: left;		
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 28px;
	z-index: 999;
}

div.menu ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
	float: left;
}

div.menu li {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
}

div.menu ul ul {
	position: absolute;
	z-index: 999;
}

div.menu ul ul ul {
	top: 0px;
	left: 100%;
}

div.menu ul ul,
div.menu ul li:hover ul ul,
div.menu ul ul li:hover ul ul
{display: none;}

div.menu ul li:hover ul,
div.menu ul ul li:hover ul,
div.menu ul ul ul li:hover ul,
div.menu ul li.hasCurrent ul,
div.menu ul ul li.hasCurrent ul,
div.menu ul ul ul li.hasCurrent ul
	{display: block;}

span.menu {
	display: block;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

div.menu a {
	font-size: 90%;
	font-weight: bold;
	display: block;
	color: #314b04;
	margin: 0px;
	padding: 2px;
	background-color: #ffffff;
}

div.menu a.current, a.current {
	color: #e68f01;
}

div.menu a:hover {
	color: #b05030;
}

table {
	border-collapse: collapse;
	float: left;
}

th {
	font-weight: normal;
	color: #ffffff;
	border: 1px solid #808080;
	background-color: #606060;
	padding-right: 4px;
	padding-left: 4px;
}

td {
	border: 1px solid #808080;
	padding-right: 4px;
	padding-left: 4px;
}

td.right {
	text-align: right;
}

form {
	width: 520px;
	display: table;
	padding-top: 20px;
	background-color: transparent;
	margin: auto;
}

label {
	display: block;
	float: left;
	width: 120px;
	padding-right: 8px;
	margin-bottom: 4px;
	text-align: right;
}

input {
	margin-bottom: 4px;
}
		

input:focus, textarea:focus {
	background-color: #ffff80;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px none transparent;
}


	