p.mvc {
	text-align:justify;
	font-size: 16px;
}
  
p.mvc-right {
	text-align:justify;
	font-size: 16px;
	text-align: right;
}

.navbar-brand small {
    font-size: 70%;   
    color: #aaa;       
    display: block;    
	line-height: 1.2;
    margin-top: 0px;  
}

.navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
	line-height: 21px;
}

ul, ol {
    font-size: 1.2em !important;
}

/* Verschachtelte Listen wieder auf 1em setzen, damit sie nicht weiter wachsen */
ul ul, ol ol, ul ol, ol ul {
    font-size: 1em;
}
