* { margin: 0px; padding: 0px; border: none; }
body {font-size: 11px; font-family: Verdana, Arial; color: #60646A; background: #EFEFEF url(images/bg.jpg) no-repeat top center; margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 0}

ul, ol { margin: 5px 10px; }
li { margin-left: 10px; }

#contentbox ul li {
	list-style: none;
	padding-left: 20px;
	background: url(images/listpoint.gif) no-repeat left center;
	}

li.inside-li {
	list-style: none;
	padding-left: 20px;
	background: url(images/listpoint.gif) no-repeat left center;
	}

#mainlogo {
	position: absolute;
	top: 0px;
	left: 10px;
	border: 3px solid red;
	z-index: 1;
	}

#topbox {
	position: relative;
	top: 0px;
	left: 0px;
	width: 860px;
	margin: 0px auto;
	padding: 0px;
	}

#logo {
	width: 337px;
	height: 92px;
	position: relative;
	top: 0px;
	left: 0px;
	}

#top {
	position: relative;
	top: 0px;
	left: 0px;
	clear: left;
	width: 850px;
	height: 171px;
	margin: 0px auto;
	}

#flash {
	position: absolute;
	top: 71px;
	right: 0px;
	width: 269px;
	height: 192px;
	}

#menubox {
	clear: both;
	width: 820px;
	height: 90px;
	margin: 0px auto;
	background: url(images/menubg.jpg) no-repeat;
	padding: 0px 20px;
	}

ul#mmenu, ul#mmenu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#mmenu {
	float: left;
	width: 100%;

}

ul#mmenu li {
	float: left;
	height: 90px;
	margin: 0px 5px;
}


ul#mmenu a:hover {
	color: #FF5F23;
}

#mainbox {
	width: 800px;
	margin: 0px auto;
	padding: 20px 25px 82px 25px;
	background: #FFF;
	position: relative;
	top: 0px;
	left: 0px;

	}

#leftside {
	float: left;
	width: 180px;
	margin-bottom: 180px;

	}

#centerside {
	margin-left: 215px;
	}

#bottom {
	clear: left;
	margin: 0px auto;
	width: 850px;
	height: 20px;
	text-align: center;
	padding-top: 10px;
	font: normal 11px tahoma, verdana;
	color: #333;
	background: url(images/bottom.jpg) no-repeat;
	}

#leftbottom {
	width: 191px;
	height: 163px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	}

#endcorner {
	width: 17px;
	height: 17px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	}

#end {
	clear: left;
	}


a:link {color: #F34607; text-decoration: underline}
a:visited {color: #F34607; text-decoration: underline}
a:hover {color: #F34607; text-decoration: none}
a:active {color: #F34607; text-decoration: underline}


ul#menusubul {
	width: 180px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #5BA7F1;
	}

ul#menusubul li {
	width: 180px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #FFF;
	}

ul#menusubul li#subemptytop {
	background: url(images/leftpaneltop.gif) no-repeat;
	width: 180px;
	height: 28px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

ul#menusubul li#subemptybottom {
	background: url(images/subpanelend.gif) no-repeat;
	width: 180px;
	height: 7px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none;
	}

ul#menusubul li a.menuSub {
	display: block;
	width: 160px;
	padding: 5px 10px 2px 10px;
	background: url(images/subbg.gif) repeat-x;
	font: normal 11px tahoma, arial;
	color: #FFF;
	text-decoration: none;
}
ul#menusubul li a.menuSub:link {color: #FFF; text-decoration: none}
ul#menusubul li a.menuSub:visited {color: #FFF; text-decoration: none}
ul#menusubul li a.menuSub:hover { background: #71B9FF; color: #FF5F23; text-decoration: none}
ul#menusubul li a.menuSub:active {color: #FFF; text-decoration: none}

ul#menusubul li a.menuSubActive {
	display: block;
	width: 160px;
	padding: 5px 10px 2px 10px;
	background: #66BE00 url(images/subbgactive.gif) repeat-x;
	font: bold 11px tahoma, arial;
	color: #FFF;
	text-decoration: none;
}
ul#menusubul li a.menuSubActive:link {color: #FFF; text-decoration: none}
ul#menusubul li a.menuSubActive:visited {color: #FFF; text-decoration: none}
ul#menusubul li a.menuSubActive:hover { color: #FF5F23; text-decoration: none}
ul#menusubul li a.menuSubActive:active {color: #FFF; text-decoration: none}

a.menu {
	height: auto;
	text-decoration: none;
	display: block;
	background: url(images/butonstart.jpg) no-repeat left top;
	color: #FFF;
	font: bold 12px arial;
	padding: 30px 20px 30px 20px;
}
a.menu:link {
	color: #FFF;
}
a.menu:visited {
	color: #FFF;
	}
a.menu:hover {
	color: #FFF;
	}
a.menu:active {
	color: #FFF;
}

#mmenu a.menuActive {
	height: auto;
	text-decoration: none;
	display: block;
	background: url(images/butonstartactive.jpg) no-repeat left top;
	color: #FFF;
	font: bold 12px arial;
	padding: 30px 20px 30px 20px;
}
#mmenu a.menuActive:link {color: #FFF; text-decoration: none}
#mmenu a.menuActive:visited {color: #FFF; text-decoration: none}
#mmenu a.menuActive:hover { color: #FFF; text-decoration: none}
#mmenu a.menuActive:active {color: #FFF; text-decoration: none}





input {font-size:11px; font-weight: bold; font-family: Arial, Verdana}
input.checkbox {background: none; border: none; width: 20px}
input.button {width: 75px}
textarea {font-size:11px; font-weight: bold; font-family: Arial, Verdana; width: 300px; height: 80px}
select {font-size:11px; font-weight: bold; font-family: Arial, Verdana}

table.border {background-color: #5282B8}
tr {font-size: 11px; font-family: Verdana, Arial; color: #3D3832}
tr.toolBar {background-color: #DCE0E5}
.head {background-color: #CF0000; font-size: 14px; font-family: Arial, Verdana; color: #FFFFFF; font-weight: bold}
.headSmall {background-color: #CF0000; color: #FFFFFF; font-weight: bold}
.field {background-color: #9B9B9B; color: #FFFFFF; font-weight: bold; text-align: center}
.bright {background-color: #EEEEEE}
.dark {background-color: #E0E0E0}
.info {background-color: #CA0000; color: #FFFFFF}
.none {background-color: #EEEEEE}
.light {background-color: #FFFFFF}
.content {background-color: #FFF; background-image: none;}





a.menuAdmin {padding: 2px 2px 2px 2px; display: block; position: relative; font-family: Verdana; text-decoration: none; text-align: center}
a.menuAdmin:link {background: #000000; color: #FFFFFF; text-decoration: none}
a.menuAdmin:visited {background: #000000; color: #FFFFFF; text-decoration: none}
a.menuAdmin:hover {background: #0000CA; color: #FFFFFF; text-decoration: none}
a.menuAdmin:active {background: #000000; color: #FFFFFF; text-decoration: none}

a.menuAdminActive {padding: 2px 2px 2px 2px; display: block; position: relative; font-family: Verdana; font-weight: bold; text-align: center}
a.menuAdminActive:link {background: #CA0000; color: #FFFFFF; text-decoration: none}
a.menuAdminActive:visited {background: #CA0000; color: #FFFFFF; text-decoration: none}
a.menuAdminActive:hover {background: #0000CA; color: #FFFFFF; text-decoration: none}
a.menuAdminActive:active {background: #CA0000; color: #FFFFFF; text-decoration: none}

div#menuadmin {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 18px;
	z-index: 1;
	background-color: #000;
}

#pathinfo {
	margin: 0px;
	padding: 20px 15px 15px 50px;
	height: 17px;
	background: url(images/pathpoint.jpg) no-repeat top left;
	font: bold 14px verdana, arial;
	color: #000;
	border-bottom: 1px dotted #000;
	margin-bottom: 15px;
	}

#toptopmenu {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 281px;
	padding-left: 20px;
	height: 58px;
	background: url(images/toptopmenu.jpg) no-repeat;
	}

#topsepend {
	position: absolute;
	top: 0px;
	right: 0px;
	}

#toptopmenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	text-align: left;
	height: 45px;
	background: url(images/toptopsep.gif) no-repeat;
	}

#toptopmenu li a {
	display: block;
	color: #5BA7F1;
	margin: 0px;
	padding: 20px 10px 0px 15px;
	font: bold 11px tahoma, verdana;
	text-decoration: none;
	}

#toptopmenu li a:hover {
	text-decoration: underline;
	color: #66BE00;
	}

#toptopmain {
	width: 90px;
	background: url(images/home.gif) no-repeat 2% 90%;

	}

#toptopmap {
	width: 50px;
	background: url(images/mapa.gif) no-repeat 2% 90%;

	}

#toptopkontakt {
	width: 40px;
	background: url(images/kontakt.gif) no-repeat 2% 90%;
	}

#descbox {
	position: absolute;
	bottom: -30px;
	right: 20px;
	width: 265px;
	background: url(images/descbg.gif) repeat-y;
	}

#descinfo {
	padding: 2px 15px;
	color: #FFF;
	}
