body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-family: sans-serif;
	background-color: #f4f4f4;
}
#navi a, #navi a:visited {
	color: #bbb;
	font-weight: bold;
	text-decoration: none;
}
#navi a:hover {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

#content a, #content a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #336;
	font-weight: bold;
	text-decoration: underline;
}
#footer a, #footer a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

img{
	margin: 1px;
}
a img, a:visited img{
	border: 2px solid #666;
	margin: 10px;
}
a:hover img{
	border: 2px solid #000;
}

#overhead{
	background: url('../images/layout/overhead.png');
	width: 910px;
	height: 58px;
	margin: 0 auto;
	text-align: right;
	margin: 0;
	padding: 0;
}
#headdiv{
	background: url('../images/layout/kopf.jpg');
	width: 910px;
	height: 197px;
	margin: 0 auto;
}
#underhead{
	background: url('../images/layout/underhead.png');
	width: 910px;
	height: 7px;
	margin: 0 auto;
}
#navincontent{
	margin: 0 auto;
	border: 3px double #ccc;
	width: 910px;
	padding: 0;
	background-color: #fff;
	vertical-align: top;
}

#navi{
	vertical-align: top;
	background: url('../images/layout/navi.png') top left repeat-y;
	width: 232px;
	padding: 8px;
	padding-left: 12px;
	text-align: left;
	
}
#footerl{
	width: 232px;
	height: 35px;
	background-color: #002b6a;
	padding-left: 10px;
	margin: 0;
	color: #fff;
	font-size: 0.7em;
	text-align: left;
}
#footerr{
	width: 668px;
	height: 35px;
	background-color: #002b6a;
	padding-right: 10px;
	margin: 0;
	color: #fff;
	font-size: 0.7em;
	text-align: right;
}

#content{
	padding: 0;
	padding-right: 10px;
	padding-top: 10px;
	text-align: left;
	margin: 0;
	vertical-align: top;
}
.flagimgs{
	margin-top: 18px;
	margin-right: 10px;
	padding: 0px;
}

.stdlayoutimage{
	margin-left: 0px;
}
.messagebox{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
	width: 400px;
	overflow: auto;
	font-size: 0.9em;
}
.messageinfos{
	color: #002b6a;
	font-size: 1.1em;
	font-weight: bold;
}
.enumbox{
	background-color: #eee;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-left: 4px;
	width: 580px;
	padding: 5px;
	font-size: 1.1em;
}
.vline{
	border-left: 1px solid #ccc;
	padding-left: 5px;
}
.line{
	border-top: 1px solid #ccc;
	line-height: 0;
	margin-right: 40px;
	height: 1px;
}
.bilderhead{
	font-size:1.2em;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	margin-right: 40px;
	margin-top: 25px;
	margin-bottom: 5px;
}
.imagetbl, .imagegaltbl{
	align: center;
	text-align: center;
	vertical-align: center;
	border: 0;
	width: 93%;
}
.imagegaltbl td.leftline{
	border-left: 1px solid gray;
}
.imagegaltbl td.topline{
	border-top: 1px solid gray;
}
.imagegaltbl td.lefttopline{
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}
.error {
	font-size: 0.8em;
	color: #aa0000;
	font-weight: bold;
}
.msg {
	font-size: 0.8em;
	color: #00aa00;
	font-weight: bold;
}

#tabsB {
      float:left;
      width:650px;
      background:#fff;
      font-size:93%;
      line-height:normal;
      }
    #tabsB ul {
        margin:0;
        padding:10px 10px 0 0;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("../images/tabs/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("../images/tabs/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

	#tabsB #current a {
			background-position:0% -42px;
	}
	#tabsB #current a span {
			background-position:100% -42px;
    }
	#intabs
	{
	  float:left;
      width:650px;
      background:#e3e3e3;
		border: 1px solid #bbb;
      font-size:93%;
      line-height:normal;
	}