/* 
*	allbrowsers.css
*
*
*/


/* ######################### standards ###################################### */
* {margin: 0;padding: 0;} /* set all zero */

body {
	background: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%; /* this is bogus as long we make everything pixel but maybe one day... */
}

.red { /* use this in need of ZEIT red */
	color: #920404;
}

.unsichtbar {display:none;} /* hidden divs */

.fc_all { /* float clearing divs */
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both !important;
}

/* ######################### ueberschriften, headlines ###################### */
h2.supertitle { /* supertitle */
	margin-bottom: 10px;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #920404;
}

h2.supertitle { /* aufmacher supertitle extra code */
	padding-top: 3px;
	margin-bottom: 20px;
	border-top: 1px solid #000;
}

h1 { /* titles */
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.knopf h3 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 8px;
	padding-top: 2px;
}

/* ####################### paragraphen ###################################### */

p { /* all paragraphs */
	font-size: 10px;
	line-height: 16px;
}

p.supertitle {
	margin-bottom: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	color: #920404;
}

p.noheight { /* a special p, used in adplace#4 */
	margin: 0 0 2px 2px;
	line-height: 10px;
}

p.bu, p.copyright {
	font-style: italic;
	line-height: 1.2em;
}


/* ############################## links ##################################### */
a, a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #920404;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

/* ################################ spezialfall: hover-links ################ */

