

* {
	font-family: Tahoma, Arial, serif;
	margin: 0px;
}

body, td, th, div, span, input, textarea, select, a {
	font-size: 12px;
	color: #00073C;
}


body {
	background: #F5F5F5;
	background-image: url('../pics/bg.jpg');
	background-position: center;
	background-repeat: repeat-y;

}



a:link, a:visited, a:active {
	color: #00073C;
	text-decoration: underline;
}


a:hover {
	color: #F00;
	text-decoration: none;
}


h1 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, serif;
	font-size: 18px;
	color: #00073C;
	margin-bottom: 25px;
	font-weight: normal;
}


h2 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, serif;
	font-size: 18px;
	color: #00073C;
	font-weight: normal;
	display:inline;
}



.abstand10 {
	margin: 10px;
}


#positionierung {
	width: 800px;

	position: absolute;
	left: 50%;
	top: 0px;

	margin-left: -400px;

}

#emptyblock {
	width: 350px;
	display: block;
	float: left;
}


#navigation {
	width: 152px;
	display: block;
	height: 100%;
	float: left;
}


#inhalt {
	width: 621px;
	min-height: 400px;
	display: block;
	float: left;
	font-size: 12px;
	margin-bottom: 20px;
}

#internetexplorerfix {
	margin-left: 35px;
	margin-top: 35px;
}

#fix {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 109px;
	background: #1B2B95;
	display: block;
}


#anschrift {
	margin-top: 10px;
	background: #FFF;
	float: left;
	width: 100%;
}


#bottomnavigation {
	margin-top: 50px;
	text-align: right;
}


/* zufällige Angebote auf der xshop-Startseite */
.xshop_angebote, .xshop_angebote:link, .xshop_angebote:visited {
font-family:arial;
color:#000;
font-size:15px;
background:#fff;
padding:10px;
text-decoration:none;
margin:0 3px 3px 0;
}

.xshop_angebote:hover, .xshop_angebote:active, .xshop_angebote:focus {
font-family:arial;
color:#000;
font-size:15px;
background:#fff;
padding:10px;
text-decoration:none;
margin:0 3px 3px 0;
filter:Alpha(opacity=70);
-moz-opacity:0.7;
}

.xshop_angebote b {
font-size:12px;
}

.xshop_angebote img {
height:80px;
}