.ohnedruck { display:none; }
/* Brotschrift */

P,DIV,OL,UL,LI,DD,TD,TR,TH {
font-family : Times,Helvetica,sans-serif;
font-size : 1em;
}
.li{
font-family : Times,Helvetica,sans-serif;
font-size : 1em;
line-height : 130%;
}

/* Textarten/-auszeichnungen fett, kursiv und eng*/
small,strong,em {
font-family : Times,Helvetica,sans-serif;
}

/* Formatierung fuer darzustellende Quellcodes */
code {
font-family : 'Courier new',monospace;
font-size : 10px;
color : #990099;
background-color : #d6d6d6;
}
/* Ueberschriften: h1, h2, h3 nur als Bezug */

h1 {
font-family : Times, Helvetica, sans-serif;
font-size : 2em;
color : #006699;
background-color : transparent;
letter-spacing : 3pt;
}

h2 {
font-family : Times, Helvetica, sans-serif;
font-size : 1.6em;
color : #4682b4;
background-color : transparent;
letter-spacing : 2pt;
}

h3 {
font-family : Times, Helvetica, sans-serif;
font-size : 1.3em;
color : #000000;
background-color : transparent;
letter-spacing:1pt;
}

/*  Schriftzug Kulturtage und Navigation oben bis Rubrik*/
#navtop{
   display:none; 
	width :95%;
	background-color : #ffffff;
	color : #000000;
}

/*Scriftzug  Kulturtage*/
.h3 {
	font-family : Times, Helvetica, sans-serif;
	font-size : 1.5em;
	font-weight : bold;
	line-height : 130%;
	color : #000000;
	background-color : #e5edf3;
}

/*Hauptnavigation*/
.nav {
color : 006699;
font-weight: normal;
text-decoration: none;
background-color : #e5edf3;
font-family : Times, Helvetica,sans-serif;
font-size : 1.1em;
}

.nav:link {
color :006699;
font-weight: normal;
text-decoration: underline;
background-color : #e5edf3;
font-family : Times, Helvetica,sans-serif;
/* font-size : 0.9em; */
}

.nav:visited {
color : #BF7890;
font-weight: normal;
text-decoration: underline;
background-color : #e5edf3;
font-family : Times, Helvetica,sans-serif;
/* font-size : 0.9em; */
}

.nav:hover {
color : :#000000;
font-weight: normal;
text-decoration: none;
/*border-top: 1px solid  #4682b4; border-bottom: 1px solid  #4682b4;*/
background-color : #ffffff;
font-family : Times, Helvetica,sans-serif;
/* font-size : 0.9em; */
}

.nav:active {
color: red;
text-decoration: none;
background-color : #d5e2ec;
}

/*Rubrik der Seite und Sekundärnavigation: Sprachversionen, Druck ect */
#rubrik {
	font-family : Times, Helvetica, sans-serif;
	width :95%;
	font-size : 0.9em;
	font-weight : bold;
	line-height : 100%;
	color : #000000;
	background-color : #ffffff;
}

/*Rubrik der Seite*/
.rubrik {
font-family : Times, Helvetica, sans-serif;
font-size : 0.85em;
font-weight : bold;
line-height : 100%;
color : #4f4f4f;
background-color : #88C865;
}

/*Ueberschrift der Seite*/
.h4 {
font-family : Times, Helvetica, sans-serif;
font-size : 1.2em;
font-weight : bold;
line-height : 130%;
color : #000000;
background-color : #ffffff;
}

/* Inhaltsbereich*/
#content {
	background-color : #ffffff;
	color : #000000;
}

/* Fusszeile - Links, Copy etc */
.smtxt {
display:none; 
font-size : 0.95em;
color : #000000;
line-height : 120%;
text-decoration:none;
background-color : #ffffff;
}

/* Linkklasse fuer Fusszeile */
a.smtxt:link {
display:none; 
	color : #003366;
	text-decoration:underline;
	/*background-color : #d5e2ec;
	padding : 2px 2px 2px 2px;*/
}

a.smtxt:visited {
display:none; 
color:#BF7890;
text-decoration:none;
/*background-color : #d5e2ec;*/
}

a.smtxt:hover {
display:none; 
color:#88C865;
text-decoration:none;
background-color : #ffffff;
}

a.smtxt:active {
color:#000000;
text-decoration:none;
/*background-color : #d5e2ec;*/
}

/* Listentyp */
ul {
list-style : square;
line-height : 100%;
}

/* Blockquote */
/* Probleme mit NN und IE4 deshalb Kommentar */
blockquote {
font-family : Times,Helvetica,sans-serif;
font-size : 0.9em;
/* margin-left : 15px; */
/* margin-right : 15px; */
border :solid 1px #006699;
padding : 5px;
}

/* Links und Link-Klassen */
a:link {
font-family:Times,Helvetica,sans-serif;
color:#000000;
font-weight:normal;
text-decoration:none;
}

a:visited {
font-family:Times,Helvetica,sans-serif;
color:#000000;
font-weight:normal;
text-decoration:none;
}

a:hover {
font-family:Times,Helvetica,sans-serif;
color:#000000;
background-color : #ffffff;
font-weight:normal;
text-decoration:none;
}

a:active {
font-family:Times,Helvetica,sans-serif;
color:#660099;
font-weight:normal;
text-decoration:none;
}


