@charset "utf-8";
/* CSS Document */
body {
	font-family: "Palatino Linotype";
	font-size: 11px;
	line-height: 1.8em;
	margin-top: 2px;
	color: #333333;
	background-image: url(images/bg.gif);
}
td,th {
	color: #333333;
}
a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
   background-color:#FFCCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
td img {display: block;}

.style6 {font-size: 14px;}
p {
	font-size: 12px;
	color: #832412;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	padding-right: 10px;
	padding-left: 10px;
}
.pageboarder {
	border: 1px solid #832313;
}
/*navigation menu*/ 
#nav { 
	float : left;
	width : 200px;
	margin-top: 100px;
	padding : 1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	color: #350033;
} 
 
#navmenu { 
	list-style : none;
	float : left;
	width : 200px;
	margin : 20px 0 30px 0;
	padding : 0;
	
} 
#navmenu ul { 
	list-style : none;
	width : 150px;
	margin : 0 0 20px 0;
	padding : 10px;
	font-size : 1.7em;
} 
#navmenu li { 
	margin-bottom : 2px;
	padding: 10px;
} 
#navmenu li a { 
	font-weight : bold;
	height : 30px;
	text-decoration : none;
	text-align:justify;
	color : #350030;
	background : #FF99CC url(images/up.gif) no-repeat left center;
	display : block;
	padding : 8px 10px 0 30px;
	
} 
#navmenu li a:hover { 
	background : #FBF7EE url(images/right.gif) no-repeat left center;
	color:#999900;
	border-left : 0 solid #003366;
} 
#navmenu .current {
  background:#CCCCCC url(images/right.gif) no-repeat left center;
}
#foooter{
   background-color:#350030;
   border-top: 4px solid #FF99FF;
   color:#FFFF00;

}
.copy{
 color: #FFFF00;
 text-align:left;
 padding-left: 10px;
 }
.design {
	color:#FFFFFF;
	text-align:right;
	padding-right: 10px;
}
.design a {
   color:#FFCC00;
}
.bannerborder{
    border-bottom: 4px solid #FF99CC;
}
#advice li {
  background :url(images/pfeil4.gif) no-repeat left center;
  list-style: none;
  display : block;
  text-align:justify;
  padding : 8px 10px 0 30px;
 }
 /* Form */
input.txt {
   color: #00008B;
   background-color: #E3F2F7;
   border: 1px inset #00008B;
   width: 200px;
}
textarea.txt {
    width: 200px;
	background-color:#FFFFCC;
	border: 1px inset #00008B;
}
input.btn {
  color:00008B;
  background-color:#ADD8E6;
  border: 1px outset #00008B;
  
}
form p {
   clear: left;
   margin:0;
   padding: 0 0 10px 15px;
   padding-top: 5px;
}
form p label {
   float: left;
   width: 30%;
   font: bold 0.9em Arial, Helvetica, sans-serif;
}
fieldset {
  border: 1px dotted #61B5CF;
  margin-top: 16px;
  padding: 10px;
}
legend {
  font: bold 0.9em Arial, Helvetica, sans-serif;
  color: #00008B;
  background-color: #FFFFFF;
}