#main {
	top: 50%;
	left: 50%;
	width : 799px;
	height : 600px;
	margin-left: -400px;
	margin-top: -300px;
	background-image : url(../bitmaps/bg.jpg);
	background-repeat : no-repeat;
	position : absolute;
	overflow: hidden;
}
#mainIntro {
	top: 50%;
	left: 50%;
	width : 799px;
	height : 600px;
	margin-left: -400px;
	margin-top: -300px;
	background-image : url(../bitmaps/bgIntro.jpg);
	background-repeat : no-repeat;
	position : absolute;
	overflow: hidden;
}

#main_menu{
	position: absolute;
	top: 137px;
	left: 549px;
	width: 250px;
	height: 235px;
	padding: 0px;
	overflow: hidden;
	z-index: 20;
}

#faehnlein{
	position: absolute;
	top: 109px;
	left: 549px;
	width: 246px;
	height: 263px;
	padding: 0px;
	overflow: hidden;
	z-index: 19;
}

#sub_menu{
	position: absolute;
	top: 456px;
	left: 12px;
	width: 518px;
	height: 25px;
	padding: 0px;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 375px;
	left: 575px;
	width: 249px;
	height: 229px;
	padding: 0px;	
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

#slideshow {
	position: absolute;
	top: 47px;
	left: 0px;
	width: 530px;
	height: 340px;
	padding: 0px;
	overflow: hidden;
}

#picmenu {
	position: absolute;
	top: 47px;
	left: 530px;
	width: 272px;
	height: 58px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

#headline {
	position: absolute;
	top: 405px;
	left: 12px;
	width: 525px;
	height: 40px;
	padding: 0px;
	text-align : left;
	line-height: 0px;
	overflow: hidden;
}

#text {
	position: absolute;
	top: 475px;
	left: 12px;
	width: 518px;
	height: 100px;
	padding: 0px;
	text-align : left;
	overflow: auto;
	/*color: #536584;*/
	color: #334564;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#logoButton {
	background-image: url(../bitmaps/logobleu.gif);
	width: 199px;
	height: 203px;
	background-repeat : no-repeat;
	background-position : 0px;
	display: block;
}
#logoButton:hover, #logoButton_high {
	background-image: url(../bitmaps/logorot.gif);
	width: 199px;
	height: 203px;
	background-repeat : no-repeat;
	background-position : 0px;
	display: block;
}

/* why are all standard html tags are overriden???? */
#termine h3 {
	font-size:15px; font-weight:normal;
	
}

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code,p { font-size:15px; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd,a { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0;}
address { font-style:normal }
table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:15px;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }
legend { display:none; }
body, div,p,li { background-repeat:no-repeat; }


body {
	margin-top : 0px;
	margin-left : 0px;
}

h1 {
	font-weight: bold;
}

p {
	margin-bottom: 15px;
}

a {
	color: #B22222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul.menu  li, ul.faehnlein li {
	display:block;
	line-height: 1px;
}
li.menu, li.faehnlein {
	line-height: 14px;
	margin-bottom: 15px;
}

ul.submenu  li {
	display:block;
	float:left;
	line-height: 0px;
	margin-top: 0px;
}

.klein {
	font-size:10px;
	line-height: 12px;
}

