/* START: GENERAL STUFF */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#434343;
        background: #fdfdfd url(bg.png) repeat-x scroll 0 0;
	margin:0px 0px 50px 0px;
	padding:0px;
}

a {
	color: #00008a;
}

a:hover {
	text-decoration:none;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

form {
	margin:0px;
	padding:0px;
}

.borderTable{
background-color:transparent;
}

/* Header Table */

.titleimagecol{
   height: 67px;
}


.HeaderTable{
	
}

.HeaderLine{
	height: 3px;
	background-color: #FE0000;
}

.HeaderRowMenu
{
	height: 0px;
	background-color: #9CA29C;
}

.HeaderRowBreadcrump
{
	height: 16px;
	background-color: #FFFFFF;
}


/* START: Content Table */

.linevertical
{
        width:1px;
	background-color: #00008a;
}

.ContentMain
{
	height: 400px;
        padding: 0px 0px 0px 0px;
}

.tableColumnLeft
{
padding: 0px 10px 10px 0px;
}

.tableColumnMain
{
  padding: 0px 0px 10px 0px;
}

.tableColumnRight
{
padding: 0px 0px 0px 10px;
}

/* Sub Menu */

#sub_navi_table{
   width:100%;
}

.sub_menu, .sub_menu_hi{
	background-color: #00008a;
	color: #FFFFFF;
	border: 1px solid #00008a;
	padding: 3px;
       	font-size: 11px;
	font-weight: bold;
        cursor: pointer;
}



.sub_menu_hi{
        border: 1px solid #FFFFFF;
        background-color: #FFFFFF;
	color: #00008a;
}


#sub_menu_space{
       height: 1px;
}

/* START: Boxen */

.boxborder, .boxmainborder{
	background-color: transparent;
	padding: 0px 0px 0px 0px;
}

.boxcontent, .boxmaincontent{
	background-color: #e7e7e7;
	padding: 10px 0px 0px 0px;
}

.boxcontent{
	background-color: #e7e7e7;
	padding: 10px 0px 0px 0px;
}

.boxtitle{
        color:#666;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	background-color: #e7e7e7;
	padding: 0px 0px 0px 10px;
        text-transform: uppercase;
        border-bottom: 2px solid #00008a;
        font-family: Arial Narrow,arial,helvetica,verdana;
        
}

.boxmaintitle{
        color:#666;
	font-size: 21px;
	font-weight: bold;
	text-align:left;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
        text-transform: uppercase;
        border-bottom: 2px solid #00008a;
        font-family: Arial Narrow,arial,helvetica,verdana;
        
}


.boxpreis, .boxmainpreis{
	color: #00C400;	
	font-size: 12px;
	font-weight: bold;
}

.boxline, .boxmainline{
	height: 0px;
	background-color: #DF0000;
}

.boximagecol{
   height: 40px;
}

.boximagecolmain{
   height: 80px;
}


.boxtext, .boxmaintext{
 padding:4px
		
}

.boxmehr, .boxmainmehr{
	font-weight: bold;
}

.boxvorteil, .boxmainvorteil{
  text-align:left;	
}

.boxFooter{
   height:15px;
   background: url(bg_box_bottom.gif) right bottom no-repeat;
}


.boxSpace, .boxmainSpace{
   height:10px;
}

.just {text-align: justify;}

/* Breadcrump */
.breadcrump, .breadcrump a, .breadcrump a:hover, .breadcrump a:visited, .breadcrump a:active
{
	font-size: 9px;
	color: #C5C5C5;
	text-decoration: none;
        line-height: 18px;
}

.breadcrump a:hover
{
	font-size: 9px;
   color: #00008a;
	text-decoration: underline;
}

/* FOOTER */

.FooterLine{
	height: 3px;
	background-color: #FE0000;
}

.FooterSpaceH{
     height: 0px;
}

.FooterContent{
      background: url(bg_footer.jpg) no-repeat;
      padding: 4px;
      height: 100px;
}


.footerlinks, .footerlinks a, .footerlinks a:hover, .footerlinks a:visited, .footerlinks a:active{
      color:#666;
      padding-left: 4px;
      padding-right: 4px;
      text-decoration: none;
} 

.footerlinks a:hover{
   text-decoration: underline;
}


.poweredby{
   padding: 20px 0px 0px 0px;
}

/* LIVETICKER */

.LiveTickerTable{
    height: 28px;
}

#LiveTickerFrame{
    height: 28px;
    width: 100%;

}


/* Content Static */

.contentTitle{
	color: #00008a;
	padding: 4px 0px 4px 0px;
	font-size: 14px;
	font-weight: bold;
}

.contentText{
	text-align: justify;
        padding: 0px 20px 0px 0px;
}

contentSpace{
	height: 50px;
}

li{
  line-height:20px;
  font-size:13px;
  font-weight:bold;
}

/* Form */

.fButton{
   width: 100%;
	background-color: #00008a;
	color: #FFFFFF;
}

.fButton:hover{
	background-color: #FFFFFF;
	color: #00008a;
}

.formSubTitle{
	color: #FFFFFF;	
	font-weight: bold;
	background-color: #00008a;
	padding: 2px;
}

#formSpaceLine{
  height:20px;	
}

#formTable{
	background-color: #efefef;
}