@import url(menu.css);
@import url(form.css);

body
{
	margin: 0;
	padding: 0;
	border-color: #686963;
	border-width: 9px 0 0 0;
	border-style: solid;
	background-color: #F6F6F6;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	font-size: 80%;
	font-family: Helvetica, sans-serif;
	color: #686963;
	text-align: center;
}

table
{
	padding: 0;
	margin: 0;
	border-width: 0;
}

td
{
	text-align: left;
	vertical-align: top;
	text-transform: inherit;
	border-bottom: #7C7C7C;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	color: #F7F7F7;
	font-size: 10px;
}

#wrapper
{
	margin: 0 auto 0 auto;
	width: 767px;
	min-height: 100%;
	height: 100%;
	padding: 0 7px 0 7px;
	text-align: left;
	background-color: #5270B1;
	background-image: url(../images/back_wrapper.gif);
	background-repeat: repeat-y;
	border-width: 7px 0 7px 0;
	border-style: solid none solid none;
	border-color: #5270B1;
}

#header
{
	width: 767px;
	height: 61px;
	clear: both;
}

#logo
{
	width: 128px;
	height: 61px;
	float: left;
	background-image: url(../images/header_logo.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#content
{
	width: 765px;
	height: 100%;
	clear: both;
	font-size: 90%;
	background-image: url(../images/back_content.gif);
	background-repeat: repeat-y;
}

#sidebar
{
	width: 153px;
	float: left;
	color: #F7F7F7;
	font-size: 90%;
	line-height: 140%;
	background-color: #686963;
	padding: 5px;
}

#main-content
{
	width: 592px;
	float: right;
	color: #334277;
	background-color: white;
	border-color: #686963;
	border-width: 17px 0 0 0;
	border-style: solid;
}

#footer
{
	width: 765px;
	height: 20px;
	padding-top: 10px;
	font-size: 80%;
	text-align: center;
	text-transform: inherit;
	background-color: white;
	vertical-align: bottom;
	border-color: #5270B1;
	border-width: 3px 0 0 0;
	border-style: solid;
}

#footer address
{
	font-style: normal;
}

hr
{
	margin-top: 0;
	border-color: #686963;
	border-width: 17px 0 0 0;
	border-style: solid;
	height: 17px;
}

h1
{
	font-size: 18px;
	margin: 5px;
	text-transform: inherit;
	letter-spacing: 1px;
}

h2
{
	font-size: 14px;
	margin: 10px;
}

h3
{
	font-size: 140%;
	margin: 10px;
}

p
{
	margin: 10px;
	font-size: larger;
	line-height: 140%;
	/*
	margin: 2px 5px 5px 5px;
	padding: 10px 5px 5px 10px;
	background-image: url(../images/arrow.gif);
	background-position: -10px -10px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	*/
}

#sidebar a:link, #sidebar a:visited { color: #CDD8FF; }
a:link, a:visited { color: #334277; }

a:hover, a:active
{
	font-weight: bold;
	text-transform: inherit;
	text-decoration: none;
}

.alt
{
	visibility: hidden;
	display: none;
}

.clearing { clear: both; }

img
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

.small { font-size: 11px; }

#felgen
{
	background-image: url(../images/pict_felgen.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 130px;
}

#anfahrtsskizze
{
	width: 570px;
	height: 406px;
	background-image: url(../images/anfahrt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
