/* background body 660000 */
/* background container 880D02 */
* {
	padding: 0px;
	margin: 0px;
}
html, body {
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #660000;    
}
p, ul {
	font: normal 12px Verdana, Helvetica, Arial;
	margin: 7px 0 7px 0;
}
h1 {
	font: bold 14px Arial, Verdana, Helvetica;
	line-height: 160%;
	text-transform: uppercase;
	margin: 0 0 20px 0;

}
h2 {
	font: bold 12px Helvetica, Verdana, Arial;
	margin-top: 20px;
}
h3 {
}
h4, h5, h6, div, body, html, input, button {
	font: normal 12px Helvetica, Verdana, Arial;
	line-height: 140%;
}
img.block {
	display: block;
}
div, img {
	margin: 0;
	padding: 0;
	border: 0;
}
.copyright {
	font-size: 10px;
}
.skype {
display:none;
}
/* ____________ DIVs ________*/
div#container {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 0 100px 0;
	background-color: #880D02;
}
div#head {
	background-image: url(flash/head.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
div#left {
	clear: both;
	float: left;
	padding-left: 40px;
}
div#right {
	float: right;
	width: 750px;
	background-image: url(images/bg_content.gif);
	background-position: top left;
	background-repeat: repeat-y;
	text-align: left;
	margin: 0;
	padding: 0;
}

#clear {
	clear: both;
	height: 50px;
}
/* ____________ CONTENT ________*/
div#content {
	margin: 30px 80px 30px 30px;
}
div#content img {
	border: 5px solid #A3A3A3;
	margin: 5px 10px 15px 0;
}
div#content_top {
	background-image: url(images/bg_content_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 712px;
	height: 21px;
	line-height: 0;
}
div#content_bottom {
	background-image: url(images/bg_content_bottom.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 712px;
	height: 36px;
	line-height: 0;
}
#content .line {
	border-bottom: 8px double #A3A3A3;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#content .blank {
	padding-bottom: 10px;
	margin-bottom: 30px; 
}
#content a:link, #content a:visited {
	color: #880D02;
	text-decoration: none;
}
#content a:hover {
	color: #FFF;
}
#content ul {
	list-style: disc;
	display: inside;
	margin-left: 30px;
	margin-bottom: 12px;
}
/* ____________ MENÜ 1 ________*/
div#menu_1 {
	width: 937px;
	height: 29px;
	margin: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_menu1.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div#menu_1 a {
	float: right;
	width: 114px;
	text-align: center;
	padding: 5px 0px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}
div#menu_1 a:hover {
	color: #660000;
}
div#menu_1 .active {
	color: #000;
}
/* ____________ MENU 2 und MENU 3 ________ */
div#menu_2_top {
	background-image: url(images/bg_menu2_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 187px;
	height: 15px;
	line-height: 0;
}
div#menu_2_bottom {
	background-image: url(images/bg_menu2_bottom.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 187px;
	height: 21px;
	line-height: 0;
}
div#menu_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	width: 187px;
	list-style-type: none;
	background-image: url(images/bg_menu2_bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
div#menu_3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 187px;
	height: 33px;
	list-style-type: none;
	background-image: url(images/bg_menu3.gif);
	background-position: top right;
	background-repeat: no-repeat;
line-height:12px;
}
div#menu_2 ul, div#menu_3 ul {
	list-style-type: none;
	padding-top: 7px;
/*	margin-top: -2px;*/
}
div#menu_2 li, div#menu_3 li {
	margin: 0;
}
div#menu_2 a, div#menu_3 a {
	display: block;
	height: 20px;
	color: #fff;
	text-transform: uppercase;
	background-color: transparent;
	padding: 0px 35px;
	text-decoration: none;
	font-size: 11px;
}
div#menu_2 a:hover, div#menu_3 a:hover {
	color: #C7714E;
}
div#menu_2 .active, div#menu_3 .active {
	color: #880D02;
}
#menu_2 ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#menu_2 li li a {
	display: block;
	height: 20px;
	color: #000;
	text-transform: uppercase;
	background-color: transparent;
	padding: 0px 0px;
	text-decoration: none;
	padding-left: 40px;
	text-transform: none;
}
div#menu_2 li li .active {
	background-image: none;
}
/*____________ FOOTER ________*/
div#footer {
	padding: 20px 0 0 30px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#footer a, div#footer a:visited {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	color: #660000;
}
div#footer p {
	margin-bottom: 20px;
}
/*____________TYPO3 Formate ________*/
dd.csc-textpic-caption {
	font-size: 9px;
margin: -5px 0 0 -0;
}
* html dd.csc-textpic-caption {
margin: -5px 0 0 -35px;
	}
.csc-header-date {
	font-size: 10px;
}


/* RTE
----------------------------------------------------------------------------------------------------
a:link.farbe1-link, a:link.farbe1-link, a.farbe1-link, a:visited.farbe1-link {
color:#FF3333;
}

p.farbe1, .farbe1, h1.farbe1, h2.farbe1, h3.farbe1 {
color:#FF3333;
}

 .htmlarea-content-body {
 background:#fff;
 }
 */
p.align-left, h1.align-left, h2.align-left, h3.align-left{ text-align: left;}
p.align-center, h1.align-center, h2.align-center, h3.align-center{ text-align: center;}
p.align-right, h1.align-right, h2.align-right, h3.align-right{ text-align: right;}


.tx_kuloplayer_pi1-player {
 overflow:visible;
 clear:both;
}
