body {
	margin: 0px;
	padding: 0px;
	background: #472E5A url(img/bgrbody.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%
	}
html>body {
	font-size: 1em;
	}
h1 {
	margin: 0px;
	color: #fff;
	font-size: 1.6em;
	}
h2 {
	font-size: 1.2em;
	}
#head h1 {
	font-size: .6em;
	}
p.top {
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: right;
	border-bottom: 1px solid #9A66AE;
	}
/* layout ---------------- */
#wrap {
	margin: 0 auto;
	width: 720px;
	background: #472E5A url(img/bgrwrap.jpg) repeat-y;
	font-size: .7em;
	text-align: left;
	}
#head {
	width: 720px;
	height: 85px;
	background: #472E5A url(img/bgrhead.jpg) no-repeat;
	text-indent: -6000px;
	}
#top {
	position: relative;
	margin-left: 25px;
	width: 670px;
	height: 212px;
	background: #fff;
	}
#menu {
	position: absolute;
	left: 0px; top: 1px;
	width: 200px;
	height: 210px;
	background: #A57CB1;
	font-weight: bold;
	}
#foto {
	position: absolute;
	left: 200px; top: 1px;
	width: 470px;
	height: 210px;
	background: url(img/bgrfoto.jpg) no-repeat;
	}
#content {
	width: 560px;
	background: url(img/bgrcont.jpg) no-repeat;
	padding: 30px 80px;
	line-height: 150%;
	color: #DCCAE3;
	overflow: hidden;
	}
#foot {
	width: 720px;
	height: 65px;
	background: url(img/bgrfoot.jpg) no-repeat;
	}
#pro {
	width: 720px;
	height: 30px;
	background: url(img/bgrpro.jpg) no-repeat;
	text-align: center;
	font-weight: bold;
	color: #A573B5;
	line-height: 30px;
	}
/* main menu ---------------- */
#menu ul {
	margin: 0px;
	padding: 0px;
	}
#menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
#menu a {
	display: block;
	width: 180px;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	text-decoration: none;
	}
#menu a:link, #menu a:visited {
	color: #fff;
	background: #A57CB1 url(img/bgrbut1.jpg) no-repeat;
	}
#menu a:hover, #menu a:active {
	background: #A57CB1 url(img/bgrbut2.jpg) no-repeat;
	}
#menu a.cur {	
	background: #A57CB1 url(img/bgrbut2.jpg) no-repeat;
	}
/* pro linki --------------- */
#pro a:link, #pro a:visited {
	color: #A573B5;
	text-decoration: none;
	}
#pro a:hover, #pro a:active {
	text-decoration: underline;
	}
p.top a:link, p.top a:visited {
	color: #AA7BB9;
	text-decoration: none;
	font-weight: bold;
	}
p.top a:hover, p.top a:active {
	color: #9A66AE;
	text-decoration: none;
	}
#sublist a:link, #sublist a:visited {
	color: #fff;
	text-decoration: none;
	}
#sublist a:hover, #sublist a:active {
	text-decoration: underline;
	}
a.mail:link, a.mail:visited {
	color: #fff;
	text-decoration: none;
	}
a.mail:hover, a.mail:active {
	text-decoration: underline;
	}
.mapa {
	float: right;
	}
