/* digitalwaren.de */

body {
	font-family: Arial, Helvetica;
	font-size: 80%;
	color: #004040;
  	background-color: white;
	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 {
	color: #046380;
}
a:hover {
	color: #70423D;
}

/* - - - C O V E R - - - - - - - - */
#center_cover {
	position: relative;
	margin-top: 40px;
	padding: 0px;
	width: 520px;
	height: 600px;
	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: url(../0-pool/digitalwaren.png);
	background-repeat: no-repeat;
 	background-color: white;
	}

#logo_cover {
	position: absolute;
	width: 250px;
	height: 40px;
	left: 253px;
	top: 132px;
	background: url(../images/digitalwaren-logo-250-GIF.gif);
	background-repeat: no-repeat;
	}

#metamotiv {
	position: absolute;
	top: 155px;
	left: 20px;
}

#digitalundreal {
	position: absolute;
	top: 155px;
	left: 280px;
}

#navigation_cover {
	position: absolute;
	left: 348px;
	top: 180px;
	}
/* - - - N O R M A L - - - - - - - - */
#center {
	position: relative;
	margin-top: 40px;
	padding: 0px;
	width: 780px;
	height: 480px;
	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: url(../images/buch-offen-JPG.jpg);
	background-repeat: no-repeat;
 	background-color: #A0C0B0;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* pvd: das betrifft eigentlich nur noch den Login-Screen */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#center_login {
	position: relative;
	margin: 40px auto;
	padding: 20px;
	width: 360px;
	height: 360px;
	background: #CBC542;
	text-align: left;
	font-size: 13px;
	color: #313131;
	/* pvd: Schatten */
	box-shadow: inset 0px 0px 20px rgba(6,6,6,0.1);
	-moz-box-shadow: 0px 0px 20px #666666;
	-webkit-box-shadow: 0px 0px 20px #666666; /* Safari, Chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=10,color=#666666,direction=90)";
}
#login {
	position: relative;
	float: right;
	width: 360px;
	text-align: right;
	margin: 40px auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* pvd: ENDE Login-Screen */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#logo {
	position: absolute;
	width: 250px;
	height: 40px;
	left: 413px;
	top: 18px;
	background: url(../images/digitalwaren-logo-250-GIF.gif);
	background-repeat: no-repeat;
	}
	
#navigation_normal {
	position: absolute;
	left: 30px;
	top: 18px;
	}

	#navigation {
		text-align: left;
		}

	#navigation ul {
		list-style-type: none;
		margin-top: 0;
		margin-left: 0;
		padding-top: 0;
		padding-left: 0;
		line-height: 15px;
	}
	#navigation li {
		font-family: Arial, Helvetica;
		font-size: 0.9em;
	}
	#navigation a {
		color: #80A0A0;
		text-decoration: none;
	}
	#navigation a:hover {
		color: #5C3C4C;
	}


#box_01 {
		position: absolute;
		left: 30px;
		top: 125px;
		width: 323px;
		height: 313px;
		padding: 0;
		margin: 0;
		overflow: auto;
		font-size: 0.8em;
		color: #666666;
	}
#box_02 {
		position: absolute;
		left: 413px;
		top: 125px;
		width: 323px;
		height: 313px;
		overflow: hidden;
		font-size: 0.8em;
		color: #666666;
	}
/* - - - */
#teaser {
	width: 156px;
	height: 140px;
	float: left;
	margin-left: 0px;
	margin-bottom: 1em;
 	background: url(../images/teaser-projekt-GIF.gif);
 	background-repeat: no-repeat;
 	font-size: 0.8em;
	}
	#teaser img {
		margin-left: 6px;
		margin-top: 6px;
		margin-bottom: 4px;
	}
h1 {
	font-size: 1em;
	font-weight: bold;
}

#container p { 
margin: 0 0 0.5em 0;
}

.feld_01 {
		width: 200px;
/* 		height: 1em; */
		margin-bottom: 2px;
		font-size: 1em;
		background-color: #E9E9DD;
		border-color: #FFFFFF;
		border-style: solid;
		border-width: 1px;
}
#footer {
 	position: relative;
 	clear: both;
	margin-top: 100px;
	width: 100%;
	height: 20px;
 	background-color: #DCDCCC;
}
/* A K T U E L L E   S E I T E   K E N N Z E I C H N E N */
#home .home, #buero .buero, #projekte .projekte, #impressum .impressum, #anfahrt .anfahrt, #kunden .kunden {
	color: #004040;
}

