/* CSS Document */

/* CSS Document */

/* CSS Styles for Website Wintours, Author Tim Reeves, Stand 2007-06-14 */

/* For the xml parser the canvas is <html>, not <body> */
html { 
	height: 100%;			/* Gecko and Opera both need this, in html AND body */
	background-color: #FFFFFF;
	text-align: center;		/* For Gecko and Opera */
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

body {
	height: 100%;
	width: 100%;			/* MSIE has a stupidly large default value, see it with div.alles position: absolute */
	background-color: #FFFFFF;
	text-align: center;		/* For MSIE */
	margin: 0px;
	padding: 0px;
	overflow: auto;
	/* Putting the bg-image here (centered) means it gets truncated left when window too small */
}

div.alles {
	/* The absolutes in nav and main dont work without this relative position */
	position: relative;  	/* Nested absolute positions are interpreted to the closest POSITIONED bounding box */
	width: 1000px;
	/* Safari min-height: All supported except for positioned elements (from Vn. 1.3 on) */
	min-height: 100%;		/* Setting min-height rather than height allows the content (menu) to set the height */
/*	bottom: 0px;					when the browser window is too short for the navigation. MSIE gets the */
	margin: 0px auto 0px auto;	/*	height set in the html file via conditional expression */
	padding: 0px;
	text-align: left;
	background-image: url(../images/refr_bg.jpg);
	background-repeat: no-repeat;
	background-position: right 170px;
	background-color: #F4F2F1;
	overflow: visible;
}

div.main {	
	position: absolute;
	top: 170px;
	left: 240px;
	width: 530px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

div.wintop {			/* This is NOT positioned - on purpose in the page flow */
	width: 1000px;
	height: 170px;
	background-image: url(../images/bg1.jpg);
}

div.xtra {
	position: absolute;  
	top: 280px;
	left: 808px;
	width: 192px;		/* Left + Width: In der Summe 1000 */
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1, h2, h3, h4, th {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Tahoma;
	color: #660033;
	text-decoration: none;
}

p, h5, ul, li, td {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Tahoma;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 10pt;
	color: #666666;
	letter-spacing: 1px;
	margin: 0px;
	padding: 88px 0px 0px 252px;
}

h2 {
	font-size: 13pt;
	margin: 0px 8px 3px 2px;
	padding: 10px 0px 0px 0px;
}

h3 {
	font-size: 10pt;
	margin: 6px 8px 2px 2px;
}

h3.erste {
	margin-top: 0px;
	padding-top: 10px;
}

th, span.wieh3 {
	font-size: 10pt;
	font-weight: bold;
	color: #660033;
}

h4 {
	font-size: 10pt;
	margin: 2px 8px 2px 2px;
}

h5 {
	font-size: 11pt;
	font-weight: normal;
	margin: 12px 8px 2px 2px;
}

p, ul, ol, li, td {
	font-size: 9pt;
	line-height: 12pt;
}

p {
	margin: 12px 8px 6px 2px;
}

p.erste {							/* Nach einem <Hx> */
	margin: 2px 8px 6px 2px;
}

*.nobotmarg {
	margin-bottom: 0px;
}

div.rule {
	margin: 10px 8px 0px 2px;
	text-align: center;
	padding-bottom: 20px;
}

div.ctrDiv {
	height: 1px;
	width: 1px;
}

b  {
	color: #660033;
	font-weight: bold;
}

/* Standard link style : Permanently purple links */
a, a:link, a:visited, a:active, a:focus {
	color: #660033;
	font-weight: bold;
	background-color: transparent;
}
/* Except on Hover */
a:hover {
	color: #660033;
	font-weight: bold;
	background-color: #E4E2E1;
}

/* Classes for Navigation */
/* The margins and paddings order: top right bottom left */

div.alles p.item1 {
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}

div.alles p.item2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 36px;
}

div.xtra p.wapperl {
	margin: 10px 0px 10px 25px;
}

a.avble, a.avble:link, a.avble:visited, a.avble:active, a.avble:focus {
	color: #000000;
	font-weight: normal;
}

a.avble:hover {
	color: #000000;
	font-weight: normal;
	background-color: #E4E2E1;
}

a.iscur, a.iscur:link, a.iscur:visited, a.iscur:active, a.iscur:focus {
	color: #660033;
	font-weight: normal;
}
a.iscur:hover {
	color: #660033;
	font-weight: normal;
	background-color: #E4E2E1;
}
