/* Heliwebsite */
/* Beginn: 20.11.2004 */

/* ============================================================= */

body {
	background-color : white;
	margin: 1px;
}


/* ============================================================= */
/* Überschriften */

h1 {
	font-size : 13px;
	border-left-width : 8px;
	border-left-color : #514EA2;
	color: #4a4a99;
	border-left-style : solid;
	padding-left:3px;
	margin-top:6px;
	margin-bottom:4px;
}

h2 {
	font-size : 13px;
	margin-top: 12px;
	margin-bottom:2px;
	color : #514EA2;
}

h3 {
	font-size : 12px;
	font-style : italic;
	margin-top: 8px;
	margin-bottom:2px;
	color : #484848;
}


/* ============================================================= */
/* Navigation "/
/* Titel in der Navigation */

td.nav1 h1 {
	width:100%;
	height : 16px;
	font-family : Verdana;
	font-size : 13px;
	font-weight : bold;
	border-left-width : 0px;	/* Damit der Rahmen von h1 nicht übernommen wrid */
	color: #484848;
	padding-bottom : 1px;
	padding-top : 1px;
	text-align : center;
	background-color : #d5d5d5;
	margin-top: 3px;
	margin-bottom:3px;
}

td.nav2 h1 {
	width:100%;
	height : 16px;
	font-family : Verdana;
	font-size : 11px;
	padding-bottom : 0px;
	padding-top : 0px;
	border-left-width : 0px;	/* Damit der Rahmen von h1 nicht übernommen wrid */
	text-align : center;
	color : White;
	margin-top: 5px;
	margin-bottom:3px;
}

td.nav2 h2 {
	width:100%;
	height : 12px;
	font-family : Verdana;
	font-size : 11px;
	margin-bottom : 3px;
	margin-top : 8px;
	color : White;
}

/* ============================================================= */
/* Bereiche */

#t1 {
	background-color : #404040;
}

#t2 {
	background-color : #959595;
}

#t3 {
	background-color : #bfbfbf;
}

#m1 {
	background-color : #646464;
	font-family : Verdana;
	font-size : 10px;
	color : White;
}

#m2 {
	background-color : #b9b9b9;
}

#m3 {
	background-color : #d5d5d5;
}

#c1 {
	background-color : gray;
}

#c2 {
	background-color : White;
	padding : 5px;
	font-family : Verdana;
	font-size : 12px;
	color : black;
}

#c3 {
	background-color : #eaeaea;
	text-align : center;
	font-family : Verdana;
	font-size : 10px;
	padding-top: 10px;
	color : gray;
}

/* Sortierkästchen unten links */
#heliresort {
	position:expression("absolute");
	top : expression(parseInt(document.body.scrollTop) + parseInt(document.body.offsetHeight) - 40);
	left:6px;
	border:1px solid white;
	padding-right:3px; 
}

#heliresort[id] {
	bottom : 5px;
	position:fixed;
}


/* ============================================================= */
/* Sonstiges */

/* Bilder in der rechten Spalte */
#c3 img {
	border : 1px solid white;
}


/* ============================================================= */
/* Elemente der obersten Zeile */

#title {
	position : absolute;
	left : 365px;
	top : 9px;
}

#url {
	position : absolute;
	left : 485px;
	top : 43px;
}


/* ============================================================= */
/* Formulare */

input,textarea {
	border:1px solid #888888;
	font:normal 12px verdana;
	color:#525252;
}

.radio, .check {
	border-width : 0px;
}

/* The dropdown list */
select.dropdown {
	font-size:14px;
	font-family:normal 10px verdana;
	color:#484848;
}

input.search {
	font-weight : bold;
}
	
