/*
Autor : Martin Kutter wmk.ch 2002
Projekt : www.nyle.ch
Version : 1.4
Datei : css/main.css
*/

body {
	background-color : #069;
	font : 10px verdana,geneva,sans-serif;
	color : #fff;
	margin : 0;
}

td {
	background-color : transparent;
	font : 10px verdana,geneva,sans-serif;
	color : #fff;
}
#feat {
	position : relative;
	background-image : url(http://www.nyle.ch/img_balken/bg_gitter.gif);
	width : 100%;
	height : 345px;
	background-color : transparent;
	z-index : 2;
}
#logo {
	margin-bottom : -2px;
}
#copyright {
	position : relative;
	right : 5px;
	text-align : right;
	z-index : 4;
}
#title {
	position : absolute;
	top : 10px;
	left : 250px;
	z-index : 3;
}
#content {
	position : absolute;
	top : 20px;
	left : 400px;
	z-index : 3;
	width : 370px;
	padding-right : 10px;
	
}
.bio {
	position : absolute;
	top : 40px;
	width : 100%;
	visibility : hidden;
}
#bio04 {
	visiblity : visible;
	position : absolute;
	top : 40px;
	width : 100%;
}
h1 {
	font-size : 1.6em;
	font-weight : bolder;
	margin-top : 0;
}
input {
	font : 10px verdana,geneva,sans-serif;
	width : 190px;
	border-left: 1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color : #069;
	color : #fff;
}
textarea {
	font : 10px verdana,geneva,sans-serif;
	width : 190px;
	height : 180px;
	border-left: 1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color : #069;
	color : #fff;
	overflow : auto;
}
a:link,a:visited {
	color : #fff;
	background-color : transparent;
}
a:hover,a:active {
	color : #069;
	background-color : #fff;
	text-decoration : none;
}
/* Navigation */
#navigation {
	position : relative;
	left : 240px;
	top : 40px;
	white-space : nowrap;
	z-index : 3;
}
a.nav:link,a.nav:visited{
	color : #fff;
	background-color : transparent;
	text-decoration : none;
	padding-left : 3px;
	padding-right : 3px;
}
a.nav:hover,a.nav:active {
	color : #069;
	background-color : #fff;
	padding-left : 3px;
	padding-right : 3px;
}
a.img:hover {
	background-color : transparent;
	color : #fff;
}

/* End */

