html, body {
	height: 100%;
}

body {
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #444;
	background: url(../images/spektrum.png) repeat-x center 120px;
	position: relative;
}

#body {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3 {
	font-family: Georgia, Trebuchet MS, serif;
	margin: 20px 0 10px 0;
}

h1 {
	font-size: 24px;
	/*line-height: 20px;*/
}

h1 span.pathline {
	font-size: 65%;
	color: #BBB;
	margin-left: 20px;
}

h1 span.pathline a {
	color: inherit;
}

h2 {
	font-size: 16px;
	font-variant: normal;
	margin: 40px 0 10px 0;
}

h3 {
	font-size: 14px;
	font-variant: normal;
}

img {
	border: none;
}

blockquote {
	font-style: italic;
	padding: 10px inherit;
}

small {
	color: #888;
}

a {
	color: #00B300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


input[type="text"], input[type="password"], textarea {
	border: 1px solid #BBB;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 5px;
}


input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #5EBB55;
	outline: none;
	box-shadow: 0px 0px 5px #AEFFA3;
	-webkit-box-shadow: 0px 0px 5px #AEFFA3;
	-moz-box-shadow: 0px 0px 5px #AEFFA3;
	-moz-transition: -moz-box-shadow 0.3s ease-in;
	-webkit-transition: -webkit-box-shadow 0.3s ease-in;
	transition: box-shadow 0.3s ease-in;
}

input, textarea, .button, .corner {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


input[type="submit"], input[type="button"], .button {
	height: 27px;
	cursor: pointer;
	padding: 5px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666;
	text-shadow: 1px 1px #FFF;
	text-decoration: none;
	border: 1px solid #AAA;
	background: url(../images/button_verlauf.png) repeat-x top;
}

input[type="submit"] {
	color: #008D00;
	border: 1px solid #5EBB55;
	background: url(../images/submit_verlauf.png) repeat-x top;
}

.button.small {
	font-size: 12px;
	padding: 3px 8px;
}

input[type="submit"]:hover, input[type="button"]:hover, .button:hover {
	border-color: #555;
	text-decoration: none;
}

input[type="submit"]:active, input[type="button"]:active, .button:active, .button.big:active {
	background-position: bottom;
}


#top {
	position: relative;
	height: 120px;
	margin-bottom: 20px;
}


#schriftzug_ministranten {
	position: absolute;
	top: 20px;
	left: 0px;
}

#schriftzug_elisabeth {
	position: absolute;
	top: 20px;
	right: 0px;
}


#menu {
	font-family: Myriad Web, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	position: absolute;
	top: 83px;
	left: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	height: 37px;
}

#menu li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 16px;
	list-style: none;
}

#menu li a {
	display: block;
	margin: 0;
	padding: 0px 0px;
	height: 19px;
	color: #00dc69;
}

#menu li a:hover {
	color: #03A900;
}

#menu li.active {
	background2: url(../images/marker.png) no-repeat center bottom;
}

#menu li.active a {
	color: #222;
}

#menu a {
	border: 0px;
	text-decoration: none;
	color: inherit;
}


p.oneline {
	text-align: center;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	color: #008D00;
}


#wall {
	min-height: 250px;
	margin: 50px 0;
	position: relative;
}

#wall ul {
	list-style: outside;
}

#wall .content img {
}


#imageupload {
	padding-bottom: 80px;
}

.gallery {
	margin-top: 50px;
	padding: 6px;
	padding-bottom: 4px;
	background: #EEE;
}

.gallery.big {
	background: none;
	padding: 0;
}

.gallery .nav {
	margin: 20px 0;
	padding-right: 18px;
	height: 30px;
	clear: both;
}

.gallery .nav .next {
	float: right;
}

.gallery a img {
	margin: 2px;
	width: 80px;
	height: 80px;
	background: #EEE;
}

.gallery a.last img {
	margin-right: 0;
}


ul.blog.list {
	padding: 0;
	margin: 0;
}

ul.blog.list li {
	list-style: none;
	width: 500px;
	color: #999;
	font-size: 80%;
}

ul.blog.list li h2 {
	font-size: 14px;
	margin: 0;
	line-height: 2em;
}

ul.blog.list li.first {
	float: none;
	width: auto;
	margin: 50px 0;
	color: inherit;
	font-size: 16px;
	padding-bottom: 50px;
	border-bottom: 1px dotted silver;
}

ul.blog.list li.first h2 {
	font-size: 24px;
	margin: 40px 0 10px 0;
}


.live {
	position: relative;
	border: 2px solid #CCC;
	border-radius: 10px;
	background: #FFF;
	text-align: center;
	padding: 5px;
	margin: 40px 0;
	font-size: 14px;
}

.live h2 {
	padding: 0;
	margin: 0;
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-variant: small-caps;
}

.live .gallery, .live .gallery.big {
	margin: 0;
	padding: 0;
}


#push {
	clear: both;
	height: 101px;
	width: 100%;
}


#foot {
	position: relative;
	padding-top: 20px;
	height: 60px;
}

#footcontent {
	width: 800px;
	margin: auto;
}

#foot, #foot a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #00DA57;
}

#foot a {
	text-decoration: underline;
}



.notice {
	border: 1px solid lime;
	color: green;
	padding: 10px;
}


.error {
	color: red;
	padding: 10px;
}

.error li {
	list-style: inside;
	line-height: 25px;
}

#overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 50;
	background: #000;	/*#008D00;*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

