*{
    margin:0; 
    padding:0;
}

body{
    /* Default-Schriftfarbe */
    color: #000;
    /* Default Schrift */
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    /* verhindert Bugs bei relativen Schriften */
    font-size: 130.01%;
}
    /* dunkel Grau */
    strong {
    color:#eee;
}


h1,h2,h3,h4.h5,h6{
	font-weight: bold;	
	color : #00006f;
	font-family: Lucida Sans Unicode, Trebuchet MS, Lucida Sans, Arial Black,Helvetica,sans-serif; 	
	font-size: 0.9em;
	margin: 0em 0em 1em 0em;
	text-transform: capitalize;
	font-variant: small-caps;
	line-height:12pt;

}	


p,#inhalt li{
    font-weight: 300;
    font-size: 0.6em;
    font-style: normal;
    margin: 0em 0em 1em 0em;
    text-indent: 0em;
    line-height: 135%;
    letter-spacing: 0em;
    word-spacing: 0.2em;
    color: black;
}

#Urteil{
    font-weight: 200;
    font-size: 0.5em;
    font-style: normal;
    margin: 0em 0em 2em 0em;
    text-indent: 0em;
    line-height: 135%;
    letter-spacing: 0em;
    word-spacing: 0.3em;
    color: black;

}

#inhalt .einschub{
	margin-left: 1.6em;
	
}

    /* Skiplinks sprünge */


#sprunglinks{
    margin:0;
    padding: 5px;
    border: 1px solid #000;
}
#kopfbereich{
	
}
#navigation{
	
}
#inhalt{
	/* font-size: 12px; */
	
}
#seitenfuss{
	
}

div input, div textarea  {
	font-weight: 300;
    	font-size: 12px;
    	font-style: normal;
   	 margin: 0em 0em 1em 0em;
    	text-indent: 0em;
    	line-height: 135%;
    	letter-spacing: 0em;
    	word-spacing: 0.2em;
	text-decoration:none;
	color: #222953;
}

#inhalt a {
	font-weight: 300;
    	font-style: normal;
   	margin: 0em 0em 1em 0em;
    	text-indent: 0em;   
	line-height: 135%;	
    	letter-spacing: 0em;
    	word-spacing: 0.2em;
	text-decoration:none;
	color: #222953;
}

#inhalt a:hover {
	font-weight: 300;
    	font-style: normal;
   	 margin: 0em 0em 1em 0em;
    	text-indent: 0em;
    	line-height: 135%;
    	letter-spacing: 0em;
	word-spacing:0.2em;
	text-decoration:underline;
	color: #FF8C00;
}

#inhalt ul
{
	list-style: none;
	/* list-style-position: inside; */
	/* list-style-image: url(../bilder/punkt.gif); */
}

label
{
	font-size: 0.6em;
	width: 160px;
	display: block;
	float: left;
}
