@charset "utf-8";
/* CSS Document */

.bg {background-repeat:repeat; padding:0; margin:0; background-color: #6d3124; background-image: url(images/symibricks3.jpg);}

.mbody {
	width:640px;
	height:500px;
	background-color:#fffff6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-width:3px;
	border-right-style:solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #333300;
	border-bottom-color: #333300;
	border-left-color: #333300;
	clear:both;
	padding:0;
	margin:0;
}

.toppartphoto {
	background-color: #F1CD84;
	background-image: url(images/platiacafe_symi2.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:170px;
	border-top-width:10px;
	border-top-style:solid;
	border-top-color:#f1cd84;
	border-right-color:black;
	border-right-width:3px;
	border-right-style:solid;
	border-left-color:black;
	border-left-width:3px;
	border-left-style:solid;
}


/* Photo */
.photo {
	border-color:#f1cd84;
	border-style:solid;
	border-width:1px;
	border-top-width:5px;
	width:450px;
	padding:5px;
	left:10px;
	float: left;
}


.leftbricks {
	width:44px;
	padding:0px;
	left:0px;
	float: left;
	clear:none;
	background-image:url(images/singlebrick2.gif);
	height:100%;
	border-right-color:black;
	border-right-style:solid;
	border-right-width:2px;
}
.rightbricks {
	width:44px;
	padding:0px;
	left:0px;
	float: left;
	clear:none;
	background-image:url(images/singlebrick2.gif);
	height:100%;
	border-left-color:black;
	border-left-style:solid;
	border-left-width:2px;
}


.rightcontainer {

	border-width:1px;
	border-style:dashed;
	border-color:f1cd84;

	border-top-width:5px;
	border-top-style:solid;

	width:250px;
	padding:5px;
	left:10px;
	float:left;
	background-color:ffffee;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top:20px;
}

.footer {
	border-width:1px;
	border-style:dashed;
	border-color:#f1cd84;
	border-top-width:5px;
	border-top-style:solid;
	
	padding:5px;
	background-color:ffffee;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	margin-top:10px;
}

hr {
	color:#F1CD84;
	border:1px;
	border-style:dashed;
}
/*
MENU
*/
.mmenu {
	background-color:#f1cd84;
	padding:0;
	width:750px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
}

ul.mmenubar {
	list-style-type:none;
	float:left;
	display:block;
	width:750px;
	line-height:20px;
	clear:both;
	margin:0 0 0 0;
	padding:0;
	background-color:#6d3124;
	text-align: center;
	border-width:thin;
	border-bottom-width:10px;
	border-top-width:2px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-color:#883b2b;
	padding:1px 0 1px 0;
}

ul.mmenubar li {
	display:inline;
	text-align: center;
	padding:1px 0 1px 0;
}
.mmenunav li p  {
	display:block;
	width:100px;
	margin:0;
	text-decoration:none;
	background-color:#f1cd84;
	color:#000000;
	text-align: center;
	border-top:none;
	border-right-style: solid;
	border-right-color: #4C482B;
	padding:15px 0 15px 0;
}

a.mmenunav:link, a.mmenunav:visited {
	display:block;
	float:left;
	width:155px;
	padding:15px 0 15px 0;
	margin:0;
	text-decoration:none;
	background-color:#6d3124;
	color:#f1cd84;
	text-align: center;
	border-width:1px;
	border-top-style: none;
	border-right-style:dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color:#f1cd84;
}
a.mmenunav:hover/*Mousegeklickte*/ {
	display:block;
	float:left;
	margin:0;
	text-decoration:underline;
	background-color:#f1cd84;
	color:black;
	text-align: center;
}
