/* Drucker brauchen ganz andere CSS angaben als Bildschirme. Aus diesem Grund
   haben wir für diese auch eine eigene CSS Datei. */


body {
   text-align: center;
   background: white;
   color: black;
   font-family: georgia, serif; /* Drucker sollten alles mir einer Schriftart mit Serifen drucken, da diese auf dem Papier wesentlich leichter zu lesen ist. Schriftarten mit Serifen sind zum Beispiel Georgia, Times New Roman. Am Ende sollte immer die Schriftfamilie hier mit Serifen: "serif" stehen. */
}


@page { size:portrait }

#logo  {
   display: inline;
}

img {
   display: invisible;
}

Table.formular {
margin : 0;
padding-left : 80px;
}

Table.liste {
margin : 0;
font : bold 80% Arial, "Times New Roman", Times, serif;
color : #677776;
}





.text {
margin : 0;
font : bold 80% Arial, "Times New Roman", Times, serif;
color : #677776;
}

.text_black {
margin : 0;
padding: 2px 0px 2px 0px;
font : bold 100% Arial, "Times New Roman", Times, serif;
color : #333;
}

.text_rot, u {
margin : 0;
padding: 2px 0px 2px 0px;
font : bold 100% Arial, "Times New Roman", Times, serif;
color : #CA1B1B;
}

.mailform {
margin : 0;
font : bold 80% Arial, "Times New Roman", Times, serif;
color : #677776;
}


Div#headline {
visibility: visible;
}


#container {
position:absolute;
top:0px;
left:32px;
background-color:transparent;
width:940px;
}

DIV#vertikal {
position: relative;
top:0px;
left:-120px;
MARGIN: 0px 0px 0px 0px;
PADDING-TOP: 0px;
background-color:#ECDEE4;
width:800px;
HEIGHT: auto;
BORDER-left: #A987A3 2px solid;
BORDER-right: #A987A3 2px solid;
}



DIV#vertikal Table {
MARGIN: 0px 0px 0px 0px;
PADDING: 0px 0px 0px 0px;
}


DIV#Logo {
position: absolute;
left:560px;
top:20px;
MARGIN: 0px 0px 0px 0px;
PADDING: 0px 0px 0px 0px;
}

Div#info {
display: none;

}

Div#content_links {
display: none;

}


Div#content_rechts {
display: none;
}



/********************************footer*******************************/
DIV#footer {
	WIDTH:auto;
	HEIGHT:22px;
	PADDING: 0px 0px 0px 6px;
	MARGIN: 0px -3px -1px -1px;
	background: #BE9EAC;
	BORDER: 0;/* solid 1px grey; *//*Rahmen bei Überarbeitung sichtbar machen*/
}

Div#footer td {					/*Fusszeile*/
	PADDING: 3px 0px 1px 0px;
	MARGIN: 0px 0px 0px 0px;
    background: #BE9EAC;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color:#333;
    font-size: 0.7em;
}


DIV#footer A {
	text-decoration: none;
	color: #333;
	background: #BE9EAC;
	FONT-WEIGHT: 600;
	FONT-SIZE: 1.0em;
}

DIV#footer A:hover {
	text-decoration: underline;
	color: #87141F;
	background: #BE9EAC;
	FONT-WEIGHT: 600;
	FONT-SIZE: 1.0em;
}

#footer{
	display: block;
}

#menu a:link:after, #content a:link:after, #main a:visited:after { /* Auf dem gedruckten Blatt papier kann man keinen Link klicken. Deshalb drucken wir die gesammte URL dieses Links dahinter an. Dies funktioniert allerdings nicht im IE. Wer mehr zu diesem Thema wissen will sei auf http://www.alistapart.com/articles/goingtoprint/ verwiesen*/
   content: " (" attr(href) ") ";
   font-size: 0.9em;
   font-color: #333333;
}

#menu a[href^="/"]:after, #content a[href^="/"]:after  #main a[href^="/"]:after { /* Mozilla und Firefox zeigen, im Gegensatz zum Opera, die Domain nicht von selbst an. Hier müssen wir mittels CSS3, welches er schon zum Teil versteht, nachhelfen.
content: " (http://www.example.tld" attr(href) ") ";*/
}











