/* CSS3 validated 2011-10-15 -moz & -webkit support for older versions of Safari, Chrome, Firefox*/


body			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; margin: 0px; }
h1				{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
td 			    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
p 			    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
form            { margin-top: 0px; margin-bottom: 0px }
input			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
select			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
text			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
textarea		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
a			    { text-decoration: underline; }
a.link 			{ text-decoration: underline; }
a.visited 		{ text-decoration: underline; }
a.active		{ text-decoration: underline; }

.button 		{ background-color: #333; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; display:inline-block; color: white; padding:5px 5px; text-decoration:none; font-weight: bold; }
.button:hover	{ background-color: #666; }
.button:active	{ position: relative; top:1px; }

.bold			{ font-weight: bold; }
.headline		{ font-size: 1em; font-weight: bold; }
.tiny           { font-size: 0.75em; }
.white			{ color: #FFFFFF; }
.grey			{ color: #BBBBBB; }
.darkgrey		{ color: #666666; }
.orange			{ color: #FF9900; }
.red			{ color: #990000; }

.boldwhite		{ color: #FFFFFF; font-weight: bold; }
.boldgrey		{ color: #BBBBBB; font-weight: bold; }
.bolddarkgrey	{ color: #666666; font-weight: bold; }
.boldorange		{ color: #BB7F00; font-weight: bold; }
.boldred		{ color: #990000; font-weight: bold; }

.headlinewhite		{ font-size: 14px; color: #FFFFFF; font-weight: bold; }
.headlinegrey		{ font-size: 14px; color: #BBBBBB; font-weight: bold; }
.headlinedarkgrey	{ font-size: 14px; color: #666666; font-weight: bold; }
.headlineorange		{ font-size: 14px; color: #BB7F00; font-weight: bold; }
.headlinered		{ font-size: 14px; color: #990000; font-weight: bold; }
.boldblue 			{ color: #61729E; font-weight: bold; }
.boldyellow 		{ color: #E8DD29; font-weight: bold; }
.boldgreen 			{ color: #92C91C; font-weight: bold; }
.boldcontact 		{ color: #3BADCA; font-weight: bold; }
.boldprojects 		{ color: #BF3434; font-weight: bold; }
.boldarchive 		{ color: #699263; font-weight: bold; }
.boldkatalog 		{ color: #AA67AE; font-weight: bold; }
.boldevents 		{ color: #BDBC00; font-weight: bold; }
.boldff 			{ color: #47567C; font-weight: bold; }
