body, div {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
#container {width:970px; }
#head {width:970px;  position:relative;}
#logo {
	background: url(images/druckreif_red_logo.jpg) no-repeat right;
	height:70px;
	width:300px;
	float:right;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:16px;
}
#headerImage {
	background: url(images/head_start.jpg) no-repeat;
	width:504px;
	height:125px;
	float:left;
	position:relative;
	left:64px;
	top:10px;
	z-index:5;
}
html>body #headerImage {
	background: url(images/head_start.jpg) no-repeat;
	width:504px;
	height:125px;
	float:left;
	position:absolute;
	left:64px;
	top:10px;
	z-index:5;
}

html>body #headColor {
	clear : both;
	height:66px;
	background-color : #9FD2FF;
	margin-top:0px;
	z-index:1;
}
#headColor {
	clear : both;
	height:66px;
	background-color : #9FD2FF;
	margin-top:-29px;
	z-index:1;
}
#headCLeft {
	background-image : url(images/head_edge_left.gif);
	background-repeat : no-repeat;
	width:55px;
	height : 66px;
	float : left;
	margin:0px;
	padding:0px;
}
#headCMiddle {
	background-color : #9FD2FF;
	height:66px;
	float:left;
	margin:0px;
	padding:0px;
}
#headCRight {
	background-image : url(images/head_edge_right.gif);
	background-repeat : no-repeat;
	width:47px;
	height : 66px;
	margin:0px;
	padding:0px;
	float : right;
}
#menu {
	background-color:#003399;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:47px;
	font-size:12px;
}
#menu a:link {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:visited {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover {
	font-weight:bold;
	color:#BFCBE5;
	text-decoration:none;
}
#containerMenu2 {
	border-left:1px solid #9FD2FF;
	border-right:1px solid #9FD2FF;
	text-align:left;
}
#menu2 {
	background-color:#94A9D4;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	padding-top:8px;
	padding-bottom:8px;
	width:546px;
	margin-left:95px;
	font-size:12px;
}
#menu2 a:link {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#menu2 a:visited {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#menu2 a:hover {
	font-weight:bold;
	color:#003399;
	text-decoration:none;
}

#content {
	/*width:970px;*/
	border-left:1px solid #9FD2FF;
	border-right:1px solid #9FD2FF;
	padding-top:15px;
	padding-left:64px;
	padding-right:292px;
	background-image:url(images/content_d.gif);
	background-repeat:no-repeat;
	background-position:top right;
	/*background-attachment:fixed;
	background-attachment: inherit !important;*/
}
.headline {
	text-align:left;
}
.grey {
	color:#787878;
	margin-bottom:3px;
	margin-top:-3px;
	text-align:left;
}
.text  {
	text-align:left;
	margin-top:5px;
	font-size:80%;
}
.textBold  {
	text-align:left;
	margin-top:5px;
	font-size:80%;
	font-weight:bold;
}
.text a:link, .text a:visited {
	color:#003399;
	text-decoration:none;
	font-size:inherit;
}
.text a:hover {
	color:#003399;
	text-decoration:underline;
}
/*.teaser {
	text-align:left;
	margin-top:5px;
	font-weight:bold;
	line-height:15px;
}*/
.headline2 {
	text-align:left;
	margin-top:15px;
	margin-bottom:-10px;
}
.headline3  {
	text-align:left;
	margin-top:15px;
	color:#FF8000;
	font-weight:bold;
	font-size:90%;
}
 .back {
	text-align:left;
	margin-top:10px;
	float:left;
	border:1px solid #003399;
	background-color:#94A9D4;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
}
.back a:link, .back a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.print {
	text-align:left;
	margin-top:10px;
	float:right;
	border:1px solid #003399;
	background-color:#94A9D4;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
}
.print a:link, .print a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
 .footerImage {
	text-align:left;
	margin-top:20px;
	width:612px;
}
.spacer {
	height:20px;
	clear:both;
}
#footer {
	background-color : #9FD2FF;
	height:53px;
	margin-bottom:20px;
	font-size:12px;
	background: url(images/footer.jpg) no-repeat right;
}
#footerCLeft {
	background-image : url(images/footer_edge_left.gif);
	background-repeat : no-repeat;
	width:47px;
	height:53px;
	float:left;
}
#footerCRight {
	background-image : url(images/footer_edge_right.gif);
	background-repeat : no-repeat;
	width:42px;
	height : 53px;
	float : right;
}
.footerText1 {
	float:left;
	color:#003399;
	text-align:left;
	padding-top:6px;
	padding-left:17px;
}
.footerText2 {
	float:left;
	color:#003399;
	padding-top:20px;
	padding-left:180px;
}

/*Links allgemein*/
a:link, a:visited {
	color:#003399;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	color:#003399;
	text-decoration:underline;
	font-size:12px;
}
/*hiden divs*/
.e1 {
	background-image:url(images/hidden_edgelio.gif);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	width:7px;
	height:7px;
}
.e2 {
	background-image:url(images/hidden_edgereo.gif);
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
	width:7px;
	height:7px;
}
.b1 {
	border-top:1px solid #D0D0E0;
	background-color:#F0F0F0;
	height:7px;
	float:left;
}
.hiddenBottom {
	background-image:url(images/hiddenedge_bottom.gif);
	background-repeat:no-repeat;
	width:612px;
	height:7px;
	overflow:hidden;
}
.b2 {
	border-left:1px solid #D0D0E0;
	border-right:1px solid #D0D0E0;
}
#christels {
	background-color:#F0F0F0;
	margin-top:10px;
	width:612px;
}
#juliaDeppe, #reinerScholz, #boxStandard {
	background-color:#F0F0F0;
	margin-top:10px;
	margin-bottom:10px;
	width:612px;
}
.hiddenHeadline {
	font-size:130%;
	border-bottom:1px solid #787878;
	padding:5px 0 5px; 0;
	margin:0 5px  0 5px;
	text-align:left;
	border-top:1px solid #D0D0E0;
}
.hiddenTextC {
	padding:10px 5px 5px 5px;
	text-align:left;
	font-size:80%;
	border-left:1px solid #D0D0E0;
	border-right:1px solid #D0D0E0;
}
.hiddenText {
	padding:10px 5px 5px 5px;
	text-align:left;
	font-size:100%;
}
.hiddenTextB {
	padding:10px 5px 5px 5px;
	text-align:left;
	font-size:80%;
}
#christelsImages {
	padding:10px 5px 5px 5px;
}
.close {
	padding-left:5px;
	border-left:1px solid #D0D0E0;
	border-right:1px solid #D0D0E0;
	/*border-bottom:1px solid #D0D0E0;*/
	text-align:left;
}
/*Kontakt*/
#menuContact {
	
}
#kontakt {
	margin-top:10px;
	padding-right:200px;
	text-align:left;
	margin-left:0px;
}
.contactText {
	clear:both;
	float:left;
	width:100px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	font-size:80%;
}
.form input {
	width:300px;
	text-align:left;
	border:1px solid #003399;
	margin-top:5px;
	margin-bottom:5px;
}
.formText textarea {
	width:300px;
	height:100px;
	border:1px solid #003399;
	margin-top:5px;
	margin-bottom:5px;
}
.send input {
	border:1px solid #003399;
	background-color:#94A9D4;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:5px;
}