@import url(shop.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #8BC2F8;
	color: #475766;
}
.kopf {
	background-image: url(../img/kopf.jpg);
	background-repeat: no-repeat;
	width: 998px;
	height: 141px;
	position: absolute;
}
.nav {
	height: 47px;
	position: absolute;
	z-index: 5;
	line-height: 39px;
	width: 149px;
}
.nav a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.nav a:hover{
	background-image: url(../img/bg_but.gif);
	background-repeat: no-repeat;
	color: #093C67;
	background-position: center;
}
.links {
	background-image: url(../img/bg_nav.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 410px;
	position: absolute;
	top: 140px;
	padding-top: 140px;
	overflow: visible;
}
.balken {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	width: 100%;
	background-color: #FFFFFF;
	height: 17px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #294D81;
	font-size: 12px;
	padding-top: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}
.balken a{
	text-decoration: none;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-left: 70px;
}
.balken a:hover{
	color: #FFFFFF;
	background-color: #00315E;
}
.content {
	position: relative;
	left: 279px;
	background-color: #FFFFFF;
	position: absolute;
	width: 654px;
	top: 140px;
	font-size: 12px;
	padding-left: 35px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	/*background-color: Red;*/
}
.startcontent {
	position: relative;
	left: 279px;
	background-color: #FFFFFF;
	position: absolute;
	width: 654px;
	top: 140px;
	font-size: 12px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 30px;
	/*background-color: Red;*/
}
.inhalt {
	position: relative;
	font-size: 12px;
	height: 400px;
	padding-bottom: 70px;
	padding-left: 15px;
	padding-top: 15px;
	/*background-color: Yellow;
	display: none;*/
}
html>body .inhalt { height: auto; min-height: 400px; }
.startseite {
	position: relative;
	font-size: 12px;
	height: 400px;
	padding-bottom: 70px;
	/*background-color: Yellow;
	display: none;*/
}
html>body .startseite { height: auto; min-height: 400px; }
.balken_blau {
	font-size: 13px;
	background-color: #63C0E1;
	font-weight: bold;
	height: 17px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 634px;
}
.bottom {
	/* position: absolute;
	bottom: 0px; */
	height: 30px;
	width: 635px;
	border-top-color: #0067C0;
	border-top-style: solid;
	border-top-width: 2px;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 0px;
	word-spacing: 5px;
	/*background-color: Green;*/
}
.bottom a{
	text-decoration: none;
	color: #000000;
}
.bottom a:hover{
	text-decoration: underline;
}

#paypal_img {
	position: relative;
	width: 279px;
}
