
/* Bildschirm-CSS */
@media screen, projection {


p,h1,h2,h3,h4, tr,  td{
font-family:verdana; 
color:#003399;
font-size:medium
}

h1,h2, h3{
font-style: oblique;
font-weight: bold
}

h4
{font-weight:bold
}

h1{
font-size: large;
}


/*Horizontale Linien der Kartseite*/
.nav_14  .content-element{
border-bottom:1px dotted #003399;
width: 900px; 
}

a:link {font-weight:bold; color:orange;text-decoration:none; }
a:visited {color:#003366; text-decoration:none;}
a:hover {color:#00CC66;  text-decoration:none;}
a:active {color:#00CC66; text-decoration:none;} 


td{
border-color: #003399;
vertical-align: text-top;
}

.csc-uploads-fileName{
border-width:1px;
border-color:#003399;
border-style: solid;
}

.align-center{
text-align:center;
}

.align-right{
text-align:right;
}

a.download:link{color:orange}
a.internal-link{color:orange}

.Homepagebildsw, .HeaderBildsw, .InhaltDruck {display:none;}


.oben-ausrichten{vertical-align:top; }


} 

/* Druck-CSS */
@media print {
 
* { background: #fff; color: #000; }

 
body, h1, h2, h3, h4, h5, h6, tr, td, a, a:link, a:hover, a:visited, a:active
{
	color: #000000;
}

a, a:link, a:hover, a:visited, a:active
{
text-decoration:none;
}
 
.navigationsleiste, .InhaltX, .Homepagebild, .HeaderBild
{ 
display: none; 
}

.Homepagebildsw, .HeaderBildsw,  .InhaltDruck {display:inline;}




}


/*.InhaltX   { 
background-color: black;
padding: 0px;
margin: 0px;
}*/

.csc-frame {
border-color: black;
border-width:3px;
border-style: solid;
}
