/*

You may adapt elements of this CSS in your own projects,
but the unique combination of images, colors, sizes, typography,
and positioning ("the design") is:

© 2004	cortona | creative communication
		www.cortona.de
				
 */
 
 
 
 /* General Parameters */

body,td {
	color: 000;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-color: #EDDEAA;
	background-image: url(/rs/i/va_bkg_body.gif);
	background-repeat: repeat-x;
}

td.brightred {
	background-color: #B96A72;
}

table.mainnav {
	margin-bottom: 4px;
}

table.mainnav td a {
	color:  #B2AC98;
	font-weight:  bold;
	text-decoration: none;
	padding-right: 6px;
}

table.mainnav td a:hover {
	color: #6E6F64;
	text-decoration: none;
}

table.mainnav td a.active {
	color: #6E6F64;
	font-weight:  bold;
	text-decoration: none;
	padding-right: 6px;
}

td.fullwidth {
	background-image: url(/rs/i/va_bkg_horiz.gif);
	background-repeat: repeat-x;
}

table.subnav td {
	padding-right: 4px;
}

table.subnav td a {
	color: #6E6F64;
	font-size: 11px;
	font-weight:  normal;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

table.subnav td a:hover {
	color:  #B2AC98;
	font-weight: normal;
	text-decoration: none;
	background-color: #6E6F64;
}

table.subnav td a.active {
	font-size: 11px;
	font-weight:  normal;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 2px;
	display: block;
	color:  #B2AC98;
	background-color: #6E6F64;
}

h1 {
	color:  #9F0620;
	font-size: 22px;
	line-height: 32px;
	font-family: "Sabon";
	padding-top: 10px;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	padding-left: 19px;
	color:  #00000;
	font-size: 13px;
	margin-bottom: 3px;
}

h6 {
	padding-left: 0px;
	font-size: 13px;
	margin-bottom: 0px;
	padding-top: 20px;
}

ul {
	margin: 0;
	padding-left: 18px;
}

ul li {
	padding-bottom: 6px;
	line-height:  16px;
	padding-left: 0px;
	margin-left: 0px;
	list-style-image: url(/rs/i/va_i_darrow.gif);
}

a {
	color:  #9F0620;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:  #9F0620;
	font-weight: bold;
	text-decoration: underline;
}

ul.reisen li a {
	color:  #9F0620;
	font-weight: bold;
	text-decoration: none;
	line-height: 19px;
	margin-bottom: 3px;
}

ul.reisen li a:hover {
	color:  #9F0620;
	font-weight: bold;
	text-decoration: underline;
}

p {
	line-height: 19px;
}

p.rightmarginal {
	/*bei Kontakt*/
	font-size: 11px;
	line-height:  15px;
	margin: 0;
	padding:0;
	margin-bottom: 6px;
}

p.bold {
	font-weight: bold;
}

table.kontakt input {
	font-family: Trebuchet MS;
	font-size: 11px;
	width: 175px;
	background-color: #eddeaa;
	border: 1px solid #7e0715;
	height: 16px;
}

table.kontakt input.btn {
	font-family: Trebuchet MS;
	font-size: 11px;
	color:	#fff;
	height: 23px;
	width: 83px;
	background-color: #7e0715;
	border: 1px solid #7e0715;
}

table.kontakt textarea {
	font-family: Trebuchet MS;
	font-size: 11px;
	width: 249px;
	border: 1px solid #7e0715;
	height: 120px;
	background-color: #eddeaa;
