body {
	background-color:#fff;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#menu {
	display:none;
}

#update {
	text-align:right;
}

acronym {
	text-decoration:none;
}

#print, #where, .top, a.video {
	display:none;
}

/* -------- Normale links ------------- */
a:link, a:visited, q
	{
		color: #999999;
		font-size: small;
		text-decoration: none;
		font-style: oblique;
	}

/* -------- Impressum Seite ------------- */
#impressum
	{
		text-align:justify;
		width:400px;
		margin: 0 auto;
		font-size:80%;
		padding-top:150px;				
	}
	
a.impressum:link
	{
		font-size:x-small;
	}
/* --------- Title Links -------------- */

#intro
	{ 
		text-align:center;
		background-color:#000000;
		font-size:150%;
		padding-top: 50px;
	}
/* --------- MENU -------------- */


#menu li
	{
		list-style-type:square;
		padding-left:0px;
	}
	
#menu a:link
	{
		font-style: normal;
	}

#menu a:hover
	{
		color:#cccccc;
		text-decoration:underline;
	}
	
#menu a:visited
	{
		font-style: normal;
		color:#999999;
	}
/* --------- Title Links -------------- */
h2, h3
	{
		padding-top:15px;
	}
	
h4
	{
		padding-left:10px;
		display:block;
		border-bottom:solid 2px #000;
	}

h5
	{
		padding-left:20px;
	}

/* ------------- DL ------------------- */
dl
	{
		padding-left:40px;
	}
	
dt
	{
		float:left;
	}
	
dd
	{
		padding-left:105px;
		padding-bottom:10px;
	}
	
#main li
	{
		list-style-type: none;
		padding-bottom:5px;
	}
/*---------- Contact Formular ---------- */
#contact label {
	display:block;
	font-weight:bold;
}

legend {
	color:#fff;
	font-weight:bold;
	font-size:120%;
}

fieldset {
	border: 1px dotted #fff;
	margin-top:50px;
	padding-left:30px;
}

.button {
	background-color:#000;
	border: 1px dotted #fff;
	color:#fff;
	font-weight:bold;
}

.sendmessage {
	width:400px;
	margin: 0 auto;
	margin-top:200px;
	text-align:center;
	border: 1px dotted #fff;
}
