@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	height: 100%;
	background-image: url(images/bg-checker.png);
	background-repeat: repeat;
	background-position: center bottom;
}
.all {
	height: 100%;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	width: 900px;
	height: 188px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 50px;
	margin-bottom: -38px;
}
.logo {
	height: 150px;
	width: 230px;
	float: right;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	background-image: url(images/logo.png);
}
.name {
	padding-top: 25px;
	padding-left: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #00F;
	text-shadow: 2px 2px 2px #999;
}
.slogan {
	padding-left: 25px;
	font-size: 24px;
	font-family: "Comic Sans MS", cursive;
	font-weight: bolder;
}
.navi {
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.sidebar {
	height: auto;
	width: 180px;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin-top: 70px;
	text-align: center;
	clear: left;
	margin-right: 10px;
	padding-bottom: 10px;
}
#left {
	height: 30px;
	width: 180px;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#left:hover {
	height: 30px;
	width: 170px;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #39F;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	width: 850px;
	min-height: 400px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-repeat: no-repeat;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.footer {
	height: 50px;
	width: 880px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 30px;
	text-align: center;
}
h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #00F;
}
h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18px;
	line-height: normal;
}
a.l1:link{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #00F;
}
a.l2:link {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000;
}

a.l1:link:hover {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000;
	text-decoration: underline;
}
a.l2:link:hover {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #00F;
	text-decoration: underline;
}



.Blickpunkt {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 100%;
}
.Tageslosung {
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	width: 800px;
}
.Gottesdienste {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 650px;
}

.all .main ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
}
.buttons {
	height: 50px;
	width: 150px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.buttons:hover {
	width: 150px;
	height: 50px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 12px;
	transition: width 0.1s;
	-moz-transition: width 0.1s;
	-webkit-transition: width 0.1s;
	-o-transition: width 0.1s;
}
#klein {
	font-size: 12px;
}

.button_color {
	height: 12px;
	width: 150px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}
.button_whitespace {
	background-color: #FFF;
	width: 150px;
	height: 38px;
}

.pic {
	background-image: url(images/Kirchengemeinde.png);
	background-size: 150px 180px;
	height: 200px;
	width: 180px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	text-align: center;
	margin-right: 10px;
	padding-top: 0px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	top: 50px;
	background-color: #FFF;
}
.color {
	height: 12px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 188px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}
@font-face { font-family: Leipzig Fraktur Normal; src: url(http://ev-kirche-friesenheim.de/Leipzig Fraktur Normal.ttf); }
.fractur {
	font-family: "Leipzig Fraktur Normal";
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
}
