html.tanken	{
			background: url(../img/bg_tanken.jpg) no-repeat #969696;
			}

html.index	{
			background: url(../img/bg_boxenstop.jpg) no-repeat #969696;
			}

html.tageszeitung	{
					background: url(../img/bg_tageszeitung.jpg) no-repeat #969696;
					}

html.stehcafe	{
				background: url(../img/bg_stehcafe.jpg) no-repeat #969696;
				}

html.pannenhilfe	{
					background: url(../img/bg_pannenhilfe.jpg) no-repeat #969696;
					}

html.werkstatt	{
				background: url(../img/bg_werkstatt_v2.jpg) no-repeat #969696;
				}

html.waschanlage	{
					background: url(../img/bg_waschanlage.jpg) no-repeat #969696;
					}
					
body	{
		margin-bottom: 0px;
		margin-top: 0px;
		padding-bottom: 0px;
		padding-top: 0px;
		}

#header	{
		position: relative;
		width: 1024px;
		margin-bottom: 100px;
		border: 0px solid black;
		}

#menue	{
		position: relative;
		width: 1024px;
		height: 135px;
		border: 0px solid white;
		}

#content	{
			position: relative;
			width: 1024px;
			min-height: 250px;
			border: 0px solid black;
			}

#footer	{
		position: relative;
		height: 80px;
		width: 1024px;
		background-color: #ffc20d;
		border: 0px solid black;
		clear: both;
		}
