/* digitalwaren.de */

body {
	font-family: arial,"lucida sans",lucida,grande,sans-serif,helvetica;
	color: #8D8D7D;
 	background-color: #585850;
	margin: 0px;
	padding: 0px;
	overflow: -moz-scrollbars-vertical;
	text-align: center; /* damit IE auch brav die Inhalte (nicht nur Text!) zentriert */
}

body {
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

body, html {
	height: 100%;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 0.95em;
}

img {
	border: 0px;
}
a {
	color: #8D8D7D;
	text-decoration: none;
}

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

#navigation {
	position: absolute;
	width: 100%;
	height: 60px;
	top: 0px;
	left: 0px;
	color: white;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/navigation_bg-PNG.png);
	background-repeat: repeat-x;
	text-align: center;
	z-index: 20000;
}

#distance { 
		width:1px;
		height:50%;
		margin-bottom: -330px; /* half of container's height */
		float:left;
		}

#center {
	position: relative;
	width: 1000px;
	height: 660px;
/*	margin-top: 60px; der IE kapierts mal wieder nicht */
	padding-top: 60px;
	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 */
	clear: left;
/*	background-color: #5F5F57; */
}

#content {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 1000px;
/*	background-color: #111111; */
	font-size: 0.95em;
}

#content_center {
	text-align: center;
	padding-top: 10%;
}

#content_flash {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#picturelist {
	position: absolute;
	top: 10px;
	left: 390px;
	width: 300px;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	font-size: 0.8em;
}

#picturelist img {
	margin-bottom: -6px;
}

#picturelist p {
	margin-bottom:10px;
	margin-top: 2px;
}

#picturelist_2 {
	position: absolute;
	top: 10px;
	left: 240px;
	width: 600px;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	font-size: 0.8em;
}

#picturelist_2 img {
	margin-bottom: -6px;
}

#picturelist_2 a {
	margin-left: 1em;
}
#box_left {
	position: absolute;
	top: 10px;
	left: 57px;
	width: 300px;
/*	background-color: #64645b; */
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}

#box_middle {
	position: absolute;
	top: 10px;
	left: 367px;
	width: 300px;
/*	background-color: #64645b; */
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}

#box_right {
	position: absolute;
	top: 10px;
	left: 677px;
	width: 300px;
/*	background-color: #64645b; */
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}

/* CODE ANNIEONE */
pre {
	font-family: arial,"lucida sans",lucida,grande,sans-serif,helvetica;
	font-size: 1em;
	line-height: 1em;
	color: #8D8D7D;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

pre b {
	font-weight: bold;
	color: #FFFFFF;
}

pre a {
	color: #b5b5a7;
}
