* {
	margin:0em;
	padding:0em;
	border:none;
}
body,#body {
	margin:auto auto;
	font-size:76%;
	background-color:#646464;
	color:#939598;
	font-family:Arial,Helvetica,sans-serif;
}

#container {
	width:1024px;
	margin:auto auto;
	background-color:#fff;
	border: 1px solid #000;
}

#topshade {
	background-image:url('images/top_shadow.jpg');
	background-repeat:repeat-x;
	height:16px;
}

#topimg {
	min-height:346px;
}

#menu {
	width:620px;
	margin-left:70px;
	margin-right:78px;
	margin-top:3px;
	float:left;
	color:#FFF;
	font-weight:bold;
}
#menu .point {
	width:100px;
	float:left;
	margin-right:3px;
	background-color:#BCBDC0;
	text-align:center;
}
#menu .point:hover {
	background-color:#939598;
}
#menu .hassub:hover {
	background-image:url('images/menu_pfeil_oben.jpg');
	background-position:4px 6px;
	background-repeat:no-repeat;
}
#menu .point .pointinner {
	margin:2px;
}
#menu .submenu div {
	padding:2px;
	background-color:#BCBDC0;
	margin-bottom:2px;
	text-align:center;
}
#menu .subsubmenu div {
	padding:2px;
	background-color:#939598;
	margin-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}
#menu .submenu div:hover {
	background-color:#939598;
}

 #menu .subsubmenu div:hover {
 	background-color:#BCBDC0;
 }

#menu .hassubsub:hover {
	background-image:url('images/menu_pfeil_rechts.jpg');
	background-position:87px 5px;
	background-repeat:no-repeat;
	background-color:#939598;
}
#menu a:link, #menu a:visited {
	color:#FFF;
	text-decoration:none;
}

#contentcontainer {
	width:620px;
	margin-left:70px;
	margin-right:70px;
	float:left;
	text-align: justify;
}

#boxes {
	overflow:hidden;
}
#boxes .box {
	width:172px;
	margin-top:3px;
	margin-bottom:20px;
}
#boxes .box .boxhead {
	background-color:#C6C7C9;
	margin-bottom:4px;
	height:20px;
	overflow:hidden;
}
#boxes .box .boxhead h2 {
	color:#FFF;
	font-size:1em;
	margin-left:6px;
	margin-right:6px;
	margin-top:2px;
}
#boxes .box .boxbody {
	background-color:#939598;
	color:#FFF;
	overflow:hidden;
}
#boxes .box .boxbody .boxbodyinner {
	margin-left:6px;
	margin-right:6px;
	margin-bottom:3px;
	margin-top:3px;
	font-weight:normal;
	font-size:0.9em
}

#boxes .box .boxbody .boxbodyinner .boxbodyHeader{
	padding-top: 4px;
	font-weight:bold;
}

#boxes .box .boxbody .boxbodyinner .boxbodyDate{
	margin-top:3px;
	font-weight:bold;
	color:#9E3635;
}

#boxes .box .boxbody .boxbodyinner a{
	color:#FFF;
	text-decoration:none;
}

#boxes .box .boxbody .boxbodyinner a:hover{
	color:#9E3635;
}

#boxes .box .boxbody .boxbodyinner p {
	padding: 8px 0 4px 0px;
}

#boxes .box .boxbody .boxbodyinner p a {
	font-weight: bold;
	padding-left: 5px;
}

#breadcrumbs {
	margin-top:12px;
	margin-bottom:16px;
	font-size:0.9em;
}

#breadcrumbs a {
	color:#939598;
}

#breadcrumbs a:hover {
	color:#9E3635;
}

#content {
	color:#707070;
}

#content p {
	margin-bottom: 8px;
}

#content h1 {
	font-size: 1.5em;
	font-weight:normal;
	margin-bottom:8px;
	color:#9E3635;
}

#content h2 {
	font-weight:bold;
	margin-bottom:8px;
	font-size: 1.3em;
	clear: left;
}

#content  a {
	color:#939598;
	
}

#content a:hover {
	color:#9E3635;
}

#content img {
	border: solid 1px;
}

#content img.img_blank {
	border: none;
}

#content .title {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:5px;
}

#content .PDFcontainer {
	font-size:0.8em;
	width: 190px;
	float:left;
	text-align:center;
	margin-top: 10px;
	margin-right:25px;
}

#content .PDFcontainer img{
	border: none;
}
#content .NewsBacklink {
	clear:left;
	text-align:right;
	margin-bottom: 10px;
}
#content .date {
	color:#9E3635;
	float:left;
	margin-right:4px;	
}

#content .PictureRight {
	float:right;
	margin-left: 10px;
}

#content .MeldungEintrag {
	width: 620px;
	margin-bottom: 20px;
}
#content .col_left, #content .col_right {
	width:300px;
}
#content .col_left {
	margin-bottom:12px;
	float:left;
}
#content .col_right {
	margin-bottom:12px;
	float:right;
}

#content .dekorkatalog img {
	width: 140px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}

#content .logoRechts {
	text-align: right;
	width: 100%;
}

#content .logoRechts img{
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer {
	clear:both;
	height:23px;
	width:1024px;
	background-image:url('images/bottom_shadow.jpg');
	overflow:hidden;
}
#footer #footerinner {
	margin-left:70px;
	margin-top:3px;
	color:#FFF;
}

#footer a {
	color:#FFF;
}
/* --- Formular ------------------------------------------------------------------- */
input.txt {
	color: #535558;
	background-color:#F2F2F2;
	border: 1px solid #939598;
	width: 170px;
}

textarea.txt {
	color: #535558;
	background-color:#F2F2F2;
	border: 1px solid #939598;
	width: 270px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}

input.btn {
	color: #535558;
	background-color: #EDE6DE;
	border: 1px outset #939598;
	margin-top: 10px;
}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

form p label {
	float: left;
	width: 100px;
}

fieldset {
	width:280px;
	border: 1px solid #707070;
	margin-top: 16px;
	padding: 10px;
}

legend {
	color:#707070;
	font-weight: bold;
}
/* ----------------------------------------------------------------------------------- */
