@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0px;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	background-color: #003333;
	line-height: 20px;
}

a {
	color: #b33119;
}

hr {
	border:solid #e6bdc4 1px;
	border-bottom: 0px;
	height: 1px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
}

p {
	margin-bottom: 10px;
}

#wrapper {
	width: 868px;
	background-color: #ffffff;
	background-image: url(img/design/middle-bg.gif);
	background-position: 156px 0px;
	background-repeat: repeat-y;
}

#container {
	padding-bottom: 30px;
	overflow:hidden;
}

#header {
	width: 868px;
}

#content {
	position: relative;
}

#left {
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 35px;
	padding-bottom: 0px;
	width: 140px;
	float:left;
	overflow: hidden;
}

#middle {
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 35px;
	padding-bottom: 0px;
	width: 479px;
	float:left;
	overflow: hidden;
}

#right {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 35px;
	width: 164px;
	overflow: hidden;
}

#footer {
	background-color: #ffffff;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 10px;
	width: 868px;
}

#footer p {
	margin: 0px;
}

#footer a {
	text-decoration:underline;
	color: #003333;
}

#donate {
	Z-INDEX: 1;
	POSITION: absolute;
	TOP: 167px;
	left: 762px;
	border: none;
}

.donateNowButton {
	Z-INDEX: 1;
	POSITION: absolute;
	top: 167px;
	left: 762px;
	border: none;
}

.firstLevel li, .firstLevel li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #003333;
}

ul.secondLevel  {
   margin-left: 10px;
   margin-bottom: 25px;
}

.secondLevel li, .secondLevel li a{
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	color: #003333;
}

ul.thirdLevel  {
   margin-left: 10px;
   margin-bottom: 25px;
}

.thirdLevel li, .thirdLevel li a{
	font-size: 11px;
	font-weight: normal;
	margin-top: 10px;
	color: #003333;
}

#sidebar a.activ {
	color: #b33119;
}

.youtubeSection {
	text-align: center;
	margin-bottom: 10px;
}

.tinymceSection ul, .tinymceSection ol{
   margin-left: 25px;
   margin-top: 10px;
}

.tinymceSection ul li, .tinymceSection ol li{
   margin-bottom: 10px;
}

.tinymceSection ul li{
   list-style-type: square;
}

.tinymceSection ol li{
   list-style-type: decimal;
}

.tinymceSection ol ol li{
   list-style-type: lower-alpha;
}

input {
  border: 1px solid #003333;
  color: #003333;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	height: 16px;
	vertical-align:middle;
}

select {
  border: 1px solid #003333;
  color: #003333;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	vertical-align:middle;
}

textarea {
  border: 1px solid #003333;
  color: #003333;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 470px;
	height: 150px;
}

input.submit
 {
   width: 100px;
   height: 20px;
   background: #FFFFFF;
}

input.checkbox
 {
   border: 0px;
   width: 15px;
   height: 16px;
   background: #FFFFFF;
}

input.radio
 {
   border: 0px;
   width: 15px;
   height: 16px;
   background: #FFFFFF;
}

input.missingEntry
{
	border: 2px dotted #b33119;
}

fieldset
{
	border: 1px dashed #003333;
	padding: 10px;
	margin-bottom: 10px;
}

fieldset legend
{
	font-weight: bold;
	background: #ffffff;
}

/* Patenschaft */
input#p_gelten_ab
 {
   width: 50px;
}

/* Patenschaft */
input#p_kinder
 {
   width: 30px;
}

/* Paypal */
input#p_amount
{
	text-align: right;
   	width: 80px;
	padding-right: 2px;

}

.newsTitle, .newsTitle a
{
	text-decoration:none;
	color: #003333;
	font-weight: bold;
}

.newsTitle a:hover 
{
	text-decoration:underline;
	color: #003333;
}

.newsDate
{
	font-weight: bold;
	margin-bottom: 5px;
}

.newsShortText
{
	margin-bottom: 10px;
	text-align: left;
}

.paypalDonateButton
{
	width: 73px;
	height: 44px;
	border: none;
}

.message {
	color: #003333
}

/* Galerie */
.imgBlock {
	margin-left: 10px;
	margin-right: 10px;
	width: 138px;
	height: 138px;
	margin-bottom: 25px;
	float: left;
}

.imgBlock td{
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	border: 1px solid #cccccc;
}

.imgBlock img{
	border: 1px solid #cccccc;
	margin: 4px;
}

.videoobject {
	text-align: center;
}