/* CSS Document */
#segelnetz { 
		display:block; 
		width:640px; 
		height:21px; 
		background-color:#e7eefb; 
		font-family: Arial, Verdana, sans-serif;
		padding:0px;
		margin-bottom:10px;
		margin-top:5px; 
		border:solid 1px white;
	}
	#segelnetz ul { 
		display:block; 
		width: 640px; 
		height:21px; 
		margin:0px; 
		padding:0px;
		color:#000000; 
	}
	
	#segelnetz li { 
		float:left;
		
		display:block; 
		height:21px; 
		line-height:21px; 
		list-style:none; 
		border-right:1px solid #76899D;
		margin:0px; 
	}
	#segelnetz li a { 
		
		display:block; 
		height:21px; 
		line-height:21px; 
		padding:0; 
		font-size:10px;
		margin:0px; 
	}
	
	#segelnetz li.segelnetzwerk { 
		color:#000000; 
		line-height:21px;
		font-weight:bold; 
		font-size:11px; 
		padding-left:5px;
		padding-right:5px;
		list-style:none;
		margin:0px;
		background-color:#C2D4F9;
	}
	#segelnetz li.active { 
		color:#fff; 
		background:none; 
		padding:0px; 
		font-size:10px; 
	}
	#segelnetz li a:link, #segelnetz li a:visited { 
		
		text-decoration:none;
		padding-left:10px; 
		padding-right:10px; 
		 
	}
	#segelnetz li a:hover { 
		color:#fff; 
		background:#43526A; 
	}
	
	.inside {
		
		position: relative;
		display: block;
		width: 640px;
		margin: 0px;
		padding:0px;
	}


	#umkreistabelle td {
		padding-left: 0px;
		width: 112px;
	}
	
	.suche_tabelle {
		border-collapse:collapse;
	}
	
	.suche_tabelle td {		
		padding:5px;
		
	}
	
	.suche_tabelle th {
		background-color:#C2D4F9;
		font-weight:bold;
		margin-bottom:5px;
		padding-left:5px;
	}
	
	.suche_tabelle th, .suche_tabelle td {
		border:1px solid #223F81;
	}
	
	/*.suche_tabelle input, .suche_tabelle select {
		border:1px solid #223F81;
	}*/
	
	.noBorder, .noBorder td {
		border: 0 none;
		padding:0;
	}
	
	.leerraum {
		background-color:#C2D4F9;
	}
	
	/* ********************* */
	/* AUTOVERVOLLSTÄNDIGUNG */
	/* ********************* */
	.werft {
		cursor:pointer;
	}
	
	.werft:hover {
		font-weight:bold;
		/*color:#223F81;*/
		background-color:#C2D4F9;
	}
	
	.werften {
		background-color:#223F81;
		font-weight:bold;
		color:#FFFFFF;
		background-image:url(../img/gfx/pfeil_rechts.gif);
		background-repeat:no-repeat;
		background-position:top right;
	}
	
	.werftenclose {
		cursor:pointer;
		font-size:14px;
		padding:3px;
	}
	
	#werftenlist {
		padding:5px;
	}
	
	
	.submitButton {
		background-image: url("/img/buttons/Boot_Suchenbutton.gif");
		border: 0 none;
		font-weight: bold;
		height: 40px;
		padding: 0;
		width: 130px;
		cursor: pointer;
	}	
	
