/*  CSS by EDV-Schulte (www.edvschulte.de) & bressel dokumentation (www.bresseldoku.de) */
/*  Projekt: GAYLES-TRAVEL.DE  */

/* Navigation und Projektrahmen */

@page { 
	size:21.0cm 29.7cm;
	margin-top:1cm;
	margin-bottom:1cm;
	margin-left:1cm;
	margin-right:1cm;
}

table.navi tr {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

table.navi td {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

tr.outer_main {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

td.footer {
	margin-top : 5px;
	margin-bottom : 5px;
	font-family : Verdana, Arial, sans-serif;
	text-align : center;
	font-size : 11px;
	color : #333333;
}

/* Grundlegende Formate */

body  {
	background-color : #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}

h1  {
	margin-top : 12px;
	margin-bottom : 8px;
	margin-left : 10px;
	font-family : Verdana,Arial, sans-serif;
	color : #000000;
	font-size : 16px;
}

h2  {
	margin-top : 12px;
	margin-bottom : 8px;
	margin-left : 10px;
	font-family : Verdana,Arial, sans-serif;
	color : #0000ff;
	font-size : 14px;
}

h3 {
	margin-top : 12px;
	margin-bottom : 8px;
	margin-left : 10px;
	font-family : Verdana,Arial, sans-serif;
	color : #0000ff;
	font-size : 12px;
	font-weight : bold;
}

p  {
	margin-left : 20px;
	margin-top : 5px;
	margin-bottom : 5px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #000000;
	width : 590px;
}

p.hinweis  {
	margin-left : 20px;
	margin-top : 5px;
	margin-bottom : 5px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #D43E06;
	width : 590px;
}

p.info {
color:#666666;
margin-left:3px;
font-size : 9px;
margin-left : 20px;
margin-top : 5px;
margin-bottom : 5px;
font-family : Verdana, Arial, sans-serif;
width : 590px;
}

/* Formate zu Reisebeschreibungen und Reise-Uebersichtsseiten */

td p.toc_heading{
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 3px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-size : 11px;
	color : #0000ff;
	width : 300px;
}

td.reise_toc_intro  {
	margin-left : 3px;
	margin-top : 3px;
	margin-bottom : 3px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #000000;
/*	background-color:#00FF66; */
	vertical-align : top;
	text-align : justify;
}

table.reiselayout {
	margin-left : 20px;
	margin-top : 5px;
	margin-bottom : 5px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
}

table.reise_toc {
	table-layout : auto; 
	border  : 0px; 
	margin-left : 5px;
	margin-top : 0px;
	margin-bottom : 10px;
	font-family : Verdana,Arial, sans-serif;
	font-size: 11px;
	width : 585px;
}

table.reise_preistabelle {
	table-layout : auto; 
	border  : 0px; 
	margin-left : 20px;
	margin-top : 0px;
	margin-bottom : 10px;
	font-family : Verdana,Arial, sans-serif;
	font-size: 11px;
}

table.reise_preistabelle th {
	font-weight : bold;
	background-color : #8db0ff;
	color : #FFFFFF;
	text-align:left;
	vertical-align:top;
}

table.reise_preistabelle td {
	font-weight : normal;
	background-color : #dcdcdc;
}

div.reise_toc_preis  {
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	padding : 2px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-size : 11px;
	color : #000000;
	background-color : #84B1FF;
	width : 440px;
}

/*  Bilder in den Reisbeschreibungen, fest in einer Tabelle platziert */

table.reise_bilder {
	table-layout : auto;
	border  : 1px;
	margin-left : 20px;
	margin-top : 0px;
	margin-bottom : 10px;
	font-family : Verdana,Arial, sans-serif;
	font-size: 11px;
}

/*  Bilder in den Reisbeschreibungen, die vom Text umflossen werden

img.textumfluss		links positioniert
img.textumfluss2	rechts positioniert

*/

img.textumfluss {
	float : left;
	margin-right : 8px;
	margin-bottom : 3px;
}

img.textumfluss2 {
	float : right;
	margin-left : 8px;
	margin-bottom : 3px;
}

/* Buchungsformulare */

input, textarea {
	margin-left : 23px;
}

table.form_buchen {
	font-family : Verdana,Arial, sans-serif;
	font-size: 11px;
	margin-left : 20px;
}

div.info {
color:#666666;
margin-left:3px;
font-size : 9px;
}

/*  Das Mailformular unter 'Kontakt' */

td.mailform {
	text-align : left;
	vertical-align : top;
	background : #FFFFFF;
	color : #000000;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
}

table.mailform {
	table-layout : auto;
	border  : 0px;
	margin-left : 5px;
	margin-top : 0px;
	margin-bottom : 10px;
	font-family : Verdana,Arial, sans-serif;
	font-size: 12px;
	width : 585px;
}

/*  Listings */

ul  {
	list-style-image : url(../bilder/arrow.gif);
	margin-left : 20px;
	margin-top : 5px;
	margin-bottom : 5px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #000000;
	width : 590px;
}

ol  {
	margin-left : 20px;
	margin-top : 5px;
	margin-bottom : 5px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #000000;
	width : 590px;
}

li  {
	margin-top : 3px;
	font-family : Verdana,Arial;
	color : #000000;
}

/* Links */

a:link {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	color:#0000FF;
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	color:#0000FF;
	font-weight : bold;
	text-decoration : none;
}

a:active {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	color:#FFFF00;
	font-weight : bold;
	text-decoration : underline; 
}

a:hover {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	 color:#0000FF;
	 font-weight : bold;
	 text-decoration : underline; 
}

a.navlink:link {
	margin-left: 8px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	color:#000000;
	font-weight : bold;
	text-decoration : none;
}

a.navlink:visited {
	margin-left: 8px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	color:#000000;
	font-weight : bold;
	text-decoration : none;
}

a.navlink:active {
	margin-left: 8px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	 color:#000000;
	 font-weight : bold;
	 text-decoration : underline; 
}

a.navlink:hover {
	margin-left: 8px;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	 color:#3333FF;
	 font-weight : bold;
	 text-decoration : none; 
}

a.reisetoc:link {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color:#0000FF;
	font-weight : normal;
	text-decoration : underline;
}

a.reisetoc:visited {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color:#0000FF;
	font-weight : normal;
	text-decoration : none;
}

a.reisetoc:active {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color:#FFFF00;
	font-weight : normal;
	text-decoration : underline; 
}

a.reisetoc:hover {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	 color:#000000;
	 font-weight : normal;
	 text-decoration : underline; 
}