﻿@import url(general.css);


/* ****************************************************************/
/* Veranstaltungs Template												  */
/* ****************************************************************/
#extraHeader
{
	position:	relative;	height:	85px; width: 955px;
}

#extraTemplate
{
	position:	relative;	min-height:	420px; width: 955px;
	background-color: rgb(255,244,229);
}


#extraContent
{
width: 955px;
border-right:0px;
}

#extraMenu
{
width: 0px	
}

#veranstaltungen
{
	width: 890px;
	margin-bottom: 15px;
	margin-left: 35px;
}

.top-line{
	width: 890px;
	height: 7px;
	text-align:right;
	overflow: visible;
	border-bottom: 1px solid #d9e2d4;
}
.top-line img{
	position: relative;
	top: -7px;
}


#veranstaltungen_ort,
.col1
{
	width: 60px;
}
#veranstaltungen_addresse,
.col2
{
	width: 370px;
}
#veranstaltungen_zeit
.col3
{
	width: 200px;
}

hr{
border: 0px;
border-top: 1px solid #d9e2d4;
}

/* makup for the Veranstaltungen table */
/*
tbody tr pre{
	font-family:Verdana, Helvetica, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	text-decoration: none;
	text-transform: none;
	font-size: 11px;	
	margin: 0px; 
	width: 380px;
}
*/

table {
	border-collapse: collapse;
}
th {
	color: #93b3a4;
	font-weight: normal;
	font-size:16px;
	padding: 5px 10px;
}
thead th {
	white-space: nowrap;
	border-bottom: 1px solid rgb(188,205,197);
	font-size:18px;
	color:rgb(147,179,164); 
	
}
tbody td ,tbody th {
	padding: 5px 10px;
	padding-bottom:13px;
}
tbody tr {
	padding: 5px 10px;
}

tr.top-link td{
	padding: 0px;
}



thead th,tbody td {
	vertical-align: top;
	text-align: left;
}
tbody td {
	font-size:12px;
	line-height: 16px;
	color:rgb(73,84,103); 
}
caption {
	visibility: hidden;
}


