*
{
	margin: 0; padding: 0;
	border: none;
}
html
{
	height: 100%;
}
body
{
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 16px;
	color: white;
	background: #696F62 url(../images/bg_body.png) repeat-x 0 0;
}

h1
{
	margin: 0 0 20px 0;
	font-weight: normal; 
	font-size: 38px; 
	line-height: 1em;
}

h2
{
	margin: 5px 0 20px 0;
	font-weight: normal;
	font-size: 16px;
	color: #FCFCBB
}
p {	margin: 0 0 12px 0; }
a		{	color: #990000; }
a:hover {	text-decoration: none; }
ul, ol { margin: 5px 25px; }

div#outer
{
	
	margin: 0 auto;
	width: 900px;
}

/***	HEADER	******************************************************************************************************/


div#header 
{
	float: left;
	width: 900px; height: 150px;
}

div#header p#adres
{
	margin: 13px 0 0 0;
	float: right;
	font-size: 11px;
	color: #53401D;
}

/***	LOGO	******************************************************************************************************/

div#header div#logo {
	float: left;
	margin: 13px 0 40px 0;
	width: 179px; height: 107px;
	background: url(../images/logo.png) no-repeat 0 0;
}
div#header div#logo a {
	display: block;
	width: 179px; height: 107px;
}
div#header div#logo a span.hide_me {
	display: none;
}

/***	TOPNAV	******************************************************************************************************/

div#header ul
{
	float: left;
	margin: 90px 0 0 120px;
	width: 500px;
	font-size: 16px;
}

div#header ul li
{
	display: inline;
	float: left;
	margin: 0 40px 0 0;
}

div#header ul li a
{
	padding: 0 0 15px 0; display: block;
	color: #990000;
	text-decoration: none;
}

div#header ul li a:hover,
div#header ul li a#active

{
	color: #990000;
	text-decoration: none;
	background: url(../images/topnav_active.gif) no-repeat center bottom;
}

/***	BODYBLOCK	******************************************************************************************************/

div#bodyblock
{
	position: relative;
	float: left;
	margin: 50px 0 0 0;
	width: 900px; min-height: 100%;
}
* html div#bodyblock
{
	height: 100%;
}

/***	L-COL	******************************************************************************************************/

div#l-col
{
	float: left;
	width: 300px;
}

div#l-col ul
{
	list-style: none;
	background: url(../images/lcol_divider.gif) no-repeat top left;
}
div#l-col ul li
{
	padding: 10px 0 10px 0;
	background: url(../images/lcol_divider.gif) no-repeat bottom left;	
}
div#l-col ul li a
{
	padding: 0 0 0 20px;
	color: #F5F5AA;
	font-size: 16px;
	text-decoration: none;
	background: url(../images/lcol_list.gif) no-repeat 0 4px;	
}
div#l-col ul li a:hover
{
	color: #990000;
}
div#l-col ul li a#active
{
	background: url(../images/lcol_list_act.gif) no-repeat 0 4px;	
}

div#l-col ul.sublevel
{
	list-style: none;
	margin: 5px 0 0 22px;
	background: none;
}
div#l-col ul.sublevel li
{
	padding: 3px 0 3px 0;
	background: none;
}
div#l-col ul.sublevel li a
{
	padding: 0 0 0 15px;
	color: #F5F5AA;
	font-size: 14px;
	text-decoration: none;
	background: url(../images/lcol_list_sub.gif) no-repeat 0 7px;	
}
div#l-col ul.sublevel li a:hover,
div#l-col ul.sublevel li a#active
{
	background: url(../images/lcol_list_sub_act.gif) no-repeat 0 7px;
}

.hidden
{
	display: none;
}

/***	CONTENT	******************************************************************************************************/

div#content
{
	float: left;
	margin: 0;
	width: 595px; min-height: 350px;
}
* html div#content
{
	height: 350px;
}

div #content img.bordered
{
	margin: 10px; padding: 5px;
	background: #7C8276;
	border: 1px solid #5E635A;
}
div#fotos
{
	margin: 20px 0 0 0;
}
div#fotos a
{
	float: left;
	width: 120px; height: 83px;
	display: block;
	margin: 0 5px 5px 0; padding: 5px;
	background: #FFF;
	border: 1px solid #5E635A;
	text-align: center;
}
div#fotos a:hover
{
	background: #FFF;
	border: 1px solid #900;
}

table#contact
{
	width: 500px;
}
table#contact tr td
{
	vertical-align: top;
}
table#contact tr td.widthS
{
	width: 90px;
}
table#contact tr td b
{
	font-weight: bold;
	color: #AFAFAF;
}
table#contact tr.spacer
{
	height: 15px;
}

/***	FOOTER	******************************************************************************************************/

div#footer
{
	float: left; position: relative;
	width: 900px; height: 15px;
	margin: 40px 0 0 0; padding: 10px 0 10px 0;
	color: #FCFCBB; font-size: 11px;
	text-align: center;
	background: url(../images/ftr.gif) top center no-repeat;
}
div#footer a 		{ color: #FCFCBB; text-decoration: underline; }
div#footer a:hover 	{ text-decoration: none; }
