*{
	font-family: 'Roboto', sans-serif;
}
body{
	background-color:#fbeecb;
}
h1, h3, #nav a, .red, .album p,.register .beschr{
	color:#800000;
}
h1{
	font-size:50px;
	text-align:center;
	margin-bottom:15px;
}
h1, #nav a, h3,.termine1,.album p,.register .beschr{
	font-family: 'Patrick Hand SC', cursive;
}
#banner{
	position:relative;
	z-index:2;
	float: left;
}
#nav{
	width:730px;
	height:67px;
	float:right;
	padding:0px;
	position:relative;
	z-index:2;
	top:30px;
}
#nav ul{
	list-style: none;
	padding:0px;
	height:67px;
	margin:0px;
}
#nav li{
	float:left;
	margin-right: 20px;
}
#nav li:last-child{
	margin-right:0px;
}
#nav a{
	text-decoration:none;
	vertical-align:middle;
	font-size:42px;
	/*font-weight:bold;*/
}
#nav a:hover{
	text-decoration:underline;
}
#page{
	width:900px;
	margin: 8px auto;
}
#content{
	clear: both;
	margin-top:20px;
	background-color:rgba(255,255,255,0.6);
	padding: 20px;
	border:1px solid #aaa;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	position:relative;
	top:-55px;
	overflow: hidden;
}
.register{
	clear: both;
	overflow: hidden;
}
.imggeschichte{
	width:275px;
	float:left;
}
.imggeschichte2{
	width:275px;
	float:right;
}
.imggeschichte img,.imggeschichte2 img{
	width:250px;
}
.register:not(.first){
	margin-top: 40px;
}
.register:first-child{
	margin-top: 0px;
}
.register div{
	width:60%;
	float: left;
}
.registernamen{
	width: 37%;
	text-align: center;
	float: left;
}
.registernamen{
	margin-top: 120px;
}
.register .beschr{
	font-size: 40px;
	margin:0px;
	width: 100%;
	text-align:center;
}
.caption{
	width: 100%;
	margin-top: 0px;
	text-align: center;
	font-size: 13px;
	color: #777;
}
.albumbild{
	width:263px;
	display: block;
	margin: 11px;
	padding: 0px;
	float: left;
}
.albumbild img,.album img{
	display: block;
    margin-left: auto;
    margin-right: auto;
    height: 197px;
    max-width:263px;
}
.album{
	width:420px;
	float:left;
}
.album p{
	text-align: center;
	font-size: 2em;
	margin-bottom: 0px;
}
.termine1{
	color:#800000;
	font-weight:bold;
	font-size:35px;
	padding-left:25px;
	padding-top: 15px;
}
#termine tr:first-child td{
	padding-top: 0px;
}
.termine2 td{
	padding-right: 35px;
}
.termine2 td:last-child{
	padding-right: 0px;
}
#sc{ /*sicherheitscode*/
	float:left;
}
#scb{/*sicherheitscode-inputfeld*/
	float:right;
	width:80%;
}
.form-control, #sc{
	margin-top:6px;
	margin-bottom:6px;
}
#fehler{
	padding: 5px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
	background:white; 
	margin:0px; 
	color:red;
	font-size:25px;
	border:1px solid #bbb;
	text-align: center;
}
.comment tr:first-child td{
	color:#800000;
	font-size: 18px;
	font-weight:bold;
}
img.zentriert{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.bild{
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 0 10px #aaa, 0 2px 10px #aaa, 0 -2px 10px #aaa, -2px 0 10px #aaa;
	margin:10px;
}
.obj_zentriert{
	margin:0 auto;
}
.txt_zentriert{
	text-align:center;
}
#footer{
	width:255px;
	height:20px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	top:-55px;
}
#footer a{
	color:black;
}
#footer p{
	float:left;
	border-right:1px solid black;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
}
#footer p:last-child{
	border-right:none;
}
#footer.zentriert{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.note{
	color: #666;
	font-style: italic;
}
#kontakt{
	margin-left:40px;
}
#kontakt tr td:first-child{
	color:#800000;
	font-weight:bold;
	padding-right:35px;
}
#kontakt td{
	padding-bottom:15px;
}
#kontakt tr:last-child td{
	padding-bottom:0px;
}
