body {
    background-image: url(/tinmen-beta/static/images/tausta_full.jpg);
    background-repeat: repeat;
}
div#pagecontainer {
    width: 915px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
div.roundedborder {
    border: 1px solid gray;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	 background-color: #fff; 
	 margin-bottom: 10px;   
}
div#pagecontainer div {
    float: left;
}
div.header {
    width: 915px;
    height: 199px;
    background-image: url(/tinmen-beta/static/images/tinmen_head_v3.jpg);
    background-repeat: no-repeat;
}
div.datetoday {
    width: 912px;
    text-align: right;
    float:right;
    color: #fff;
    padding: 3px 3px 0 0;
}
ul { list-style:none }
div.navigation_block {
    width: 915px;
    display: block;
    float: left;
    background-color: #bb5237;
}
h2 {
    color: #a44830;
    font-weight: normal;
    font-size: 1.6em;
}
ul.navigation li {
    float: left;
    text-transform: uppercase;
    padding: 7px 20px 0 20px;
    margin-right: 5px;
    display: block;
    background-color: #d4d4d4;;
    border: 1px solid #b3b5b5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom: 0;
}
ul.navigation li a {
    text-decoration: none;
    color: #696969;    
}
ul.navigation li.selected {
    background-color: #fff;
    border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom: 0;   
}
ul.navigation li.selected a {
    color: #000
}
div.content {
    /*  unpadded w/ 915px  */
    width: 845px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: justify;

}
div.content div.left_column {
    width: 400px;
    padding-right: 15px;
    border-right: 1px dotted #bebebe;
}
div.content div.right_column {
    width: 400px;
    padding-left: 15px;
}

div.footer {
     /*  unpadded w/ 915px  */
    width: 895px;
    padding: 10px;
    border-top: 1px solid #bebebe;
    text-align: left;
    color: #696969;
    background-color: #d4d4d4;
    font-size: 0.8em;
}
div.footer a {
    color: #696969;
    text-decoration: none;
}
div.news {
    display: block;
    float:left;
    width: 500px;
    margin-bottom: 10px;
    border: 1px solid #bebebe;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.news .title{
    width: 495px;
    background-color: #a44830;
    color: #fff;
    padding: 2px 0 2px 5px;
}
div.news .body {
    width: 487px;
    border-bottom: 1px solid #bebebe;
    padding: 3px 3px 3px 10px;
}
div.news .published {
    width: 100%;
    text-align: right;
    background-color: #e4e6e6;
    color: #696969;
    font-size: 0.7em;
    
}
div.contactperson {
    width: 400px;
    margin: 10px 0;
}
div.contactperson .persontitle{
    font-weight: bold;
}