* {
	padding: 0;
	margin: 0;
	font-family : Verdana, sans-serif;
	color: #333333;
	font-size: 12px;
}


/* -------- Main Template -------- */

BODY {
	/*background-image: url('../images/bg_gradient.png');
	background-repeat: repeat-x;
	background-color: #333333;*/
    color: #333333;
    scrollbar-3dlight-color: #CCCCCC;
    scrollbar-arrow-color: #005EA8;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-track-color: #FFFFFF;
    background-color: #005EA8;
}

#container {
    position: absolute;
    visibility: visible;
    width: 944px;
    margin-left: -452px;
    padding-top: 5px;
    left: 50%;
    z-index: 1;
}

.templatetable{
	width: 944px;
}

.rightsidebar{
	width: 160px;
	max-width: 160px;	
	background-color: #FFFFFF;	
} 

#right-marker{
	padding-left: 0px;
}

#right-marker br{
	line-height: 8px;
}

#right-marker H6{
    padding: 3px 0px 4px 3px;
    width: 100%;
}

img
{
	border: 0px;
}

#header {
    background-image: url('../images/header_spacer.png');
    repeat: repeat-x;
}

#fsizemenu {
    align: center;
    padding-bottom: 1px;
}

#navi_mid {
    padding: 0px 0px 0px 5px;
}

.navi_mid_bg {
    background-image: url('../images/navi_bg.png');
    /*background-repeat: repeat-x;*/
}

#naviright{
	width: 160px;
	padding-top: 5px;
	background: #FFFFFF;
}

#content{
    width: 750px;
    padding-top: 3px;
	margin-left: 10px;
	margin-right: 5px;
	background: #FFF;
	margin-bottom: 5px;
}

.whiteborder{
	background-color: #FFFFFF;
	width: 5px;
} 

.whitebordertop{
	height: 2px;
	background-color: #FFFFFF;
}

.whiteborderbottom{
	height: 1px;
	background-color: #B2040C;
}

.greyborder{
	width: 1px;
	background-color: #999999;
}

#content OL, UL{
	padding-left: 15px;
}

#footer {
	background: #FFFFFF;
}

#printlink {
    padding-bottom: 1px;
	padding-right: 5px;
    background: #FFFFFF;
}

.printlinktd{
	width: 1px;
}

#tipafriend {
    text-align: right;
    background: #FFFFFF;
}

.divide{
	width: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#languages{
	background: #FFFFFF;
}

/* -------- Extensions -------- */

#latest
{
	position: absolute;
	left: 300px;
	bottom: 13px;
	width:300px;
}

.update
{
	font-size:		10px;
	color:			#666;
}

.navirightheader{
	color: #FFFFFF;
	background: #b1040c;
	font-weight: bold;
	height: 20px;
	padding-left: 3px;
}

.button{
  font-size:11px;
  color: #005EA8;
  background-Color: #FFFFFF;
  border-left: 1px solid #005EA8;
  border-top: 1px solid #005EA8;
  border-right: 1px solid #005EA8;
  border-bottom: 1px solid #005EA8;
  text-decoration: none;
  text-align: center;
}

.fontbutton{
  color: #005EA8;
  background-Color: #FFFFFF;
  border: 0px;
}

.csc-textpic-caption{
	width: 500px;
}

.tx-indexedsearch-res
{
    overflow:auto;
}

.tx-newloginbox-pi1 .username{
    width: 140px;
    max-width: 140;
    word-wrap: break-word;
    text-align: left;
    overflow: hidden;
}

.tx-newloginbox-pi1 {
    overflow:hidden;
    max-width: 160px;
    width: 160px;
}

.tx-newloginbox-pi1 .button{
    max-width: 135px;
    width: 135px;
}

.news-single-files DT{
	float: left;
	color: #FFFFFF;
    font-weight: bold;
    background-color: #005EA8;
    width: 100%;
    padding: 4px 0px 4px 3px;
}

.news-single-files DD{
	padding-top: 25px;
}

#flash{
	text-align: center;
}

/* -------- Fonts and Tags -------- */

H1 {
    color: #333333;
    font-weight: bold;
    font-family : Verdana, sans-serif;
    font-size : 18px;
    padding-top: 5px;
    padding-bottom: 15px;
}

H2 {
    color: #005EA8;
    font-weight: bold;
    font-family : Verdana, sans-serif;
    font-size : 14px;
    padding-top: 0px;
    padding-bottom: 10px;
}

H3 {
    color: #005EA8;
    font-weight: bold;
    font-family : Verdana, sans-serif;
    font-size : 12px;
    padding-top: 5px;
    padding-bottom: 20px;
}

H4 {
    color: #005EA8;
    font-weight: normal;
    font-family : Verdana, sans-serif;
    font-size : 10px;
    padding-top: 5px;
    padding-bottom: 14px;
}

H5 {
    color: #666666;
    font-weight: normal;
    font-family : Verdana, sans-serif;
    font-size : 10px;
    padding-top: 5px;
}

H6 {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #b1040c;
    width: 100%;
    padding: 4px 0px 4px 3px;
}

H7
{
    color: #005EA8;
    display:inline;
    font-weight: bold;
    font-family : Verdana, sans-serif;
    font-size : 11px;
}

.nopadding{
	padding: 0px 0px 0px 0px;
}

.error{
    color: #FF0000;
    font-weight: bold;
}

li {
   list-style-image :url('../images/square.gif');
   list-style-type: none;
   color: #333333;
   padding-bottom: 4px;
}

li sup{
	font-size: 9px;
	/*color: #005EA8;*/
}

.li_selected {
   color: #FF0000;
}

.li_nobullet {
   list-style-image :none;
   list-style-type: none;
   color: #005EA8;
   padding-left: 10px;
   padding-bottom: 4px;
}

.li_nobullet_selected {
   list-style-image :none;
   list-style-type: none;
   color: #FF0000;
   padding-left: 10px;
   padding-bottom: 4px;
}

.li_subnobullet {
   list-style-image :none;
   list-style-type: none;
   color: #005EA8;
   padding-left: 20px;
   padding-bottom: 4px;
}

.li_subnobullet_selected {
   list-style-image :none;
   list-style-type: none;
   color: #FF0000;
   padding-left: 20px;
   padding-bottom: 4px;
}

sup{
  font-size: 9px;	
}

hr {
	background-color:#999999; /* Mozilla 1.4 */
	color:#999999; /* IE 6 */
	border: #999999; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}

.italian {
    color: #005EA8;
    font-weight: normal;
    font-style:italic;
    font-size : 10px;
    line-height: 15px;
}


.topmenufont{
    font-size: 14px;
    line-height: 20px; 
    font-weight: bold;
    color: #FFF;
}

.topmenufontsel{
    font-size: 14px;
    line-height: 20px; 
    font-weight: bold;
    color: #000;
}

A {
    background-color:transparent;
    color: #005EA8;
    text-decoration: none;
}

A:hover {
    background-color:transparent;
    color: #000;
}

/* -------- Feedback Form -------- */

input[type="radio"]{
  margin-left: 3px;
}

.tdtitle{
padding-top: 3px;
padding-bottom: 3px;
padding-left: 3px;
background-color: #005EA8;
color: #FFFFFF;
font-weight: bold;
}

.tdradios{
background-color: #EEEEEE;
}