/***********     Styles       ************/

/* Links */

#page_content a {
	text-decoration: none;
	color: #A50000;
}

#page_content a:hover {
	text-decoration: none;
	color: #f36e1c;
}

#page_content a.dot {
	padding-left: 10px;
	background-image:  url(../grafik/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#page_content a.dot:hover {
	padding-left: 10px;
	background-image:  url(../grafik/dot_over.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

/* Formate */

h1 {
	color: #a50000;
	font-size: 18px;
}

h1.haupt {
	display: none;
}

h2 {
	color: #a50000;
	font-size: 14px;	
}

h3 {
	color: #A50000;
	font-size: 12px;
	border-bottom: 1px solid #BBBBBB;
	width: 315px;
	margin: 20px 0 3px 0;
}

.linie {
	clear: both;
	height: 10px;
	border-bottom: 1px dashed #bbb; 
}

.liniekurz {
	clear: left;
	width: 300px;
	height: 10px;
	border-bottom: 1px dashed #bbb; 
}

.rand {
	border: 1px solid #ffbc61;
}

.box {
	background-color: #FFE0B5;
	border: 2px solid #F36E1C;
	padding: 6px;
	width: 300px;
}

.hide {
	display: none;
}

.rot {
	color: #A50000;
}

.fehler {
	margin: 40px 0 60px 0;
	width: 450px;
	border: 1px solid #A50000;
	background-color:#ffe0b5;
	padding: 5px;
	font-style: italic;
}

.floatlinks {
	float: left;
	margin-right: 10px;
}

.floatrechts {
	float: right;
}

.break {
	clear: both;
	float: none;
}

/***** tabelle ********/

.tab tr {
	vertical-align: top;
}

.tab td {
	padding-bottom: 4px;
}

table.veranstaltung {
	border: 0;
	font-size: 90%;
	line-height: 140%;
}

table.veranstaltung tr {
	vertical-align: top;
}

table.veranstaltung p {
	margin: 0 0 12px 0;
}
