body              { font-family: Verdana,Arial,Helvetica,sans-serif;
                    font-size: 12px;
                    margin: 0px;
                    padding: 0px;
                    background: white }

td,.normal   { font-family: Verdana,Arial,Helvetica,sans-serif;
               font-size: 12px;
               font-style: normal;
               font-weight: normal;
               color: black;  
               text-decoration:none  }

td,.bold     { font-family: Verdana,Arial,Helvetica,sans-serif;
               font-size: 12px;
               font-weight: bold;
               font-style: normal;
               color: black; 
               text-decoration:none   }
               
.normal       { font-family: Verdana,Arial,Helvetica,sans-serif;
               font-size: 13px;
               font-style: normal;
               font-weight: normal;
               color: black;
               text-decoration:none  }

.large      { font-family: Verdana,Arial,Helvetica,sans-serif;
               font-size: 14px;
               font-style: normal;
               font-weight: bold;
               color: black;  
               text-decoration:none  }

.xlarge      { font-family: Verdana,Arial,Helvetica,sans-serif;
               font-size: 16px;
               font-style: normal;
               font-weight: bold;
               color: black;  
               text-decoration:none  }

.xxlarge     { font-family: Verdana,Arial,Helvetica,sans-serif;
               font-size: 18px;
               font-style: normal;
               font-weight: bold;
               color: black;  
               text-decoration:none  }
               
.headline	    { color: black;
               font-size: 16px;
               font-weight: bold; 
               font-style: normal;
               letter-spacing: 0.1px; 
               text-decoration:none }
               
.bold	{     font-size: 12px;
               font-weight: bold;
               font-style: normal;
               color: black; 
               text-decoration:none   }

.boldhome	{     font-size: 12px;
               font-weight: bold;
               font-style: normal;
               text-decoration:underline  }

.small	    { color: black;
               font-size: 10px;
               font-weight: normal; 
               font-style: normal;
               letter-spacing: 0.1px; 
               text-decoration:none }

.italic	{     font-size: 12px;
               font-weight: normal;
               font-style: italic;
               color: black;  
               text-decoration:none  }

.italicbold  { font-size: 12px;
               font-weight: bold;
               font-style: italic;
               color: black; 
               text-decoration:none  }

.underlined  { font-size: 12px;
               font-weight: normal;
               font-style: normal;
               color: black;
               text-decoration:underline   }
               
p.popup_notok {
        color: #FF0000;
        width: 700px;
        padding:10px;
}

p.popup_ok {
        color: #000000;
        width: 500px;
        padding:10px;
}
               
#nav1 {
	background-color: #E5E5E5;
	color: #5F5F5F;
	width: 100%; 
	height: 16px; 
	font-size: 12px;
	padding: 10px;
	border-right:1px solid white;
}

#nav1 ul {
	padding: 0px;
	margin: 0px;
}
#nav1 li {
	display: inline;
	list-style-type: none;
}

#nav1 a {
	color: #5F5F5F;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #E5E5E5;
	background-color: #E5E5E5;
	padding: 7px 7px 7px 7px;
}

#nav1 a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #EEEEEE;
	border: 1px solid #666666;
}

#nav2 {
	background-color: #E5E5E5;
	color: #5F5F5F;
	width: 100%; 
	height: 16px; 
	font-size: 12px;
	padding: 10px;
	border-right:1px solid white;
}

#nav2 ul {
	padding: 0px;
	margin: 0px;
}
#nav2 li {
	display: inline;
	list-style-type: none;
}

#nav2 a {
	color: #5F5F5F;
	text-decoration: none;
  font-weight: normal;
	border: 1px solid #E5E5E5;
	background-color: #E5E5E5;
	padding: 7px 7px 7px 7px;
}

#nav2 a:hover {
	color: #000000;
	text-decoration: none;
  font-weight: normal;
	background-color: #EEEEEE;
	border: 1px solid #666666;
}

.border {
	border: #000000 1px solid;
}

a {
	color: #3333CC;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

.hinweis {
	padding: 10px;
	background-color: #fcc;
	border: #c00 2px solid;
	width: 750px;
	font-weight: bold;
	font-size: 12px;
}

.hinweis_hover {
	padding: 10px;
	background-color: #cfc;
	border: #0c0 2px solid;
	width: 750px;
	font-weight: bold;
	font-size: 12px;
}