a, address, blockquote, caption, cite, dfn, dl, dt, 
fieldset, h1, h2, h3, h4, img, input, label, legend, 
li, ol, option, p, q, select, textarea, td, th, ul 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body	{
	color: #7E7E7E;
	background: #FFFFFF;
}

q {
	font-size: 10px;
}

h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #636363;
	font-weight: bold;
}
/*
hr {
    background-color:#000000;  Mozilla 1.4
    color:#000000; IE 6
    border: #000000; Opera 7.11
    height: 1px; in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe 
}
*/
img	{
	border:	0; /* -> XHTML1strict */
    /* -- use background color for NN4 -- */
	color: #FFFFFF;
}

/* -- Links -- */

a:link { color: #636363; }
a:visited { color: #7E7E7E; }
a:hover { text-decoration: none; }
a:active { color: #636363; }

a:link.more { color: #000000; }
a:visited.more { color: #7E7E7E; }
a:hover.more { text-decoration: none; }
a:active.more { color: #000000; }
/* IDs */

#quote {
	text-align: right;
}

#footer p, #footer a {
	text-align: center;
	font-size: 10px;
}

#desc strong { 
    color: #3B3B3B; 
    font-weight: normal; 
}

/* CLASSES */

.clear { /*display: none;*/ }
.hidden { /*display: none;*/ }
.msgBasic {
	color: Red;
	font-weight: bold;
}

.alignRight {
    text-align: right;
}

