/* General Fonts */
BODY, P,OL,UL,DIV {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: black;
font-style: normal;
line-height: 130%;
margin: 0px;
}
.content {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
	width: 540px;
}


.content_right{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
padding-right: 5px;
}

p{
	padding-left:5px;
}

UL {
	padding-left: 15px;
}

/* Headings */
H1,H2,H4,H5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #3D4565; 
font-stretch: wider;
margin: 0px;
line-height: 22px;
}

H2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
background-color: #3D4565; 
font-stretch: wider;
margin-left: -5px;
margin-right: -5px;
padding-left: 5px;
line-height: 22px;
}

content#H2{
	margin: 0px;
}

H3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
background-color: #3D4565;
color: #FFFFFF;
margin: 0px;
height: 15px;
}

.caption {
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
color : #6C6B6B;
}
	.searchresultpagetitle{
	color: A99E80;
  }
.mini {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	padding-left:5px;
}
	/* Content column */
TD#content {
	vertical-align: top; 
/*	width: 585px;*/
	}
	
/* Content Spalte */
.normal{
	width: 520px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.layout1{
	width: 520px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.nav_header  {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
	color: #FFFFFF;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 7px;
	
}

.seit_jahren  {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
	color: #3D4565;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	
}

/* Links */
a:link {
	color: #3D4565;
	text-decoration: underline;
	font-weight: normal;
	
}

a:visited{
	color: #3D4565;
	text-decoration: underline;
	font-weight: normal;
}

a:hover{
	color: #3D4565;
	text-decoration: none;
	font-weight: normal;
}

a:active{
	color: #3D4565;
	text-decoration: none;
	font-weight: normal;
}


a.nav_oben:link, a.nav_oben:visited, a.nav_oben_act:link, a.nav_oben_act:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
	color: #3D4565;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

a.nav_oben_act:link, a.nav_oben_act:visited {
	color: #FFFFFF;
}

a.nav_oben:hover, a.nav_oben_act:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}



a.mainlevel:link, a.mainlevel:visited, a.mainlevel_act  {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/navi_back.png);
	background-repeat: no-repeat;
	line-height: 22px;
	width: 100%;
	color: #3D4565;
	font-weight: normal;
	text-decoration: none;
	padding-left: 20px;
	
}

a.mainlevel_act:link, a.mainlevel_act:visited {
	background-image: url(../images/navi_back1.png);
	color: #FFFFFF;
	text-decoration: none;
}

a.mainlevel:hover, a.mainlevel_act:hover {
	background-image: url(../images/navi_back1.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 100%;
	text-decoration: none;
	font-weight: normal;
}

.pathway {
	color: #6C6B6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-right:4px;
	padding-top:10px;
	padding-bottom: 10px;
}
.pathway a:link{
	color: #6C6B6B;
	text-decoration:none;
}
.pathway a:visited{
	color: #6C6B6B;
	text-decoration:none;
}
.pathway a:hover{
	color: #3D4565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration:underline;
}
.pathway a:active{
	color: #3D4565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}

/*Navigation*/

/* Hide from IE5-mac. Only IE-win sees this. \*/

 * html #navi_bottom_container {
 margin-bottom: -1px;
  }
  
/* End hide from IE5/mac 
Using '* html' before the target element keeps all but IE 
from recognizing it as a real selector. IE thinks there is a 
wrapper element surrounding 'html' and so does obey all rules 
within this block. The second 'ma\rgin' is ignored by IE5.x/win, 
so IE6 and IE5/mac get the non-hacked margin values. 
*/
    /* Formulare */
	 
	 textarea {
	 font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight : normal;
border: solid;
border-width: 1px;
border-color: #3D4565;
background-color: #E2E3E8;
}

INPUT {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight : normal;
border: solid;
border-width: 1px;
border-color: #3D4565;
background-color: #E2E3E8;
margin-bottom: 3px;
}



.formular {
	font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color : #000000;
font-weight : normal;
}

/* Mailform Formattting */
.mailform {
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color : #3D4565;
font-weight : normal;
}

.mailformrequired {
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color : #3D4565;
font-weight : bold;
}

.mailformcomment {
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color : #000000;
font-weight : normal;
}

.mailformradio {
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color : #003366;
font-weight : normal;
}

/*SHOP
.preisGross{
color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
}
.shop_head{
	background-color: #AB3C4B;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;

	font-weight: bold;
	color: #FFFFFF;
}
*/

.news_title {
	color:#FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	
}


/*GUESTBOOK*/
.guestbook-entry{
	border:solid;
	border-width:1px;
	border-color:#832935;
}
.tx-guestbook-list-header {
background-color:#832935;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#FFFFFF;
font-weight:bold;
}

.tx-guestbook-list-rowleft{
	background-color: #EEEEEE;
}
.tx-guestbook-list-row{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
	background-color: #FFFFFF;
}
.tx-guestbook-list-small{
	font-size: 9px;
	color: #666666;
}
.tx-veguestbook-pi1-browsebox a{
	color:#AB3C4B;
}
.contentLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AB3C4B;
	font-weight: normal;
	text-decoration: none;
}

.contentLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

.contentLink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}


