/****************************************************************************
CSS für Site  CLASSIC
CSS für Tagformatierung und Aussehen INNERHALB der Site (Content-betreffend)
*****************************************************************************/
/*<![CDATA[*/


@page { 
size : portrait; 
size : 21cm 29.7cm; 
margin-left : 2.5cm; 
margin-right : 2.5cm; 
margin-top : 2.5cm; 
margin-bottom : 2.5cm; 
} 

/* @media all----------------------------------------------------------
*/
@media all {
        
ul {
	list-style : square;
	
}
	 ol {
	list-style-type : decimal;
	text-align : left;
	}
}

#titel_txt {
		color: #000000;
		border: 1px solid #999999;
		font-weight:bold;
		margin-top:30px;
}

#txt {
		font-size:90%;
}

#themen_titel {
						padding: 0px;
						margin: 0px;
						background: lightsteelblue;
						border: 1px solid #999999;
}


/* @media screen--------------------------------------------------------
*/
@media screen { 
        body {
        	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
    	    color: black;
	       	background-color : transparent; 
        	margin: 0px;
	        padding:0px;
        }
		p {
		   	background-color : transparent; 
		}
        
        hr {
        height : 1px; 
		width: 100%; 
        text-align : left; 
		border: 1px solid #999999 ;
        } 
        
        h1 {font-size : x-large; } 
        h2 {font-size : large; } 
        h3 {font-size : medium; } 
        h4 {font-size : small; } 
        h5 {font-size : smaller; } 
        h6 {font-size : x-small; } 
        h7 {font-size : xx-small; } 
        
        h4 {
	background: firebrick;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
}
		
         
    
        table , tr , td {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
        font-weight : normal; 
        font-size : small; 
        color : black; 
        text-decoration : none;
        } 
}
/*]]>*/
