/* CSS Document */

/* Schriftart und Größe*/
BODY, TD {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:12px;
}
BODY {
	margin:0px;
	padding:0px;
}
/* Positionierung und Hintergruende*/
#background {
	background-image:url('../img/bg.gif');
	margin-left:auto;
	margin-right:auto;
	width:1010px;
	padding-bottom:20px;

}
#page {
	padding-top:15px;
	padding-bottom:10px;
	width:851px;
	/*
	background-image:url('../img/slogan.gif');
	background-position: left top;
	background-repeat:no-repeat;
	*/
	margin-left:auto;
	margin-right:auto;
}

#page img {
	padding-bottom:10px;
}
#content img {
	padding-bottom:0px;
}

#oben {
	background-image:url('../img/oberkante.gif');
	background-repeat:no-repeat;
	background-position: left top;
	padding-top:22px;
}

#header {
	background-image:url('../img/metallbi.gif');
	background-repeat:repeat-y;
	background-position: left top;
	padding:10px;
}

#kontakt {
	float:right;
	text-align:right;
	width:195px;
	color:#333;
}

#menu {
  background-image:url('../img/menu-back.gif');
  background-repeat:no-repeat;
  clear:both;
  background-color:#666;
  text-align:center;
  padding:13px;
}

#menu a {
  background-image:url('../img/metall.gif');
  background-repeat:no-repeat;
  border: 2px outset #ccc;
  text-decoration:none;
  margin:5px;
  padding:5px;
  font-weight:bold;
  color:#2d3ec4;
}

A {
  font-weight:bold;
  color:#2d3ec4;
}
A.impressumlink {
	color:#000000;
	text-decoration:none;
}

#main {
background-image:url('../img/metallbi.gif');
background-repeat:repeat-y;
margin-bottom:0px;
}

#left {
padding:15px;
/* margin-right:220px; */
background-image:url('../img/metallbi.gif'); 
background-repeat:repeat-y;
background-position: left bottom;
width:600px;
float:left;


}

#right {
float:right;
text-align:right;
width:195px;
width:185px;
padding:15px 15px 15px 0px;
background-image:url('../img/metallbi.gif');
background-position: right bottom;
color:#333;
}

#unten {
background-image:url('../img/unterkante.gif');
background-repeat:no-repeat;
background-position: left bottom;
padding-bottom:24px;
}

#footer {
  clear:both;
}
/* Tagformatierungen */
HR {
	border: 1px inset #ddd;
}
H1{
	font-size:24px;
	margin:0px 0px 10px 0px;
	padding:2px 0px;
	text-transform:uppercase;
	color:#2d3ec4;
}
H2{
	font-size:18px;
	padding:0px 0px 5px 0px;
	margin:0px;
}
H3{
	font-size:12px;
	padding:0.5em 0em 0em 0em;
	margin:0px;
}
H4{
	font-size:12px;
	padding:0px;
	margin:0px;
}
.csc-mailform TD{
	vertical-align:top;
	padding:2px;
}

/* Bild mit Text Bild ruckt nach unten */
/*
div.csc-textpic-imagewrap {
	clear:none !important;
	
}

div.csc-textpic-clear {
	clear:none !important;
	width:10%;
}*/
/* Tabellen aus RTE*/
.contenttable TD P.bodytext {
padding: 0px 0px 2px 0px;
margin:0px;
}

/*Abstand unter Caption*/
.csc-textpic-caption {
 padding-bottom:5px;
}

P.bodytext{
  text-align:justify;
}
.news-list-browse{
	text-align:center;
}

.csc-menu {
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
}
