/* LAYOUT */
/*


div#iContainer
	div#imageSlide
	div#iNavigation
		img.iNavigationItem
	img#iLogo
	img#iLinkStPaul
	img#iLinkStBleiburg
	div#iSprachen
		img.iSprachenItem
	div#iSponsoren
		imh.iSponsorenLogos


div#iContainer
	div#header
	div#content
		div#leftColum
		div#middleColum
		div#rightColum
	div#footer

*/
body {
	background-color:#5a4f4a;
}

/* ----------------------- INDEX ----------------------- */

#iContainer {
	float:left;
	top:0px;
	left:50%;
	margin-left:-450px;
	overflow:hidden;
	position:absolute;
	width:900px;
	height:100%;
}

	#imageSlide {
		margin:0;
		padding:0;
		z-index:-1;
	}
	
	#iNavigation {
		background-image:url(/_include/css/img/bgAlphaRed.png);
		color:white;
		font-size:20px;
		font-weight:normal;
		height:26px;
		left:0;
		overflow:hidden;
		padding-top:5px;
		position:absolute;
		text-align:center;
		top:0;
		width:900px;
	}
	
		span.iNavigationItem {
			border-width:0;
			float:left;
			margin:0 25px;
		}
	
	#ankuender {
		background-image:url(/_include/css/img/bgAlphaRed.png);
		color:white;
		height:19px;
		left:40px;
		overflow:hidden;
		position:absolute;
		top:300px;
		width:300px;
	}
	
	#iLogo {
		border-width:0;
		left:40px;
		position:absolute;
		top:60px;
	}
	
	#iLinkStPaul {
		border-width:0;
		left:40px;
		position:absolute;
		top:182px;
	}
	
	#iLinkBleiburg {
		border-width:0;
		left:40px;
		position:absolute;
		top:346px;
	}
	
	#iSprachen {
		color:white;
		left:40px;
		position:absolute;
		top:495px;
	}
	
		img.iSprachenItem {
			border-width:0;
			float:left;
			margin:5px 7px;
		}
		
	#iSponsoren {
		background-image:url(/_include/css/img/bgAlphaGrey.png);
		bottom:0;
		height:50px;
		left:0;
		position:absolute;
		width:100%;		
	}
		img.iSponsorenLogos {
			border-width:0;
			padding:8px 0;
		}

/* ----------------------- STANDARD ----------------------- */

#container {
	float:left;
	top:0px;
	left:50%;
	margin-left:-450px;
	overflow:hidden;
	position:absolute;
	width:900px;
	height:740px;
}

	#header {
		background-color:#CE1B39;
		position:relative;
		width:900px;
		height:108px;
	}
	
		#logo {
			border-width:0;
			left:10px;
			position:absolute;
			top:10px;
		}
		
		#datum {
			left:266px;
			position:absolute;
			top:75px;
		}
		
		#subHeader {
			border-width:0;
			position:absolute;
			right:8px;
			top:52px;
		}
	
		#sprachen {
			background-color:#AF152E;
			color:white;
			height:23px;
			position:absolute;
			right:0;
			top:0;
			width:180px;
		}
		
			p.languageMinus {
				float:left;
				margin:2px 0;
			}
	
	#navigation {
		background-image:url(/_include/css/img/navigationBg.gif);
		background-repeat:repeat-x;
		color:white;
		font-family:Times New Roman, Garamond, serif;
		font-size:16px;
		height:38px;
		position:absolute;
		width:900px;
		z-index:12;
	}
	
		#navigationUL {
			margin:12px 5px;
			padding:0;
		}
	
		li.navigation {
			background-color:#c41633;
			color:white;
			cursor:pointer;
			float:left;
			height:20px;
			overflow:hidden;
			text-align:center;
			width:113px;
		}
		
		#navigationActive {
			background-color:white;
			color:black;
		}
		
		p.navigationMinus {
			float:left;
			margin:0 19px;
		}
		
		p.subtext {
			background-color:white;
			color:white;
			text-align:left;
		}
		
			p.subtextItem {
				color:white;
				font-family:Times New Roman, Garamond, serif;
				font-size:13px;
				height:auto;
				line-height:1.2em;
				margin:4px 0px;
				padding:3px 0;
				text-align:center;
				vertical-align:middle;
				width:113px;
			}
			
			p.subtextItem:hover {
				background-color:#a8132c;
			}
			
			a.navigation, a.navigation:hover, a.navigation:visited {
				color:white;
			}
	
	#subNavigation {
		background-color:#eaf2f8;
		color:black;
		font-family:Arial, Tahoma, sans-serif;
		font-size:12px;
		height:25px;
		position:absolute;
		top:146px;
		width:900px;
	}
	
		#subNavigation_inner {
			margin:3px 20px;
		}
	
	#content {
		background-repeat:no-repeat;
		height:485px;
		position:absolute;
		top:171px;
	}

		#mainContent {
			background-color:white;
			float:left;
			height:436px;
			margin-top:24px;
			width:620px;
		}
		
			#mcTextLarge {
				height:350px;
				margin:15px;
			}
			
				#mcTextLarge_text {
					height:330px;
					padding-bottom:5px;
				}
				
				#mcTextLarge_text {
					height:330px;
					padding-bottom:5px;
					font-size: 11px;
					font-family: Helvetica, Tahoma, Arial, sans-serif;
				}
			
			#mcTextSmall {
				height:215px;
				margin:15px;
			}
			
				#mcTextSmall_text {
					height:165px;
					padding-bottom:5px;
					font-size: 11px;
					font-family: Helvetica, Tahoma, Arial, sans-serif;
				}
			
			#mcGalerie {
				margin:20px 15px 10px;
			}
		
		#boxen {
			float:left;
			margin-left:28px;
			margin-top:24px;
			width:252px;
		}

			#box1 {
				background-color:white;
				height:204px;
				width:252px;
			}

			#box2 {
				background-color:white;
				height:204px;
				margin-top:28px;
				width:252px;
			}
			
				div.boxInner {
					font-family:Arial, Tahoma, sans-serif;
					font-size:11px;
					height:184px;
					line-height:1.5em;
					padding:8px;
				}
				
				div.boxInner_text {
					height:184px;
					padding-bottom:5px;
				}

		#metaNavigation {
			background-image:url(/_include/css/img/bgAlphaGrey.png);
			color:#666666;
			float:left;
			font-family:Arial, Tahoma, sans-serif;
			font-size:11px;
			height:23px;
			margin-top:26px;
			width:900px;
		}
		
		#siteBackground {
			left:0;
			position:absolute;
			top:0;
			z-index:-1;
		}
	
	#footer {
		height:60px;
		position:absolute;
		top:675px;
	}

/* ----------------------- GALERIE ----------------------- */

#galerie {
	height:120px;
	margin:8px;
	overflow:hidden;
	width:570px;
}

#prevBtn, #nextBtn { 
	display:block;
	height:15px;
	left:-3px;
	position:relative;
	top:-75px;
	width:14px;
}

#nextBtn {
	left:580px;
	top:-85px;
}

#prevBtn a, #nextBtn a {  
	display:block;
	width:14px;
	height:15px;
	background:url(/_include/css/img/slidePrevious.gif) no-repeat 0 0;
	z-index:999;	
}

#nextBtn a {
	background:url(/_include/css/img/slideForward.gif) no-repeat 0 0;	
}

#galerie_ul {
	margin:0;
	padding:0;
	list-style:none;
}


div.galerieItem {
	float:left;
	height:auto;
	margin:0 10px;
	overflow:hidden;
	text-align:center;
	width:170px;
}

img.galerieBild {
	border:0;
}


/* ----------------------- GALERIE BOX 2 ----------------------- */

#box2_galerie {
	margin:10px 0 0 10px;
}

#box2_galerie_ul {
	margin:0;
	padding:0;
	list-style:none;
	width:205px;
}

li.box2_galerie_li {
	overflow:hidden;
	text-align:center;
	width:205px;
}

#prevBtn2, #nextBtn2 { 
	display:block;
	height:15px;
	left:185px;
	position:relative;
	top:-170px;
	width:14px;
}

#nextBtn2 {
	left:208px;
	top:-185px;
}

#prevBtn2 a, #nextBtn2 a {  
	display:block;
	width:7px;
	height:7px;
	background:url(/_include/css/img/boxSlideBackward.gif) no-repeat 0 0;	
}

#nextBtn2 a {
	background:url(/_include/css/img/boxSlideForward.gif) no-repeat 0 0;	
}


/* ----------------------- KALENDER ----------------------- */

#calendar {
	margin-left:10px;
}

table.calTable {
	border-spacing:2px;
	float:left;
	font-family:Arial, Tahoma, sans-serif;
	font-size:12px;
	text-align:center;
	width:190px;
}

tr.calHead {
	background-color:#999999;
	color:#333333;
	font-weight:bold;
}

td.calTd {
	background-color:#EEEEEE;
}

#today {

}

td.calTdEventStPaul, td.calTdEventStPaul > a {
	background-color:#fa274b;
	color:white;
}

td.calTdEventBleiburg, td.calTdEventBleiburg > a {
	background-color:#ce1b39;
	color:white;
}

td.calTdEventLavanttal, td.calTdEventLavanttal > a {
	background-color:#aaaaaa;
	color:white;
}

#calBackward {
	color:#CE1B39;
	cursor:pointer;
	float:left;
	font-size:13px;
	font-weight:bold;
	padding-right:3px;
}

#calForward {
	color:#CE1B39;
	cursor:pointer;
	float:left;
	font-size:13px;
	font-weight:bold;
	margin-left:5px;
}

/* ----------------------- EVENTÜBERSICHT ----------------------- */

#backLink {
	cursor:pointer;
	margin-left:542px;
	margin-top:-20px;
	position:absolute;
	text-align:right;
	width:50px;
}

div.eOverview {
	float:left;
	height:auto;
	margin:15px 0 15px;
}

	div.eOverviewDate {
		float:left;
		width:120px;
	}

	div.eOverviewDesc {
		float:left;
		width:270px;
	}

	div.eOverviewImg {
		float:left;
		width:100px;
	}

	div.eOverviewInfo {
		float:left;
		width:85px;
	}
	
	p.eOrt {
		font-size:12px;
		margin-top:-2px;
	}
	
	p.eInStPaul {
		background-image:url(/_include/css/img/eStPaul.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:14px;
	}

	
	p.eInBleiburg {
		background-image:url(/_include/css/img/eBleiburg.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:14px;
	}

	p.eInLavanttal {
		background-image:url(/_include/css/img/eLavanttal.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:14px;
	}	
	
	p.eInfo {
		background-image:url(/_include/css/img/eInfo.gif);
		background-position:right;
		background-repeat:no-repeat;
		padding-right:14px;
		text-align:right;
		width:60px;
	}

/* ----------------------- REST ----------------------- */
hr {
	border-bottom:0 none;
	border-top:1px dashed #666666;
	border-width: 1px 0 0 0;
	color:white;
	height:0px
	margin:0 0;
}