/*image paths work different across folders absolute paths or css file in every folder*/
body {
	background-image: url(images/hintergrund.gif);
	background-repeat: vertival;
	margin: 0;
	padding: 0;
	text-align: left;
	min-width: 1024px;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #808080;
	SCROLLBAR-FACE-COLOR: #e5cbcb; SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee; SCROLLBAR-SHADOW-COLOR: #8d8d8d;  SCROLLBAR-3DLIGHT-COLOR: #eeeeee; SCROLLBAR-ARROW-COLOR: #960000; SCROLLBAR-TRACK-COLOR: #eeeeee; SCROLLBAR-DARKSHADOW-COLOR: #8d8d8d; 
}

.alt {
display: none;
}

img { border: 0; margin: 5px;}
a {font-style: normal; text-decoration: none; color: #960000;}
a:hover {font-style: normal; color: #960000; text-decoration: underline;}

#logo {position:absolute; left:0px; top:0px; padding: 0px; margin: 0px; width:170px; height:110px; background: url(images/retohuber.gif) no-repeat;}

#maincontent {position:absolute; left:235px; top:45px; width:700px; text-align: justify; padding-bottom: 50px;}
#counter {position:absolute; left:15px; top:450px; width:137px; font-size: 12px; text-align:center;}

#homemenu {position:absolute; left:15px; top:135px; width:137px; height:23px;}
#homepreload {background: url(images/menu_home_over.gif);}
#home {padding: 0; border: 0; margin: 0; background: url(images/menu_home.gif) no-repeat; width:137px; height:23px;}
a#home:hover {background: url(../images/menu_home_over.gif) no-repeat;}

#ostkanadamenu {position:absolute; left:15px; top:170px; width:137px; height:23px;}
#ostkanadapreload {background: url(images/menu_ostkanada_over.gif) no-repeat;}
#ostkanada {padding: 0; border: 0; margin: 0; background: url(images/menu_ostkanada.gif) no-repeat; width:137px; height:23px;}
a#ostkanada:hover {background: url(../images/menu_ostkanada_over.gif) no-repeat;}

#westamerikamenu {position:absolute; left:15px; top:205px; width:137px; height:23px;}
#westamerikapreload {background: url(images/menu_westamerika_over.gif) no-repeat;}
#westamerika {padding: 0; border: 0; margin: 0; background: url(images/menu_westamerika.gif) no-repeat; width:137px; height:23px;}
a#westamerika:hover {background: url(../images/menu_westamerika_over.gif) no-repeat;}

#australienmenu {position:absolute; left:15px; top:240px; width:137px; height:23px;}
#australienpreload {background: url(images/menu_australien_over.gif) no-repeat;}
#australien {padding: 0; border: 0; margin: 0; background: url(images/menu_australien.gif) no-repeat; width:137px; height:23px;}
a#australien:hover {background: url(../images/menu_australien_over.gif) no-repeat;}

#europamenu {position:absolute; left:15px; top:275px; width:137px; height:23px;}
#europapreload {background: url(images/menu_europa_over.gif) no-repeat;}
#europa {padding: 0; border: 0; margin: 0; background: url(images/menu_europa.gif) no-repeat; width:137px; height:23px;}
a#europa:hover {background: url(../images/menu_europa_over.gif) no-repeat;}

#projectsmenu {position:absolute; left:15px; top:310px; width:137px; height:23px;}
#projectspreload {background: url(images/menu_projects_over.gif) no-repeat;}
#projects {padding: 0; border: 0; margin: 0; background: url(images/menu_projects.gif) no-repeat; width:137px; height:23px;}
a#projects:hover {background: url(../images/menu_projects_over.gif) no-repeat;}

#romymenu {position:absolute; left:15px; top:345px; width:137px; height:23px;}
#romypreload {background: url(images/menu_romy_over.gif) no-repeat;}
#romy {padding: 0; border: 0; margin: 0; background: url(images/menu_romy.gif) no-repeat; width:137px; height:23px;}
a#romy:hover {background: url(../images/menu_romy_over.gif) no-repeat;}

#wettermenu {position:absolute; left:15px; top:380px; width:137px; height:23px;}
#wetterpreload {background: url(images/menu_wetter_over.gif) no-repeat;}
#wetter {padding: 0; border: 0; margin: 0; background: url(images/menu_wetter.gif) no-repeat; width:137px; height:23px;}
a#wetter:hover {background: url(../images/menu_wetter_over.gif) no-repeat;}

/*whereami*/
body#locmenuhome #home {background: url(images/menu_home_over.gif) no-repeat;}
body#locmenuostkanada #ostkanada {background: url(images/menu_ostkanada_over.gif) no-repeat;}
body#locmenuwestamerika #westamerika {background: url(images/menu_westamerika_over.gif) no-repeat;}
body#locmenuaustralien #australien {background: url(images/menu_australien_over.gif) no-repeat;}
body#locmenueuropa #europa {background: url(images/menu_europa_over.gif) no-repeat;}
body#locmenuprojects #projects {background: url(images/menu_projects_over.gif) no-repeat;}
body#locmenuromy #romy {background: url(images/menu_romy_over.gif) no-repeat;}
body#locmenuwetter #wetter {background: url(images/menu_wetter_over.gif) no-repeat;}