/*	
	Druckzentrum winkeln CSS
	Internet Tagblatt Medien - Danniesabeth Jordi
*/

/*************************** DIV ***************************/
body {
	text-align: center;
	}
#gesamt {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	}
#titel {
	position: absolute;
	top: 0px;
	width: 860px;
	height: 78px;
	padding:0px;
}
#kopf {
	position: absolute;
	top: 32px;
	width: 860px;
	height: 78px;
	padding:0px;
}
#navigation {
	position: absolute;
	top: 112px;
	width: 173px;
	height: 603px;
	background-color: #dedede;
	float: left;
	padding: 0px;
}
#logo {
	position: absolute;
	top: 680px;
	width: 155px;
	height: 20px;
	background-color: #dedede;
	float: left;
	padding: 5px;
}
#hintergrund {
	position: absolute;
	top: 112px;
	width: 685px;
	height: 603px;
	background-color: #efefef;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 175px;
	overflow: auto;
}
#inhalt {
	width: 671px;
	height: 579px;
	margin: 12px 0px 0px 14px;
	overflow: auto;
}
#gross {
	width: 609px;
	float: left;
	height: auto;
	margin: 0px 0px 0px 14px;
}
#linksgross {
	width: 418px;
	float: left;
	height: auto;
	margin: 0px 0px 0px 14px;
}
#rechtsgross {
	width: 418px;
	float: left;
	margin: 0px 0px 0px 14px;
	height: auto;
}
#linkesklein {
	width: 203px;
	float: left;
	height: auto;
}
#zentriertklein {
	width: 203px;
	float: left;
	height: auto;
	margin: 0px 14px 0px 14px;
}
#rechtesklein {
	width: 203px;
	float: left;
	height: auto;
}

/*************************** ENDE DIV ***************************/

/*************************** BILDER ***************************/
#inhalt-bild-q {
	width: 200px;
}
#inhalt-bild-h {
	width: 150px;
}
#bigone {
	position: absolute;
	top: auto;
	width: 670px;
	height: 588px;
	padding: 0px;
	margin: auto;
	overflow: auto;
}
/*************************** ENDE BILDER ***************************/

/*************************** NAVIGATION ***************************/
/*ul.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 32px;
	text-decoration: none;
	list-style-type: none;
	list-style-position: inside;
	color: #333;
	padding: 0px;
}*/
.sub_navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #333;
	text-indent: 16px;
}
.untersub_navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #333;
	text-indent: 24px;
}
.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #333;
	line-height: 32px;
	text-indent: 8px;
}

/*** DR.WEB MOUSE-OVER NAVIGATION***/
#nav {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	width: 173px;
	background: #dedede;
	border: none;
	line-height: 32px;
	text-decoration: none;
	color: #333;
}
/* Link */
#nav a {
	display: block;
	font-size: 11px;
	text-decoration: none;
}
#nav span {
	display: block;
	background: #efefef;
	text-decoration: none;
	font-size: 11px;
	/*padding-left: 8px;*/
}
/* Farbe des Links beim Mous-Over  */
#nav:hover a {
color: #333;
}
/* Farbe die beim Mouse-Over erscheint, Balken auf die ganze Breite der Navigation */
#nav a:hover {
color: #333; 
background: #efefef; 
text-decoration: none;
} 
/*** ENDE DR.WEB MOUSE-OVER NAVIGATION ***/

/*************************** ENDE NAVIGATION ***************************/


