body {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height:16px;
}

a {
	color: #039;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	color: #039;
	text-decoration: underline;
	font-style: italic;
}

#main {
	margin: 0 auto 0 auto;
	width: 40%;
	height: auto;
}

#container {
	background-image:url(../images/design_01.gif);
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
	width: auto;
	height: 150px
}

#container2 {
	width: 73.69em;
	margin: 10px auto 0 auto;
}

#header {
	background-image:url(../images/design_02.jpg);
	width: 93.69em;
	margin: 0 auto 0 auto;
	height: 150px;
}

#tekstvlak {
	top: 14em;
	/*width: 45.25em;*/
	width: 50em;
	margin-left: 12.13em;
	vertical-align: top;
}

#menu {
	float: left;
	width:12.50em;
	color: #000;
	text-align: right;
	margin-top: 3.29em;
	margin-left: -2em;
}

#menu li a{
	font-style: normal;
	border-right: #FFF 1px solid;
	border-spacing: 0.13em;
	padding-right: 0.63em;
}

#menu li {
	list-style-type: none;
	margin-bottom: 5px;
}


#menu li a:hover {
	border-right: #039 1px dotted;
	border-spacing: 5px;
	text-decoration: none;
}

#submenu {
	position: absolute;
	margin-left: 58.75em;
	width: auto;
	color: #000;
	text-align: left;
	top: 17em;
	vertical-align: top;
}

#submenu li {
	list-style-type: none;
}

#submenu li a{
	font-style: normal;
	border-left: #FFF 1px solid;
	border-spacing: 5px;
	padding-left: 10px;
}



#submenu li a:hover {
	border-left: #039 1px dotted;
	border-spacing: 5px;
	text-decoration: none;
}

h1 {
	margin: 0 0 14px 0;
	font-size: 12px;
	font-weight: bold;
	color: #039;
	border-bottom: #039 1px dotted;
}
p {
	margin-bottom: 20px;
}
hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	border-style: dashed;
	height: 1px;
	width: 60%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

li {
	color:#06C;
	display:block;
	font-weight:normal;
	text-decoration:none;
	text-transform: capitalize;
	font-style: none;
}

#submenu li.sub_menu_active {
	padding-left: 10px;
	color: #000;
	font-style: normal;
	border-left: #000 1px solid;
}


#menu li.main_menu_active {
	padding-right: 10px;
	color: #000;
	font-style: normal;
	border-right: #000 1px solid;
}

li.main_menu_item, li.sub_menu_item {
	color: red;
}

li.main_menu_item_active, li.sub_menu_item_active {
	color: green;
}

table.calendar {
	width: 100%;
	border: 1px dotted #ddd;
	margin: 0 0 5px 0;
}

table.calendar td {
	padding: 5px 0;
}
td.calendar_title {
	background-color: #EEE;
	font-size: 10px;
	color: #039;
	padding: 0;
}

table.blog {
	width: 100%;
	border: 1px dotted #ddd;
}

table.blog_gallery {
	width: 500px;
	border: 1px dotted #ddd;
	margin: 5px 0 5px 0;
	background-color: #eee;
	padding: 5px 0 5px 0;
}

td.blog_title {
	background-color: #EEE;
}

#blog_title {
	font-weight: bold;
	color: #039;
}

#title_calendar_location {
	float: right;
}

#title_calendar {
	float: left;
}

#blog_text {
	margin-bottom: 5px;
}

body > div#footer { position: fixed;  
        top: auto; 
        left: auto;}

#footer {
		position: absolute; 
		left: 0; 
		bottom: 0;
		background-color: #039;
        width: 100%;
        height: 15px;
		text-align: center;
		color: #BBB;
		font-weight: normal;
		border-top: 1px solid #ccc;
		font-size: 10px;
      }
