@charset "utf-8";
@import url("style.css");
div {
	width: 98% !important; 
	float: none !important;
	overflow: visible !important;
	height: auto !important;
}
* {
	background-image: none !important;
	background-color: transparent !important;
	color: #000000 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
}
div#CONTENT a {
	text-decoration: underline !important;
	padding-left: 0 !important;
}
div#CONTENT ul {
	list-style: square;
	margin-left: 20px;
	padding-left: 10px;
}
	div#CONTENT ul li {
		padding-left: 0; 
	}
.hide {
	display: none;	
}
ul#ANKER-NAVI {
	display: none;	
}
div#STATIC-NAVI {
	display: none;	
}
div#SEARCH {
	display: none;	
}
div#MAIN-NAVI {
	display: none;	
}
div#BREADCRUMB-NAVI {
	display: none;	
}
div#LEFT {
	display: none;	
}
div#RIGHT {
	display: none;	
}
div#HEADER a#logo {
	margin-bottom: 4em;	
	margin-left: -20px;
}

/* Startseite */
div.teaser-start a span {
	position: static;
	left: auto;
}
div.teaser-start.breit a {
	height: auto;	
}
div.teaser-start a {
	height: auto;	
}

div.teaser-news {
	padding-left: 0;	
}
div#NEWS-TEASER h3 {
	padding-left: 0;
	font-size: 1.2em;
}

div.teaser-service {
	padding-left: 0;	
}
div#SERVICE-TEASER h3 {
	padding-left: 0;
	font-size: 1.2em;
}

/* Tabellen */
div#CONTENT table td,
div#CONTENT table th {
	border: 1px solid #BCBCBC !important;	
}

/* Formulare */
div#CONTENT form label {
	padding-top: 0.5em;	
}
div#CONTENT form input {
	border: 1px solid #CCCCCC !important;	
}
div.tx_powermail_pi1_fieldwrap_html select {
	border: 1px solid #CCCCCC !important;
	display: block;
	clear: both;
}
div.tx_powermail_pi1_fieldwrap_html textarea {
	border: 1px solid #CCCCCC !important;	
}