body
{
	margin: 0px;
}

a
{
	color: black;
	text-decoration: none;
}

img
{
	border: none;
}

.sn_link
{
	position: relative;
	width: 196px;
	height: 45px;
	border-bottom: solid 1px black;
}

#Main
{
	position: absolute;
	height: 100%;
	background: white;
}

#Header
{
	position: absolute;
	top: 100px;
	min-width: 984px;
	width: 100%;
	height: 50px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	z-index: 4;
}

#Label
{
	position: absolute;
	width: 196px;
	height: 50px;
	background: #989300;
	cursor: pointer;
}

#Label:hover
{
	background: #e06d08;
}

#Logo
{
	position: absolute;
	left:	788px;
	width: 196px;
	height: 50px;
	background: url(../_images/a2_orange.png) bottom no-repeat;
	cursor: pointer;
}

#Logo:hover
{
	background: url(../_images/a2_green.png) bottom no-repeat;
}

#Line
{
	position: absolute;
	top:	300px;
	width:	100%;
	height:	20px;
	background:	url(../_images/Linie.jpg);
}

#Sek-Nav
{
	position: absolute;
	width: 196px;
	height: 100%;
	min-height: 752px;
	border-right: solid 1px black;
}

#Spacer
{
	background: white;
	position: relative;
	width: 196px;
	height: 350px;
	border-bottom: solid 1px black;
}

#Content
{
	position: absolute;
	top:	152px;
	left: 197px;
	width: 787px;
	height: 600px;
}

#Home
{
	background: url(../_images/Home_w.png);
}

#Home:hover
{
	background: url(../_images/Home_or.png);
}

#Contact
{
	background: url(../_images/Kontakt_w.png);
}

#Contact:hover
{
	background: url(../_images/Kontakt_or.png);
}

#Engler
{
	background: url(../_images/email_f_sw.jpg) no-repeat;
	position: absolute;
	top: 406px;
	left: 396px;
}

#Engler:hover
{
	background: url(../_images/email_f_gr.jpg) no-repeat;
}

#Bertschinger
{
	background: url(../_images/email_r_sw.jpg) no-repeat;
	position: absolute;
	top: 406px;
	left: 592px;
}

#Bertschinger:hover
{
	background: url(../_images/email_r_gr.jpg) no-repeat;
}


/* font slider */ 
#schrift
{
	padding: 7px 0; 
	margin: 0 0 5px 15px;
}

div.slider
{
	width: 145px;
	height: 16px;
	background: #eee;
	margin: 0;
}

div.slider div.knob
{
	background: #000;
	width: 16px;
	height: 16px;
}



