
/* Alles zurÃ¼cksetzen */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Definitionen für alles ************************************************/

.skipper, .hidden, .extern { display:none; }

body {                                
  margin:0;padding:0; border:0;       
  height:auto; width:auto;
  font-family: arial, helvetica, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
  letter-spacing:.033em;
  font-size:75%;
  line-height:135%;
  background: #f0f0f0;
}

#sheet {
  position:relative;
  width:66em;
  margin: 3% auto 1em auto;
  padding: /*1px*/ 0 0 0 0;
  background: #fff;
  border:none;
  border-top: 0.2em solid #4a2885;
  border-left: 0.2em solid #4a2885;
  border-bottom: 0.2em solid #4a2885;
}

#header {
  clear:both; 
  position:relative;
  width: 100%;          
  height:10em;
  padding:0; margin:0;
  background: none;
}

#wrapper {
  float:right; display:inline; /* für IE6, sonst wird Rand in Floatrichtung verdoppelt, is so! */
  position:relative;
  width: 65.6em;          
  padding: 3em 0 1em 0; margin:0;
  border:none;
  border-top: 0.2em solid #DF0029;
  border-left: 0.2em solid #DF0029;
  border-bottom: 0.2em solid #DF0029;
}

#content {
  float:left; display:inline; /* für IE6, sonst wird Rand in Floatrichtung verdoppelt, is so! */
  width: 42em;  
  min-height: 22em;    
  margin: 0 0 0 2em;
  padding:0 0 0 0;
  background: none;
}


#rightColumn {
  float:right; display:inline; /* für IE6, sonst wird Rand in Floatrichtung verdoppelt, is so! */
  position:relative;
  right:2em;
  width:18em; 
  margin: 0 0 1em 0;
  padding:0.25em 0 0 0;
}

#footer { 
  clear:both; 
  margin:0; padding-right:2em;
  line-height:1.8;
  text-align:right;
  color:#555;
}
          
a:link    { text-decoration:underline; color:#4a2885; background: none; }
a:visited { text-decoration:underline; color:#4a2885; background: none; }
a:hover   { text-decoration:none;                     background: none; }
a:focus   {                                           background: none; }
a:active  { text-decoration:none;      color:#DF0029; background: none; }

h1 { 
  font-size:1.5em;
  font-weight:bold;
  padding: 0; margin: 1em 0 1em 0;
  color:#555;
  }

h2 { 
  font-size:1.33em;
  font-weight:bold;
  padding: 0; margin: 1em 0 0.7em 0;
  color:#555;
  }

h3 { 
  font-size:1.15em;
	font-weight:bold;
  padding: 0; margin: 1em 0 0.5em 0;
  color:#444;
}

h4 { 
  font-size:1.0em;
	font-style:italic;
  padding: 0; margin: 1em 0 0.5em 0;
  color:#444;
}

p, ul {
  padding: 0; margin: 0.5em 0 0.5em 0;
}

ul {
  list-style-type:disc;
  list-style-position:inside;
}

em { 
  font-style:normal;
  font-weight:bold; 
}

acronym { border-bottom:1px dotted #444}


#navigation {
  display:block;
  position:absolute;
  top:0.2em;
  left:2em;
  width:61.6em;
  height:2.1em;
  background:none;
}

#topics, #utilities {
  position:absolute;
  margin:0;
  padding:0;
  list-style-type:none;
}

#utilities { left:43.6em; }

#topics li,#utilities li {
  display:block;
  float:left;
  margin:0 1em 0 0;
  padding:0;
  line-height:2.1em;
}

#topics li a, #topics li a:link, #utilities li a, #utilities li a:link {
  display:block;
  margin:0;
  padding:0 1em;
  line-height:2.1em;
  color:#4a2885;
  font-weight:bold;
  text-decoration:none;
}

#topics li a:visited, #utilities li a:visited {
  background: none;
  color:#4a2885;
}

#topics li a:hover, #utilities li a:hover {
  background: #DF0029;
  color:#ffffff;
}

#topics li a:focus, #utilities li a:focus {
  background: #DF0029;
  color:#ffffff;
}

#topics li a:active, #utilities li a:active {
  background: #4a2885;
  color:#ffffff;
}

ul#leistungen {
  list-style:disc;
  color:#DF0029;
  list-style-position:outside;
  padding-top:.3em;
  padding-bottom:1em;
  padding-left:1em;
  font-size:140%;
  line-height:135%;
}

ul.referenzliste {
  list-style:disc;
  color:#DF0029;
  list-style-position:outside;
  padding-top:.3em;
  padding-left:1em;
  font-size:120%;
  line-height:135%;
}

ul#leistungen li span, ul.referenzliste li span {
  color:black;
}

ul.referenzliste li {
  margin-bottom:1em;
}


#pageStart a#start, #pageKontakt a#kontakt, #pageImpressum a#impressum, #pageGeschichte a#geschichte, #pageReferenzen a#referenzen
{ background:#4a2885; color:#ffffff; }


#logo { 
  position:absolute;
  top: 0;
  right:4.75em;
  height:10em;
}

#headerText {
  position: absolute;
  bottom:0;
  left:2.4em;
  padding: 0; margin: 0;
}

#mainTitle {
  font-size:2em; line-height:1.0em;
  font-weight:bold;
  padding: 0; margin: 0 0 .5em 0;
  color:#555;
}

.subTitle {
  font-size:1.5em;
  font-weight:bold;
  padding: 0; margin: 0 0 .5em 0;
  color:#555;
}

.uplink {
  text-align:right;
}

img.galeriebild {
  float:left;  display:inline; /* für IE6, sonst wird Rand in Floatrichtung verdoppelt, is so! */
  clear:both;
  width:42em;
  margin: 0.5em 0;
}

img.galeriebild2 {
  float:left;  display:inline; /* für IE6, sonst wird Rand in Floatrichtung verdoppelt, is so! */
  width:20.5em; 
  margin: 0.5em 0.5em 0.5em 0;
}

.W3Cicon {
  border:0;
  width:6em;
  float:left;
  margin-right:0.5em;
  margin-bottom:1.15em;
}

#farbdesigner {
  position:relative;
  left:26em;
  bottom:1em;
}

#pageFehler #content h2 {  
  font-size:3em;
  font-weight:bold;
  margin-top: 0.5em;
  color: #DF0029;
}
  
#pageFehler #content h3 {  
  font-size:1.3em;
  font-weight:bold;
  margin-bottom: 1em;
}
  
#pageFehler #content h4 {  
  font-weight:bold;
  margin-bottom: 1em;
}
  #frmkontakt {
  margin: 2em 0 0.5em 0;
}
  #SenderName, #SenderMail, #SenderSubject, #Message {
  display:block;
  width:90%;
  margin-bottom:.8em;
  font-size:90%;
  line-height:1.4;
  font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif}

#SenderName, #SenderMail, #SenderSubject {
  height:1.5em}

#SendButton {
  display:block;
  margin:0;
  padding:0;
  margin:1em 0 1em 0;
  font-size:90%;
  clear:both}

.MailFormErr { 
  color:#DF0029; 
  margin:0;
}


#footer .linkLogo, #footer .linkLogo:link, #footer .linkLogo:visited { 
  text-decoration:underline;
  padding-left:0.2em;
  color:#555;
  background:none;
}

#footer .linkLogo:hover { 
  text-decoration:none;
  color:#a02000;
  background:none;
}
  
#footer .linkLogo:focus { 
  background:#cccccc;
}
  
#footer .linkLogo:active { 
  color:#555;
  text-decoration:none;
  background:none;
}

#footer .linkLogo span {
  color:#a02000;
}

.service { 
  text-align: center;
}

.service .linkLogo, .service .linkLogo:link, .service .linkLogo:visited { 
  font-family: "Times New Roman", "Times New Roman", Times, serif; 
  font-size:2em;
  text-decoration:none;
  color:#555;
  background:none;
  padding-left:0.5em;
  padding-right:0.5em;
}

.service .linkLogo:hover { 
  text-decoration:none;
  color:#a02000;
  background:none;
}
  
.service .linkLogo:focus { 
  text-decoration:none;
  background:#f0f0f0;
}
  
.service .linkLogo:active { 
  color:#555;
  text-decoration:none;
  background:none;
}

.service .linkLogo span {
  color:#a02000;
  vertical-align:-30%;
}

@media print { /* ********************************************************/

.noprint, #utilities { display:none; }

body {                                
  font-family: serif; 
  font-size:4.23mm;
  background: none;
}

#sheet {
  width:100%;
  margin:0;
  padding:0;
  background:none;
  border:none;
  border-top: 0.2em solid #4a2885;
  border-left: 0.2em solid #4a2885;
  border-bottom: 0.2em solid #4a2885;
}

#header {
  clear:both; 
  position:relative;
  width: 100%;          
  height:auto;
  padding:0; margin: 1em 0 1em 2%;
  background: none;
}

#headerText {
  position:static;
  padding: 0; margin: 0;
}

#wrapper {
  float:right; display:inline; /* für IE6, sonst wird Rand in Floatrichtung verdoppelt, is so! */
  position:relative;
  width: 99%;          
  padding: 0 0 1em 0; margin: 0 0 0 .5%;
  border:none;
  border-top: 0.2em solid #DF0029;
  border-left: 0.2em solid #DF0029;
  border-bottom: 0.2em solid #DF0029;
}

#content {
  float:none;
  position:relative;
  left:2%;
  width:97%;
  margin: 0;
  padding:0;
  background: none;
}


#rightColumn {
  float:none;
  clear:both;
  position:relative;
  left:2%;
  width:97%;
  margin: 0;
  padding: 0;
  background: none;
}

a:link    { text-decoration:none; background: none; color:black; }
a:visited { text-decoration:none; background: none; color:black;  }
a:hover   { text-decoration:none; background: none; color:black;  }
a:focus   { text-decoration:none; background: none; color:black;  }
a:active  { text-decoration:none; background: none; color:black;  }

h1 { 
  clear:both;
  }

h2 { 
  clear:both;
  }

h3 { 
  clear:both;
}

h4 { 
  clear:both;
}

#footer { 
  clear:both; 
  padding:0;
  text-align:left;
  margin:1em 0 0 2.5%;
  color:black;
}

#logo { 
  position:static;
  width:8em;
  height:auto;
  margin: 0 0 0 2.5%
}

#farbdesigner {
  position:static;
}

#farbdesigner a:after {
  content:" farbdesigner.de";
}


img.galeriebild2 {
  float:left;  display:inline; /* für IE6, sonst wird Rand in Floatrichtung verdoppelt, is so! */
  width:21%; 
  margin: 0.5em 2%;
}

img.galeriebild {
  float:none;
  width:49%;
  margin: 0.5em 0.5% 0.5em 0;
}

#navigation { display:none }

h1, h2, h3, h4 { 
  page-break-after: avoid;
}

img,
ul {
  page-break-inside: avoid;
}

} /* Ende @media print ***************************************************/

