@charset "utf-8";

/* ****************************************** */
/* Orangefluid GbR                            */
/* www.orangefluid.com                        */
/* ****************************************** */


/* ****************************************** */
/* Global settings                            */
/* ****************************************** */

/* Global settings */
* {
	margin:0;
	padding:0;
}

html, body {
	min-width: 970px;
	height: 101%;
}

/* Main body style */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	background: #ffffff url(../images/layout/background_site.gif) repeat-x;
	color: #000000;
}


/* **************************************************************** */	
/* Style settings fonts, links, misc                                */
/* **************************************************************** */	

p {
	font-size: 12px;
	color: #000000;
	line-height: 22px;
	margin-bottom: 16px;
}


table {
	border-collapse: collapse;
	padding: 0;
}

	table p {
		margin-bottom:0;
	}
	
	td {
		font-size: 12px;
		line-height: 22px;
	}





/* Headline header */
h1 {
	clear: both;
	font-size: 24px;
	color: #666666;
	padding-left: 6px;
}

/* Image styles global */	
img {border: 0;}
* html img {display: block;}


/* Link colors global */
a:link, a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	outline: 0;
}

a:active, a:hover {
	color: #000000;
	text-decoration: none;
}


/* Clear */
div.clear {clear: both;}
div.cleargap {clear: both;height: 15px;}
br.clear {clear: both;}

/* **************************************************************** */	
/* Site container settings                                          */
/* **************************************************************** */

	
/* Site wrapper */
div#site {
	position: relative;
	width: 970px;
	min-width: 970px;
	min-height: 100%;
	margin: 0 auto;	
	background: url(../images/layout/background_content.png) repeat-y;
}
	* html div#site {height:100%;}

	/* Header with logo and images */	
	div#header {
		position: relative;
		width: 970px;
		height: 150px;
		float: left;
		background: #ffffff url(../images/layout/background_header.gif) no-repeat;
	}
	
		div#logo {
			position: relative;
			float: left;
			width: 200px;
			height: 63px;
			margin-top: 87px;
			margin-left: 20px;
		}
			* html div#logo {margin-left: 10px;}
		
		div#imagerow {
			position: relative;
			float: left;
			width: 718px;
			height: 102px;
			margin-top: 42px;
			padding-left: 19px;
		}
		
		
	div#naviwrapper {
		position: relative;
		float: left;
		width: 220px;
		margin-top: 25px;
	}
	
	div#contentwrapper {
		position: relative;
		float: left;
		width: 718px;
		margin-top: 20px;
		padding-left: 19px;
	}
		
		div#headline {
			position: relative;
			clear: both;
			float: left;
		}
		
		div#content {
			position: relative;
			clear: both;
			float: left;
			width: 718px;
			margin-top: 10px;
		}
			

		
/* Footer gap */
div.gap {
	clear: both; 
	height: 60px;
}
					
	
/* Footer */
div#footercontainer {
	position: relative;
	clear: both;
	width: 952px;
	min-width: 952px;
	height: 25px;
	margin: -25px auto 0 auto;	
}
		
	/* Footer container for content */
	div#footercontent {
		position: relative;
		width: 952px;
		margin: 0 auto;
	}	
		
	/* Footer container for content */
	div#footertext {
		position: absolute;
		padding-top: 0px;
		padding-left: 231px;
	}
	
		/* Footer text */
		div#footertext p {
			position: relative;
			float: left;
			font-size: 11px;
			color: #999999;
			margin-bottom: 0;
		}
	
		/* Footer link styles */
		div#footertext a:link, div#footertext a:visited {
			font-size: 11px;
			color: #999999;
			text-decoration: none;
			outline: 0;
		}

		div#footertext a:active, div#footertext a:hover {
			color: #999999;
			text-decoration: underline;
		}




/* ********************************************* */	
/* Navi                                          */
/* ********************************************* */


div.navilogo {
	position: relative;
	width: 195px;
	margin-top: 22px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}
	* html div.navilogo {margin-top: 25px;}

	div.navi_extra {margin-top: 30px;margin-left: 0px;}

	div.navilogo img {
		margin-bottom: 8px;
		padding-left: 17px;
	}

		div.navi_kuratorium img {margin-bottom: 6px;padding-left: 14px;}
		div.navi_herford {border-bottom: 0;margin-top: 30px;}
		div.navi_herford img {margin-bottom: 0;padding-left: 30px;}
		div.navi_social {border-bottom: 0;margin-top: 40px; padding-left: 20px; width: 175px;}
		div.navi_social img {margin-bottom: 0;padding-left: 10px;}


/* Sub navi */
div.navi {
	margin-left: 10px;
}


/* List elements */
div.navi li {
	list-style-type: none; 
	width: 200px; 
	clear: both;
	margin-bottom: 1px;
}



/* Link styles */
div.navi a, div.navi a:visited {
	position: relative; 
	display: block; 
	width: 151px; 
	color: #565656; 
	text-decoration:none;
	outline:none;	
	font-size: 12px;
	padding: 2px 0 3px 44px;
	background-image: url(../images/layout/icon_navi.gif);
	background-repeat: no-repeat;
	background-position: 32px 8px;	
}

/* Link styles, active */
div.navi a.active, div.navi a.active:visited {
	font-weight: bold;
	color: #ffffff;
	background-color: #999999; 
	background-image: url(../images/layout/icon_navi_active.gif);
}


/* Link styles hover */
div.navi a:hover {
	background-color: #999999;  
	text-decoration: none;
	color: #ffffff; 
	background-image: url(../images/layout/icon_navi_active.gif);
}


div.navi ul.sub {
	padding-left: 20px;
}

div.navi ul.sub a {
	font-size: 11px;
}




/* ********************************************* */	
/* Accordion                                     */
/* ********************************************* */

/* Accordion tab, without javascript */
h3 {
	position: relative; 
	margin-bottom: 1px; 
	background-color:#888888;
	height: 26px;
	width: 708px;
	color: #ffffff;
	padding-left: 10px;
	font-size: 16px;
	padding-top: 7px;
	/* zoom: 1;*/
	margin-top: 1px;
}

	/* Accordion tab, with javascript */
	h3.ui-accordion-header {
		cursor: pointer; 
		margin-bottom: 1px; 
		width: 678px;
		padding-left: 40px;
		background-color: #999999;
	}

		/* Accordion tab, hover */
		h3.ui-accordion-header:hover {background-color: #888888;	}
	
		/* Accordion tab, active */
		h3.ui-state-active {
			background-color: #888888;
		}
		
		/* Accordion tab, active */
		h3.ui-accordion-header-active {
			border-bottom: 0 !important;
		}


/* Accordion tab, icons */
span.ui-icon {
	position: absolute;
	width: 23px;
	height: 23px;
	left: 5px;
	top: 5px;
	display: block;
}
	
	span.ui-icon-minus {background: url(../images/layout/icon_minus.gif) 0 0 no-repeat;}
	span.ui-icon-plus {background: url(../images/layout/icon_plus.gif) 0 0 no-repeat;}

	
/* Accordion tab, date display */
span.date  {
	position: absolute;
	right: 9px;
	top: 9px;
	font-size: 12px;
	display: block;
}


/* Accordion container */
div.articlecontainer, div.ui-accordion-content {
	margin-top: -2px;
	margin-bottom: 2px;
	top: 1px;
	border-top: 0;
}

div.ui-accordion-content { 
	display: none;
}

div.ui-accordion-content-active { 
	display: block; 
}

div.ui-accordion-li-fix { 
	display: inline;
}

/* Accordion content, white gap */
div.articlegap {
	position: relative;
	clear: both;
	height: 7px;
	width: 718px;
	font-size: 0;
	line-height: 0;
}

div.articlegap2 {
	position: relative;
	clear: both;
	height: 4px;
	width: 718px;
	font-size: 0;
	line-height: 0;
}

/* Accordion content, article, without javascript */
div.article {
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 10px;
	background-color: #f8f8f8;
	margin-top: 6px;
}

div.article td {
	padding-right: 10px;	
}

div.articlecontainer div.article {
	margin-top: 0px;	
}


	/* Accordion content, article, with javascript */
	div.ui-accordion-content div.article {
		padding-left: 42px;
		margin-top: 0;
	}


div.articlecontainer div.article ul, div.article ul {
	list-style-type: none;	
	margin-bottom: 15px;
	margin-top: -17px;
}


div.articlecontainer div.article li, div.article li {
	font-size: 12px;
	background-image: url(../images/layout/dot.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 23px;
	line-height: 22px;
}
	* html div.articlecontainer div.article li {height: 0;}

h4 {
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 20px;
}

h5 {
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 20px;
}

div.kooperation {
	margin-top: 15px;
}

div.kooperation p {
	font-size: 11px;
	margin-bottom: 0;	
}

div.kooperation img {
	border: 1px solid #999999;
	margin-bottom: 10px;
	float: left;
	margin-right: 6px;
}


/* ********************************************* */	
/* Archiv                                        */
/* ********************************************* */


div.archive {
	background-color: transparent;	
	padding-top: 5px;
}

ul.archive {
	clear: both;
	list-style-type: none;
	margin-top: 5px;
}

ul.archive li {
	float: left;
	width: 90px;
	margin-right: 5px;
	margin-bottom: 5px;
}



ul.archive li a:link, ul.archive li a:visited {
	float: left;
	display: block;
	width: 90px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #999999;
}

ul.archive li a:active, ul.archive li a:hover {
	background-color: #888888;
	color: #ffffff;
	text-decoration: none;
}



ul.archive li a.active:link, ul.archive li a.active:visited {
	background-color: #888888;
	color: #ffffff;
	text-decoration: none;
}


ul.archive li a.active:active, ul.archive li a.active:hover {
	background-color: #888888;
	color: #ffffff;
	text-decoration: none;
}


h1.archive {
	margin-bottom: 10px;	
}






/* ********************************************* */	
/* Content                                       */
/* ********************************************* */

div.articlecontainer img.imgleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.articlecontainer img.imgright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}


img.imgleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.imgright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}


div.year {
	clear: both;
	width: 690px;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
	padding-top: 20px;
}

div.year p {
	font-weight: bold;
	margin-bottom: 0px;
}



div.shop {
	clear: both;
	float: left;
	padding-bottom: 20px;
}

div.shoptext {
	position: relative;
	float:left;
	width: 390px;
}

div.shopimage {
	position: relative;
	float:left;
	width: 250px;
}





dl {
	clear: both;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

dt {
	float: left;
	margin-right: 25px;
	width: 70px; 
}


dd {
	float: left;
	width: 340px;
	margin-bottom: 12px;
}

	* html dd {margin-bottom: 4px;}

dd.last {
	width: auto;
	font-style: italic;	
	font-size: 11px;
}



div.links dt {
	width: 170px;
	font-weight: bold;
}

div.links dd {
	width: auto;
}
