body
{
	color: #000000;
	background-color: #E0E0E0;
	background-image: url('bilder/45er_bg.gif');
	background-position: center 0px;
	background-repeat:repeat-y;
	font-family: Verdana;
	font-size: 11px;
}

a
{
	color: #000033;
	font-size: 11px;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #3333FF
}

li
{
	padding:4px;
}

ul ul li
{
	margin-left:-30px;
}

h1
{
	text-align:center;
	font-size: 20px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 14px;
}

.segelnummer
{
	font-size: 20px;
	border:1px solid gray;
	background-color: #AAA;
	height: 42px;
	width:200px;
	margin-left: auto;
	margin-right:auto;
	display:block;
}

.segelnummer:hover
{
	border:1px solid white;
	background-color: #CCC;
}

img:hover
{
	border:0px solid red;
	text-decoration:none;
}
img
{
	border: none;
}

.imglink
{
	border:1px solid blue;
}

.imglink:hover
{
	border:1px solid red;
}



a:hover img
{
	border: 1px solid red;
}

a img
{
	text-decoration: none;
	border: 1px solid blue;
}

.linkseite a:hover:after
{
	content:"  -  ( "attr(href)" )";
	color: #666699;
	text-decoration: none;
}

table
{
	empty-cells: show;
	font-size:11px;
	background-color:#DDF;
	border-collapse:collapse;
	border:1px solid black;
}

th
{
	color: #fff; 
	border: 1px solid black;
	height:30px;
	background-color: #346;
}

td
{
	border-right:1px solid gray;
	border-left:1px solid gray;
	border-top:1px solid black;
	border-bottom:1px solid black;
}


.zeile_hl
{
	background-color:#EEF;
}

h5
{
	font-size: 12px;
	padding-left:40px;
	border-bottom:1px solid #333;
	margin-bottom:5px;
}

.bearbeiteninput
{
	width:300px;
}

.button
{
	width:200px;
	height:25px;
}
