* {
 margin: 0px;
 padding: 0px;
}

body {
 margin: 0px;
 padding: 0px;
 background: #FFF8E9;
 font: 12px Arial, Helvetica, sans-serif;
 line-height: 150%;

}

/* Ticker */

.laufband{
margin: -20px 0 30px 0;
}

#ticker a {
text-decoration: none;
}

#ticker a:hover {
text-decoration: underline;
}

/* IDs */

#box {
 min-width: 990px;

}

table#layout {
 width: 100%;
}

td#header-left {
 background: url(/bilder/segmente/header-left.jpg) no-repeat top left;
 height: 161px;
 width:231px;
}

td#header-middle {
 background: url(/bilder/segmente/header-bg.jpg) repeat-x top;
}

td#header-middle-right {
 text-align: right;
 background: url(/bilder/segmente/header-middle-right.jpg) no-repeat top right;
}

td#header-right {
 background: url(/bilder/segmente/header-right.jpg) no-repeat top right;
 text-align: right;
 width: 80px;
 height: 161px;
}


td#left {
 background: url(/bilder/segmente/left-bg.jpg) repeat-y left;
 }


td#center {
 padding: 30px;
}

#content {
 width: 605px;
}

td#right {
 text-align: right;
 background: url(/bilder/segmente/right-bg.jpg) repeat-y top right;
}


table#footer {
 border-bottom: 1px solid white;
 width: 100%;
 height: 50px;
}

td#footer-left {
 background: url(/bilder/segmente/footer-left.jpg) no-repeat top;
 width: 231px;
}

td#footer-middle {
 background: url(/bilder/segmente/footer-bg.jpg) repeat-x top;
 line-height: 130%;
 padding: 5px;
 font-size: 12px;
}

td#footer-middle table td {
 padding-left: 27px;
}

td#footer-right {
 background: url(/bilder/segmente/footer-right.jpg) no-repeat top;
 width: 80px;
}


#copyright {
 text-align: center;
 font-size: 11px;
 margin: 10px;
}

/* Klassen */

.clear {
 clear: both;
}

.float-left {
 float: left;
 margin: 0px 15px 15px 0px;
}

.float-right {
 float: right;
 margin: 0px 0px 15px 15px;
}

.center {
 text-align: center;
}

.border {
 border: 1px solid #00468B;
}

.galerie-referenzen {
 margin-bottom: 20px;
}

.galerie-referenzen img {
 border-width: 1px;
 padding: 1px;
 margin: 5px 10px 5px 0px;
}

.zeiten {
width:355px;
text-align: left;
margin-top:30px;
}

.hrZeiten {
	margin:4px 0px 8px 0px;
	background-color:#00468B;
	color:#00468B; 
	height:1px; 
	border-style:none;
}

.hrZeitenLeft {
	margin:4px 8px 8px 0px;
	background: #5c8bc1;
	height:1px; 
	border-style:none;
}

.logoverein {
margin-right: 10px;
}

.bold_blau {
font-weight: bold;
color: #00468B; 
}

.oeffnung{
margin: 10px 0 10px 80px;
font-size: 80%;
color: #00468B;
}

.oeffnung p{
margin: 5px 0;
font-size: 80%;
}

div.neu {
padding: 5px 10px;
margin: 0 180px 20px 0;
background: #ddeeff;
border-top: 1px solid #5c8bc1;
border-bottom: 1px solid #5c8bc1;
}


/* Tabellen */

table {
 font-size: 12px;
}

table.referenzen {
 width: 80%;
}

table.referenzen td {
 padding: 1px 5px;
 background: white;
}

table.referenzen td.left {
 width: 75%;
}

table.referenzen td.right {
 width: 25%;
}

#content table.abstandLeft {
padding-left: 12px;
}

table.pih{
	margin: 0 0 20px -20px;
	}
	
table.pih td {
	padding: 5px;
	vertical-align: top;
	}

/* Kontaktformular */

#formular table.kontakt {
 width: 550px; 
}

#formular table td {
 padding: 2px;
}


#formular table input,
#formular table textarea,
#formular table select
{
 font-size: 11px;
 text-align: left;
 border: 1px solid #999;
 padding: 2px;
}

#formular table select
{
 width: 115px;
}


#formular .button {
 margin: 20px 15px 0px 0px;
 font-size: 11px;
 border: 1px solid #999;
 padding: 2px;
}






/* HTML Elemente */

h1 {
 margin-bottom: 10px;
 font-size: 16px;
}

h2 {
 font-size: 13px;
 color: #00468B;
 margin-top: 10px;
 margin-bottom: 7px;
}

h3 {
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 10px;
}

p {
 font-size: 12px;
 margin-bottom: 15px;
}

#content ul {
 list-style: url(/bilder/segmente/li.gif);
 margin: 10px 0px 20px 15px;
}






a {
 color: #00468B;
}

a:link, a:visited {
 text-decoration: underline;
 }

a:hover, a:active {
 text-decoration: none;
}

