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

* { margin: 0; padding: 0; outline: 0 none; }

html, body { height: 100%; }

body {
	background: #6c9b13 url(../images/bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

h1 {
	font-size: 20px;
	letter-spacing: 2px;
}

h2 {
	font-size: 24px;
	letter-spacing: 1px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #aa072a;
	border-top: 2px dotted #aa072a;
	border-bottom: 2px dotted #aa072a;
}

h3 {
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background: #6c9b13;
	text-align: center;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #aa072a;
	text-decoration: none;
	/*text-shadow: #333 1px 1px 1px;*/
}

a:hover, a.active {
	color: #600;
	/*text-shadow: #333 1px 1px 1px;*/
}

ol {
	margin-left: 25px;
	margin-top: 10px;
	color: #6c9b13;
}

ul {
	list-style-type: square;
	margin-left: 20px;
	color: #030;
}

img { border: 0 none; }

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

th {
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background: #6c9b13;
	text-align: center;
}

td {
	text-align: center;
	padding: 10px;
}

#doc {
	margin: 0 auto;
	width: 1004px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	display: block;
	width: 100%;
	height: 270px;
	background: #f7e700 url(../images/header.jpg) no-repeat;
	overflow: hidden;
}

#logo {
	height: 0;
	text-indent: -9999px;
}

#nav {
	margin-top: 200px;
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}

#nav ul {
	background: #003300;
	height: 40px;
	margin-left: 0;
}

#nav ul li {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	list-style-type: none;
}

#nav ul li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
	color: #f7e700;
}

#nav ul li a:hover, #nav ul li a.active {
	color: #6c9b13;
}

#content {
	clear: left;
	display: block;
	float: left;
	width: 690px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.slideshow {
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.karmic_flow_container {
	position: absolute;
	width: 690px;
	height: 350px;
	overflow: hidden;
}
.karmic_flow_slider {
	overflow: hidden;
	position: relative;
	margin-left: 0;
}
.karmic_flow_slider, .karmic_flow_slider li {
	list-style:none;
	margin: 0;
	padding: 0;
}
.karmic_flow_slider li {
	float: left;
	position: relative;
	overflow:hidden;
	text-align:center;
}

.article {
	background: #f7e700 url(../images/bg_yellow.jpg) center center repeat;
	margin-top: 15px;
	height: auto;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
}

.article h1 {
	color: #f7e700;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.article h1.news {
	background: #030 url(../images/head_news.png) center center no-repeat;
	text-indent: -9999px;
}

.article h1.veroeffentlichungen {
	background: #030 url(../images/head_veroeffentlichungen.png) center center no-repeat;
	text-indent: -9999px;
}

.article h1.termine {
	background: #030 url(../images/head_termine.png) center center no-repeat;
	text-indent: -9999px;
}

.article h1.impressum {
	background: #030 url(../images/head_impressum.png) center center no-repeat;
	text-indent: -9999px;
}

.article > div {
	padding-left: 10px;
	padding-right: 10px;
}

.article a[href^="http:"] {
	background: transparent url(../images/ext_link.png) 100% 50% no-repeat;
  padding-right: 14px;
}

.article a[href^="http:"]:hover {
	background: transparent url(../images/ext_link_hover.png) 100% 50% no-repeat;
  padding-right: 14px;
}

.article .bio p {
	text-indent: 16px;
}

.article .bio p:first-letter {
	font-size: 200%;
}

#aside {
	display: block;
	margin-left: 705px;
	margin-top: 15px;
	width: 299px;
}

#aside div {
	margin-bottom: 15px;
	background: #f7e700 url(../images/bg_yellow.jpg) center center repeat;
	overflow: hidden;
}

#aside div h1 {
	color: #f7e700;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#aside div h1.auftritte {
	background: #030 url(../images/head_auftritte.png) center center no-repeat;
	text-indent: -9999px;
}

#aside div h1.netzwerke {
	background: #030 url(../images/head_netzwerke.png) center center no-repeat;
	text-indent: -9999px;
}

#aside div ul {
	padding: 10px 0 10px 10px;
}

#aside div ul li {
	padding: 0 10px 10px 0;
}

#footer {
	clear: left;
	background: #030;
	height: 40px;
}

#footer p {
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	line-height: 40px;
	padding-left: 10px;
	color: #f7e700;
}
#footer a { color: #f7e700; }
.thumbnail {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.suncd {
	background: #fff;
	min-height: 450px;
	margin-bottom: 10px;
}

.suncd div {
	float: left;
	width: 270px;
	padding: 10px;
	min-height: 370px;
}

.suncd div img, .thumbnail img {
	border: 5px solid #6c9b13;
}

.suncd ol li span {
	float: left;
	width: 250px;
}

.popup {
	cursor: pointer;
}

.lyrics div {
	background: #f7e700 url(../images/bg_yellow.jpg) center center repeat;
	margin: 10px;
	padding: 10px;
	overflow: auto;
	height: 630px;
}

.lyrics h1 {
	font-size: 12px;
	color: #aa072a;
	border-bottom: 2px dotted #aa072a;
}

.lyrics p {
	margin-top: 5px;
	font-size: 10px;
	line-height: 12px;
	color: #060;
	font-weight: bold;
}

.clear {
	clear: left;
}

.box-shadow {
	-webkit-box-shadow: 0px 0px 15px 0px #000;
	box-shadow: 0px 0px 15px 0px #000;
}