/* digitalwaren.de */

body {
	font-family: Arial, Helvetica;
	color: #888888;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	overflow: -moz-scrollbars-vertical;
	text-align: center; /* damit IE auch brav die Inhalte (nicht nur Text!) zentriert */
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
a {
	font-weight: bold;
	color: #1487b6;
}
a:hover {
	
}

#center {
	position: relative;
	margin-top: 0px;
	padding: 0px;
	width: 900px;
	height: 500px;
	margin-left:  auto; /* Zentrieren fuer alle ausser IE */
	margin-right: auto; /* Zentrieren fuer alle ausser IE */
	text-align: left; /* das Zentrieren fuer IE wieder zurueckstellen */
	background-color: yellow;
	background-image: url(../images/background-JPG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header {
	position: absolute;
	left: -50px;
	top: 0px;
	text-align: left;
	width: 900px;
	height: 70px;
	padding: 0;
	margin: 0;
/*	background-color: #1487b6; */
}

#navigation {
	position: absolute;
	left: 40px;
	top: 100px;
	width: 600px;
	font-size: 12px;
}
#navigation ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 6px;
	padding-left: 0px;
	margin-left: 0px;
}
#navigation a {
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	text-decoration: none;
}
#navigation a:hover {
	border-bottom: #1487b6 4px solid;
}
#navigation .nav_aktuell {
	border-bottom: #1487b6 4px solid;
}


#content {
	position: absolute;
	left: 40px;
	top: 150px;
	width: 320px;
	height: 600px;
	font-size: 12px;
/*	border: 1px dotted red; */
}

#content h1 {
	font-size: 12px;
	color: #666666;
	margin-top: 1.8em;
	margin-bottom: 0px;
}

.blau {
	color: #1487b6;
}
