
/***********************************************/
/* Layout Texts                               */
/***********************************************/

/* Layout Text Startseite Fett                       */
.header1 {
	font-size : 16px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-weight : bold;
}

.textimpr {
	font-size : 10px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	color : #999999;
	font-weight : bold;
}

/* Layout Text Startseite                        */
.text1 {
	font-size : 14px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
}

.text2 {
	font-size : 14px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-weight : bold;
}

.text3 {
	font-size : 12px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
}

.text4 {
	font-size : 14px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	color : #006666;
	font-weight : bold;
}

.text5 {
	font-size : 11px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	color : #006666;
	font-weight : normal;
	text-decoration : none;
	padding-bottom : 5px;
	display : block;
}

.warning {
	font-size : 14px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	color : #FF0000;
}

.text6 { font-size : 14px; 	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; color : #006666; font-weight : normal }




/***********************************************/
/* Layout Links                               */
/***********************************************/

/* Layout Menu oben                             */
.link1 { font-size : 14px; 	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; color : #006666; text-decoration : none }
.link1:hover { font-size : 14px; 	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; color : #003333; text-decoration : underline }

/* Layout Menu links                             */
.link2 { font-size : 14px; font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; color : #FFFF33; font-weight : bold; text-decoration : none; display: block; font-size: 14px; border-bottom: 1px solid #006666; padding: 2px 0px 2px 10px; }
.link2:hover { font-size : 14px;  font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; color : #FFFF33; font-weight : bold; background-color: #006666; text-decoration : underline }

/* Layout weisse Links                         */
.link3 { font-size : 14px;  font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; color : #FFFFFF; text-decoration : none }
.link3:hover { font-size : 14px;  font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; color : #DDDDDD; text-decoration : underline }

.link4 { font-size : 14px;  font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; color : #FFFFFF; font-weight : bold; text-decoration : none }
.link4:hover { font-size : 14px;  font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; color : #DDDDDD; font-weight : bold; text-decoration : underline }



.link5 {
	font-size : 14px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	color : #006666;
	font-weight : normal;
	text-decoration : none;
	padding-bottom : 5px;
	display : block;
}



/***********************************************/
/* Layout Forms                               */
/***********************************************/

input {
	font-size : 14px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; }

.button {
	font-size : 14px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	background-color : #FFFFFF;
	color : #006666;
}

textarea {
	font-size : 14px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#menutop{
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #006666;
	width: 100%;
	color : #006666;
	
}

#sponsors{
	width: 110px;
	border-left: 1px solid #006666;
	border-bottom: 1px solid #006666;
	padding : 5px;
	margin-bottom : 20px;
}

#copyright{
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border-bottom : 1px solid #FFFFFF;
	border-top : 1px solid #FFFFFF;
	margin-top : 62px;
	margin-bottom : 20px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
}

div#tipDiv {
  position:absolute; 
  visibility:hidden; 
  left:0; 
  top:0; 
  z-index:10000;
  background-color:#29ABE2; 
  border:1px solid #006666; 
  width:180px; 
  padding:6px;
  font-size:11px; 
  font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
}

div#tipDiv a:link { color:#006666 }
div#tipDiv a:visited { color:#006666 }

