/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
    
    and
    
    SKV 1879 e.V. Mörfelden
    http://www.skv-moerfelden.de
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
  	background-color: #FFFFFF;
}

a
{
	color: #0077dd;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
  border: 0px;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

#pagehead
{
	padding: 0em;
	margin: 0em;
	width: 100%;
  background: #004778 url('images/header_bg.png') top left repeat-x;
}

/* Header */

/* SKV Seitenkopf */

#header
{
  margin: 0;
  margin-bottom: 0.5em;
	padding: 0;
  position: relative;
	height: 10em;
	padding-left: 2em;
  color: #FFFFFF;
  font-weight:bold;
  font-size: 1em;
}

#header h1
{
  font-size:14pt;
  font-weight:normal;
  padding-left:15px;
  margin:0px;
}

#header h3
{
	position: absolute;
	top: 1.8em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}

#header table{
  margin: 10px auto;
  padding: 0px;
  border: 0px;
  /*  width: 90%;*/
}
#header a 
{
  color: #FFFFFF;
  text-decoration:none;
  font-weight:bold;
}

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

#banner .logo{
  text-align:center;
  padding:0px;
  margin:0px;
  width: 110px;
}

#banner .aktiv
{
  color:#FF0000;
}

#header .headerimg {
  background-image: url('images/header_border.png');
  background-repeat:repeat-x;
  height: 5px; 
}

#header .headrtoptr {
  height: 5px; 
}

/* Content */

#content
{
	line-height: 1.5em;
}

#content p
{
	margin-bottom: 1.5em;
}

#content table
{
	margin-bottom: 1.25em;
  padding: 5px,8px;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h4
{
	font-size: 1.0em;
  margin-bottom: 0.3em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
}

#primaryContent
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a1.gif') top right repeat-y;
}

#secondaryContent ul
{
	margin-bottom: 0;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('images/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

.logo
{
	text-align:center;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 15em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a2.gif') top left repeat-y;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Tabelle mit Oeffnungszeiten */

#Zeit, #beitrag
{
	text-align: right;
}

#Tag
{
	font-weight: bold;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 2em 2em 2em 2em;
	margin: 0em;
	text-align: center;
}

.clear
{
	clear: both;
}

.newsdatum
{
	float: right;
  font-size: 0.9em;
  color:#555555;
  padding: 0.25em 0.5em 0.25em 0em;
}
