/* Wichtige Farben
head, footer = #9FD2FF
menu = #003399
überschriften = #FF8000
*/

body, div {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#container {
	width:970px;
	position:absolute;
	left:10px;
	top:10px;
}
#head {position:relative; width:970px;}
#logo {
	background: url(images/druckreif_red_logo.jpg) no-repeat right;
	height:70px;
	width:300px;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:16px;
	position:absolute;
	left:10px;
	top:10px;
}
#headerImage {
	display:none;
}
#headColor {
	display:none;
}
#menu {
	display:none;
}
#containerMenu2 {
	display:none;
}
#content {
	width:600px;
	position:absolute;
	left:10px;
	top:100px;
}
.headline {
	text-align:left;
}
.grey {
	color:#787878;
}
.text  {
	text-align:left;
	margin-top:5px;
	line-height:15px;
}
.teaser {
	text-align:left;
	margin-top:5px;
	font-weight:bold;
	line-height:15px;
}
.headline2 {
	text-align:left;
	margin-top:25px;
}
.headline3  {
	text-align:left;
	margin-top:15px;
	color:#FF8000;
	font-weight:bold;
}
 .back {
	display:none;
}
.print {
	display:none;
}
 .print2 {
	text-align:left;
	margin-top:10px;
	float:left;
	border:1px solid #003399;
	background-color:#94A9D4;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
}
.print2 a:link, .print2 a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.close {
	text-align:left;
	margin-top:10px;
	float:right;
	border:1px solid #003399;
	background-color:#94A9D4;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
}
.close a:link, .close a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.spacer {
	height:20px;
	clear:both;
}
#footer {
		display:none;
}
#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;
}
a:hover {
	color:#003399;
	text-decoration:underline;
}
