@import url(reset.css);



/* SEITEN-GESTALTUNG */
body,h1,h2,h3,h4,h5,h6,adress,blockquote,dd,dl,hr,p,form {
	margin:0;
	padding:0;
}

body {
	margin:0;
	color: #1e1e1e;
	font-family:"Myriad Pro", Helvetiva, Arial, Georgia, Sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;

}


p{
letter-spacing: 0px;
line-height:1.5em;
font-size:1.2em;
color: #cccccc;
}

p.presse{
text-align:left;
font-size:1.4em;
}

p.post {
border-left: solid 2px #70b052;
padding-left: 20px;
margin-bottom: 50px;
margin-left: 50px;
}

h1{
font-size: 1.4em;
font-weight: bold;
text-decoration: underline;
text-align:left;
color: #cccccc;
}

a{
text-decoration: underline;
color:#8b8b8b;
}

a:hover{
text-decoration: underline;
color:#ffffff;
}

table.termine{
margin: 40px 20px 0 40px;

}



td.monat{
font-size: 16pt;
text-decoration: underline;
padding-bottom: 3px;
padding-top: 10px;
}

tr.termine{
height: 20.1pt;
}

td.date{
width: 123px;
height: 20.1pt;
padding: .75pt .75pt .0 .75pt;
}

td.code{
width: 51px;
height: 20.1pt;
padding: .75pt .75pt .0 .75pt;
}

td.town{
width: 167px;
height: 20.1pt;
padding: .75pt .75pt .0 .75pt;
}

td.location{
width: 213px;
height: 20.1pt;
padding: .75pt .75pt .0 .75pt;
}



/* ///////////////////	  HEADER ///////////////////// */
#header {
	text-align:left;
	position:relative;
	margin:0 auto;
	height:184px;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
}

#logo {
	width:153px;
	height:184px;
	margin-left:51px;
	float:left;
}








/* ====================================== sliding boxes  ======================================== */

			.boxgrid{ 
				width: 250px; 
				height: 250px; 
				float:left; 
				background:#161613; 
				margin: 0 19px 40px 19px;
				border: solid 1px #000000; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 250px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 213;
 					left: 0;
 				}




