@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------
 * BASICS
 * ----------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	line-height: 16px;
}

a {
	color: #d9091b;
	text-decoration: underline;
}

p {
	margin: 0px;
}

h1 {
	margin: 0px 0px 15px 0px;
	font-size: 28px;
	line-heighT: 30px;
	font-weight: lighter;
	color: #d9091b;
}

h2 {
	margin: 0px;
	font-size: 30px;
	line-height: 30px;
	font-weight: lighter;
	color: #252525;
}

h3 {
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	line-height: 18px;
	color: #252525;
	font-weight:bold;
}

h4 {
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	line-height: 18px;
	color: #d9091b;
}

hr {
	height: 0px; 
	border-top: 1px solid #efefef;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: none;
}

ul {
	margin:0px;
	padding:5px 15px;
}

li {
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
	border-bottom:1px solid #efefef;
	padding:5px 0;
}

li:last-child {
	border-bottom:none;
}

/*-----------------------------------------------------
 * LAYOUT - ELEMENTS
 * ----------------------------------------------------*/

.superSize {
	font-size: 44px;	
}

.lightbox img {
	border: 1px solid #e3e3e3;	 
}

.headlineKontakt {
	background:url(../images/icon-kontakt.gif) no-repeat left top;
	padding: 7px 0 20px 45px;
	font-size: 16px;
	line-height: 18px;
	color:#252525;
	font-weight:bold;
}

.headlineProgramm {
	background:url(../images/icon-programm.gif) no-repeat left top;
	padding: 10px 0 20px 75px;
	font-size: 30px;
	line-height: normal;
	color:#252525;
	font-weight:normal;
}


