body {
	background-color:#E2E2E2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 0;
	margin: 0px;
	padding: 0px;
}

#background {
	width:100%;
	z-index:-1;
	top:0px;
	left:0px;
	position:fixed;
}

.logo {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content {
	width: 980px;
	margin:0px 0 0 20px;
}
	

/*Menu */

#menu {
	padding: 0px;
	width:980px;
	height:20px;
	font-size:60%;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-transform:uppercase;
}

.menu_teil {
	width:127px;
	display:inline;
	background-color:#333;
	float:left;
	text-align:left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.menu_teil:hover{
background-color:#ffffff;
color:#333;
}

.menu_teil_akt {
	margin: 0px 8px 0px 0px;
	padding: 2px 0px 2px 5px;
	width:127px;
	display:inline;
	background-color:#ffffff;
	float:left;
	text-align:left;

}

.menu_teil_akt  a.main {
	color:#333;

	text-decoration:none;
}



.menu_teil a.main {
	color:#FFFFFF;
	text-decoration:none;

}

.menu_teil a.main:hover {
	color:#333;

}
#table1 {
	color: #FFF;
}

.grossbuchstabe{
	font-variant: small-caps;
	font-size: 14px;
}


.kleinschrift{
	font-size: 85%;
}

#links {
	float:left;
	margin:20px 0px 0px 0px;
	width:315px;
	float:left;
	font-size:70%;
}

#links li{
display:block;
list-style:none outside none;
margin:0;
padding:0;
border-bottom:1px dashed #ffffff;
padding:8px 0px 6px 10px;
}



#links ul {
display:block;
list-style:none outside none;
margin:0;
padding:0
}



.coll_akt{

color:#333333;
text-decoration:underline;

}

#links a.main{
border-left:0;
color:#333333;
display:block;
text-decoration:none;;
}

#links a:hover {
text-decoration:underline;
}


.text {
	
	color:#333333;
	padding:30px 0px 20px 10px;
	}
	


#links .text a.textlink {
	text-decoration:underline;
	font-weight:bold;
	line-height:30px;
	color:#333333;
	font-variant: small-caps;
}
#links .text a.textlink:hover{
	color:#C09;
	font-variant: small-caps;
}
.textlink2 {
	font-weight:bold;
	color:#333333;
	text-decoration: none;
}


#haupt {
	float:right;
	width: 643px;
	font-size:70%;
	color:#333333;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 12px;
	}
	
#haupt a{
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
	
	
#haupt a:hover{
	color:#C09;}	
	
#haupt img.utrecht {
	float:left;
	margin:0px 40px 0px 0px;
}	
#haupt h1 {
font-size:100%;
font-weight:bold;
line-height:120%;
}	
		
	
.galerie {
	display:inline;
}
img.pointer {
	cursor:pointer;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#resize {
	text-align: center;
}
.ende {
	clear:both;
	text-align: left;
}

	table td.sp1 {
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	vertical-align: top;
}
	table td.sp2 {
	vertical-align: top;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	white-space: nowrap;
}	
table tr .sp2 a {
	text-decoration: none;
}

	table td.sp3 {
	vertical-align:top;
	padding: 3px 15px 7px 0px;
}
	table td.sp4 {
	vertical-align:top;
	padding: 3px 0px 7px 0px;
	white-space:nowrap;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

	
#table1 {
	float: left;
	width: 270px;
	font-size: 80%;
	color: #FFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	border-top-color: #FFF;



	background-color: ;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 20px;
	margin-left: 0px;
	padding-left: 3px;
	
}	
.pink2 {
	color: #3F0;
}
.streichen{
	text-decoration: line-through;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
	padding:0 !important;
}
.dropdown .dropbtn {     padding: 2px 0px 2px 5px; display: inline-block;}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 127px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 2px 0 2px 5px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */


.menu_teil .dropbtn { color: #FFF;}
.menu_teil .dropbtn:hover { color: #333;}
.menu_teil.dropdown:hover .dropbtn {color: #333;}


.lineabove { border-top: 1px solid #E2E2E2;}
.lowercase { text-transform: lowercase;}
