* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#content, .content, td {
	font-size: 18px;
	font-style: italic;
	color: #004080;
}

#imprint {
	position: absolute;
	right: 5px;
	bottom: 2px;
	color: white;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
}

h1, h2, h3,
h1 a, h2 a, h3 a {
	color: #0095c8;
}

h3 {
	font-size: 18px;
}
h2 {
	font-size: 20px;
}
h1 {
	font-size: 24px;
}

code {
	display: inline-block;
	_width: 16px;
	_padding: 0px 9px;
	_padding: 0px;
	_background: url(img/at_text_blue.gif) no-repeat center center;
}
code:before{
  content:"@"
}

.person {
	position: relative;
	padding-left: 175px;
	margin-bottom: 35px;
}
.person img {
	float: left;
	margin-left: -175px;
	margin-right: 15px;
	margin-bottom: 25px;
/*	width: 150px;
	height: 227px;*/
}
.person span {
	display: block;
	float: left;
	
	_float: none;
	_display: inline-block;
	width: 85px;
}

a {
	color: #1e4c5a;
}


.wochenplan {
	width: 98%;
	position: relative;
	border: 1px solid #d09850;
	font-size: 13px;
	overflow: hidden;
}
.wochenplan .col {
	width: 18%;
	height: 100%;
	position: absolute;
	text-align: center;
	overflow: hidden;
	border-left: 1px solid #d09850;
	padding-top: 2px;
	z-index: 2;
}
.wochenplan .col1  {
	width: 10%;
	border-left: none;
}
.wochenplan .row {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #d09850;
}
.wochenplan .row div {
	height: 15px;
	border-bottom: 1px solid #d8c4a4;
	overflow: hidden;
}
.wochenplan .row span {
	width: 10%;
	position: absolute;
	top: -2px;
	text-align: center;
	font-size: 16px;
}
.wochenplan .row .s4 {
	border-bottom: none;
	height: 14px;
}
.wochenplan .row .sx {
	border-bottom: none;
	height: 20px;
}
.wochenplan .row1  {
	border-top: none;
	height: 20px;
}
.wochenplan .zeit {
	position: absolute;
	width: 18%;
	background-color: #c4dae0;
	border-left: 1px solid #d09850;
	padding: 5px;
	text-align: center;
}

ul.li-with-space li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	_margin-bottom: 20px;
	border-bottom: 1px dashed black;
}

.gallerybox1 {
	display: block;
	float: left;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	height: 160px;
	overflow: visible;
	margin: 10px;
}

.gallerybox2 {
	padding: 10px;
	border: 1px solid #b9cfd6;
	text-align: center;
}

.gallerybox2:hover {
	border: 1px solid #286778;
}

.gallerybox2 img {
	dislay: block;
	padding-bottom: 5px; 
}

