/* CSS-DATEI BERLIN-TCM */

/* GLOBAL RESET -------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
a, ins {
	text-decoration: none;
	}
.clr {clear:both;}

*:focus  
{  
    outline: none;  
} 
/* END GLOBAL RESET -------------------------------------------- */

/* ALLGEMEINES -------------------------------------------- */
html {
	overflow-y: scroll;
}
/* FIREFOX-GEPUNKTETEN-RAHMEN UM DIE LINKS ENTFERNEN */
a:active, a:focus {
	outline: none;
}
body {
	height:101%;
	background-color: #555701;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #ffffff;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
h2 {
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: normal;
}
.text_klein {
	font-size: 10px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main_bg.jpg);
	
}
#main {
	background-image: url(../images/main_top_bg.jpg);
	background-repeat: no-repeat;
	width: 1000px;
}
#submain {
	position:relative;
	background-color: #6a624c;
	background-image: url(../images/submain_top.jpg);
	background-repeat: no-repeat;
	width: 784px;
	margin-right: auto;
	margin-left: auto;
}
.telephone {
	position:absolute;
	top:0;
	right:0;
	width:280px;
	height:49px;
	color:#ffffff;
	text-decoration:none;
	font-size:25px;
	font-weight:bold;
	text-align:right;
	padding:16px 20px 0 0;
}
.telephone img {
	position:relative;
	width:20px;
	height:26px;
	vertical-align:bottom;
	bottom:-6px;
}

#logo {
	background-image: url(../images/logo.jpg);
	height: 65px;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
}
#schadow {
	background-image: url(../images/schadow.jpg);
	height: 21px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 18px;
	padding-top: 7px;
}
#schadow a {
	color: #ffffff;
	font-size: 11px;
}
#schadow a:hover {
	color: #908e8e;
	font-size: 11px;
}
#bild {
	background-image: url(../images/tcm_bild.jpg);
	height: 233px;
	width: 746px;
	margin-right: auto;
	margin-left: auto;
}
#content_wrapper {
	width: 734px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4a4b45;
	margin-bottom: 16px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 16px;
	padding-left: 6px;
}

#content {
	width: 525px;
	float: right;
	display:inline;
}
#content_text {
	float: right;
	width: 400px;
	margin-top: 14px;
	display: inline;
	margin-right: 34px;
	margin-left: 92px;
}
#content_text h3 {
	font-weight: bold;
	margin-bottom: 2px;
}
#content_text li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}
#content_text a {
	color: #908e8e;
}
#content_text a:hover {
	color: #ffffff;
}
#content img {
	border: 0px;
}

/* MENU ------------------------------------------------ */
#menu {
	width: 200px;
	float: left;
}
#menu ul {
	width: 100%;
}
#menu li {
	line-height: 24px;
}
#menu ul li a
{
	display: block;
	color: #cbcbcb;
	width: 194px;
	padding-left: 6px;
	background-color: #4a4b45;
	/*font-weight: bold;*/
	border-bottom: solid 1px #21221d;
	font-size: 11px;
}
#menu ul li a:hover {
	background-color: #535450;
	color: #ffffff;
}
#menu ul ul li a {
	display: block;
	padding-left: 30px;
	width: 170px;
	font-size: 12px;
}
#menu ul li a.current {
	color: #ffffff;
	background-color: #6d6e66;
}
#menu ul li a.subcurrent {
	color: #ffffff;
	background-color: #6d6e66;
}
#kontaktformular {
	padding-left: 40px;
}
/* FOOTER ------------------------------------------------ */

#footer {
	background-image: url(../images/footer_bg.jpg);
	height: 30px;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 14px;
	font-size: 11px;
}
#footer a {
	color: #908e8e;
}
#footer a:hover {
	color: #ffffff;
}
#bottom {
	background-image: url(../images/main_bottom_bg.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.price-table {margin-top:20px;}
.price-table td {padding:0 20px 14px 0;}