html{
	height: 100%;
	}

body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}


.small{
	font-size: 10px;
	margin-right: 10px;
}

.lng{
	background-image: url(images/language.jpg);
	height: 19px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: center;
}

/* MENU DIV */
.div1 {
 float: left;
 margin-right: 25px;
 width:225px;
 }

/* INHALT DIV */
.div2 {
 float:right;
 width:700px;
 }

 /* WICHTIG DIV */
.wichtig {
 width:600px;
 background-color: #5FA8E2;
 padding-left: 50px;
 padding-right: 50px;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #FFFFFF;
 font-size: 14px;
 }
 
 
/* INHALT ZU NEWS DIV */
.div3 {
 float: right;
 width:650px;
 }

 /* NEWS DIV */
.div4 {
 float:left;
 width: 225px;
 margin-right: 25px;
 background-color: #DDF2FB;
 padding: 10px;
 }
 
 /* NEWS DIV HIGHLIGHT*/
.div4_2 {
 float:left;
 width: 225px;
 margin-right: 25px;
 background-color: #5FA8E2;
 color: FFFFFF;
 padding: 10px;
 }

/* Seiteninhalt links */
.div5 {
 float: left;
 margin-right: 25px;
 width:312px;
 }

/* Seiteninhalt rechts */
.div6 {
 float:right;
 width:312px;
 }

 
.div1_3{
	float: left;
	width: 220px;
	padding-right: 15px;
} 
.div2_3{
	float: left;
	width: 220px;
	padding-right: 15px;
} 
.div3_3{
	float: right;
	width: 220px;
} 
 
.div1_2{
	float: left;
	width: 330px;
	padding-right: 15px;
} 

.div2_2{
	float: right;
	width: 330px;
} 
 
hr{
	border-top: 1px dotted #2EB3E8;
	border-left: 1px dotted #FFFFFF;
	border-right: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

.img{
	border: 1px solid #E0E0E0;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 1 ZEILE HOCH */
.menudiv{
	width: 200px;
	border-bottom: 1px #2DB3E8 dotted;
	border-left: 1px #2DB3E8 dotted;
	margin-bottom: 12px;
	padding-left: 5px;
	height: 20px;
}

/* 2 ZEILEN HOCH */
.menudiv_2{
	width: 200px;
	border-bottom: 1px #2DB3E8 dotted;
	border-left: 1px #2DB3E8 dotted;
	margin-bottom: 12px;
	padding-left: 5px;
	height: 30px;
}

/* HMENU LINKS */
a.menu:link {
   color: #000000;
	font-size: 12px;
	text-decoration: none;
}
a.menu:visited {
   color: #000000;
	font-size: 12px;
	text-decoration: none;
}
a.menu:hover {
   color: #000000;
	font-size: 12px;
	font-weight: bold;
}
a.menu:active {
   color: #000000;
	font-size: 12px;
	text-decoration: none;
}
/* ------------------------------------------ */
/* END MENU */


/* HAUPTTABELLE */
/* ------------------------------------------ */
.maintable {
	width: 950px;
	background-color: #FFFFFF;	
	margin-left: auto;
	margin-right: auto;
}


.title{
   color: #5FA8E2;
	font-size: 18px;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 20px;
}

.title_white{
   color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 20px;
}

.title_small{
   color: #000000;
	font-size: 13px;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-weight: bold;
}

/* INPUTS */
/* -------------------------------------------- */

.input_1{
	background-color: #FFFFFF;
	padding: 1px;
	margin-bottom: 10px;
	width: 300px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* END */
/* -------------------------------------------- */




/* SPAG LINK*/
/* -------------------------------------------- */
a.design:link {
	color: #717171;
	font-size: 9px;
	text-decoration: none;
}
a.design:visited {
   color: #717171;
	font-size: 9px;
	text-decoration: none;

}
a.design:hover {
   color: #717171;
	font-size: 9px;
	text-decoration: none;
}

a.design:active {
   color: #717171;
	font-size: 9px;
	text-decoration: none;
	}
/* -------------------------------------------- */
/* ENDE SPAG LINK*/

/* NACH OBEN LINK*/
/* -------------------------------------------- */
a.top:link {
	color: #5FA8E2;
	font-size: 10px;
	text-decoration: none;
}
a.top:visited {
   color: #5FA8E2;
	font-size: 10px;
	text-decoration: none;

}
a.top:hover {
   color: #5FA8E2;
	font-size: 10px;
	text-decoration: underline;
}

a.top:active {
   color: #5FA8E2;
	font-size: 10px;
	text-decoration: none;
	}
/* -------------------------------------------- */
/* ENDE OBEN LINK*/


/* LINKS ALLEGEMEIN */
/* -------------------------------------------- */
a:link {
   color: #5FA8E2;
	text-decoration: none;

}
a:visited {
   color: #5FA8E2;
	text-decoration: none;

}
a:hover {
   color: #5FA8E2;
	text-decoration: underline;

}
a:active {
   color: #5FA8E2;
	text-decoration: none;
	}
/* -------------------------------------------- */
/* ENDE LINKS ALLEGEMEIN */


/* LINKS ALLEGEMEIN WEISS */
/* -------------------------------------------- */
a.white:link {
   color: #FFFFFF;
	text-decoration: none;

}
a.white:visited {
   color: #FFFFFF;
	text-decoration: none;

}
a.white:hover {
   color: #FFFFFF;
	text-decoration: underline;

}
a.white:active {
   color: #FFFFFF;
	text-decoration: none;
	}
/* -------------------------------------------- */
/* ENDE LINKS ALLEGEMEIN */

/* LINKS SPRACHE */
/* -------------------------------------------- */
a.lang:link {
   color: #FFFFFF;
	text-decoration: none;

}
a.lang:visited {
   color: #FFFFFF;
	text-decoration: none;

}
a.lang:hover {
   color: #FFFFFF;
	text-decoration: underline;

}
a.lang:active {
   color: #FFFFFF;
	text-decoration: none;
	}
/* -------------------------------------------- */
/* ENDE LINKS ALLEGEMEIN */


.info{
	color: #D00000;
}
