body      {
	background: #669934;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px; }

* {	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;  }

/* Links */
a:link, a:visited, a:active, a:hover   { 
	color: white;
	font-weight: bold;
	background: #639631;
	font-size: 11pt;
	text-decoration: underline;
	 }
a:hover  { color: red; }

/* Links */
a.main_menu:link, a.main_menu:visited, a.main_menu:active, a.main_menu:hover   { 
	color: white;
	font-weight: bold;
	background: #639631;
	font-size: 11pt;
	text-decoration: underline;
	 }
a.main_menu:hover  { color: red; }

/* Überschriften */
h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
/* Überschrift für Impressum (muss gesetzt werden!) */
h2.impressum {
	font-size: 11pt;
	font-weight: bold;
}
/* Normale Texte */
span.impressum  {
	font-size: 10pt;  }
	


div#main{
	position: relative;
	width: 935px;
	text-align: left;
}
div#head_kontakt{
	position: relative;
	width: 923px;
	text-align: right;
}
div#menu{
	position: relative;
	float: left; 
	width: 433px;
}
div#right{
	position: relative; 
	float: right; 
	width: 500px;
}
div.right_d{
	padding: 20px 30px 20px 40px;
}
div#dist_adress{
	padding: 20px 0px 60px 50px;
}



div.headline{
	background: url('http://www.jockenhof.de/clips/hintergrund.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	color: black;
	padding: 5px 5px 5px 20px;
	margin: 5px 0px 5px 0px;
}

table.menue{
	width: 433px;
}
td.button{
	width: 30px;
	padding: 8px 0px 5px 0px;
	border-bottom: 1px solid white;
}
td.link{
	width: 300px;
	padding: 8px 0px 5px 0px;
	border-bottom: 1px solid white;
}
td.auszeichnung{
	width: 103px;
	padding: 8px 0px 5px 0px;
	border-bottom: 1px solid white;
}

td.button2{
	width: 30px;
	padding: 8px 0px 5px 0px;
	border-bottom: 1px solid white;
}
td.link2{
	width: 403px;
	padding: 8px 0px 5px 0px;
	border-bottom: 1px solid white;
}

input {
	width: 300px;
}
textarea {
	width: 300px;
}


#lightbox{
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://www.jockenhof.de/clips/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(http://www.jockenhof.de/clips/white.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.jockenhof.de/clips/lightbox/overlay.png", sizingMethod="scale");
	}
