@charset "ISO-8859-1";
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background-color: #cb941f;
	background-image: url(../images/BG/gradient.jpg);
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-repeat: repeat-x;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
.upstripe { 
	background: url(../images/BG/toplinie.jpg); 
	background-repeat: no-repeat; 
	height:4px; width:295px; 
	position: absolute; 
	top: 0; 
	left:0;
}
#wrapper {
	width: 719px;
	margin: 0;
	padding: 0;
	/*background-image: url(../images/BG/bg1/BG_1.jpg);*/
	background-repeat: repeat-y;
	background-position: left bottom;
	background-color: #778D1E;
}

#mymenu {
	padding:0;
	padding:0;
	margin: 0;
	width: 290px;
	position: absolute;
	top:0px;
	left:0;
	height: 570px;
	overflow:visible;
	z-index: 20;
}
/*Had some trouble getting the menu to work under firefox
apparently wmode=transparent (flash) and position absolute 
do not work well together
One way to solve it should be overflow is visible, another one 
i found should be position is fixed. the code below does not work, 
nor should it, but during my process of fixing it it was one of 
the ways I tried it.*/
/*DIV[id=mymenu] { position: fixed; }*/


/*Alternative menu for disabled javascript */

#mmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	background-color: #65850C;
	padding: 0;
	width: 152px;
	list-style-type: none;
	color: #FFFFFF;
	position: absolute;
	top: 115px;
	left: 15px;
}
#mmenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	margin: 0px;
	padding: 0;
	width: 150px;
	border: 1px solid #000000;
	list-style-type: none;
}
#mmenu strong {
	padding: 1px 2px 1px 2px;
}
#mmenu a {
	padding: 1px 2px 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	width: 150px;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
}
#mmenu a:hover {
	padding: 1px 2px 1px 2px;
	margin: 0px;
	background-color: #C89B2E;
	color: #FFFFFF;
	display:block;
	width: 146px;
}
#mmenu ul {
	margin: 0px;
	padding: 0px;
}



#mymiddle {
	margin: 0 0 0 295px;
	padding: 0;
	width: 416px;
	border: 4px solid #ded099;
	background-image: url(../images/BG/bg_middle.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #65850c;
	
	
}
#mymiddle img {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ded099;
}

/*#mymiddle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	line-height: 1.3em;
}
*/

#footer {
	position: relative; 
	height:129px;
	width:719px; 
	margin: 0 0 40px 0; 
	padding: 0; 
}

#myaddress {
	background-color: #567114;
	margin: 0 0 0 295px;
	padding: 0;
	width: 416px;
	border-width: 0 4px 4px 4px;
	border-style: solid;
	border-color: #ded099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f1e6bd;
	height: 83px;
}
#addressRight {
	width: 175px;
	float: right;
	padding: 0;
	margin: 20px 15px 0 0;
	text-align: right;
}
#addressRight a {
	text-decoration: none;
		color: #f1e6bd;
}
#addressRight a {
	text-decoration: underline;
		color: #f1e6bd;
}

#addressLeft {
	padding: 0;
	margin: 20px 0 0 15px;
	width: 175px; 
	float: left;
	line-height: 1.5em;
}
#bIMG1 {
	margin: 0px;
	padding: 0px;
	width: 295px;
	border: none;
	height: 87px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #778D1E;
}

#bIMG2 {
	height: 42px;
	width: 435px;
	position: absolute;
	margin: 0;
	top: 87px;
	left: 0px;
	background-color: #778D1E;
	
}

#mylogo {
	margin: 0;
	width: 210px;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 745px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#mylogo a {
	color: #000000;
	text-decoration: none;
}
#mylogo a:hover {
	text-decoration: underline;
}


#content {
	padding: 10px;
	
}
#content img {
	border: solid 1px #000;
	margin: 5px;
	padding: 0;
}

#content  a img {
	border: solid 1px #000;
	margin: 6px;
	padding: 0;
}
#content .noborder {
	border: none;
	margin: 0;
	padding: 0;
}
#content  a:hover img {
	border: solid 2px #C89B2E;
	margin: 5px;
	padding: 0;
}

#content h1 {
	color: #b4ca73;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
	font-variant:normal;
	text-transform: uppercase;	
}
#content a {
	color: #fff;;	
}
#ew {
	margin: 5px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100px;
}
#ew img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ew a img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ew a:hover img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.kontakt1 {
	font-size: 12px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content h2 {
	font-size: 15px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#content .ansprech_name {
	font-size: 12px;
	margin: 0px;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 250px;
}
#content  .ansprech_foto  {
	margin: 0 0 10px 0;
	padding: 0px;
	float: left;
	width: 102px;
}
#content .ansprech_foto img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
}
