
A:link, A:visited {
	color: #4b692f;
	text-decoration: underline;
}

A:hover {
	color: black;
	text-decoration: underline;
}

div#content H1 {
	margin: 30px 0 5px 0; 
	padding: 0;
	font-weight:normal; 
	font-size:24px; 
	color:black; 
	line-height:24px; 
	color: #4B692F;
}

div#content H1.csc-firstHeader {
	margin: 10px 0 0 0;
	padding: 0;
}

div#content H2 {
	margin: 15px 0 0 0; 
	padding: 0;
	font-weight:normal; 
	font-size:18px; 
	color: #4B692F; 
	line-height:24px; 
	font-family: arial;
}

div#content H3 {
	margin: 10px 0 0 0; 
	padding: 0;
	font-weight:normal; 
	font-size:14px; 
	color: #4B692F; 
	line-height:24px; 
	font-family: arial;
}


div#content P, div#content UL LI {
	line-height: 1.4em;
	color: #3f3f3f;
	margin-top: 2px;
	font-family: verdana;
}

.listing-type-list .product-shop .description {
	font-size: 12px;
	color: #3f3f3f;
	margin-top: 2px;
	font-family: verdana;
}


div#col2 div.grey {
	background: #e6e6da;
	border: 1px solid #d8d8cc;
	padding: 5px;
	float: left;
	width: 100%;
	display: block;
}
div#col2 H1 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
}

/*********************************************
Listenansicht
***********************************************/

div.msh_list .item {
	border: 1px solid #CCCCCC;
	display: block;
	padding: 5px;
	width: 458px;
	margin: 5px 0;
	background: #ebeadc;

}

div.msh_list .bild {
	float: left;
	margin-right: 10px;
}

div#content div.msh_list H1 {
	padding: 0;
	margin: 0;
}

div.msh_list H1 A:link, div.msh_list H1 A:visited {
	color: #42382f;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-family: georgia;
}

form#search {
	background: #d3cfb8;
	padding: 10px;
	margin-bottom: 10px;
}

form#search div.label {
	margin: 0; padding: 0;
	font-size: 12px;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	float: left;	
}

form#search   div.sep {
	font-size: 1px;
	height: 8px;
}

form#search  INPUT {
	padding: 0; margin: 0;
	width: 200px;
}

form#search  INPUT.button {
	margin-top: 20px;
	width: 100px;
}	


div.a_bis_z {
	width: 455px;
	font-size: 12px;
	margin: 0 5px 20px 5px;
}

div.a_bis_z A:link, div.a_bis_z A:visited {
	color: black;
}

div.browse {
	margin-bottom: 5px;
}
div.browse A:link, div.browse A:visited {
	color: black;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 3px 5px 3px 5px;	
	text-decoration: none;
}
div.browse A:hover {
	background: #CCCCCC;
}

div.browse A.active  {
	font-weight: bold;
}
/* Textbuttons */
div.textbutton  {
	border: 1px solid #7d991c;
	margin: 0 0px 10px 0;
	float: left;
	width: 228px;
	overflow: hidden;
	height: 170px;
}


div#content div.textbutton  H1 {
	color: white;
	font-size: 16px;
	font-weight: normal;
	margin: 5px;
	padding: 0;
	font-family: arial;
	letter-spacing: 1px;
	text-transform: none;
}

div#content div.textbutton div.text P{
	float: right;
	width: 120px;
	font-size: 11px;
	line-height: 16px;
	margin: 10px 5px 0 0;	
	color: black;
}


/* Deutschlandkarte */
div.deutschlandkarte {
	display: block;
	border: 1px solid #CCCCCC;	
	width: 228px;
	margin: 0px 0px 10px 0;
}	

div.deutschlandkarte IMG {
	float: left;
}


div#content table td {
	font-size:0.79em;
}

div#content p.error {
	color: #7a3232;
}

/* singleview */

div#detail {
	background: #e6e6da;
	border: 1px solid #d8d8cc;
	padding: 5px 5px 0 5px;
}	

div#detail IMG {
	padding-bottom: 5px;
}

div#detail H1 {
	margin: 0;
	padding: 0;
}

div#detail H2 {
	clear: both;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

div#detail .hauptbild {
	float: left;
}

div#detail .kontaktdaten {
	display: block;
	margin-left: 230px;
}

div#detail  H1 {
	margin-bottom: 20px;
}

div#detail .kontaktdaten H2 {
	margin: 0; padding: 0;
	font-size: 14px;
	color: black;
	clear: none;
	font-weight: bold;
}

div#detail .kontaktdaten  P {
	margin: 5px 0 0 0;
	padding: 0;
}

div.links {
	clear: left;
	margin: 10px 0 5px 0;
}

div.links A:link, div.links A:visited {
	background: #d3cfb8;
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
	font-size: 11px;
	color: black;
	padding: 3px 3px 3px 5px;
	border-left: 5px solid #8faf1f;
}

div.links A:hover {
	background: #8faf1f;
}


/* Ratings */
.tx-ratings {
	padding: 0;
	margin: 0;
}

/**********************************************
* GuestbookEntry (Bewertungen)
***********************************************/
.guestbookEntry {
	background: #b59d75 url('commentheadBG.png') no-repeat;
	padding-top: 15px;
}

.tx-guestbook-result {
	font-size: 11px;
}

div#content .guestbookEntry P {
	color: white;
	padding: 0 5px;
}

div#content  .guestbookEntry H2.tx-guestbook-header  {
	color: black;
	padding: 0 5px;
}

.guestbookEntry .commentFooter {
	display: block;
	border-top: 1px solid white;
	font-size: 11px;
	padding: 4px;
}

.guestbookEntry A:link, .guestbookEntry A:visited {
	color: black;
}

.guestbookEntry A:hover {
	text-decoration: none;
}



/**********************************
* COlor BG
***********************************/
#col1 .colorbg { 
	width: 240px;
}

.colorbg A:link, .colorbg A:visited {
	text-decoration: none;
	color: white;
}

.colorbg A:hover {
	text-decoration: underline;
}

.colorbg {
	margin: 10px 0 10px 0;
	display: block;
	background: #7a3232;
	color: white;
	padding: 5px 0 5px 5px;
	font-size: 18px;
}

.colorbg P {
	padding: 0; margin: 0;
}

/**********************************
* Tagcloud
***********************************/
div.tagcloud {
	text-align: justify;
}

div.tagcloud A:link, div.tagcloud A:visited  {
	color: #7a3232;
}

div.tagcloud A:hover {
	text-decoration: underline;
}

/**********************************
* Landingpages
***********************************/
.lpkeyvisual {
	height: 243px;
	width: 596px;
	margin-bottom: 15px;
}

div#col2 .lpkeyvisual h1 {
	color: white;
	padding: 70px 50px 30px 300px;
	font-size: 32px;
	font-family: arial;
	font-weight: normal;
}

div#col2 P.lpteaser {
	line-height: 18px !important;
	font-weight: bold;
}

div#col2 .lpkeyvisual P {
	color: white;
	font-size: 16px;
	line-height: 12px;
	margin-left: 300px;
}

div#col2 UL.lplist  { 
	font-size: 12px;
}

div#col2 UL.lplist LI {
	margin-bottom: 5px;
	list-style: url('../images/check.png');
	list-style-position: outside;
}


div#content .landingpage {
	margin-right: 8px;
}

div#content .landingpage H2 {
	margin-top: 25px;
}

.lpgreenline  {
	float: right;
	width: 250px;
	background: #dee4de;
	height: 80px;
	display: bock;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 20px;
}

.lpgreenline  P {
	margin: 0;
	font-size: 14px;	
}

P.lpbutton A:link, P.lpbutton A:visited {
	background: url('/skin/frontend/default/dbg/images/pager_bg.gif') repeat-x;
	color: black;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border: 1px solid #324f30;
	font-size: 14px;
	font-weight: normal;

}

P.lpbutton A:hover {
	border: 1px solid #7e9578;
}

P.lpbutton {
	padding-top: 20px;
}

.listing-type-grid OL {
	padding: 0;
	margin: 0;
}

.catalog-listing h5 a, .catalog-listing h5 a:hover {
	text-decoration: none !important;
	color: black !important;
	line-height: 1em !important;
}	

.catalog-listing h5 {
	margin: 0;
	line-height: 1em;
}

.landingpage .listing-type-list .product-image  {
	width: 120px;
	overflow: none;
}
