/* CSS Document */

/***********************************************/
/* 46plus - Basic                              */
/* Allgemeine Definitionen                     */
/***********************************************/

body {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px;
	margin: 0px;
	background-repeat: repeat-y; background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 17px;
	background-image:url(../pic/main/bg_fixed1600.gif)
	}

a img {
	border:none; color:white;
}

#logo46p{
	position: absolute;
	top: 30px; left: 30px; right: auto;
	width:275px; height: 160px;
}

#main_fix{
	position: absolute;
	top: 30px; left: 340px; right: auto;
	width: 600px; height: 600px;
}

#main_var{
	position: absolute;
	top: 30px; left: 340px; right: auto;
	width: 600px; height: auto;
}

#navigation{
	position:absolute;
	top: 35px; left: 350px; right: auto;
	width: 550px; height: 50px;
	z-index: 10;
}

#subnavigation{
	position: absolute;
	top: 60px; left: 350px; right: auto;
	width: 550px; height: 20px;
	font-size:9px; color:#FFFFFF; background-color: #FF6600;
	z-index: 10;
}

#subnavigation a {
	color: #FFFFFF;
	text-decoration:none;
}

#subnavigation a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#impressum{
	position: relative;
	top: 8px; width: 600px;
	height: 10px; font-size:9px;
}

a:link {
	color: #FF6600;
	text-decoration:none;
}
	
a:visited {
	color: #FF6600;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#picture {
	border-bottom-width:thick;
	border-color:#FF6600;
}

