@charset "utf-8";
body  {
	background-image: url(images/Kochinsel_Layout03_bgd.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #F6F6F6;
	line-height: 1.2em;
	font-size: 12px;
}
* {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 854px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/Kochinsel_Layout03_header.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
} 
#mainContent h2 {
	font-weight: bold;
}
p    {
	margin-bottom: 1em;

}
a    {
	color: #538316;
	text-decoration: none;
	font-weight: bolder;
}

#header {
	height: 202px;
	width: 854px;
	background-repeat: no-repeat;
	display: block;
} 

#MenuBar1{
	height: 41px;
	width: 830px;
	float: left;
	margin-top: 161px;


}
#MenuBar1 ul{
	list-style: none;
}
#MenuBar1 li {
	display: inline;
}
#MenuBar1 a {
	height: 41px;
	width: 146px;
	display: block;
	float: left;
	margin-left: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-indent: 30px;
	line-height: 41px;
	font-size: 14px;
}
#MenuBar1 a:hover,
  .home #MenuBar1 #home a,
  .kochkurse #MenuBar1 #kochkurse a,
  .teamevents #MenuBar1 #teamevents a,
  .produkte #MenuBar1 #produkte a,
  .kontakt #MenuBar1 #kontakt a {
	background-image: url(images/Kochinsel_Layout03_menu1_f2.gif);
	background-repeat: no-repeat;
}
#center {
	width: 830px;
	padding: 0px;
	background-color: #FFF;
	float: left;
	margin: 0px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
h1 {
	font-size: medium;
	font-weight: bold;
	margin-bottom: .5em;
}


#mainContent {
	margin-left: 250px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer {
	background-image: url(images/Kochinsel_Layout03_footer.jpg);
	height: 25px;
	padding-right: 10px;
	padding-left: 20px;
} 
#footer p {
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #527E1D;
}
.bodystyleBoldRed {
	font-weight: bold;
	color: #B3262E;

}
.bodystyleRed {
	color: #B3262E;

}
.bodystyleBoldRedStrikethrough {
	color: #B3262E;
	text-decoration: line-through;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
#sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B3262E;
	height: 18px;
	display: block;
	padding-top: 2px;
	padding-left: 3px;
	background-color: #D9E2C0;
}
#aktuell , #presse, #stimmen, #info{
	margin-bottom: 30px;
}
#sidebar1 p {
	padding-left: 4px;
}
#kurse td {
}
#imageright {
	float: right;
	margin-left: 6px;
}

