﻿/*------------------
	FCKStyles
------------------*/
/*
--Every creation command in a new line!!
--eworx:[ElementToCreate];[TextToShow];[Attribute]=[Value];[Attribute]=[Value];
eworx:h1;Überschrift1;
eworx:h2;Überschrift2;
eworx:h3;Überschrift3;
eworx:div;Text Rot;class=Red;
eworx:p;Text;
*/

/*---------------------
	COMMON
-----------------------*/
body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size:10px;
}
* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
    list-style: none;
    /*cursor: default;*/
}
.ContentText ul {
	margin: 0px 0px 0px 10px;
}
.ContentText li {
	list-style-type:disc;
}
.ContentText li, p {
	font-size: 1.1em;
}
td {
	font-size: 11px;
}
h1 {
	font-size: 2.2em;
	color: #430502;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
}
h2 {
	font-size: 1.2em;
	color: #141414;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 0px 15px 0px;
}
h3 {
	font-size: 1.2em;
	color: #430502;
	font-weight: 700;
	text-transform: uppercase;
}
.Menu h6 {
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #430502;
	padding: 0px 0px 3px 0px;
}
a {
	cursor: pointer;
	color: #2c0a00;
	font-weight: 700;
	text-decoration: underline;
}
input, textarea {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #141414;

	word-spacing:2px;
}
p.Red {
	color: #430502;
}
br.clear {
	clear: both;
}
/*---------------------
	POPUP
-----------------------*/
.ContentGalleryPopup {
	background:#ffffff;
	padding:10px 10px 90px 10px;
	position:absolute;
	z-index:1001;
	top:50%;
	left:50%;
}
.ContentGalleryPopup img {
	border:0px;
}
.ContentGalleryPopup .close{
	position:absolute;
	bottom:48px;
	right:23px;
}
.ContentGalleryPopup .next {
	position:absolute;
	right:10px;
	top:74px;
}
.ContentGalleryPopup .back {
	position:absolute;
	left:10px;
	top:74px;
}
.ContentGalleryPopup .back a, .ContentGalleryPopup .next a {
	display:block;
	width:16px;
	height:16px;
	background:#ffffff;
	border:13px solid #ffffff;
}
.ContentGalleryPopup .back a img, .ContentGalleryPopup .next a img {

}
.ContentGalleryPopup .paging {
	margin:0px 70px 0px 70px;
	
}
.ContentGalleryPopup .paging span.current{
	color:#af0917;
	font-size:23px;
	padding:0px 3px;
}
.ContentGalleryPopup .paging a {
	color:#000000;
	font-size:23px;
	padding:0px 3px;
}
.ContentGalleryPopup .Item {
	text-align:center;
}
.ContentGalleryPopup .ItemDesc {
	position:absolute;
	bottom:25px;
	left:25px;
	font-size: 1.3em;
}
.ContentGalleryPopup .ItemDesc strong {
	
	color: #430502;
}
.modalPopUpBackground, .Black{
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:1000;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:fixed;
}

.background 
{
	z-index:1001;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position: fixed;
	margin: auto;
}
/*---------------------
	SEITENEDITOR STYLES
-----------------------*/
.TableImage {
	background: url(images/content/eventshadow.gif) no-repeat 0px 0px;
	width: 100px;
	min-height: 76px;
	padding: 7px 0px 0px 8px;
	vertical-align: top;
}
.TableText {
	vertical-align: top;
}