/* HTML-Tags */
body {
	font-family:Arial,sans-serif;
	font-size:100%;
	line-height:1.2em;
	margin:0 0 0 0px;
	padding:0;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol {
	margin:0;
	padding:0;
	font-family:Arial,sans-serif;
}
hr.sbac-spacer { visibility:hidden; }
h1 {
	font-weight:bold;
	text-align:left;
	font-size:1.4em;
	margin:0.5em 0 0.5em 0;
	color:#7F1C19;
}
h2,caption,legend {
	font-size:1.1em;
	line-height:1.4em;
	font-weight:bold;
	color:#000;
}
small {
	font-size:0.85em;
	line-height:1.2em;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
}
img { 
	border:none; 
}
a,a.external-link,a.active, a.email {
	color:#7F1C19;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.external-link {
	padding-left:18px;
	background:url(../img/link.gif) left center no-repeat;
}

a.email {
	padding-left:18px;
	background:url(../img/mail.gif) left center no-repeat;
}
ul {
	margin-left:1.5em;
}
ul.nostyle {
	list-style-type:none;
}
li ul {
	margin-bottom:10px;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}
div.pagebrowser ul {
	list-style-type:none;
	margin:10px 0 10px 0;
}
div.pagebrowser li {
	display:inline;
	padding-right:5px;
}

form br {
	clear:both;
}
fieldset {
	border:1px solid #E3A528;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
}
label {
	clear:both;
	float:left;
	width:10em;
	font-weight:bold;
	margin-right:1em;
	text-align:right;
}
input, textarea, select {
	border:1px solid #E3A528;
	background-color:#F9E8C1;
	padding:2px;
	font-family:Arial,sans-serif; 
	font-size:0.85em;
	margin:2px 0 2px 0;
}
input.normal, textarea {
	width:18em;
}
textarea {
	height:10em;
}
input.submit {
	margin-top:5px;
}
table {
	font-size:1em;
	width:97%;
}
caption {
	text-align:left;
}
th {
	background-color:#F9E8C1;
	padding:3px;
	text-align:left;
}
th a {
	color:#000;
}
td {
	vertical-align:top;
	border-bottom:1px solid #E3A528;
	padding:3px;
}
dd {
	margin-left:2em;
}
dl.image {
	margin:0 10px 10px 10px;
}

dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	background-color:#f9e8c1;
	margin:-1px 0 0 0;
	padding:1px 0 1px 3px;
}

div.breadcrumb {
	margin-bottom:15px;
	color:#666;
}


/* Allgemeingueltige Klassen */
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

.monospace {
	font-family:'Andale Mono',Courier,monospace;
}


/* RTE */
.lightorange,div.lightorange,p.lightorange,span.lightorange { 
	color: #f9e8c1; 
}
.middleorange,div.middleorange,p.middleorange,span.middleorange { 
	color: #f0cc7a; 
}
.darkorange,div.darkorange,p.darkorange,span.darkorange { 
	color: #e3a528; 
}
.darkred,div.darkred,p.darkred,span.darkred { 
	color: #7f1c19; 
}
.grey,div.grey,p.grey,span.grey { 
	color: #666666; 
}
.black,div.black,p.black,span.black { 
	color: #000000; 
}


/* Plugins */
/* Kalender */
.tx-cal-controller dt, 
.tx-cal-controller dd,
.default_catheader {
	margin:0;
	padding:0;
	background:none;
}
.tx-cal-controller a {
	font-weight:bold;
}
a.default_catheader {
	color:#B57B06;
	font-weight:normal;
	display:block;
}
.tx-cal-controller dt.cal_day {
	background-color:#f0cc7a;
	margin-top:15px;
	font-weight:bold;
}
.tx-cal-controller dt.even,
.tx-cal-controller dt.odd {
	border-top:1px solid #f0cc7a;
	background:none;
}
.tx-cal-controller dd.even,
.tx-cal-controller dd.odd {
	background:none;
	margin-bottom:5px;
}
.ics_link {
	text-align:left;
	margin-top:10px;
}
.ics_link a {
	display:block;
	background-color:#7f1c19;
	color:#fff;
}
.ics_link a:hover {
	text-decoration:none;
	color:#f0cc7a;
}
.cat_selection {
	float:left;
	margin-right:10px;
	width:180px;
}
hr.red {
	border-bottom:2px solid #7f1c19;
}

.tx-cal-controller .location a,
.tx-cal-controller .organizer a {
	color:#000;
}
.tx-cal-controller .pagebrowser span {
	padding-right:5px;
}
