/* CSS Document */
/* Default Styles */
body { 
	font: 9pt "Trebuchet MS", Verdana;
	color: #000000; 
	background: #C8CDD3;

	
	}

h3 {
	font: bold 14px/normal "Trebuchet MS", Verdana;
	margin-top: 0px;
	color: #993333;
	}
p {
	font: 9pt/normal "Trebuchet MS", Verdana;
	margin-top: 0px;
	color: #000000;

	}	
a:link, a:visited {
	font: 11px "Trebuchet MS", Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover, a:active {
	font: 11px "Trebuchet MS", Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #993333;
}

#ramminn {
	position: absolute;
	width: 780px;
	top: 0px;
	left: 0px;
	/* Could also use margin-left and -right: auto
		but IE 5 PC doesn't like that */
}


#banner {
	position: absolute;
	border: 1px solid #000000;
	left: 0px;
	top: 0px;
	height: 50px;
	width: 780px;
	background:  url("../images/background.jpg") no-repeat;
}

#language {
	position: absolute;
	left: 0px;
	top: 34px;
	height: 12px;
	width: 780px;
}
#uhr {
	position: absolute;
	margin-top: 30px;
	width: 450px;
	color: #333333;
	margin-left: 8px;
}

#blokk {
	position: absolute;
	display: block;
	top: 55px;
	width: 625px;
	left: 155px;
	border: 1px solid #000000;
	background: #ACACAC url("../images/auto.jpg") no-repeat right bottom;
	height: auto;


}
#ueberschrift {
	width: 450px;
	margin-left: 100px;
	margin-top: 15px;
}
#space {
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 400px;
}
#text {
	position: relative;
	top: 14px;
	width: 610px;
	left: 10px;
}

/* Left Bar */
#menu {
	position: relative;
	display: block;
	background-color: #ACACAC;
	border: 1px solid #000000;
	left: 0px;
	top: 55px;
	width: 150px;
	height: 450px;
}

/* Right Bar */
#rechts {
	position: absolute;
	top: 55px;
	width: 150px;
	border: 1px solid #000000;
	background-color: #ACACAC;
	height: 450px;
}

#links_unten {
	position: absolute;
	top: 450px;
	width: 700px;
}
#banner_seite1 {
	position: relative;
	top: 300px;
	width: 148px;
	height:198px;
}
#banner_seite {
	position: absolute;
	top: 6px;
	width: 120px;
	height:250px;
	right: 2px;
}

#footer {
	position: relative;
	width: 625px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 9px;
}
div.clSlideMenu{ /* All slideMenu2 DIV elements */
	position: absolute;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	overflow: hidden;
	width: 150px;
	height: 22px;
}
a.clA0{ /* All top level links */
	color: white;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.clA1{ /* All sub level links */
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.clA2{ /* All sub2 level links */
	color: navy;
	text-decoration: none;
}
a.clA3{ /* All sub3 level links */
	color: black;
	text-decoration: none;
}
a.clA4{ /* All sub4 level links */
	color: green;
	text-decoration: none;
}

/* NEEDED STYLES */
div.slideMenuBG{position: absolute; left: 0px; top: 0px; z-index: 1}
div.slideMenuText{position: absolute; left: 2px; top: 2px; z-index: 200;}
/* NEEDED ----- This class should be named like this:
	#NAME_OF_YOUR_MENUcont
*/
#slideMenucont{position: absolute; height: 400px; width: 150px; visibility: hidden;}