@import url(/css/contact.css);
@import url(/css/news.css);
@import url(/css/agenda.css);
@import url(/css/gallery.css);
@import url(/css/guestbook.css);
@import url(/css/guestbook-home.css);
@import url(/css/newsletter.css);
@import url(/css/newsletter-home.css);

body {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: #ffffff url(/images/bg_totalback.gif) repeat-y top center;
}

a:link,a:visited {
	color: #000;
	text-decoration: none;
}

a:hover,a:active {
	color: #990000;
	text-decoration: none;
}

h2 {
	font-size: 1.4em;
}

a img{ border: none; }

.hidden {
	position: absolute;
	left: -5000px;
	font-size: .1em;
	width: 1em;
}

#main {
	margin:0;
	background: url(/images/bg_total.gif) no-repeat top center;
}

#page {
	margin:0 auto;
	padding:0;
	padding-top:100px;
	width:714px;
	height:780px;
}

#header {
	width:714px;
	height:224px;
	background: #333333; /* url(/images/header.gif) no-repeat top; */
}
.spacer {
	color:#FFFFFF;
	height:10px;
}

/* >>>>>>>>>>>>>>>>>>>>  TOPMENU   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#topmenu {
	height:15px;
	background-color:#ffffff;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#topmenu ul li {
	float:left;
}
#topmenu ul li a {
	display:block;
	background: url(/images/bg_bott.gif) no-repeat top left;
	width:102px;
	height:15px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
#topmenu ul li a:hover, #topmenu ul li a:active {
	color:#000;
	background: url(/images/bg_bott_hover.gif) no-repeat top left;
}
#topmenu ul li a span{
	padding:1px 0 0 5px;
} 
/* >>>>>>>>>>>>>>>>>>>>  TOPMENU end   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */





/* 	>>>>>>>>>>>>>>>>>>>>  CONTENT   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#content {

}


/* 	>>>>>>>>>>>>>>>>>>>>  LEFT   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#left {
	width:190px;
	margin:30px 0 0 20px;
	float:left;
	display: inline;
}

#left span {
	color:#000;
	font-size:9px;
	font-weight:bold;
}

#left p {
	color:#990000;
	font-weight:bold;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#left ul li a {
	font-size:9px;
	color:#000;
}

#left ul li a:hover, #left ul li a:active {
	color:#990000;
}


/* 	>>>>>>>>>>>>>>>>>>>>  CENTER   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#center {
	float:left;
	padding:30px 10px 0 35px;
	width:255px;
}

/* 	>>>>>>>>>>>>>>>>>>>>  RIGHT   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#right {
	float:left;
	padding:30px 0 0 20px;
	width:160px;
}

/* 	>>>>>>>>>>>>>>>>>>>>  CENTER FULL  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#center-full {
	float:left;
	padding:30px 10px 0 55px;
	width:420px;
}


/* 	>>>>>>>>>>>>>>>>>>>>  menu  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#attmenu li {
	padding: .7em 0;
}
#attmenu li a {
	font-size: 10px;
	font-weight:bold;
}
#attmenu li a:link, #attmenu li a:visited {	color:#333333;}
#attmenu li a:active, #attmenu li a:hover { color:#333333;}

/* >>>>>>>>>>>>>>>>>>>>  footer   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#footer {
	margin: auto;
	width:714px;
	height: 35px;
	clear:both;
	text-align:right;
}
#footer img {
	border: none;
}

#footer ul {
	padding: 1em 7px;
	margin: 0;
	clear:both;
}

#footer ul li {
	list-style-type: none;
	float: right;
	width: 85px;
}