/* Stylesheet f?r Standart Bildschirmdarstellung borchert-hamburg.de */
/* Erstellt 30. Mail 2009 von Wolfgang Borchert */
/* wolfgang@rackhamsails.de */
/* position: fixed;      das ist für die navigation wenn sie fest stehen soll */


/* Layout */

#container
{
	width: 1024px;
	background: #ededed;
	padding: 10px 10px 10px 10px;
	margin: 0 auto;
}

#nav
{
	float: left;
	width: 150px;
}

#content
{
	margin: 10px 100px 10px 180px;
}

#date
{
	clear: both;
	width: 1024px;
	font-style: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 3px;
	padding-top: 25px;
	color: #333;
	text-align: right;
}


/* FARBEN un SCHRIFTEN*/

body, td
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

/* Algemeine Styles */

body 
{
	background-image: url("http://rackhamsails.de/bilder/pirate_jack_rackham_1024x768.jpg");
	background:#ededed;
	font-size: 12px;
	font-weight: normal;
	margin: 0
}

b
{
    font-weight:bold
}


/*Start Schriftfarben */

body, td
{
    color: #000;
}

#content h2, #content h1, #content
{
	color: #000;
}

a:link, a:visited
{
	color:#000;
}

a:hover
{
	color: #600;
}

a:active
{
	color:#067;
}

a img 
{
	border: none
}

/* END Schriftfarben */

td
{
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style:normal;
	letter-spacing:.1em;
	line-height:12px;
	vertical-align: top;
	text-align:left;
	padding: 0px 10px 10px 15px;
}

#content h1
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 0px;
}

#content h2
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 10px 0px;
}

p
{
    line-height:18px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}


/* Aktives Menue */

p.menue
{
	margin:40px 10px 25px 0px;
	padding: 0px;
	
}

.menue a:link img, .menue a:visited img
{
	background:#cce;
 	border-width: 0px 2px 2px 0px;
 	border-color: #fff #769 #669 #fff;
 	text-decoration: none;
}

 .menue a:hover img
 {
 	background:#fff;
 	border-width: 0px 2px 2px 0px;
 	border-color: #fff #769 #669 #fff;
	text-decoration: underline;
 }
 
 .menue a:active img
 {
 	background:#fee;
 	border-width: 2px 0px 0px 2px;
 	border-color: #fff;
 	text-decoration: underline;
 }
 
 p.menueact
{
	margin:20px 10px 25px 0px;
	padding: 0px;
	
}

.menueact a:link img, .menueact a:visited img
{
	background:#fff;
 	border-width: 2px 0px 0px 2px;
 	border-color: #fff
}

 .menueact a:hover img, .menueact a:active img
 {
 	background:#CCC;
 	border-width: 2px 0px 0px 2px;
 	border-color: #CCC;
 	text-decoration: underline;
 }
 
 .button
{
	font-style: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style:normal;
	letter-spacing:3px;
	vertical-align: middle;
	padding-top:125px;
	padding-left:150px;
	margin-top:20px;
	color: #333;
}
 
  a:link.button, a:visited.button
 {
	color:#cce;
	background:#666;
	display: block;
	width: 130px;
	text-align: center;
	padding: 6px 3px 5px 3px;
	border-width:0px 2px 2px 0px;
	border-color:#666 #666 #669 #fff;
	border-style:solid;
	text-decoration: none;
	height: 15px;
 }
 
a:hover.button
 {
	color:#fff;
 	background:#114;
 	display: block;
 	text-decoration: none;
 }  
 
  a:active.button
 {
	color:#f44;
	border-width: 2px 0px 0px 2px;
	border-color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
 }  
 
  .buttonact
{ font-style: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; font-style:normal; letter-spacing:3px; vertical-align: bottom; padding-top:25px; padding-left:150px; margin-top:20px; color: red; }
 
  a:link.buttonact, a:visited.buttonact
 {
 	color:black;
 	background:#666;
 	display: block;
 	width: 106px;
	text-align: center;
	padding: 6px 3px 5px;
	border-width: 2px 0 0 2px;
	border-color:#fff #769 #669 #fff;
	border-style:solid;
 	text-decoration: none;
 }
 
a:hover.buttonact
 {
	color:#9f9;
 	background:#999;
 	display: block;
 	text-decoration: none;
 }  
 
  a:active.buttonact
 {
	color:#efe;
 	border-width: 2px 0px 0px 2px;
 	border-color: #fff;
 	text-decoration: none;
 }  
