body,p,td,th,li,ul,ol,a,h1,h2,h3,h4,h5,h6,blockquote,textarea,input,div,font { 
   font-family: "Arial","Helvetica","Verdana",sans-serif; 
} 
body,p,td,th,ul,ol,font { 
   font-size: 14px; 
   color: #020000; 
} 

a:link { 
   text-decoration: none; 
   color: #000000; 
} 
a:visited { 
   text-decoration: none; 
   color: #000000; 
} 
a:hover { 
   text-decoration: underline; 
   color: #000000; 
} 
a:active { 
   text-decoration: none; 
   color: #FFFFFF; 
} 

textarea,input {
   font-size: 13px; 
   color: #000000; 
}

h2 {
	font-size: 20px; 
	padding-bottom: 10px;
	margin-bottom: 10px;
}
h4 {
	font-size: 15px; 
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

q:before { content: "" }
q:after { content: "" }
q, p.quote { font-style: italic; }

/*** Typische (Text-)Formatierungen **************************************** */ 
.blocksatz { 
   text-align: justify; 
} 

.small { 
   font-size: 10px; 
} 

.big { 
   font-size: 14px; 
} 

.bold { 
   font-size: 14px; 
   font-weight: bold; 
} 
.bildunterschrift {
   font-size: 11px; 

}
.price {
	color: #CC3333;
	font-weight: bold;
	white-space : nowrap;
}

/*** Projekt-speifische Formatierungen ************************************* */ 
/* navi */
.navi, .naviactive, a.navi:link, a.navi:visited, a.navi:hover, a.navi:active, a.naviactive:link, a.naviactive:link, a.naviactive:visited, a.naviactive:hover, a.naviactive:active {
   font-size: 12px; 
   color: #FFFFFF; 
   text-decoration: none;   
}

.navisub, .navisubactive, a.navisub:link, a.navisub:visited, a.navisub:hover, a.navisub:active, a.navisubactive:link, a.navisubactive:visited, a.navisubactive:hover, a.navisubactive:active {
	font-size: 11px; 
	color: #FFFFFF;
	text-decoration: none;    
}

a.navi:hover, a.naviactive:hover, a.navisub:hover, a.navisubactive:hover {
	text-decoration: underline;    
}


td.navisub, td.navisubactive {
	padding-left : 6px;
}

td.navisub2, td.navisub2active {
	padding-left : 12px;
}

.naviactive,.navisubactive {
	font-weight: bold;
}

.whitebold {
	color: #FFFFFF;
	font-weight: bold;
}

.important {
	color: #CC3333;
	font-weight: bold;
}

ul li, ol li {
	margin-bottom: 10px;
}

.nowrap {
	white-space : nowrap;
}
img {
	border: 0;
}
