body, html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p.front {
	margin-bottom: 5px;
}
p.dark {
	height: 116px;
	font-size: 11px;
	color: #ffffff;
}
p.dark:first-letter {
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
p.footer {
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.footer:first-letter {
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p:first-letter
{
	color:#ed1b35;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
}
p.announce {
	color: #f1f1f2;
}
.commontext {
	clear: both;
	width: 100%;
	padding-top: 10px;
}
.news {
	width: 650px;
	margin: auto;
	border-bottom: #cccccc dashed 1px;
	padding-bottom: 5px;
}
.newsseparator {
	width: 100%;
	height: 5px;
}
.message {
	color: #cc0000;
	text-align: center;
	width: 500px;
	margin: auto;
}
.messagedots {
	color: #cc0000;
	text-align: center;
	width: 500px;
	margin: auto;
	font-size: 30px;
}
.img1 {
	float: left;
	padding: 10px;
}
.img2 {
	text-align: center;
}

		/* LIST STYLE */
		
ul 
{
	list-style-image: url(../images/list.png);
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
}
ul.normal
{
	list-style-image: url(../images/list.png);
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
}

		/* FONT STYLE */
		
.smallred {
	color: #ed1b35;
	font-size: 10px;
	padding-left: 130px;
	text-align: right;
}
.newsdata {
	height: 10px;
	width: 100%;
}
.newsdata2 {
	height: 10px;
	width: 630px;
	text-align: right;
	border-bottom: #014b94 dotted 1px;
	padding-bottom: 2px;
	padding-right: 20px;
}
.datum {
	color: #014b94;
	font-size: 10px;
	width: 70px;
	float: left;
	padding-left: 20px;
}
.autor {
	float: right;
	width: 560px;
	color: #014b94;
	font-size: 10px;
}

		/* HEADLINES */
		
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ed1b35;
	margin: 0px;
	padding: 0px;
}
.news h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ed1b35;
	margin: 5px;
	padding: 0px;
}
h2.dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.news h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
}
h3.darksmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#foldboxcontent h3 {
	margin: 0px;
	padding: 5px;
	font-family: Georgia;
	background-color: #efeeee;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
#boxmid h3.dark {
	margin: 0px;
	padding: 5px;
	font-family: Georgia;
	background-color: #222222;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

		/* LINKOVI */
		
a.mainnav, a.mainnav:active, a.mainnav:visited {
	display: inline-block;
	padding: 5px;
	padding-left: 10px; padding-right: 10px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #014b94;
	border-right: #222222 solid 1px;
	margin: 0px;
}
a.mainnav:hover {
	background-color: #ed1b35;
}
a.list, a.list:active, a.list:visited {
	color: #333333;
	text-decoration: none;
	display: block;
}
a.list:hover {
	color: #014b94;
}
a.readon {
	float: right;
	display: block;
	background: #ed1b35;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	margin-right: 10px;
}
a.readon:hover {
	background-color: #014b94;
}
.news a.readon {
	float: right;
	display: block;
	background: #ed1b35;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 5px;
}
.news a.readon:hover {
	background-color: #014b94;
}
a.readonDark {
	text-transform: uppercase;
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
	margin-right: 10px;
}
a.readonDark:hover {
	color: #ed1b35;
}
a.langbar {
	text-transform: uppercase;
	color: #cccccc;
	font-size: 9px;
	text-decoration: none;
}
a.langbar:hover {
	color: #ffffff;
}
a.footerbottom {
	color: #222222;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
a.footerbottom:hover {
	color: #ffffff;
}
a.breadcrumbs, a.breadcrumbs:link, a.breadcrumbs:active, a.breadcrumbs:visited {
	color: #014b94;
	text-decoration: none;
}
a.breadcrumbs:hover {
	color: #ed1b35;
}
a.breadcrumbsA {
	color: #ed1b35;
	text-decoration: none;
}
a.breadcrumbsA:hover {
	color: #222222;
}
#announce a {
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
#announce a:hover {
	color: #222222;
}

		/* LAYOUT */

#pageContainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 1000px;
	background-color: #efeeee;
}
#headerWrapper {
	width: 100%;
	height: 150px;
	background-color: #014b94;
}
#top {
	width: 100%;
	height: 23px;
	background-color: #222222;
}
#topWrapper {
	width: 960px;
	margin: auto;
}
#scroller {
	width: 550px;
	float: left;
}
.brakingnews {
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	width: 80px;
	height: 16px;
	padding-top: 1px;
}
.scroller {
	font-size: 10px;
	color: #cccccc;
	text-transform: uppercase;
	height: 16px;
}
#langbar {
	float: right;
	width: 400px;
	text-align: right;
	text-transform: uppercase;
	color: #cccccc;
	font-size: 9px;
	padding-top: 3px;
}
#header {
	width: 100%;
	height: 90px;
	background-color: #ed1b35;
}
#header960 {
	width: 960px;
	margin: auto;
}
#logo {
	float: left;
	width: 300px;
}
#search {
	width: 300px;
	height: 40px;
}
.inputbox {
	border: #222222 solid 1px;
	padding: 3px 5px 3px 5px;
	margin-left: 10px;
	color: #222222;
	background-color: #ffffff;
	width: 200px;
}
.button {
	padding: 3px 5px 3px 5px;
	margin-left: 10px;
	color: #efeeee;
	background-color: #222222;
	text-transform: uppercase;
	font-size: 10px;
	border: #222222 solid 1px;
}
.button:hover {
	background-color: #014b94;
	cursor: pointer;
}
#topbanner {
	float: right;
	width: 620px;
	height: 70px;
	margin-top: 10px;
}
#topbannerleft {
	float: left;
	width: 468px;
	height: 60px;
	padding: 5px;
	background-color: #efeeee;
	border: #222222 solid 1px;
}
#topbannerright {
	float: right;
	width: 120px;
	height: 60px;
	padding: 5px;
	background-color: #efeeee;
	border: #222222 solid 1px;
}
#navigationWrapper {
	width: 100%;
	height: 24px;
	background-color: #222222;
	padding-top: 10px;
}
#navigation {
	width: 960px;
	margin: auto;
}
#wrapper {
	width: 960px;
	margin: auto;
	margin-top: 10px;
}
#leftcol {
	width: 680px;
	float: left;
}
#fold {
	height: 310px;
}
#rightcol {
	width: 270px;
	float: right;
}
#footer {
	width: 100%;
	margin: auto;
	background-color: #222222;
	clear: both;
	border-top: #014b94 solid 5px;
}
#footerWrapper {
	width: 960px;
	margin: auto;
	padding: 5px;
}
#footerBottom {
	width: 100%;
	background-color: #ed1b35;
	min-height: 30px;
	border-bottom: #222222 solid 2px;
}
#footerBottomWrapper {
	width: 960px;
	margin: auto;
	text-align: right;
	color: #222222;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 10px;
}
.footerbox {
	width: 215px;
	min-height: 140px;
	padding: 10px;
	border-right: #111111 solid 1px;
}
#breadcrumbs {
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
	font-family: Verdana;
	background-color: #efeeee;
	color: #ed1b35;
	font-size: 11px;
	text-transform: uppercase;
}

		/* BOX STYLE */

#boxtop.light {
	width: 680px;
	height: 5px;
	background: #ffffff url(../images/lighttop.jpg) top left no-repeat;
}
#boxmid.light {
	width: 670px;
	background: #ffffff url(../images/lightmid.jpg) top left repeat;
	padding: 5px;
}
#boxbottom.light {
	width: 680px;
	height: 5px;
	background: #ffffff url(../images/lightbottom.jpg) top left no-repeat;
	margin-bottom: 10px;
}
#boxtop.dark {
	width: 680px;
	height: 5px;
	background: #ffffff url(../images/darktop.jpg) top left no-repeat;
}
#boxmid.dark {
	width: 670px;
	background: #ffffff url(../images/darkmid.jpg) top left repeat;
	padding: 5px;
}
#boxbottom.dark {
	width: 680px;
	height: 5px;
	background: #ffffff url(../images/darkbottom.jpg) top left no-repeat;
	margin-bottom: 10px;
}
#boxtop.darksmall {
	width: 270px;
	height: 5px;
	background: #ffffff url(../images/darktopsmall.jpg) top left no-repeat;
}
#boxmid.darksmall {
	width: 260px;
	background: #ffffff url(../images/darkmidsmall.jpg) top left repeat;
	padding: 5px;
}
#boxbottom.darksmall {
	width: 270px;
	height: 5px;
	background: #ffffff url(../images/darkbottomsmall.jpg) top left no-repeat;
	margin-bottom: 10px;
}
#boxtop.lightsmall {
	width: 270px;
	height: 5px;
	background: #ffffff url(../images/lighttopsmall.jpg) top left no-repeat;
}
#boxmid.lightsmall {
	width: 260px;
	background: #ffffff url(../images/lightmidsmall.jpg) top left repeat;
	padding: 5px;
}
#boxbottom.lightsmall {
	width: 270px;
	height: 5px;
	background: #ffffff url(../images/lightbottomsmall.jpg) top left no-repeat;
	margin-bottom: 10px;
}
#foldboximg {
	width: 200px;
	height: 280px;
	float: left;
	background-color: #222222;
	margin-left: 5px;
}
#foldboxcontent {
	width: 450px;
	float: right;
	margin-right: 5px;
}
#foldboxcontentleft {
	float: left;
	width: 205px;
	min-height: 240px;
	border-right: #b3b3b3 solid 1px;
	margin: 10px;
	margin-right: 0px;
}
#foldboxcontentright {
	float: right;
	width: 200px;
	margin: 10px;
	margin-left: 0px;
}
.boxcol {
	width: 205px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}
.boxcolleft {
	width: 210px;
	margin: 0px;
	padding: 0px;
	border-right: #b3b3b3 solid 1px;
}
.boxcolright {
	width: 210px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	border-left: #b3b3b3 solid 1px;
}
.fronttitle {
	margin-bottom: 5px;
}
.fronttitle_dark {
	padding-top: 5px;
	margin-bottom: 10px;
}
#rightcol img {
	margin-left: 5px;
}
img.banner {
	margin-top: 5px;
}
#postit{
	top: 150px;
	position: absolute;
	width:99%;
	padding:5px;
	margin: auto;
	background-color:none;
	visibility:hidden;
	z-index:100;
	cursor:hand;
	cursor: pointer;
}
#announce {
	margin: auto;
	width: 300px;
	height: 440px;
	color: #ffffff;
	background: url(../images/announce.png) top left repeat;
	border: #222222 solid 5px;
	padding: 10px;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
	background: #014b94;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
	border: #b3b3b3 solid 1px;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #f1f1f2;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border: 1px solid #b3b3b3;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}
