/* Settings for:
	- fonts
	- links
	- background images */

/* Settings for pathway - used only during development */	
.pathway {
font-size: 0.7em;
color: #c0c0c0;
font-weight: bold;
}

/* top menu */
/* Background with blue image */
ul#mainlevel-nav {
list-style: none;
padding: 0;
margin: 0;
float: right;
white-space: nowrap;
margin-right: 3px;
}

ul#mainlevel-nav li{
/* width: auto !important; */
/* width: 5%; */
text-align: center;
width: 120px;
height: 24px;
float: left;
margin: 0;
margin-right: 3px;
padding: auto;
line-height: 24px;
white-space: nowrap;
background: url(http://www.ju-kronach.de/Ebersdorf/Bausteine/Seitenlayout/Background_Menu_Blue_Small.png) no-repeat;
}

ul#mainlevel-nav li a.mainlevel-nav{
font-weight: bold;
font-size: 0.8em;
color: #ffffff;
height: 24px;
display: block;
padding: auto;
margin: auto;
text-decoration: none;
white-space: nowrap;
}

/* main menu - left */
/* Background with green image; active link shown in blue */
ul#mainlevel {
list-style: none;
padding: 0;
margin: 0;
float: left;
white-space: nowrap;
}

ul#mainlevel li {
width: 100px;
height: 24px;
float: left;
margin: 0;
padding: 0;
line-height: 24px;
white-space: nowrap;
margin-bottom: 3px;
background: url(http://www.ju-kronach.de/Ebersdorf/Bausteine/Seitenlayout/Background_Menu_Green_Small.png) no-repeat;
}

ul#mainlevel li a {
font-weight: bold;
color: #ffffff;
font-size: 0.8em;
display: block;
padding: 0;
padding-left: 5px;
margin: 0;
text-decoration: none;
white-space: nowrap;
}

/* Latest News */
ul.latestnews {
list-style-type: none;
margin: 0px;
padding: 0px;
padding-left: 0.7em;
margin-left: 0.7em;
margin-bottom: 5px;
margin-top: 2px;
}

a.latestnews {
font-size: 0.8em;
color: #000000;
}

/* Format mosMainBody contents */

.contentheading {
font-weight: bold;
}

.blog_more {
font-weight: normal;
font-size: 0.7em;
}
