@charset "UTF-8";
body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	
	background:url(SiteGraphics/tapet.png) repeat-x #cc3366;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p{margin-bottom:15px;}
h1{margin-bottom:15px;}
h3 { font-size:100%; font-weight:bold}
h3 .nonlink{ font-weight:normal;}
a{ color:#4f1a2a; text-decoration:underline;}
a:hover { text-decoration:underline; color:#cc3366;}
.oneColFixCtr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fdeef2 url(/SiteGraphics/content.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 2px solid #b13e62;
	border-right: 2px solid #b13e62;
	border-bottom: 2px solid #b13e62;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding:50px 150px 50px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 550px;
}
.Top{ height:118px; background:#973150;}


#menycontainer{}
#menycontainer ul{
	margin: 0; 
	padding:0 5px;
	float: left; 
	width: 740px; 
	background: #dbd15d; 
	border-top:#4f1a2a 1px solid;
	border-bottom:#4f1a2a 1px solid; 
	font-family:"Trebuchet MS" ,Verdana, Arial, Helvetica; 
	font-size:95%; }
#menycontainer li{display: inline;}
#menycontainer ul a{float: left; text-decoration: none; padding: 0.3em 1em; text-transform:uppercase;}

#menycontainer a:link{color: #4f1a2a;}
#menycontainer a:visited{color: #4f1a2a; }
#menycontainer a:hover{background: #996666;}
#menycontainer a#current{background: #4f1a2a; color: #dbd15d; border-left:#b49e4f 1px solid; border-right:#b49e4f 1px solid;}
#menycontainer #lang{ float:right;}

#bottom{
	font-family:'Trebuchet MS', Verdana, 'Helvetica CY';
	
	background:#cc3366;
	color:#4f1a2a;
	font-size:10px;
	font-weight:bold;
	width:740px;
	
	margin:0 auto;
	padding:5px;
	
	
}
#bottom a{ color:#4f1a2a; text-decoration:none;padding-bottom:25px;}
#bottom a:hover{ text-decoration:underline;}

#gallery1{float:left; padding:0px; margin-right:10px; margin-bottom:10px; border:2px solid #4f1a2a; width:100px}
#gallery2{width:100px; height:100px; overflow:hidden;}

