/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 30px;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

input[type="submit"] {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #0F5B96;
	cursor: pointer;
}

input[type="reset"] {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #0F5B96;
	cursor: pointer;
}

h1 {
	font-size: 2.4em;
}

a {
	color: #BD0000;
}

a:hover {
	text-decoration: none;
	color: #BD0000;
}

hr {
	display: none;
}

#main {
	width: 967px;
	background: url(images/bg_tb.gif);
}

#main2 {
	background: url(images/top.gif) left top no-repeat;
}

#main3 {
	background: url(images/bottom.gif) left bottom no-repeat;
	padding: 15px 16px 0px 13px;
}

/* Header */
#header {
	width: 980px;
}

#logo {
	height: 94px;
	background: url(images/logo.jpg) left top no-repeat;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 17px 0 0 20px;
	font-size: 24px;
	color: #ffffff;
}

#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#logo h3 {
	padding: 35px 0 0 650px;
	font-size: 24px;
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#menu {
	height: 37px;
	background: url(images/menu.gif) no-repeat;
	width: 938px;
	padding-top: 0px;
}

#menu ul {
	margin: 0px 0px 0px 60px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 29px;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background: url(images/b2.gif) 0px 2px repeat-x;
}

/* Page */
#page {
	margin: 0 auto;
	background: url(images/cent_m.jpg) repeat-y;
}

.page2 {
	background: url(images/top_m.gif) top no-repeat;
}

/* cent */
#content {
	margin: 10px auto 3px auto;
	width: 967px;
}

#cent .post ul, #cent .post ol {
	margin-left: 30px;
}

#cent .top {
	width: 497px;
	background: url(images/top.png) no-repeat;
	height: 13px;
}

#cent .middle_back {
	padding: 10px 20px 20px 20px;
}

.middle_back ol {
	padding-left: 30px;
}

.middle_back a {
	padding: 9px;
}

#cent .title {
	background: url(images/tit.jpg) top repeat-x;
	height: 28px;
	padding-top: 10px;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#cent .date {
	height: 31px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 3px;
	font-size: 10px;
}

#cent .date ul {
	list-style: none;
}

#cent .date li {
	display: inline;
}

#cent .small_icon1 {
	height: 24px;
	width: 150px;
	float: left;
	display: block;
	text-align: left;
	padding-top: 6px;
	padding-left: 30px;
}

#cent .small_icon2 {
	height: 24px;
	width: 120px;
	float: left;
	display: block;
	text-align: left;
	padding-top: 6px;
	padding-left: 30px;
}

#cent .small_icon3 {
	height: 24px;
	width: 100px;
	float: left;
	display: block;
	text-align: left;
	padding-top: 6px;
	padding-left: 30px;
}

#cent {
	margin-top: 6px;
}

.st1 {
	width: 630px;
	height: 565px;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	background: #FFFFFF;
	float: left;
	margin-bottom: 6px;
}

.st1withoutheight {
	width: 630px;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	background: #FFFFFF;
	float: left;
	margin-bottom: 6px;
}

#st11 {
	width: 630px;
	float: left;
}

.st2 {
	width: 190px;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	background: #FFFFFF;
	margin-bottom: 6px;
}

#st21 {
	padding: 0px 0px 0px 7px;
	float: left;
}

.st3 {
	width: 298px;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	background: #FFFFFF;
	margin-bottom: 6px;
}

#st31 {
	width: 298px;
	float: right;
	margin-right: 2px;
}

.post {
	padding: 0px 0px 0px 0px;
	color: #000000;
}

.post a {
	color: #034791;
}

.post a:hover {
	color: #034791;
}

/* Sidebars */
.sidebar {
	float: left;
	width: 219px;
}

.sidebar2 {
	padding: 13px 7px 0px 11px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
	padding: 0px 0 4px 10px;
}

.sidebar a {
	text-decoration: none;
	color: #034791;
	font-size: 11px;
}

.sidebar a:hover {
	color: #0A6894;
	text-decoration: underline;
}

.bottom_small {
	height: 2px;
	background: url(images/small_bottom.gif) no-repeat;
	width: 183px;
}

/* Left Sidebar */
.sidebar3 {
	padding: 13px 0px 0px 8px;
}

/* Right Sidebar */
.back {
	padding: 0px 20px 20px 20px;
}

.back ul {
	padding: 0px;
	list-style: none;
}

.tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 13px;
}

.tel_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;	
}

.fax {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	padding-top: 2px;
	text-align: center;
}

.mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 15px;
	text-align: center;
	margin-bottom: -10px;
}

.kontakteintrag {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
}

.welcome_title {
	padding-top: 5px;
}

.welcome_picture {
	padding-top: 15px;
	padding-bottom: 10px;
}

.impressum {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	text-align: justify;
}

.impressum a {
	font-size: x-small;
}

.kontakt {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	text-align: justify;
}

.kontaktfooter {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 40px;
	padding-bottom: 20px;
	text-decoration: underline;
	font-size: 18px;
	text-align: center;
}

.ueberuns {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	text-align: justify;
}

.ueberuns h1 {
	font-size: 18px;
	text-align: center;
	font-style: italic;
}

.ueberuns h2 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.ueberunspic {
	padding: 5px;
	float: left;
}

.space {
	padding-top: 280px;
}

.service {
	padding: 10px;
}

.service h2 {
	text-align: center;
	font-size: 24px;
}

.service h3 {
	text-align: center;
}

.service p {
	text-align: justify;
}

.rohrreinigung {
	padding: 10px;
}

.rohrreinigung h2 {
	text-align: center;
	font-size: 24px;
}

.pointliner {
	height: 140px;
}

/* Calendar */
#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {
	
}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#bot_tb {
	background: url(images/bot_m.jpg) bottom no-repeat;
	height: 17px;
}
/* Footer */
#footer {
	clear: both;
	padding-top: 7px;
	height: 34px;
	background: url(images/futer.gif) top no-repeat;
	text-align: center;
	margin-top: 3px;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
	padding-top: 5px;
}

#footer a {
	color: #FFFFFF;
}

#bg {
	background: url(images/futer.jpg) bottom repeat-x;
}