body {
	margin: 0;
	padding: 0;
	background: #CECECE url(/bilder/background.gif);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #730000;
}

h1 {
	font-size: 0.9em;
	font-style:italic;
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#CCCCCC;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #BB0E19;
	text-decoration: none;
}

a:hover {
	color: #BB0E19;
	text-decoration: underline;
}

a:visited {
	color: #BB0E19;
	text-decoration: none;
}
img {
	border: none;
}

.imglinks {
	border-width: 5px;  border-style: solid; border-color: #CCCCCC; float:left; margin: 20px; padding: 1px;
}

/* Header */

#header {
	width: 980px;
	height: 215px;
	margin: 0 auto;
  background: url(/bilder/header_start.jpg);
}

#logo {
	width: 405px;
	height: 215px;
	margin: 0 auto;
	background: url(/bilder/logo.gif);
}

#wrapper {
	padding-top: 20px;
	background: url(/bilder/wrapper.gif) repeat-x;
}

/* Menu */

#menu
{
	width: 980px;
	height: 50px;
	margin: 0 auto;
	background: url('/bilder/menue.gif') top left repeat-X;
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 10px;
}

#menu li
{
	padding: 0em 1.5em 0em 1.5em;
	display: inline;
	background-color:none;
	letter-spacing: 0.1em;

}

#menu li a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.4em;
}

#menu li a:hover, #menu .active a

{
	color: #000000;
}


/* Content */

#content {
	width: 980px;
	margin: 0 auto;
	background: url(/bilder/content.gif);
}

#spalteeins {
	float: left;
	width: 200px;
	padding: 40px 10px 0 10px;
}

#spaltezwei {
	float: left;
	width: 720px;
	padding: 20px 10px 0 10px;
}

/* LINKER BEREICH - MEN? UND LOGO ************************************************************************ */



#sidemenu {
	background:#FFFFFF;

}
#sidemenu li {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.0em;
	font-weight:bold;
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#CCCCCC;
	list-style:none;
}
#sidemenu li a {
	display:block;
	font-size:1.0em;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:30px;
	background:none;
	margin:0px;
	padding:0px 15px;
}
#sidemenu li a:hover {
	border-width:0 2px 0 0;
	border-style:solid;
	border-color:#000000;
	background: #BB0E19;
	color:#FFFFFF;
	text-decoration:none;
}



/* Footer */

#footer {
	width: 980px;
	height: 148px;
	margin: 0 auto;
	background: url(/bilder/footer.gif) repeat-x;
	font-size:0.9em;
	color: #000000;
}

#footertext {
	width: 300px;
	height: 110px;
	padding: 15px;
	font-size:0.9em;
	color: #000000;
}


#footer2 {
	width: 980px;
	height: 20px;
	margin: 0 auto;
	background-color: #BB0E19;
	/* background: url('/bilder/menue.gif') top left repeat-X; */
}