/************** ALLGEMEIN ****************/
BODY{
	margin: 13px 0 13px 0;
	background-color: #e5e9eb;
}

html {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #03517d;
}

#gecko_scrollbar { 
 display: none; 
} 

html>body #gecko_scrollbar { 
 position: absolute; 
 z-index: 1; 
 bottom: -1px; 
 left: 0; 
 width: 1px; 
 height: 1px; 
 display: block; 
 font-size: 0; 
}

pre {
	font-size: 12px;
	font-weight: bold;
	color: #03517d;
}

table, textarea, input, select, option {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	color: #45443f;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

ul {
	list-style-type: square;
}

li  {
	padding-bottom: 2px;
	padding-top: 2px;
}

b{
	background-color: transparent;
}

input, select, option {
	color: #03517d;
}

h2 {
	font-weight: normal;
}

h3 {
	color: #e6b881;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

hr {
	border: 0px;
	border-top: 1px dotted #ccc;
	height: 2px;
}

/************** HEADER ****************/
#header {
	width: 980px;
}

#header1{
	background-image: url("../images/dom_150.jpg"); 
	background-repeat: no-repeat;
	width: 150px;
	float: left;
	height: 120px;
}

#header2 {
	background-image: url("../images/header_logo_long.jpg"); 
	background-repeat: no-repeat;
	float: left;
	width: 830px;
	height: 120px;
}

#header2 h1  {
	color: #e6b881;
	margin-top: 25px;
	margin-left: 40px;
}

/************** MIDDLE ***************/
#middle {
	text-align: left;
	width: 980px;
	background-color: white;
	margin-top: -13px; /*boeser IE-Fix*/
}

/************** LEFT ******************/
#left {
	float: left;
	width: 150px;	
	padding-bottom: 14px;
	padding-top: 14px;
	text-indent: 25px;	
}

.navi{
	height: 24px;
}

.navi a{
	background-image: url("../images/quad.jpg"); 
	background-repeat: no-repeat;
	padding-left: 17px;
	font-size: 13px;
	color: #04395d;
}

.navi_selected {
	height: 24px;
}

.navi_selected a{
	background-image: url("../images/quad_selected.jpg");
	background-repeat: no-repeat;
	padding-left: 17px;
	font-size: 13px;
	color: #e6b881;
	text-decoration: underline;
}

/************** CONTENT ***************/
#pict {
	border: 0px;
	padding-left: 13px;
	padding-bottom: 13px;
	padding-top: 13px;
}

#pict2 {
	border: 0px;
	padding-left: 13px;
	padding-bottom: 13px;
	padding-top: 333px;
}

/* START */
.termine  {
	float: left;
	width: 220px;
}

.title  {
	font-weight: bold;
}

.date  {
	font-size: 11px;
}

.area {
	width: 789px;
	float:left;
	border: 1px solid #ccc;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 13px;
	margin-bottom: 13px;
}

.area p{
	margin-top: 13px;
	margin-bottom: 0px;
}

.area_background h3 {
	color: #444;
}

/* Termintabelle */
.concert {
	border-spacing: 8px;
	border: 0px;
	table-layout: fixed;
	width: 100%;
	font-size: 13px;
}

.concert th {
	background-color: #f7e8d3;
	vertical-align: top;
	padding: 5px;
}

.concert td {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

.form {
	border: 0px;
}

.form th {
	background-color: #f5e8d5;
	padding: 5px;
	vertical-align: top;
}

.form td {
	padding-left: 5px;
	vertical-align: top;
}

.form img {
	border: 1px solid #ccc;
}

.form2 {
	width: 100%;
	padding: 8px;
}

.form2 th{
	text-align: right;
	padding: 8px;
}

/************** FOOTER ***************/
#footer {
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	width: 980px;
	background-color: #04395d;
	height: 22px;
	line-height: 22px;
}

#footer a{
	background-image: url("../images/quad_white.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	color:  white;
	font-weight: normal;
	font-size: 11px;
}

#footer1, #footer2 {
	float: left;
	width: 50%;
}

#footer1 {
	text-align: left;
	text-indent: 15px;
}

#footer2 {
	text-align: right;
}
