﻿* {
   font-size			: 12px;
    /*    font-size: 11pt;*/
    font-weight			:normal;
    font-family			: arial, sans-serif;
	color				:#000;
    text-decoration		: none;
    margin				: 0px;
    padding				: 0px; 
}
.vis{
	display:block;
}
.unvis{
	display:none;
}
img 
{
    border				:0;
    margin				:0;
    padding				:0;
 }
html {  
}
ul
{
    list-style-type		: none;   
}
body 
{
   background-color: #999999;
    background-image	:url(../img/layout/zeg_bg.gif);
    background-repeat	:repeat;
}
html * {
    margin				: 0px;
    padding				: 0px;
}
a:hover
{
    font-weight			:bold; 
}
/* Seitenstruktur */
form 
{
    margin-top:25px;
    margin-bottom:25px;
}
strong{
	font-weight:bold;
	color:#103A84;
}
p{
	padding-bottom:20px;
	}
a {
	color: #C00000;
}
/*---------------------------------*/
/*  TOP                        */
/*---------------------------------*/
div#head {
    width				: 779px;
	clear				:both;
	background-color	:#103A84;
	padding				:0;	
	padding-top			: 22px;
	/*border-bottom			: 2px solid #fff;  */
}
div#startImg {
    width				: 779px; 
    overflow			: hidden;
	 min-height			: 300px; /* Min height für FF */
    height				: auto !important; 
    height				: 300px; /* Min height für IE */ 
    border				:0;
	background-color	:#DEE0DF;
	background-color	:#fff;
	margin				: 0;
    padding				: 0;  
    text-align:center;
}
div#startImg  img{
    margin				: 0;
    padding				: 0;  
    border				:0; 
}
/*---------------------------------*/
/*  FOOTER                         */
/*---------------------------------*/
#footer {
    width				: 779px;
    height				: 45px;
    background-color	: #103A84;
	clear:both;
}
#footer .navi{
    height				: 26px;
    background-color	: #CBCFCE;
	clear:both;
}
#footer .navi ul.naviBottom{
	margin-top			:2px;
    height				: 24px;
	float				:right;
}
#footer .navi li{
	float				:left;
	display				:inline;
	height				:20px;
	line-height			:20px;
	background-color	: #EBEDEC;
	margin-left			:2px;

	margin-top			:4px;
}
#footer .navi li a,  div#content  .col3 a{	
	height				:20px;
	line-height			:20px;

	font-size			:10px;
	font-weight			:bold;
	display				:block;
	background-color	: #EBEDEC;
	color				:	#474747;
	width				:85px;
		text-transform		:uppercase;
	text-align			:center;
}
#footer .navi li a.n{	
	width:85px;
	text-align:center;
}
#footer .navi li a:hover,
#footer .navi li.active a,
 div#content  .col3 a:hover
{
	color:	#103A84;
	background-color:#FFFA0E;
}
/*---------------------------------*/
/*  MAIN                         */
/*---------------------------------*/
div#main {
    width				: 779px;
    background-color	: #fff;
    padding				: 0px;
 	margin				: 25px auto;
}
/*---------------------------------*/
/*  Index                   */
/*---------------------------------*/
 div#content {
 	padding-top			:20px;
    width				: 779px;
    height				: 196px; 
	overflow:hidden;
}
 div#content .col1,  div#content .col3{
	float:left;
	width:105px;
}
 div#content .col1 img{
 	height:62px;
	width:70px;
	margin-left:3px;
	margin-top:131px;
	padding:0;
	border:0;
	background-color:#FFFFFF;
}
 div#content  .col2{
	float:left;
	width:569px;
background-color:#FFFFFF;
		height:168px;
}
 div#content  .col2 a{
	text-align:center;
	display:block;
}
 div#content  .col3 a{
	display:block;
	margin-top:169px;
	margin-left:20px;
}
.welcome , .welcome #max{

	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	line-height:20px;
}
.welcome #max{
	padding-left:20px;
}