body
	{
		background-color:#000000;
		margin: 0px;
		font-family: "Lucida Console", "Helvetica";
		color: #999999;
		font-size: 75%;
	}

acronym {
	cursor:help;
}

a.nureinladung:link
	{
		cursor: text;
		color:#ffffff;
		text-decoration: none;
	}
	
a.nureinladung:hover
	{
		cursor: text;
		color:#999999;
		text-decoration: none;
	}

a.nureinladung:visited
	{
		cursor: text;
		color:#ffffff;
		text-decoration: none;
	}
	
q
	{
		font-style:oblique;
	}
	
li
	{
		list-style-type:none;
		padding-left:25px;		 
	}
	
#update
	{
		position: fixed;
		left: 5px;
		bottom: 5px;
		font-size: x-small;
	}
	
#main {
	width: 680px;
	margin: 0 auto;
	padding-bottom:50px;
}
	
.top {
	border:none;
	float:right;
}
/* -------- Normale links ------------- */
a:link
	{
		color: #999999;
		font-size: small;
		text-decoration: none;
		font-style: oblique;
	}

a:hover
	{
		color:#cccccc;
		text-decoration:underline;
	}
		
a:visited
	{
		color:#999999;
		text-decoration: none;
	}

/* -------- Impressum Seite ------------- */
#impressum
	{
		text-align:justify;
		width:400px;
		margin: 0 auto;
		font-size:80%;
		padding-top:150px;				
	}
	
a.impressum:link
	{
		font-size:x-small;
	}
/* --------- Video Links -------------- */
a.video:link
	{
		color:#ffffff;
		font-size:100%;
		text-decoration: none;
		font-style: normal;
	}
	
a.video:hover
	{
		color:#cccccc;
		font-weight:bold;
		text-decoration: none;
	}

a.video:visited
	{
		color:#ffffff;
		text-decoration: none;
	}
/* --------- Title Links -------------- */
a.title:link
	{
		color: #ffffff;
		font-weight:normal;
		text-decoration: none;
		font-style: oblique;
	}
	
a.title:hover
	{
		color:#cccccc;
		font-weight:bold;
		text-decoration: none;
		font-size:110%
	}
a.title:visited
	{
		color:#FFFFFF;
		text-decoration: none;
	}
	
#intro
	{ 
		text-align:center;
		background-color:#000000;
		font-size:150%;
		padding-top: 50px;
	}
/* --------- MENU -------------- */
#menu
	{
		position:fixed;
		top:25px;
		left:0px;
	}

#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;
	}

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;
}