/*  Default stylesheet use in the static template record "cSet stylesheet" */
/* TYPO3 CVS ID: $Id: defaultstylesheet.css,v 1.2 2003/10/26 17:07:43 typo3 Exp $ */

A {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 180%;
	color: #000000;
}

H1 {
	font-family : Verdana, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #000000;
	padding-left : 5px;
	margin-bottom : 0px;
	margin-top : 10px;
}

H2 {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color : #000000;
	padding-left : 5px;
	margin-bottom : 10px;
	margin-top : 20px;
}
H3 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #000000;
	margin-bottom : 0px;
	margin-top : 10px;
}
H4 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #000000;
	margin-bottom : 0px;
	margin-top : 10px;
}



ul {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 180%;
	color: #000000;
	margin-top : 1px;
	margin-bottom : 1px;
	margin-left : 60px;
	padding-right : 30px;
	text-indent : 0px;
}

ol {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 180%;
	color: #000000;
	margin-top : 1px;
	margin-bottom : 1px;
	margin-left : 20px;
	padding-right : 30px;
	text-indent : 0px;
}

p {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 180%;
	color: #000000;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-left : 20px;
	padding-right : 30px;
	text-indent : 0px;
}

p.copyright {
	font-family : Verdana, sans-serif;
	font-size : 9 px;
	line-height : 180%;
	color: #000000;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-left : 20px;
	padding-right : 30px;
	text-indent : 0px;
}

/* ----------------------------- Styles für Calendar ----------------------------- */

.weekHeader {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 180%;
	color: #000000;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-left : 20px;
	padding-right : 30px;
	text-indent : 0px;
}

.start_date {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 180%;
	color: #000000;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-left : 20px;
	padding-right : 30px;
	text-indent : 0px;
}

.start_time {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 180%;
	color: #000000;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-left : 20px;
	padding-right : 30px;
	text-indent : 0px;
}

.end_time {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 180%;
	color: #000000;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-left : 20px;
	padding-right : 30px;
	text-indent : 0px;
}

.event {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 180%;
	color: #000000;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-left : 20px;
	padding-right : 30px;
	text-indent : 0px;
}


