/*
CSS Credit: http://www.perle.com/
*/

body {
	
}

a:link, a:visited { color: #b7bd19; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #d8df44; text-decoration: underline; }

img {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

h1 {
	margin: 0 0 15px 0;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 15px;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-size: 1px;	
}

#perle_container {
	width: 960px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(images/perle_main_bg.jpg) repeat-y;
}


/* header */
#perle_header {
	width: 920px;
	height: 155px;
	padding: 0 20px 0 20px;
	background-image: url(images/perle_header.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#perle_header #site_title {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 10px 0;
	width: 325px;
	height: 55px;
	background: url(images/perle_logo.jpg) no-repeat bottom;
}
/* end of header */
/* menu */
#perle_menu {
	clear: both;
	width: 960px;
	margin: 0;
	height: 45px;
	background: url(images/perle_menu_bg.jpg) right no-repeat;
}

#perle_menu ul {
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#perle_menu ul li {
	float:left;
	padding-right: 5px;
}

#perle_menu li a {
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	padding: 0px 0 0 0px;	
}
#perle_menu  li a b {
	float: left;
	display: block;
	padding: 0px 24px 0 24px;
}
#perle_menu  li.current a, #perle_menu  li a:hover {
	color: #b4c927;
	text-decoration: none;
	background: url(images/perle_menu_hover_right.jpg) right top no-repeat; 
}
#perle_menu  li.current a b, #perle_menu li a:hover b {
	color: #b4c927;
	text-decoration: none;
	background: url(images/perle_menu_hover_left.jpg) left top no-repeat;
}
/* end of menu */

/* top dishes */
#perle_top_dishes {
	clear: both;
	width: 960px;
	padding: 50px 0px;
	background: url(images/perle_content_top.jpg) top no-repeat;
}

#perle_top_dishes h1 {
	color: #1b2308;
	font-size: 24px;
	margin: 0 20px 15px 20px;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #1b2308;
}

#perle_top_dishes h2 {
	font-size: 14px;
	color: #1CA9E1;
	margin: 0;
	padding: 0 0 5px 0;
}

#perle_top_dishes p {
	margin: 0px;
	padding: 0px;
}

#perle_top_dishes .top_dishes_box {
	float: left;
	width: 215px;
	margin-left: 20px;
}

#perle_top_dishes .top_dishes_box img {
	margin-bottom: 15px;
	border: 5px solid #e1e0e0;
}
/* end of banner */

/* content */
#perle_content {
	position: relative;
	color: #b7bd19;
	width: 920px;
	padding: 0;
	margin-left: 20px;
	background-image: url(images/perle_content_bg_middle.jpg);
	background-repeat: repeat-y;
}

#perle_innter_content {
	background-image: url(images/perle_content_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#perle_content .top {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 920px;
	height: 15px;
	background:url(images/perle_content_bg_top.jpg) bottom center no-repeat;
}

#perle_content .bottom {
	position: absolute;
	float: left;
	bottom: 0;
	left: 0;
	width: 920px;
	height: 175px;
	background: url(images/perle_content_bg_bottom.jpg) bottom center no-repeat;
}

#perle_content #perle_content_left {
	float: left;
	padding: 40px 0 0 35px;
	width: 545px;
}

#perle_content #perle_content_right {
	float: right;	
	padding: 40px 35px 0 0;
	width: 245px;
	
}

 #perle_content_left h1 {
	font-size: 24px;
	padding: 3px 0 15px 0;
	margin: 0 0 15px 0;
 }


#perle_content_left p {
	padding-bottom: 10px;
	margin: 0px;
}

#perle_content_left img {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #4b5e1e;
}

#perle_content_right h1 {
	color: #374712;
	font-size: 20px;
	height: 30px;
	margin: 0px;
	padding: 15px 0 0 20px;
	background: url(images/perle_header_bg.jpg) no-repeat;
}

#perle_content_right h2 {
	color: #b7bd19;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#perle_content_right img {
	border: 5px solid #4b5e1e;
	margin: 0 0 5px 0;
}


#perle_content_right p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#perle_content_right .right_column_section {
	clear: both;
	margin: 20px;
}
/* left column */

/* footer */
#perle_footer {
	clear: both;
	color: #333;
	width: 960px;
	margin-top: 30px;
	padding: 20px 0px 20px 0;
	text-align: center;
	background: #ced1c8;
}

#perle_footer a {
	color: #333;
	font-weight: normal;
}
#div0{
	background-color: #1CA9E1 ;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px outset red;
	padding: 10px;
	width: 550px;


	font-size: 24px;
	shadow:6px 6px 6px #699; 
   }
	
	
	#galerie li
 {
 list-style-type: none;
 float: left;
 margin: 0 10px 10px 0;
 text-align: left;
 font-weight: bold;
 position: relative;
}
 
#galerie img
 {
 width: 150px;
 height: 150px;
 display: block;
 padding: 3px;
 border: 1px solid #8B0000;
 #galerie a .gross
 {
 display: none;
 }
 
#galerie a:hover .gross
 {
 width: 250px;
 height: 250px;
 display: block;
 position: absolute;
 top: -50px;
 left: -50px;
 z-index: 1;
 background: #fff;
 }
 
/*--Spezialangaben für den Internet Explorer 7--*/
 *+html #galerie a:hover { z-index: 1;}
 *+html #galerie li{position: static;}
 *+html #galerie a {position: relative;}

 /*--Spezialangaben für den Internet Explorer 6--*/
 *html #galerie a:hover {display: block; z-index: 1;}
 *html #galerie li{position: static;}
 *html #galerie a {position: relative;} 
 } 
	
	
/* end of footer */
