body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  background-image: url(../images/bg.png);
  background-repeat: repeat-x;
}

h1 {
  font-size: 1.9em;
  margin: 3px 0 5px 0;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
}

h2.line {
  margin: 10px 0 0 0;
  border-bottom: 1px solid #336699;
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
  margin: 10px 0 2px 0;
}

h4 {
  font-size: 1.1em;
  margin: 2px 0 2px 0;
}

a:link, a:visited {
  color: #376A9D;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #FFA500;
  text-decoration: underline;
}


/* HEADER */
#header {
  height: 98px;
  background-image: url(../images/header_bg.png);
  background-repeat: repeat-x;
}

#header .logo {
  width: 264px;
  height: 84px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
}

#header .info {
  position: absolute;
  right: 15px;
  top: 15px;
}

#header .info a:link, #header .info a:visited {
  color: #ffffff;
}


/* NAVIGATION */
#navigation {
  height: 28px;
  background-image: url(../images/header_navi2.png);
  background-repeat: repeat-x;;
}

#navigation .menu {
  height: 28px;
  background-image: url(../images/header_navi.png);
  background-repeat: no-repeat;
  padding-top: 1px;
  padding-left: 5px;
}

#navigation img {
  border: 0;
}


/* RIGHTBAR */
#rightbar {
  float: right;
  width: 220px;
  margin-right: 10px;
}


/* MAIN */
#main {
  margin-right: 240px;
  padding: 0 40px 40px 10px;
  border-right: 1px solid #336699;
}

#main .content {
  padding-left: 30px;
}

#main .newsday {
  height: 30px;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
}

#main .newsday .left {
  background-image: url(../images/nol.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 30px;
}

#main .newsday .right {
  background-image: url(../images/nor.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 30px;
}

#main .newsday .center {
  background-image: url(../images/no.png);
  background-repeat: repeat-x;
  height: 30px;
  margin: 0 4px 0 4px;
}

#main .newsday .text {
  padding: 4px 0 0 10px;
}

#main .newsarticle {
  margin-bottom: 10px;
  border-top: 1px solid #b1b1b1;
}

#main .newsarticle h3 {
  margin-top: 0;
  padding: 2px;
  background-image: url(../images/brot.png); 
  background-repeat: repeat-x;

}

#main .newsarticle .info {

}

#main .newsarticle .text {
  margin: 10px;
}

#main .article {
  margin: 5px;
}

#main .article h2 {
  margin: 0;
  border-bottom: 1px solid #336699;
  font-size: 1.5em;
}

#main .article h3 {
  margin: 0;
}

#main .box {
  background-image: url(../images/news_l.png);
	background-repeat: repeat-y;
	background-position: left;
	margin: 5px 2px 0px 2px;
	padding: 0;

}
#main .box h3 {
  margin: 0;
  color: white;
  padding-top: 7px;
}
#main .box h3 a {
  color: white;
}
#main .box .border {
  background-image: url(../images/news_r.png);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0; padding: 0;
}

#main .box .content {
  margin: 0 11px 0 11px;
	background-color: #e7e7e7;
	padding-top: 7px;
	
}
#main .box .content p {
  margin: 0;
	padding: 15px 0 10px 0;
}
#main .box .content .infoline {
 /* border-top: 1px solid black; */
  margin-top: 10px;
  font-weight: bold;
}
#main .box .borderhtop {
  background-color: #ffffff;
  background-image: url(../images/news_u.png);
  background-repeat: repeat-x;
	height: 31px;
}

#main .box .borderh {
  background-color: #ffffff;
  background-image: url(../images/news_d.png);
  background-repeat: repeat-x;
	height: 11px;
}
#main .box .cornerlt {
  background-color: #ffffff;
  background-image: url(../images/news_ul.png);
  background-repeat: no-repeat;
	width: 11px;
	height: 31px;
	float: left;
}
#main .box .cornerlb {
  background-image: url(../images/news_dl.png);
  background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	float: left;
}
#main .box .cornerrightrt {
  background-image: url(../images/news_ur.png);
  background-repeat: no-repeat;
	width: 11px;
	height: 31px;
	float: right;
}
#main .box .cornerrightrb {
  background-image: url(../images/news_dr.png);
  background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	float: right;
}

.code {
  margin: 10px;
  padding: 15px;
  font-family: "Courier New", Courier, monospace;
  background-color: #f9f9f9;
  border-top: 1px silver solid;
  border-bottom: 1px silver solid;
}


/* FOOTER */
#footer {
  clear: both;
  background-color: #306091;
  color: #ffffff;
  text-align: center;
}

#footer a:link, #footer a:visited {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

#footer a:hover {
  color: #FFA500;
  text-decoration: underline;
}