@import url("nav.css");
@import url("dvv_news.css");
@import url("basic.css");

body {
	margin: 0;
	padding: 0;
	background: #E5E9EC url(../../images/template/bg.gif) repeat-x top;
	/* wichtig fuer zentrierung im ie: */
	text-align: center;
}

a.highlight {
	color: red;
}

a:hover {
	color: #861212;
}

/* Berichte */
div.tx-berichte-pi1 {
	text-align: justify;
	margin-right: 20px;
}

img.kontakt-foto {
	float: left;
	margin-right: 15px;
	border: 1px solid #000;
}


/* Template DIVS */

#head {
	width: 864px;
	text-align: left;
	margin: auto;
	overflow: visible;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	position: relative;
}

h1.logo {
	position: absolute;
	left: 775px;
	top: 5px;
}

h1.logo a {
	height: 80px;
	width: 85px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	background-image: url('../../clear.gif');
}

/* INHALT */

#header_img {
	border: 0;
}

#body {
	width: 864px;
	text-align: left;
	margin: auto;
	overflow: hidden;
	clear: both;
	border-top: 10px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/* background: #7aa3cc url('../../images/template/rounded_bottom.gif') no-repeat bottom; */
	/* background: #3B80C4 url('../../images/template/rounded_bottom.gif') no-repeat bottom; */
	background: #4585C4 url('../../images/template/rounded_bottom.gif') no-repeat bottom;
}

#sub {
	width: 149px;
	float: left;
	padding: 0 0 12px 0;
	margin: 0;
	border-bottom: 10px solid #fff;
	background: url('../../images/template/subnav_bottom.jpg') no-repeat left bottom;
}

#content {
	width: 525px;
	background: #fff;
	border: 15px solid #fff;
	float: left;
}

#right {
	width: 160px;
	float: left;
	height: 50px;
}

#footer_box {
	border-top: 5px solid #fff;
	background-color: #F9DCBA;
	border-bottom: 5px solid #fff;
}

#footer {
	text-align: right;
	clear: both;
	height: 25px;
	line-height: 28px;
	width: 864px;
	margin: 0 auto;
	background: url('../../images/template/footer_bg.gif') repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	
}

#footer a {
	color: #4E6CBE;
}

#footer a:hover {
	color: #861212;
}

/* TEASER */
#teaser {
	margin: 10px;
	color: #fff;
}

#teaser h1 {
	font-size: 14px;
	color: #fff;
	margin-bottom: -5px;
	border-bottom: 1px solid;
}

#teaser a {
	font-style: italic;
	color: #fff;
	text-decoration: underline;
}

#teaser a:hover {
	color: #000;
}


/* FORMULARFELDER */

input.submit {
	width: 90px;
	border: 1px solid #000;
	background: none;
	margin-top: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	letter-spacing: .07em;
}

input {
	width: 150px;
	font: normal 12px Arial, Verdana, sans-serif;
	border: 1px solid #000;
}

textarea {
	width: 305px;
	height: 110px;
	padding: 5px;
	font: normal 12px Arial, Verdana, sans-serif;
	border: 1px solid #000;
}

select {
	width: 150px;
}

label {
	display: block;
}

fieldset {
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
	-moz-border-radius:1%;
	border: 1px solid #000;
}

div.fehler {
	border: 1px solid red;
	color: red;
	margin-bottom: 10px;
}

/* NEWS */

div.news_image_right {
	float: right;
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.news_image_right img { border:1px solid #000; }

div.news_image_left {
	float: left;
	font-size: 11px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.news_image_left img { border:1px solid #000; }


/* rggooglemap */

.tx-rggooglemap-poi {
	width: 525px;
}

#map {
	margin-top: 25px;
	margin-bottom: 15px;
}

html div.csc-textpic img {
	border: 1px solid #000;
}

/* Tabelle */
table.spielplan tr {
  line-height: 20px;
}

table.spielplan .highlight,
table.tabelle .highlight {
  color: red;
}

table.tabelle th,
table.tabelle .center {
  text-align: center;
}
