@charset "utf-8";

/* ****************************************** */
/* Orangefluid GbR                            */
/* www.orangefluid.com                        */
/* VAK Lippe 2008	                          */
/* ****************************************** */

/* ****************************************** */
/* Global settings			                  */
/* ****************************************** */

* {
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

html, body {
	height: 100%;
	}

/* Main body style			                  */
/* ****************************************** */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #0065A2;
	font-size: 100.01%;	
	text-align: center;
	}


/* ****************************************** */
/* Box Layouting			                  */
/* ****************************************** */

div#main {
	position: relative;
	width: 723px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	background: #ffffff;
	}
	
	* html div#main {
		height: 100%;
		}
		
	div#main div#mainbg {
			position: relative;
			float: left;
			width: 723px;
			height: auto;
			min-height: 100%;
			padding: 0px;
			margin: 0px;
			background: #ffffff;
	}

div#main div#whitespace {
	display: none;
}
	
	
	div#main div#navigation div#headlinenavigation {
		position: relative;
		float: left;
		width: 225px;
		height: 122px;
		border-bottom: 2px #ffffff solid;
		background: url(../media/hl_vak_obenrechts.jpg) no-repeat;
		}
	
	div#main div#navigation div#bildgalerie {
		position: relative;
		float: left;
		width: 218px;
		height: auto;
		border-bottom: 2px #ffffff solid;
		padding: 2px;
		padding-left: 5px;
		}
		
	div#main div#navigation div#quicksearch, div#main div#navigation div#calnav {
		position: relative;
		float: left;
		width: 218px;
		height: auto;
		padding: 2px;
		padding-left: 5px;
	}
	
	div#main div#navigation div#mincal {
		display: none;
	}
	
	
div#main div#content {
	position: relative;
	float: left;
	width: 735px;
	height: auto;
	min-height: 400px;
	padding-left: 2px;
	}
	
	* html div#navigation div#content {
	height: 400px;
	}
	
div#main div#content div#headline {
	width: 735px;
	height: auto;
}

div#main div#content div#headnavigation {
display:none;	
	}
	
div#main div#content div#maincontent {
	position: relative;
	float: left;
	width: 725px;
	height: auto;
	padding-top: 2px;
	padding-left: 10px;
	}
	
/* ****************************************** */
/* Calendar Navigation		                  */
/* ****************************************** */
div#main div#navigation div#calnav {
	padding: 0px;
	margin: 0px;
}

div#calnav ul, div#calnav ul li ul.lvl_2 {
	width: 225px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

	div#calnav ul li {
		position: relative;
		float: left;
		clear: both;
		width: 225px;
		height: auto;
		min-height: 22px;
		margin: 0px;
		padding: 0px;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		line-height: 22px;
		text-indent: 23px;
		background: #0065a2 url(../media/mainnav_arr_off.gif) no-repeat top;
		list-style: none;
		}
		
		* html div#calnav ul li {
			height: 22px;
			}
			
		div#calnav ul.lvl_2 li {
			background: #cedbeb url(../media/mainnav_arr_sub.gif) no-repeat top;
			border-bottom: none;
			border-top: 1px solid #ffffff;
		}
		
		div#calnav ul.lvl_3 li {
			background: #e6ecf5;
			border-bottom: none;
			border-top: 1px solid #ffffff;
			}
			
	div#calnav ul li a {
		display: block;
		width: 225px;




		height: 22px;
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		line-height: 22px;
		}
		
	div#calnav ul li a:hover {
		color: #ffffff;
		background: #e2001a url(../media/mainnav_arr_on.gif) no-repeat left;
		}
		
	div#calnav ul li a.current {
		background: #e2001a url(../media/mainnav_arr_red_act.gif) no-repeat left;
	}
		
	div#calnav ul li ul.lvl_2 li a.current {
		background: #e2001a url(../media/mainnav_arr_sub_act.gif) no-repeat left;
	}
	
	div#calnav ul li ul.lvl_3 li a.current {
		background: #ffffff;
		}
		
	div#calnav ul.lvl_2 li a, div#calnav ul.lvl_3 li a {
		color: #0065a2;
		}
		
	div#calnav ul.lvl_2 li a:hover {
		color: #ffffff;
		}
		
	div#calnav ul.lvl_2 li a.current:hover {
		color: #000000;
		}
		
	div#calnav ul.lvl_3 li a:hover {
		color: #ffffff;
		}

	
/* ****************************************** */
/* Content Styling			                  */
/* ****************************************** */

*, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0065A2;
	font-size: 12px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2, h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

a { 
	color: #0065A2;
	}

/* ****************************************** */
/* Calendar Styling 		                  */
/* ****************************************** */

div.tx-cal-controller {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	}

/* Mini Month View 							  */
/* ****************************************** */

table.month-small {
	font-size: 11px;
	font-weight: normal;
	background: #cedbeb;
	color: #000000;
	width: 225px;
	padding: 0px;
	margin: 0px;
	padding: 0px;
	}
	
	table.month-small td, table.month-small th {
		padding: 2px;
		}
	
	table.month-small th.sideback {
		background: #0065a2;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		padding: 2px;
		}
		
	table.month-small th.sideback a {
		color: #ffffff;
		text-decoration: none;
		}
	
	table.month-small th.month-weekdays, table.month-small th.month-weeknums {
		color: #0065a2;
		font-weight: bold;
		}
		
	table.month-small td.monthSmallBasic a {
		font-weight: bold;
		text-decoration: none;
		color: #0065A2;
		display: block;
		width: 100%;
		}
		
/* Featured Ansicht							  */
/* ****************************************** */

div.listview {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	}

div.listview div.list_odd, div.listview div.list_even {
	position: relative;
	float: left;
	width: 345px;
	height: auto;
	min-height: 123px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #0065A2;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	}
	
	* html div.listview div.list_odd, * html div.listview div.list_even {
		height: 123px;
	}
	
div.listview div.list_odd a, div.listview div.list_even a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

div.listview div.list_odd a:hover, div.listview div.list_even a:hover {
	color: #ffffff;
}
	
	div.listview div.list_odd {
		margin-right: 20px;
		}
		
	div.listview div.list_odd div.list_image, div.listview div.list_even div.list_image, div.listview div.list_odd div.list_image img, div.listview div.list_even div.list_image img {
		position: relative;
		float: left;
		width: 120px;
		border: none;
	}
	
	div.listview div.list_odd div.list_title, div.listview div.list_even div.list_title,
	div.listview div.list_odd div.list_title h2.title, div.listview div.list_even div.list_title h2.title {
		position: relative;
		float: left;
		width: 345px;
		height: 22px;
		line-height: 22px;
		font-weight: bold;
		font-size: 12px;
		color: #0065A2;
		border-bottom: 1px #0065A2 solid;
		text-align: left;
		background: #ffffff;
		text-indent: 10px;
		margin: 0px;
		padding: 0px;
	}	
	
	div.listview div.list_odd div.list_time, div.listview div.list_even div.list_time {
		font-weight: bold;
	}

div.listview div.list_odd div.list_location, div.listview div.list_even div.list_location,
div.listview div.list_odd div.list_location a, div.listview div.list_even div.list_location a {
		font-weight: normal;
		color: #0065A2;
	}
		
	div.listview div.list_odd div.list_content, div.listview div.list_even div.list_content {
		position: relative; 
		float: left;
		padding-left: 10px;
		padding-top: 5px;
		width: 220px;
		height: auto;
		line-height: 18px;
	}
	
		div.list_full div.list_content a {
			display: none;
		}
		
	div.listview img, div.listview div.list_content a {
		display: none;
	}
	
	div.list_content div.list_location a {
		display: inline;
	}


/* Listenansicht 							  */
/* ****************************************** */
div.list_full {
	width: 723px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	background: #ffffff;
	border: 0px;
	}
	
	* html div.list_full {
		margin-top: 5px;
		}
	
	div.list_full div.list_image {
		display: none;
		}
		
			
	div.list_full div.list_headline {
		position: relative;
		float: left;
		width: 713px;
		margin-left: 10px;
		margin-bottom: 4px;
		clear: both;
		height: 25px;
		border-bottom: 1px #0065A2 solid;
		border-top: 5px #ffffff solid;
		}
		
		* html div.list_full div.list_headline {
			margin-left: 5px;
			margin-bottom: 2px;
			}
		
		div.list_full div.list_headline h2 {
			position: relative;
			float: left;
			width: 400px;
			height: 25px;
			line-height: 25px;
			margin: 0px;
			padding: 0px;
			vertical-align: bottom;
			color: #0065A2;
			font-size: 14px;
			}
		
	div.list_full div.list_location {
		position: relative;
		float: right;
		width: 290px;
		height: 25px;
		line-height: 25px;
		background: #0065A2;
		color: #ffffff;
		text-align: right;
		vertical-align: bottom;
		font-size: 12px;
		font-weight: bold;
		padding-right: 10px;
		}
		
		div.list_full div.list_location a {
			position: relative;
			float: left;
			width: 290px;
			color: #ffffff;
			font-size: 12px;
			font-weight: bold;
			line-height: 25px;
			vertical-align: bottom;
			text-align: right;
			text-decoration: none;
			}
	
	div.list_full div.list_time {
		position: relative;
		float: left;
		clear: both;
		width: 713px;
		margin-left: 10px;
		margin-bottom: 6px;
		vertical-align: middle;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		}
		
		* html div.list_full div.list_time {
			margin-left: 5px;
			margin-bottom: 3px;
			}

	div.list_full div.list_content {
		position: relative;
		float: left;
		width: 703px;
		height: auto;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		}
		
		div.list_full div.list_content img {
			display: none;
			}
				
		div.list_full div.list_content p {
			color: #000000;
			font-size: 12px;
			text-align: left;
			}
			
	div.weekday_items {
		position: relative;
		float: left;
		padding-top: 10px;
		clear: both;
		display: none;
		}
		
	div.calendar_subheadline {
		position: relative;
		float: left;
		clear: both;
		width: 723px;
	}
			
	div.rowOff, div.rowToday {
		position: relative;
		float: left;
		margin: 0px;
		padding: 0px;
		width: 95px;
		height: 20px;
		line-height: 20px;
		border-right: 1px #ffffff solid;
		background: #0065a2;
		text-align: center;
		font-weight: normal;
		font-size: 11px;
		color: #ffffff;
		}
		
		div.rowToday {
			background: #E2001A;
			}
		
		div.rowOff a, div.rowToday a {
			width: 95px;
			height: 20px;
			line-height: 20px;
			text-decoration: underline;
			text-align: center;
			color: #ffffff;
			font-size: 11px;
			font-weight: normal;
			display: block;
			}
			
	div.weekday_item_prev, div.weekday_item_next {
		position: relative;
		float: left;
		width: 25px;
		height: 20px;
		line-height: 20px;
		background: #0065a2;
		vertical-align: middle;
		font-size: 11px;
		border-right: 1px #FFFFFF solid;
		}
		
		div.weekday_item_prev a, div.weekday_item_next a {
			text-decoration: none;
			color: #ffffff;
			line-height: 20px;
			height: 20px;
			width: 25px;
			text-align: center;
			vertical-align: middle;
			border: none;
			display: block;
			}
			
	.monthOff div.list_full {
		display: none;
	}

/* Detailansicht 							  */
/* ****************************************** */
div.detailview {
	position: relative;
	float: left;
	width: 725px;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	color: #0065A2;
	margin-bottom: 10px;
	}
	
	div.detailview div.detailview_content {
		position: relative;
		float: left;
		width: 460px;
		}
	
	div.detailview h2.title {
		display: block;
		color: #ffffff;
		background: #E2001A;
		padding: 5px;
		margin-bottom: 2px;
		}
		
	div.detailview div.image, div.detailview div.image img {
		position: relative;
		float: right;
		border: none;
		width: 200px;
		height: auto;
		margin-left: 2px;
		}
	
	div.detailview div.start, div.detailview div.end, div.detailview div.location, div.detailview div.organizer {
		position: relative;
		float: left;
		width: 100%;
		line-height: 16px;
		vertical-align: middle;
		background: #CEDBEB;
		border-bottom: 2px solid #ffffff;
		clear: both;
		text-indent: 5px;
	}
	
			div.detailview div.start div.label, div.detailview div.end div.label, div.detailview div.location div.label, div.detailview div.organizer div.label {
				position: relative;
				float: left;
				width: 100px;
				font-weight: bold;
			}
	
	div.detailview div.description {
		position: relative;
		float: left;
		clear: both;
		line-height: 16px;
		padding-top: 5px;
		width: 100%;
		}
		
	div.detailview div.label {
		position: relative;
		float: left;
		width: 60px;
		}
		
	div.detailview div.value {
		position: relative;
		float: left;
		width: 150px;
	}
	
	div#month-header-prevnext {
		position: relative;
		float: left;
		width: 100%;
		background: #0065A2;
		height: 20px;
		line-height: 20px;
		margin-top: 10px;
	}
	
		* html div#month-header-prevnext {
				margin-top: 5px;
		}
	
		div#month-header-prevnext div.prevmonth {
			position: relative;
			float: left;
			width: 195px;
			padding-left: 5px;
			height: 20px;
			line-height: 20px;
		}
		
		div#month-header-prevnext div.nextmonth {
			position: relative;
			float: right;
			width: 195px;
			padding-right: 5px;
			height: 20px;
			line-height: 20px;
			text-align: right;
		}
		
		div#month-header-prevnext div.prevmonth a,	div#month-header-prevnext div.nextmonth a {
			color: #ffffff;
			text-decoration: none;
			font-weight: normal;
		}
		
			div#month-header-prevnext div.prevmonth a:hover,	div#month-header-prevnext div.nextmonth a:hover {
				font-weight: bold;
			}
			
		div#month-header-prevnext div.monthname {
				position: relative;
				float: left;
				width: 323px;
				text-align: center;
				color: #ffffff;
				font-weight: bold;
				height: 20px;
				line-height: 20px;
		}
		
	div.month-header-icons {
		position: relative;
		float: right;
		width: 100px;
		text-align: right;
	}
	
		div.month-header-icons a img {
			border: 0px;
		}
		
	div.calendar-display-range {
		position: relative;
		float: left;
		width: 400px;
	}
	
/* Bilder Formatierung						  */
/* ****************************************** */


		
/* Schnellsuche 							  */
/* ****************************************** */

div#main div#navigation div#quicksearch {
	background: #9bb9d7;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

	div#main div#navigation div#quicksearch label {
		position: relative;
		float: left;
		padding-right: 5px;
		height: 22px;
		line-height: 22px;
		vertical-align: middle;
		}
		
	div#main div#navigation div#quicksearch input {
		position: relative;
		float: left;
		width: 105px;
		margin: 0px;
		margin-right: 5px;
		margin-top: 2px;
		height: 18px;
		line-height: 18px;
		border: 0px none;
		vertical-align: middle;
		}
		
	div#main div#navigation div#quicksearch input.submit {
		background: #0065A2;
		color: #ffffff;
		margin: 0px;
		margin-top: 2px;
		padding: 0px;
		border: 0px none;
		width: 50px;
		height: 18px;
		line-height: 18px;
		text-align: center;
		vertical-align: middle;
		}
		
/* erweiterte Suche							  */
/* ****************************************** */

div.searchevent {
	position: relative;
	float: left;
	clear: both;
	width: 725px;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	}
	
	div.searchevent legend {
		display: none;
		}
	
	div.searchevent fieldset {
		position: relative;
		float: left;
		width: 725px;
		background: #ffffff;
		color: #0065A2;
		border: none;
		}
		
	div.searchevent fieldset label {
		position: relative;
		float: left;
		width: 100px;
		color: #0065A2;
		margin: 2px;
		}
		
	div.searchevent fieldset input, div.searchevent fieldset select {
		width: 400px;
		margin: 2px;
		}
		
	div.searchevent div.searchline {
		position: relative;
		float: left;
		clear: both;
		width: 720px;
		height: 22px;
		line-height: 22px;
		padding: 2px;
	}
	

	div.searchevent input.submit {
		text-align: center;
		}


		
div#main div#navigation, div#main div#mincal, div#main div#calnav, div#month-header-icons, div.print, div#month-header-prevnext {
	display: none;
	}
