/* Anmerkungen Style für www.erdtmann.de:
	
	color: #C10F29; ist Erdtmann-Rot
	
	Allgemeine Definitionen
	HTML Rewrite
	ID-Container und Formatierungen
	Klassen
	Formulare
	Bilder
*/


html {
	background: #000000 url(../img/hg_druckmaschine.jpg) no-repeat fixed left bottom;
}
body {
	background-image: url(../img/feinsteDrucksachen.gif);
	background-position: 335px 446px;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	
	font-size: 100.01%;
	font-size: 12px;
	line-height: 180%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;

}
h1, h2, h3, h4, h5, h6, p, ul, form, fieldset, legend {
	padding: 0;
	margin: 0;
}
input, textarea, select {
	font-size: 100%;
}
blockquote {
	margin: 20px 0px;
	font-style: italic;
	border-left: 1px solid #61616D;
	padding-left: 10px;
}
pre, code {
	font-size: 1.2em;
}
small {
	line-height: 120%;
}


/* Allgemeine Klassen --------------------------------------- */
.stopFloat {
	display: block;
	clear: both;
	float: none;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}
.unsichtbar {
	position: absolute;
	top: -5000px;
	left: -5000px;
	height: 1px;
	width: 1px;
}

/*
--#uid2 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid3 {	background: #000 url(../img/uid3.jpg) no-repeat fixed left bottom;}
#uid4 {	background: #000 url(../img/uid4.jpg) no-repeat fixed left bottom;}
#uid5 {	background: #000 url(../img/uid5.jpg) no-repeat fixed left bottom;}
#uid6 {	background: #000 url(../img/uid6.jpg) no-repeat fixed left bottom;}
#uid7 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid8 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid9 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid10 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid11 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid12 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid13 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid14 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid15 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid16 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid17 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid18 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid18 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}
#uid18 {	background: #000 url(erdtmann_FILES/uid2.jpg) no-repeat fixed left bottom;}

*/



/* --------------------------------------------------- */
/* Positionierung                                      */
/* --------------------------------------------------- */


/* --- Kopfbereich und Servicemenue --- */
#kopfbereich {
	position: relative;
	background-color: #C10F29;
	padding-bottom: 30px;
}
#servicemenue {
	position: relative;
	left: 390px;
	width:auto;
}
#servicemenue ul {
	display:block;
	list-style:none;
	padding: 0;
	margin:0;
}
#servicemenue li {
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	list-style:none;
}
#servicemenue li {
	position:relative;
	float:left;
	padding: 0 1em 0 0;
	margin:0;
	width:12em;
}
#servicemenue a {
	color: #eee;
	padding: 5px 0 3px 0.4em;
	width: 100%;
	display:block;
}



/* Menue ------------------------------------------------------ */
#menucontainer {
	position: absolute;
	top: 80px;
	left: 220px;
	width: 160px;
	z-index:200;
}


/* Logo ------------------------------------------------------------ */
#logo {
	position: absolute;
	top: 30px;
	left: 25px;
	z-index: 15;
	padding-top:0px;
}
/* Adressblock ------------------------------------------------------------ */
#adresse {
	position: absolute;
	width: 170px;
	left: 40px;
	top: 190px;
}


/* Bereich Content ------------------------------------------------------------ */
#contentcontainer {
	position: relative;
	padding-top:180px;
	padding-left: 400px;
}
#content_normal {
	position: relative;
	float: left;
	width: 360px;
	height: 450px;			/* Höhe <-> Mindesthöhe fuer IE*/
}
html>body #content_normal {
	height:auto;
	min-height: 450px;      /* Rückstellen der Höhe und Zuweisen der Mindesthöhe fuer opera,gecko */
}
/* rechte Spalte ------------------------------------------------------------ */
#content_right {
	position: relative;
	float: left;
	width: 180px;
	padding-left: 20px;
}



/* --------------------------------------------------- */
/* Pseudoklassen                                       */
/* --------------------------------------------------- */
/* Reihenfolge für Kaskadierung einhalten: link, visited, focus, hover, active */

a:link, 
a:visited {
	color: #C10F29;
	text-decoration: none;
}
a:focus {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color:#aaa;
	border-bottom:1pt solid #fff;
}
a:active {
	color: #333;
	text-decoration: none;
}


#servicemenue a:link, 
#servicemenue a:visited {
	color: #fff;
}

#servicemenue a:focus, 
#servicemenue a:active, 
#servicemenue a:hover {
	color: #fff;
}

#servicemenue li strong {
	padding: 5px 4em 3px 0.2em;
	border-bottom: 1px solid #fff;
}

#servicemenue li strong{
	color: #fff;
}


/* Menue -------------------------------------------------------- */
/* Grundlegende Gestaltung der Listen im Menübereich durch        */
/* Kontextselektor Liste innerhalb des Menübereiches              */
#menu ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
/* Formatierung der Liste, aus der das Menü aufgebaut ist  */
#menu li {
	float: left;
	width: 100%;
	display:block;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding:0;
	margin:0;
}
/*aktiven Seite*/
#menu li strong, #menu li a {
	display: block;
	width: 100%;
	padding: 3px 0 2px 4px;
	border-bottom: 1px solid #000;
}
#menu li a:hover, #menu li a:active {
	display: block;
	width: 100%;
	background-color:#333;
	padding: 3px 0 2px 4px;
	border-bottom: 1px solid #fff;
}
/* Abstände und Einzüge der zweiten Menueebene*/
#menu ul li ul li {
	padding-left: 20px;
}

#adresse{
	font-size: 100%;
}

#adresse p {
	padding-top: 16px;
	line-height: 160%;
	color:#dddddd;
}

#content_right {
	font-size: 80%;
}

/* =================== Bereich Extra unten ============================ */
#archivstreifen {
	clear: both;
	-moz-opacity: 0.8;			/*Mozilla <1.8 proprietaer*/
	filter: Alpha(opacity=90);	/*Microsoft proprietaer*/
	opacity: 0.8;				/*CSS3 Mozilla<1.8 und Firefox*/
	
	background-color: #999999;
	border-top: 1px solid #61616D;
	padding: 5px 0px 30px 400px;
	width: auto;
	height:35px;
	z-index: 7;
}
/*====================== Bereich Footer================================== */
#footerstreifen {
	clear: both;
	background: #C10F29;
	-moz-opacity: 0.8;			/*Mozilla proprietaer*/
	filter: alpha(opacity=90);  /*Microsoft proprietaer*/
	opacity: 0.8;				/*CSS3 Mozilla<1.8 und Firefox*/
	
	padding: 4px 0 4px 400px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width:auto;
	height: 25px;
}


#footer a {
	color: #A51B6B;
	padding-bottom: 3px;
}
/* danke IE für die Extrawurst */
* html #footer a, 
* html #footer strong {
	height: 1em;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
}
#footer a:focus, #footer a:hover, #footer a:active {
	color: #eeeeee;
}
#footer li strong {
	border-bottom: 3px solid #ffffff;
}
/* ================== Bereich  Archiv und Footer ======================= */

div.bereich a {
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	font-size: 90%;
}



/* Formulare------------------------------------------------------------ */

form, input {
	font-family: Verdana,;
	font-size: 12px;
	line-height: 130%;
}
form {
	width: 370px;
}
fieldset {
	color: #ffffff;
	font-size: 100, 01%;
	background-color: #191919;
	border: solid 1px #fff;
	margin: 10px 0px 10px 0px;
	padding: 10px;
}
label {
	width: 80px;
	padding: 4px 10px 4px 0px;
	float:left;
	text-align: right;
	font-size:86%;
	color: #fff;
	cursor:pointer;
}
input, textarea {
	position:relative;
	float: left;
	width:220px;		/*Standartbreite */
	display: block;
	border: 1px solid;
	border-color: #666666;
	background-color: #333333;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
textarea {
	height:5em;
}
/* Breiten einstellen */
#nummer {
	width: 5em;
}
#plz {
	width: 5em;
}
/* funktioniert bei Mozilla/Firefox und Opera, (Safari 2.04 ohne border) */
input:focus, textarea:focus {
	background-color:#ffffff;
	color:#000000;
	border-color: #C10F29;
}
/*Safari zeigt Stadardbox*/
.submit, .reset {
	background-color: #C10F29;
	border: 1px solid #ffffff;
	float:right;
	width:7em;
	font-size:.86em
}
select {
	cursor:pointer;
}
form br {
	clear: left;
}
/** ================== Bilder ==================================== **/
img {
	border: none;
}
img.zentriert {
	text-align: center;
	display: block;
}
img.border {
	border: 1px solid #61616D;
}
img.bildrechts {
	float: right;
	margin: 0 0 5px 5px;
	border: 1px solid #61616D;
	padding: 1px;
}
img.bildlinks {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #61616D;
	padding: 1px;
}
img.bildmitte {
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
	border: 1px solid #61616D;
	padding: 5px;
}
/* ================== Formatierungen HTML rewrite=========================== */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Palatino, times, serif;
}
h1 {
	font-size: 160%;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0
}
#content h1 {
	font-size: 160%;
}
h2 {
	margin: 0px 0px 5px 0px;
	font-size: 1em;
}
#content h2 {
	font-size: 110%;
	font-style: italic;
	margin: 0px 0px 15px 0px
}
#content_right h1 {
	font-size: 160%;
	margin-bottom: 3px;
}
p {
	margin: 0 0 0.5em 0;	/* Abstand nach */
}
#content p {
	font-family: verdana, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
#content_right p {
	font-size: 120%;
}
#content_right li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Bildunterschriften ------------------------------ */
dd {
	font-size: 80%;
	color:#777777;
	text-align:right;
	line-height:120%;
	padding-top:4px;
}
/* mailformplus ------------------------------ */
p.error {
	color:#FF0000;
}
ul.errorliste {
	color: #FF0000;
	font-weight:bold;
	list-style:none;
	text-decoration: blink;
}
form#mailform li {
	list-style:none;
	color: #FF0000;
}



/* für Fehlermeldungen */
/* diese Klasse per Javascript oder PHP zuweisen */
/* input.fehler { 
	border: 1px solid #fff;
	font-weight: bold; 
	background: #f22 url(achtung.gif) right no-repeat;
}

/*  ------------------------------ */

