/* CSS Datei für die Bodenseeyachtschule Lindau				*/
/* Autor: Michael Diederich, Version 1.0 vom 20. Oktober		*/
/* Status: In bearbeitung						*/



body{
		background-image: 	url(hintergrund.jpg);
		background-repeat:  	no-repeat;
		background-color: 	#e0e5f9;
		margin: 		20px;
		margin-bottom: 		0px;
		font-family: 		Arial, Helvetica, sans-serif;
		font-size:		0.9em;
}

#nav, #nav ul 
{ 
/* Für alle Listen */
		padding: 		0px;
		margin: 		0px;
		list-style: 		none;
		float:	 		left;
		width:	 		12em;
}
	
#nav li 
{ 
/* Für alle Aufzählungen in der Liste */
		position: 		relative;
		float: 			left;
		line-height: 		1.25em;
		margin-bottom:		-1px;
		width: 			12em;
}
	
#nav li ul 
{ 
/* Zweite Ebene der Listen */
		position: 		absolute;
		left: 			-999em;
		margin-left: 		12.25em;
		margin-top: 		-1.35em;
}
	
#nav li a 
{
/* Links in den Listen */
		width: 11em;
		display : block;
		color : white;
		text-decoration : none;
		border : 1px solid black;
		padding : 0 0.55em;
		background-color: #050e6d;
}
	
#nav li a:hover 
{
/* Hover-Effekt für Links in den Listen */
		color : #343399;
		background-color : #CCD0E9;
		
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul 
{
		left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul 
{ 
/* lists nested under hovered list items */
		left: auto;
}

/* Menu-Box ausrichten */	
div#menue
{
	margin-top: 80px;
	margin-left: 2px;
}

div.content {
font-family: tahoma, sans-serif;
padding: 6px;
margin-left: 210px;
border: 1px solid black;
background-color: white;
width: 42em;
}

table, th, td, tr {
text-align: center;
border: 1px solid black;
}

.button {
background-color: #050e6d;
color: white;
}

.warning {
	font-family:	Arial;
	position: 	absolute; left: 20%; top: 340px;
	border:		1px red solid;
	padding:	0 10px;
	font-weight:	bold;
	padding: 	8px 40px;
	margin: 	60px;
	text-align: 	center;
	background: 	url(remove.png) no-repeat 99% 99%;
	background-color: white;
}

.pwimages {
	border: 0px;
}