
/*DIV-ID Tags*/
#spacer1 {
	position:absolute;
	left:0px;
	height:100%;
	width:5px;
	left:285px;
	background-repeat:repeat;
}
#spacer2 {
	position:absolute;
	left:0px;
	height:100%;
	width:5px;
	left:605px;
}

#background-startseite {
	position:relative;
	left:0px;
	height:560px;
	width:984px;
	min-height:560px;
	background-image:url('../Images/Background.png');
	background-repeat:no-repeat;
}
#background-impressum {
	position:relative;
	left:0px;
	height:700px;
	width:984px;
	min-height:560px;
	background-image:url('../Images/Background.png');
	background-repeat:no-repeat;
}
#background-accessoires {
	position:relative;
	left:0px;
	height:810px;
	width:984px;
	min-height:560px;
	background-image:url('../Images/Background.png');
	background-repeat:no-repeat;
}
#background-partner {
	position:relative;
	left:0px;
	height:700px;
	width:984px;
	min-height:560px;
	background-image:url('../Images/Background-Partner.png');
	background-repeat:no-repeat;
}

#background-impressum2 {
	position:relative;
	left:0px;
	height:860px;
	width:984px;
	min-height:560px;
	background-image:url('../Images/Background.png');
	background-repeat:no-repeat;
}

#background-bauer {
	position:relative;
	left:0px;
	height:600px;
	width:984px;
	min-height:560px;
	background-image:url('../Images/Background.png');
	background-repeat:no-repeat;
}
#background-lorenz {
	position:relative;
	left:0px;
	height:650px;
	width:984px;
	min-height:560px;
	background-image:url('../Images/Background.png');
	background-repeat:no-repeat;
}
#background-kontakt {
	position:relative;
	left:0px;
	height:560px;
	width:984px;
	min-height:560px;
	background-image:url('../Images/Background.png');
	background-repeat:no-repeat;
}
#contentbackground {
	position:absolute;
	left:615px;
	top:120px;
	width:375px;
	background-image:url('../Images/Background.png');
}
#logo {
	position:absolute;
	left:25px;
	height:50px;
	width:250px;	
}
#navigationtable {
	position:absolute;
	left:25px;
	top:62px;
	height:480px;
	width:250px;
	background:#FFFFFF;
	text-align:left;
}
#picture {
	position:absolute;
	background-position:top center;
	top:20px;
	left:295px;
	height:400px;
	width:300px;
}
#picture-contact {
	position:absolute;
	background-position:bottom center;
	top:20px;
	left:295px;
	height:400px;
	width:300px;
}

#contact {
	position:absolute;
	left:295px;	
	top:420px;
	height:130px;
	width:300px;
}

#logopartner {
	position:absolute;
	background-position:top center;
	top:20px;
	left:615px;
	height:100px;
	width:375px;
}
#content {
	position:absolute;
	left:615px;
	top:120px;
	width:375px;
}
#content-partner {
	position:absolute;
	left:613px;
	top:120px;
	width:375px;
}

#content-impressum {
	position:absolute;
	left:615px;
	top:120px;
	width:375px;
	font-size: x-small;
}


/*Style-Klassen*/
.menubutton {
	background-image:url('../Images/Button_Unpressed.png');
	display:block;	
}
.submenubutton {
	background-image:url('../Images/Button_Unpressed.png');
	display:block;	
}
.menubuttonactive {
	background-image:url('../Images/Button_Ppressed.png');
	display:block;	
}
.submenubuttonactive {
	background-image:url('../Images/Button_Pressed.png');
	display:block;	
}
.navigationtext {
	background-image:url('../Images/Button_Unpressed.png');
	display:block;
} 
.menudescription {
	padding-left:20px;
} 
.menudescriptionandactive {
	padding-left:20px;
	background-image:url('../Images/Button_Pressed.png');
	display:block;		
} 

.contactheading {
	font-size:18px;
} 
.contactheading a:link, .contactheading a {
	color:blue;
	font-size:medium;
	
}


/*a-Klassen*/
a:hover {
	background-image:url('../Images/Button_Pressed.png');
	text-decoration: none;
	display:block;
}
/*a:active {
	background-image:url('../Images/Button_Pressed.png');
	text-decoration: none;
	display:block;	
}*/
a:link {
	color:#000000;
	text-decoration:none;
	display:block;	
}
a:visited {
	color:#000000;
	text-decoration:none;
	display:block;	
}

a:hover.normal {
	background-image:url();
	color:aqua;
	text-decoration: none;
	display:inline;
}
/*a:active {
	background-image:url('../Images/Button_Pressed.png');
	text-decoration: none;
	display:block;	
}*/
a:link.normal {
	color:blue;
	text-decoration:none;
	display:inline;
}
a:visited.normal {
	color:blue;
	text-decoration:none;
	display:inline;
}
