/* worxx.net - /Layout/default.css 
Hilmar Linse
Last update: 29/07/2008
*/

/**** ALLGEMEIN ****/
body {
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight: bold;
	letter-spacing:normal;
	line-height:normal;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	word-spacing:normal;
	padding-top: 0px;
}

a {
	font-style:normal;
	text-decoration:none;
	color: #000080;
}
a:visited {
	font-style:normal;
	text-decoration:none;
	color: #003366;
}
a:link {
	font-style:normal;
	text-decoration:none;
	color: #003366;
}
a:active {
	font-style:normal;
	text-decoration:none;
	color: #ffa500;
}
a:hover {
	font-style:normal;
	text-decoration:none;
	color: #ffa500;
}
 
/* Ein Image vor externen Links einfuegen - css3 */
/*a[target="_blank"]:before {
    content: url('../../../img/link_external.gif') ' ';
}*/
/* Dieses sind aber KEINE externen Links */
/*a[href*="corporate-sailing.de"]:before, a[href*="worxx"]:before {
    display: none;
}*/
/* Noch als Klasse - css3 ist noch nicht verbreitet - s. IE6 */
a.extLink {
	background: transparent url(../../../img/link_external.gif) 0% 60% no-repeat;
	padding-left:10px;
}

table {}
tr {}
td {}
hr {}
p {}
h1 {}
h2 {}
h3 {}

/**** BENUTZERDEFINIERT ****/
/*
Definition der gesamten Site
header3.inc.php
*/
.Rahmen {
	border: thin solid #003366;
	background-color:#ffffff;
}

/* Formate */
.Nav_Bild {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color:#ffffff;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#ffffff;
}
.Nav_table {
	background-color: #003366;
	height:229px;
	text-align:right;
	margin:0px;
	padding:0px;
}
.Nav_links {
    
}

/* Navigationsliste - links.inc.php */
.Navtop {
  border-right:solid 1px #ffffff;
  font-size:12px;
  font-weight:bold;
  color:#ffffff;
}
.Navtop a {
	font-style:normal;
	text-decoration:none;
  color:#ffffff;
}
.Navtop a:visited {
	font-style:normal;
	text-decoration:none;
  color:#ffffff;
}
.Navtop a:hover {
	font-style:normal;
	text-decoration:none;
  color:#ffa500;
}

.navbereich {
	
}

ul#navlist {
	margin:0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-align: right;
}
ul#navlist li {
	background-color: #dcdcdc;
	border-top: 5px solid #ffffff;
	border-right: 5px solid #dcdcdc;
	padding: 3 6 3 6;
	text-align: right;
	font-family: Impact;
	font-size: 14px;
	font-weight: normal;
	word-spacing: 2px;
	letter-spacing: 1px;
	color: #666666;
}
ul#navlist li a {
	color: #666666;
	text-decoration: none;
}
ul#navlist li a:visited {
	color: #666666;
	text-decoration: none;
}
ul#navlist li a:hover {
	color: #ffa500;
}
/* Highlighting */
/* Alle Elemente: Balken links setzen */
body#index li#nav1, body#konzept li#nav2, body#planung li#nav3, body#praxis li#nav4, body#erfolg li#nav5, body#team li#nav6, body#mehr li#nav7 {
	border-right: 5px solid #003366;
}
/* Alle Elemente: Text formatieren */
body#index a#nav1, body#konzept a#nav2, body#planung a#nav3, body#praxis a#nav4, body#erfolg a#nav5, body#team a#nav6, body#mehr a#nav7 {
	color: #ffa500;
}

.Navworxx {
	border-top-color:#ffffff;
	border-top-width: 5px;
	border-top-style:solid;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: White;
	}

/*.onyacht {
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: White;
	}*/
.Frame_rechts {
	height:367px;/*345*/
	padding: 20px 20px 20px 30px;
	vertical-align:top;
	text-align:left;
	background-image: url(../img/rosegrau.gif);
	background-repeat:no-repeat;
	background-position: 450px 167px;/*145*/
	}

.Ueberschrift1 {
	color: #ffa500;
	font-family: Impact;
	font-weight: normal;
	font-size: 30px;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-stretch: wider;
	}
.Ueberschrift2 {
	font-size:14px;
	color: #ffa500;
	font-weight:bold;
	}
.Text1 {
	font-size:14px;
	font-weight:bold;
}
.Text2 {
	font-size:14px;
	font-weight:normal;
}
.Text3 {
	font-size:10px;
	font-weight:normal;
	color: #003366;
}









