/************** Allgemein **************/
body
{
  	margin:0;
  	padding:0;
	font-family:"Arial Unicode MS", Arial, Helvetica, sans-serif;
  	background-color:#e6e6e6;
  	color:#333;
  	text-align:center;
}
img
{
	border:none;
}
p
{
	margin:0;
}

/************** Layout **************/
#header-container
{
	background-color:#999999;
	overflow:hidden;
}
#header
{
	background-image: url("img/header_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	height:133px;
	width:950px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#split
{
	background-color:#bdbdbd;
	background-image: url("img/split_bg.png");
	background-repeat: repeat-y;
  	background-position: left;
	font-size:1px;
	border-right:1px solid #7A7A7A;
	width:889px;
	height:5px;
	margin:0px auto;
}
#container
{
  	background-color:#e6e6e6;
  	background-image: url("img/body_bg.png");
  	background-repeat: repeat-y;
  	background-position: center;
	width:890px;
	min-height:300px;
	margin:0px auto;
	padding: 0 30px;
	position:relative;
}
#content
{
	background-color:#fff;
	margin-top:15px;
	margin-right:5px;
	width:680px;
	min-height:400px;
	float:right;
	display:inline; /*IE double margin bug*/
	text-align:left;
}
#footer
{
	background-image:url("img/footer_bg.png");
	background-repeat:no-repeat;
	background-position:center;
	width:890px;
	height:28px;
}
#imagebar
{
	float:left;
	display:inline; /*IE double margin bug*/
	position:relative;
	min-height:600px;
	margin-bottom:50px;
	margin-left:1px;
	width:168px;
}
/************** Content **************/

#content h1
{
	font-size:18px;
	height:20px;
	width:160px;
	background-repeat:no-repeat;
	background-position:bottom left;
}
#content h1 span
{
	display:none;
}
#content h2
{
	font-size:16px;
}
#content h3
{
	font-size:11px;
	margin:-14px 0 3px 10px;
	color:#FF9900;
}
#content p
{
	font-size:14px;
}


/************** Menu **************/
#header a
{
	display:inline-block;
	height:25px;
	position:absolute;
	bottom:0px;
	background-repeat:no-repeat;
	background-position:left;
}
#header a:hover
{
	background-position:right;
}
#header a span
{
	display:none;
}

#header a.logo
{
	width:120px;
	height:108px;
	left:55px;
	bottom:14px;
	background-image:none;
}

#header a.news
{
	width:71px;
	left:317px;
	background-image:url("img/menu_news.png");
}
#header a.kontakt
{
	width:88px;
	left:393px;
	background-image:url("img/menu_kontakt.png");
	
}
#header a.team
{
	width:135px;
	left:486px;
	background-image:url("img/menu_team.png");
	
}
#header a.termine
{
	width:92px;
	left:626px;
	background-image:url("img/menu_termine.png");
	
}
#header a.galerie
{
	width:88px;
	left:723px;
	background-image:url("img/menu_galerie.png");
	
}


/************** Tabellen **************/
#zeiten
{
	font:12px 'Trebuchet MS', Verdana, Helvetica, Arial;
	border-collapse:collapse;
	background:#EFF4FB;
	border-left:1px solid #686868;
	border-right:1px solid #686868;	
	color: #333;
	text-align:center;
}
#zeiten td, #zeiten th
{
	padding:3px 5px;
}
#zeiten thead th {
	background:#333 url(img/table.gif) repeat-x;
	color:#fff
}
#zeiten tfoot tr {
	background:#333 url(img/table.gif) repeat-x;
	border-bottom:1px solid #686868;
	color:#fff;
	font-size:11px;
}
#zeiten tbody th, #zeiten tbody td {
	border-bottom: dotted 1px #333;
}
#zeiten tbody tr:hover {
	background:#fafafa;
}

#team
{
	font:14px 'Trebuchet MS', Verdana, Helvetica, Arial;
	border-collapse:collapse;
	background:#ececec;
	border-left:1px solid #686868;
	border-right:1px solid #686868;	
	color: #333;
	text-align:center;
}
#team * td
{
	height:20px;
}
#team tbody tr
{
	cursor:pointer;
}
#team tbody tr:hover
{
	background:#f8f8f8;
}
#team tbody tr:hover th
{
	background-position:top left;
	background-image:url(img/table_hover.png);
	background-repeat:no-repeat;
}
#team tbody th
{
	padding-left:20px;
	text-align:left;
	font-weight:normal;
}
#team thead tr
{
	color:#fff;
	background-image:url(img/table2.gif);
	background-position:center;
}
#team thead th
{
	padding: 2px 10px;
	border-top:1px solid #686868;
	border-bottom:1px solid #bdbdbd;
}
#team tfoot tr
{
	color:#fff;
	background-image:url(img/table2.gif);
	background-position:top;
}
#team tfoot th
{
	border-bottom:1px solid #686868;
	border-top:1px solid #bdbdbd;
}

