/* This could be relevant in some cases for proper display in Safari */
/*html,table {
    background-color: white;
}*/

body  {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(background.jpg);
	background-color: white;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-3dlight-color: #EDEDED;
	scrollbar-darkshadow-color: #ECECEC;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-track-color: #F6F6F6;
}

body.header {
	background: gray;
	background-image: url(background-header.jpg);
}

body.menu {
	background: #F5F5F5;
	background-image: none;
}

body.iframe {
	background: white;
	background-image: none;
	margin: 0px;
	margin-right: 20px;
}

body,p,li,td,input,select,textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: justify;
}

div#centered
{
	position: absolute;
	left: 50%;
	width: 900px;
	margin-left: -450px; /* negative Hälfte von width: 900px */
	top: 50%;
	height: 580px;
	margin-top: -290px; /* negative Hälfte von height: 600px */
}

div#tabs {
    width: 660px;
}

div.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	background-color: white;
}

div.header {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	height: 240px;
	background-color: white;
}

div.content {
	position: absolute;
	top: 330px;
	left: 0px;
	width: 100%;
	height: 217px;
	background-color: white;
}

div.footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	background-color: white;
}

.smallerwidth {
    width: 70%;
}

span.highlight {
    font-size: 13px;
	font-weight: bold;
	color: #000080;
}


b,strong {
	font-weight: bold;
}



i,em {
    font-style: italic;
}

h1,h2,h3  {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	color: #026AB1;
	letter-spacing: 2px;
}

h2  {
	font-size: 14px;
	margin-bottom: 0px;
}

h3  {
	font-size: 12px;
	margin-bottom: 0px;
}

hr  {
	width: 100%;
	color: #026AB1;
}

a:link  {
	text-decoration: none;
	color: #026AB1;
}

a:visited  {
	text-decoration: none;
	color: #026AB1;
}

a:hover,a:focus  {
	text-decoration: none;
	color: #0697D0;
}

a:active  {
	text-decoration: none;
	color: #0697D0;
}

input,select,textarea {
	margin-right: 3px;
	margin-top: 3px;
	border: 1px solid gray;
	background: transparent;
}

input.button,button {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-align: center;
	border: 1px solid gray;
	background: transparent;
}

input.checkbox {

}

select {
    background-color: white;
}

option {
    background: white;
}

a img,img,input.radio,input.checkbox {
	border: none;
}

div.line {
	border-bottom: 1px solid #026AB1;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0;
}

.with_line {
	padding-bottom: 4px;
	border-bottom: 1px solid #026AB1;
	margin-bottom: 20px;
}

span.separator {
	color: #026AB1;
}

marquee.marquee {
	margin-left: 370px;
	margin-right: 20px;
}

div.marquee {
	width: 100%;
	position: absolute;
	right: 0px;
}

.tickertext {
	font-weight: bold;
	color: gray;
}

a:link.tickertext {
	text-decoration: none;
	color: gray;
}

a:visited.tickertext {
	text-decoration: none;
	color: gray;
}

a:hover.tickertext,a:focus.tickertext {
	text-decoration: none;
	color: red;
}

a:active.tickertext {
	text-decoration: none;
	color: red;
}

.tickerseparator {
	color: gray;
	margin-left: 20px;
	margin-right: 20px;
}

td.contactform_leftcol {
	width: 180px;
	vertical-align: top;
    text-align: left;
}

td.contactform_rightcol {
	width: 300px;
	vertical-align: top;
    text-align: left;
}

input.contactform,select.contactform {
    width: 300px;
}

textarea.contactform {
    width: 300px;
	height: 100px;
}

div.feed_title {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}


div.feed_item {
   	background: #F5F5F5;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
}


div.feed_item_title {
	font-weight: bold;
}

a:link.feed_item_link {

}

a:visited.feed_item_link {

}

a:hover.feed_item_link,a:focus.feed_item_link {

}

a:active.feed_item_link {

}

div.feed_item_description {

}

a:link.feed_page {
	text-decoration: none;
	color: gray;
}

a:visited.feed_page {
	text-decoration: none;
	color: gray;
}

a:hover.feed_page,a:focus.feed_page {
	text-decoration: none;
	color: red;
}

a:active.feed_page {
	text-decoration: none;
	color: red;
}

.warning {
    color: red;
}