@charset "utf-8";
/* menue oben */

#menu1 a, #menu1 a:visited , #menu1 a:active {
	display: block;
	text-decoration:none;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 16px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	color: #CCCCCC;
	background-color: #1F4CA7;
}

#menu1 a:hover {
	color:#1F4CA7;
	background-position:50% 100%;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-weight: bold;
	background-color: #DFF4FF;
}

.trenn {
	width:1px;
	background-color:#;
	color:#ffdc8a
}

/* menue 2 */

#menu2 a, #menu2 a:visited , #menu2 a:active {
	display: block;
	color:#CCCCCC;
	text-decoration:none;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 16px;
	height:40px;
	line-height:40px;
	text-align:center;
	width:200px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}

#menu2 a:hover {
	color:#666666;
	text-decoration:none;
	background-color:#DFF4FF;
	background-position:50% 100%;
}

/* allgemeine links im text */

a:link, a:visited, a:active{
	font-size: 19px;
	line-height: 20px;
	font-family: georgia, arial, helvetica, tahoma, verdana, sans-serif;
	color:#1F4CA7;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}

a:hover{
	background-color:#1F4CA7;
	color:#DFF4FF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 20px;
}

#top1 a, #menu1 a:visited , #menu1 a:active {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	line-height: 40px;
	font-weight: bold;
}

#top1 a:hover {
	background-color:#1F4CA7;
	color:#DFF4FF;
}

#sp1 a:hover {
	background-color:#1F4CA7;
	color:#DFF4FF;
}

