*
{
	margin:0;
	padding:0;
}
body, textarea, input, select
{
	font-family:Arial, Helvectica, Sans-serif;
	font-size:0.9em;
	color:#000000;
}
body#main
{
	background:url('../images/design/bodyBg.gif');
}
/* GENERAL */
.floatRight
{
	float:right;
}
.floatLeft
{
	float:left;
}

.paddingRight
{
	margin:0 10px 0 0;
}
.paddingLeft
{
	margin:0 0 0 10px;
}

/* BEGIN ERRORMSG */
.msgtyp, .msgtyperror, .msgtypinfo, .msgtypok { text-align:center; padding:2px; margin: 7px 0; color:#fff; }
.msgtyp { }
.msgtyperror { background: #6f1212 url('../images/msg/msgErrorBg.gif') repeat-x top; }
.msgtypinfo { background: #045bbc url('../images/msg/msgInfoBg.gif') repeat-x top; }
.msgtypok { background: #436e12 url('../images/msg/msgOkBg.gif') repeat-x top; }
/* END ERRORMSG */

label
{
	cursor:pointer;
}

a img 
{
	border:none;
}

img.border, a img.border
{
	border:1px solid #990B11;
}
img.border:hover, .fotoBox img:hover
{
	border:1px solid #7F070F;
}

blockquote
{
   padding:5px; 
   border:1px solid #BF5B47; 
   background-color:#FFFBCF; 
}

a
{
	color:#a72c31;
	text-decoration:underline;
}
a:hover
{
	color:#7F070F;
}

/* DESIGN */
#mainDesign
{
	position:relative;
	margin:130px auto 0 auto;
	width:873px;
}
#textLogo
{
	position:absolute;
	right:15px;
	top:-45px;
	width:500px;
	height:39px;
	background:url('../images/design/stjosefsbuehnetimelkam.png') no-repeat;
	z-index:9;
}
#logo
{
	position:absolute;
	left:35px;
	top:-125px;
	width:124px;
	height:232px;
	background:url('../images/design/logo.png') no-repeat;
	z-index:9;
}
#outerWrapper
{
	background:url('../images/design/shadowTop.png') no-repeat;
}

#wrapper
{
	margin:auto auto 20px auto;
	width:840px;
	border:1px solid #480003;
}

/* MAIN NAVIGATION */
#navi
{
	margin:0px auto;
	height:49px;
	background:#fffde6 url('../images/design/naviBg.png') repeat-x;
}
	#navi ul
	{
		position:relative;
		float:right;
	}
		#navi ul li
		{
			display:inline;
		}
			#navi ul li a 
			{
				position:relative;
				float:right;
				
				height:26px;
				
				padding:8px 10px 0 10px;
				color:#efefef;
				font-size:1.1em;
				text-decoration:none;
			}
			#navi ul li a:hover, #navi ul li a.active
			{
				color:#fff;
				background:url('../images/design/naviBgHover.png') ;
			}

/* CONTENT AREA */
.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix 
{
	display: inline-block;
}
.hidden
{
	display:none;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#content
{
	position:relative;
	margin:0px auto;
	background:#fffde6;
	padding:10px;
	line-height:1.3;
}
	.shadowPic
	{
		position:relative; 
		background:url('../images/design/shadowPic.png') no-repeat bottom center; 
		padding:0px 2px 9px 2px; 
	}
	#content ul
	{
		margin:10px 5px 10px 25px;
		list-style:circle;
	}
	.subNavi
	{
		text-align:right;
		margin:-17px 0 0 0;
		font-size:0.90em;
		color:#a72c31;
		font-family:Georgia, Times, serif;
	}
		.subNavi a
		{
			color:#a72c31;
			text-decoration:none;
		}
		.subNavi a:hover
		{
			color:#940D13;
		}
		.subNavi span.active
		{
			font-weight:bold;
			font-size:1.30em;
		}
	
	.pageNavigation
	{
		text-align:right;
		margin:5px 0 5px 0;
		color:#a72c31;
	}
		.pageNavigation span.activePage
		{
			font-weight:bold;
		}
		.pageNavigation a
		{
			padding:2px 2px 2px 2px;
			text-decoration:none;
		}
			.pageNavigation a.arrow
			{
				padding:0;
				font-size:1.2em;
			}
	
	.homeFotoLeft
	{
		float:left;
		margin:0 10px 10px 0;
	}
	.homeFotoRight
	{
		float:right;
		margin:0 0 10px 10px;
	}
/* CONTENT-LINKS */
.produktionBox
{
	width:400px;
	margin:0 0 5px 0;
	padding:3px;
}
.linkBox
{
	background:#FFFBCF;
	margin:0 0 20px 0;
	padding:3px;
}
	.linkBox .linkBoxNavi
	{
		color:#a72c31;
		font-family:Georgia, Times, serif;
		margin:-5px 0 10px 0;
	}
	.linkBox .linkBoxNavi a
	{
		
		text-decoration:none;
	}
	.linkBox .linkBoxNavi a:hover
	{
		color:#940D13;
	}
/* HEADLINES */
h1
{
	margin:-5px 0 20px 0;
	text-align:right;
	font-family:Georgia, Times, serif;
	font-size:1.8em;
	font-weight:normal;
	color:#a72c31;
	/*border-bottom:1px solid #a72c31;*/
}
h2
{
	margin:0 0 5px 0;
	font-size:1.4em;
	font-weight:normal;
	color:#a72c31;
	font-family:Georgia, Times, serif;
}
h3
{
	margin:0 0 5px 0;
	font-size:1.1em;
	font-weight:normal;
	color:#a72c31;
	font-family:Georgia, Times, serif;
}

h4
{
	margin:0 0 5px 0;
	font-size:1.0em;
	font-weight:normal;
	color:#a72c31;
	font-family:Georgia, Times, serif;
}

/* FLAP */
.flap {
	font-size: 0.9em;
	z-index:9;
}
	.flapPos1
	{
		top: -14px;
		left: 20px;
		position: absolute;
	}
	.flapPos2
	{
		top: 0px;
		right: 20px;
		position: fixed;
	}
	.flap a {
		 color: #FFF8BA; 
		 text-decoration:none;
	}
	.flap a:hover {
		 color: #FFF; 
	}
	.flap .leftBorder {
		float: left;
		background: url('../images/design/flapLeft.png') no-repeat;
		width: 20px;
		height: 23px;
	}
	
	.flap .rightBorder {
		float: left;
		background: url('../images/design/flapRight.png') no-repeat;
		width: 20px;
		height: 23px;
	}
	
	.flap .content {
		float: left;
		background: url('../images/design/flapBg.png') repeat-x;
		height: 23px;
		padding:1px;
	}


/* FOTOS */
.fotoBox
{
	width:200px;
	height:200px;
	margin:15px 30px 10px 40px;
	text-align:center;
}
	.fotoBox img
	{
		border:1px solid #990B11;
	}
	
/* FORMS */
textarea#text, textarea#textMitwirkende, textarea#textAnkuendigung
{
	width:100%;
}
input, select, textarea
{
	background:#E5EFFD ;
	border:1px solid #ABC6DD;
	padding:2px;
}

input.button
{
	background:#CFE4FF;
	border:1px solid #779FBF;
}
.formWidth
{
	width:170px;
}

/* TABLES */
table.data
{
	border:1px solid #8D0D12;
	margin:5px 0 0 0;
}
table.data th
{
	font-weight:bold;
	background:#8D0D12 url('../images/design/tableHeadBg.gif') repeat-x;
	color:#fff;
}
table.data td, table.data th
{
	padding:3px;
}
table.comments td
{
	padding:5px !important;
}
table.addComment td
{
	padding:1px !important;
}
table.data tr.colorLight
{
	background:#FFFBCF;
}
table.data tr.colorDark
{
	background:#FFE0CF;
}
table.data tr.colorDark2
{
	background:#FFF1AF;
}

/* COMMENTS */
div.commentAuthor
{
	margin:0 0 8px 0;
	padding:2px 0;
	border-bottom:1px solid #8D0D12;
}

/* ICON-BUTTONS */
a.newText, a.newLink, a.newProduktion
{
	padding:0 0 0 20px;
	background:url('../images/icons/iconAdd.png') no-repeat;
	background-position:0 2px;
}
a.delete, a.edit, a.addPicture
{
	display:block;
	float:right;
	height:16px;
	width:16px;
	margin:0 2px 0 2px;
}
a.delete
{
	background:url('../images/icons/iconDelete.png') no-repeat;
}
a.edit
{
	background:url('../images/icons/iconEdit.png') no-repeat;
}
a.addPicture
{
	background:url('../images/icons/iconAddPicture.png') no-repeat;
}

/* FIELDSET */
fieldset
{
	width:350px; 
	border:1px solid #8D0D12; 
	background:#FFFBCF;
	margin:10px;
	float:left;
}
fieldset legend
{
	margin-left:5px; 
	color:#8D0D12; 
	font-size:1.1em;
}
fieldset ul
{
	margin:10px 10px 10px 30px;
}

/* Slideshow*/
a.homesiteFotoList
{
	float:left; /*left*/
	display:block;
	height:200px;
	width:200px;
	margin:0px;
	text-align:center;
	border:4px solid #FFFDE6;
	background:#FFFDE6;
}


