/* Spam-Protection */
.hidden {
	display: none;
}

@media print
{
	#design-03, #design-04, #menu
	{
		display: none;
	}
}

@media screen, projection, tv
{

/* Banner */
#design-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:143px;
}

/* Menü */
#menu {
	position:absolute;
	left:0px;
	top:143px;
	width:195px;
	height:263px;
	background: url(../images/menu.jpg) no-repeat;
	padding-left: 10px;
	padding-top: 20px;
}

/* Streifen zwischen Menü und Inhalt */
#design-03 {
	position:absolute;
	left:195px;
	top:143px;
	width:31px;
	height:263px;
}

/* Zweites Menü "kleinlangheim online" */
#design-04 {
	position:absolute;
	left:226px;
	top:143px;
	width:574px;
	height:32px;
}

/* Seitenüberschrift */
#design-05 {
	position:absolute;
	left:226px;
	top:180px;
	width:567px;
	height:43px;
	text-align: center;
	padding-top: 12px;
	background: url(../images/title.jpg) no-repeat;	
}

/* Seitenüberschrift */
#design-05 h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}

/* Seiteninhalt */
#design-06 {
	position:absolute;
	left:235px;
	top:230px;
	width:570px;
}

body, .bodytext {
  background-color: #ffffff; 
  color: #000000; 
  font-family: Verdana, Arial, Helvetica; 
  font-size: 14px; 
  line-height: 20px;
}

h1 { 
	font-size: 18px; 
}

h2 { 
	font-size: 16px; 
}

h3 {
	font-size: 14px;
}

a:link, a:hover, a:active, a:visited, a {
	text-decoration: underline; 
	color: #c22530; 
}

#menu a {
	color: black; 
	text-decoration: none; 
	font-size: 12px; 
	line-height: 20px; 
	white-space: nowrap; 
}

#menu a:hover {
	color: #c22530; 
	text-decoration: none; 
}

#menu .activelink a {
	color: #c22530; 
}


input, textarea {
	border: 1px solid #cccccc;
}

} /* Ende von @media screen */



hr { 
	color: #cccccc; 
	width: 99%; 
	text-align: center; 
}

.listitem { 
	border: 1px solid #dadada; 
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
}

.small { 
	font-size: 12px;
	color: #cccccc;
}

.verysmall{
	font-size: 10px;
	color: #cccccc;
}

#werbung {
	position: absolute;
	left: 830px;
	top: 180px;
}



/* NEWS */

.news-list-date, .news-list-category {
	color: #cccccc;
	background: transparent;
	font-size: 12px;
}

.tx-ttnews-browsebox {
	background: transparent;
	border: none;
}

.tx-ttnews-browsebox-SCell {
	background: transparent;
	border: none;
	font-weight: bold;
}

.tx-ttnews-browsebox-SCell a {
	color: #000000;
	text-decoration: none;
}

.tx-ttnews-browsebox TD {
	font-size: 1em;
}

.news-single-category {
	float: right;
}

.news-single-additional-info, .news-single-related,.news-single-files,.news-single-links {
	background: transparent;
	border: none;
}

/* mh_branchenbuch */
.tx-mhbranchenbuch-pi1 p {
	margin-top: 0;
}
.tx-mhbranchenbuch-pi1 h2 {
	margin-bottom: 0;
}
.tx_mh_branchenbuch-detail a img {
	float: right;
}

