/* general styles */

body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}

table {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}

a {
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* style for top links */
#header_nav {
    font-size: 11px;
	text-decoration: none;
}

/* style for main menu */
#main_menu {
    color: white;
    text-decoration: none;
}

#main_menu a {
    color: white;
}

#main_menu a:visited {
    color: white;
}

div.main_menu_item {
    float: left;
    padding-top: 6px;
    padding-bottom: 5px;
    width: 128px;
    text-align: center;
}

/* styles for frontpage news */

div.newsitem {
    float:left; 
    width: 280px;
    overflow: hidden;
    padding: 5px 10px;
    background-color: lightgray;
}

h2.newsitem_title {
    color: darkblue;
    font-weigth: bold;
    font-size: 12px;
    text-align: left;
    margin-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid gray;
}

div.newsitem_text {
    height: 70px;
    text-align: justify;
    overflow: hidden;
}

div.newsitem_text p.bodytext {
    margin: 0px;
    padding: 0px;
}

div.newsitem_more {
   padding-top: 5px;
   text-align: right;
}


/* style for frontpage teasers */

div.teaser {
    float: left;
    width: 205px;
    height: 330px;
    overflow: hidden;
    padding: 0px 10px;
    background-color: inherit;
}

h2.teaser_title {
   color: darkred;
   font-weigth: bold;
   font-size: 12px;
   margin: 0px;
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: left;
}

img.teaser_image {
   width: 205px;
   height: 185px;
   margin-top: 0px;
   padding-top: 0px;
   margin-bottom: 5px;
   text-align: center;
}

div.teaser_text {
   text-align: justify;
   height: 93px;
   overflow: hidden;
}

div.teaser_more {
   text-align: right;
   padding-top: 5px;
}

