/* CSS Document */
body, html {
background-color: #5cb7a5;
font-family: veraden, helvetica, arial;
font-size: 11px;
color: #000000;
margin: 0px;
padding: 0px;
text-align:center;
}

#newsticker {
background-color:#000000;
text-align: center;
}

#headline{
width: 100%;
height: 25px;
background-color: #000000;
border-bottom: 2px solid #FFFFFF;
text-align: center;
text-indent: 0px;
padding-top: 20px;
}

#headline_text{
width: 750px;
margin: auto;
text-align: left;
}

img {border: 0px;}

#picture{
width: 100%;
height: 197px;
background-color: #5cb7a5;
background-position: center top;
background-repeat: no-repeat;
border-top: 1px solid #000000;
border-bottom: 1px solid #FFFFFF;
}

#box {
width: 750px;
margin: auto;
text-align: left;
margin-top: 10px;
}

h1 {
font-size: 20px;
color: #5cb7a5;
font-weight:bold;
padding: 0px;
margin: 0px;
}

#headline #headline_text h1 {
color: #c8e8e2;
}

#content p {color: #000000}

#btn{
width: 200px;
background-color: #000000;

}

#left {
width: 200px;
float:left;
}

#navi{
width: 200px;
background-color: #000000;
margin-bottom: 20px;
}

.table1 {
border-bottom: 1px dotted #000000;
padding-top: 20px;
padding-bottom: 20px;
}

.table2 {
border-bottom: 1px dotted #000000;
padding-top: 20px;
padding-bottom: 20px;
}

a:link {
color:#000000;
text-decoration:none;
font-weight:bold;
font-size:1em ;
}

a:visited {
color:#000000;
text-decoration:none;
font-weight:bold;
font-size:1em;
}

a:hover {
color:#5cb7a5;
text-decoration:none;
font-weight:bold;
font-size:1em;
}



div#menu a{
   	width: 158px;
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
    border:1px solid #5cb7a5;
  	border-bottom-width: 1px;
    border-top-width: 0px;
  	border-left-width: 0px;
  	border-right-width: 0px;
  	margin-left:1px;

   	color: #FFFFFF;
   	text-align: left;
   	text-decoration: none;
  	 }

div#menu{
  	font: 11px verdana,arial, sans-serif;
  	font-weight: bold;
  	width: 100px;
  	margin-top: 3px;
  	}
  	
#content{
width: 545px;
float: right;
background-color: #c8e8e2;
}

div#menu a:hover {
  	background: #5cb7a5;
  	color: #000000; 
    }

div {
	margin:0;
}


.ro {
	background-position:top right; 
  background-repeat:no-repeat; 
}

.lo {
	background-position:top left; 
  background-repeat:no-repeat;
}

.ru {
	background-position:bottom right; 
  background-repeat:no-repeat;
}

.lu {
	background-position:bottom left; 
  background-repeat:no-repeat;
}
