* {
	margin : 0;
	padding : 0;
}
.invisible {
	display : none;
}
html,
body {
	min-width : 960px;
	color : #333;
	background-color : #fff;
	font-size : 12px;
	font-family : "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
	line-height : 18px;
}

/*** Default Block Elements ***/
h1 {
	padding-top : 30px;
	padding-bottom : 10px;
	color : #036;
	font-size : 16px;
	font-family : Georgia,"Times New Roman",Times,serif;
	font-weight : bold;
	text-transform : uppercase;
	letter-spacing : 0.05em;
	line-height : 22px;
}
h2 {
	padding-top : 20px;
	color : #036;
	font-size : 14px;
	font-family : Georgia,"Times New Roman",Times,serif;
	font-weight : bold;
	font-variant : small-caps;
	letter-spacing : 0.05em;
	line-height : 18px;
}
h3 {
	padding-top : 10px;
	color : #036;
	font-size : 12px;
	font-family : Georgia,"Times New Roman",Times,serif;
	font-weight : normal;
	line-height : 16px;
}
p,
ul,
ol,
dl,
address,
form {
	padding-top : 0;
	padding-bottom : 5px;
	font-weight : normal;
}
ul {
	padding-left : 15px;
}
ol {
	padding-left : 20px;
}
li {
	padding-bottom : 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
	padding-bottom : 0;
}

dt {
	font-weight : bold;
	line-height : 16px;
}
dd {
	padding-bottom : 5px;
	padding-left : 15px;
	font-weight : normal;
	line-height : 16px;
}


/*** Default Inline Elements ***/
sup,
sub {
	font-size : 10px;
	line-height : 10px;
	padding-right : 1px;
}

a {
	color : #600;
	background-color : transparent;
	text-decoration : none;
}
a:visited {
	color : #777;
	text-decoration : none;
}
a:hover,
a:focus {
	color : #600;
	text-decoration : underline;
}
a:active {
	color : #fff;
	background-color : #600;
	text-decoration : none;
}

img {
	border : none;
}

div.entry span.date {
	font-size : 12px;
	font-family : Georgia,"Times New Roman",Times,serif;

}


/*** Layout Inline Elements ***/
span.org {
	font-style : italic;
}
span.org:before,
span.org:after {
	content : '"';
}

a.intern {
	padding : 0 1px 0 7px;
	background-image : url('/images/link.intern.gif');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.intern:visited {
	background-image : url('/images/link.intern.visited.gif');
}
a.intern:hover,
a.intern:focus {
	background-image : url('/images/link.intern.hover.gif');
}
a.intern:active {
	background-image : url('/images/link.intern.active.gif');
}
a.extern {
	padding : 0 1px 0 7px;
	background-image : url('/images/link.extern.gif');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.extern:visited {
	background-image : url('/images/link.extern.visited.gif');
}
a.extern:hover,
a.extern:focus {
	background-image : url('/images/link.extern.hover.gif');
}
a.extern:active {
	background-image : url('/images/link.extern.active.gif');
}
a.file {
	padding : 0 1px 0 9px;
	background-image : url('/images/link.file.gif');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.file:visited {
	background-image : url('/images/link.file.visited.gif');
}
a.file:hover,
a.file:focus {
	background-image : url('/images/link.file.hover.gif');
}
a.file:active {
	background-image : url('/images/link.file.active.gif');
}
a.email {
	padding : 0 1px 0 12px;
	background-image : url('/images/link.email.gif');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.email:visited {
	background-image : url('/images/link.email.visited.gif');
}
a.email:hover,
a.email:focus {
	background-image : url('/images/link.email.hover.gif');
}
a.email:active {
	background-image : url('/images/link.email.active.gif');
}


/*** Layout Block Elements ***/
p.note {
	font-style : italic;
}
p.image {
	display : block;
	margin-top : 0;
	margin-bottom : 3px;
	margin-right : 10px;
	padding-top : 0;
	padding-bottom : 0;
}
p.left {
	float : left;
}
p.right {
	float : right;
}

/*** Site Layout ***/
div#shortcut {
	display : none;
}
div#title {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	height : 109px;
	width : 100%;
	color : #333;
	background-color : #fff;
	background-image : url('/images/background.title.png');
	background-position : 0 0;
	background-repeat : repeat-x;
}
div#title h1 {
	display : block;
	position : relative;
	top : 28px;
	left : 0;
	margin : 0;
	padding : 0;
	height : 80px;
	width : 100%;
	color : #333;
	font-family : "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size : 30px;
	font-weight : bold;
	letter-spacing : 0;
	text-transform : none;
	background-color : transparent;
	background-image : url('/images/background.title.h1.jpg');
	background-position : 0 0;
	background-repeat : no-repeat;
}
div#title h1 a {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 11px 100px 9px 0;
	height : 60px;
	width : 780px;
	line-height : 60px;
	text-decoration : none;
	text-align : right;
	color : #f00;
	background-color : transparent;
	background-image : url('/images/background.title.h1.logo.png');
	background-position : 800px 16px;
	background-repeat : no-repeat;
}
div#title h1 a span {
	color : #777;
}
div#slogan {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 10px 0 0;
	height : 40px;
	width : 840px;
	color : #777;
	background-color : #fc1;
	background-image : url('/images/background.slogan.png');
	background-position : 830px 0;
	background-repeat : no-repeat;
}
div#slogan h2 {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 20px;
	font-size : 22px;
	font-weight : normal;
	line-height : 40px;
	letter-spacing : 0.1em;
	height : 40px;
	width : 800px;
	color : #036;
	background-color : transparent;
}
div#slogan h2 span {
	font-weight : bold;
	letter-spacing : 0.075em;
}

div#menu {
	display : block;
	position : relative;
	z-index : 10;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 10px 0 0;
	height : 70px;
	width : 840px;
	color : #333;
	background-color : #fc1;
	background-image : url('/images/background.menu.png');
	background-position : 830px 0;
	background-repeat : repeat-y;
}
div#menu p {
	display : none;
}
div#menu ul {
	display : block;
	position : relative;
	list-style : none;
	top : 0;
	left : 19px;
	margin : 0;
	padding : 0;
	width : 800px;
	min-height : 70px;
	background-color : transparent;
	border-left : 1px solid #333;
}
div#menu ul li {
	display : block;
	position : relative;
	float : left;
	margin : 0;
	padding : 0;
	width : 159px;
	font-size : 11px;
	font-family : "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
	line-height : 70px;
	text-align : center;
	color : #333;
	background-color : transparent;
	border-right : 1px solid #333;
}
div#menu ul li.selected {
	font-weight : bold;
}
div#menu ul li a {
	display : block;
	position : relative;
	margin : 39px 15px 10px 15px;
	padding : 0;
	width : 129px;
	height : 21px;
	line-height : 21px;
	color : #fff;
	background-color : transparent;
	background-image : url('/images/background.menu.li.png');
	text-decoration : none;
}
div#menu ul li a:visited {
	color : #fff;
	background-color : transparent;
	background-image : url('/images/background.menu.li.png');
	text-decoration : none;
}
div#menu ul li a:hover,
div#menu ul li a:focus {
	color : #333;
	background-color : #fff;
	background-image : none;
	text-decoration : underline;
}
div#menu ul li a:active {
	color : #fff;
	background-color : #600;
	background-image : none;
	text-decoration : none;
}
div#menu ul li#menu_home {
	background-color : #02a;
	background-image : url('/images/background.menu.li.home.jpg');
}
div#menu ul li#menu_genossenschaft {
	background-color : #060;
	background-image : url('/images/background.menu.li.genossenschaft.jpg');
	background-position : -91px 0;
}
div#menu ul li#menu_genossenschaft ul {
	left : -92px;
	background-color : #060;
	background-image : url('/images/background.menu.li.genossenschaft.jpg');
	background-position : 0 -70px;
}
div#menu ul li#menu_projekte {
	background-color : #006;
	background-image : url('/images/background.menu.li.projekte.jpg');
	background-position : -91px 0;
}
div#menu ul li#menu_projekte ul {
	left : -92px;
	background-color : #006;
	background-image : url('/images/background.menu.li.projekte.jpg');
	background-position : 0 -70px;
}
div#menu ul li#menu_news {
	background-color : #963;
	background-image : url('/images/background.menu.li.news.jpg');
	background-position : -91px 0;
}
div#menu ul li#menu_news ul {
	left : -92px;
	background-color : #963;
	background-image : url('/images/background.menu.li.news.jpg');
	background-position : 0 -70px;
}
div#menu ul li#menu_wir {
	background-color : #903;
	background-image : url('/images/background.menu.li.wir.jpg');
	background-position : -91px 0;
}
div#menu ul li#menu_wir ul {
	left : -92px;
	background-color : #903;
	background-image : url('/images/background.menu.li.wir.jpg');
	background-position : 0 -70px;
}
div#menu ul li:hover ul,
div#menu ul li:focus ul {
	display : block;
}

div#menu ul li ul {
	display : none;
	position : absolute;
	list-style : none;
	top : 70px;
	left : -1px;
	margin : 0;
	padding : 0 0 15px 0;
	min-height : 0;
	width : 250px;
	border-top : none;
	border-bottom : 1px solid #333;
	border-right : 1px solid #333;
	border-left : 1px solid #333;
}
div#menu ul li ul li {
	display : block;
	position : relative;
	float : none;
	left : 1px;
	margin : 0;
	padding : 0;
	width : 250px;
	font-size : 11px;
	font-weight : normal;
	text-align : left;
	background-color : transparent;
	border : none;
}
div#menu ul li ul li a {
	display : block;
	position : relative;
	margin : 15px 15px 0 15px;
	padding : 0 0 0 10px;
	width : 210px;
	height : 21px;
	line-height : 21px;
	color : #fff;
	background-color : transparent;
}

div#breadcrumb {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 10px 0 0;
	height : 25px;
	width : 840px;
	font-family : "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	color : #036;
	background-color : #fc1;
	background-image : url('/images/background.breadcrumb.png');
	background-position : 830px 0;
	background-repeat : repeat-y;
}
div#breadcrumb p {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 0 0 20px;
	height : 25px;
	font-size : 11px;
	font-weight : bold;
	line-height : 25px;
	color : #036;
	background-color : transparent;
}
div#breadcrumb ul {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	list-style : none;
	top : 0;
	left : 0;
	margin : 0 0 0 10px;
	padding : 0;
	height : 25px;
	font-size : 11px;
	font-weight : normal;
	line-height : 25px;
	background-color : transparent;
}
div#breadcrumb ul li {
	display : block;
	position : relative;
	float : left;
	margin : 0 10px 0 0;
	padding : 0;
	height : 25px;
	line-height : 25px;
	color : #036;
	background-color : transparent;
	border : none;
}
div#breadcrumb ul li a {
	padding : 0 1px 0 6px;
	color : #036;
	background-image : url('/images/link.breadcrumb.gif');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
div#breadcrumb ul li a:visited {
	color : #036;
	background-image : url('/images/link.breadcrumb.visited.gif');
}
div#breadcrumb ul li a:hover,
div#breadcrumb ul li a:focus {
	color : #600;
	background-image : url('/images/link.breadcrumb.hover.gif');
}
div#breadcrumb ul li a:active {
	color : #fff;
	background-color : #600;
	background-image : url('/images/link.breadcrumb.active.gif');
}

div#content {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 10px 30px 0;
	width : 840px;
	color : #333;
	background-color : #fff;
	background-image : url('/images/background.content.png');
	background-position : 560px 0;
	background-repeat : repeat-y;
}
div#content div#main {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 20px;
	width : 520px;
}
div#content div#column {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 20px;
	width : 240px;
}
div#content div#bookmark {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	top : 0;
	left : 0;
	margin : 0;
	padding : 40px 20px 20px 20px;
	height : 18px;
	width : 520px;
	line-height : 18px;
}
div#content div#bookmark p {
	display : inline;
	float: left;
	margin : 0;
	padding : 0 5px 0 0;
	line-height : 18px;
	color : #777;
	vertical-align : bottom;
}
div#content div#bookmark ul {
	display : inline;
	background-color: transparent;
}
div#content div#bookmark ul li {
	list-style : none;
	float: left;
	margin: 0px 1px;
	padding: 1px;
	background-color: transparent;
}

div#address {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 10px 0 0;
	height : 100px;
	width : 840px;
	color : #333;
	font-family : "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	background-color : #fff;
	background-image : url('/images/background.address.png');
	background-position : 0 0;
	background-repeat : no-repeat;
}
div#address p {
	display : none;
}
div#address address {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 23px 20px;
	width : 800px;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	line-height : 19px;
	color : #777;
	border-top : solid 2px #fc1;
	background-image : url('/images/background.address.logo.png');
	background-position : 730px 10px;
	background-repeat : no-repeat;

}
div#address address a.email {
	color : #777;
	padding-left : 11px;
	background-image : url('/images/link.address.gif');
	background-position : 1px 5px;
	background-repeat : no-repeat;
}
div#address address a.email:visited {
	color : #777;
	background-image : url('/images/link.address.visited.gif');
}
div#address address a.email:hover,
div#address address a.email:focus {
	color : #600;
	background-image : url('/images/link.address.hover.gif');
}
div#address address a.email:active {
	color : #fff;
	background-color : #600;
	background-image : url('/images/link.address.active.gif');
}

div#legal {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 20px;
	margin : 0;
	padding : 0;
	height : 40px;
	width : 300px;
	font-family : "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	color : #333;
	background-color : transparent;
}
div#legal p {
	display : none;
}
div#legal ul {
	display : block;
	position : relative;
	list-style : none;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	height : 21px;
}
div#legal ul li {
	display : inline;
	position : relative;
	margin : 0 10px 0 0;
	padding : 0;
	font-size : 11px;
	font-weight : normal;
	height : 21px;
	line-height : 21px;
	color : #600;
	background-color : transparent;
}
div#legal ul li a.intern {
	padding : 0 1px 0 6px;
	color : #600;
	background-image : url('/images/link.legal.gif');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
div#legal ul li a.intern:visited {
	background-image : url('/images/link.legal.visited.gif');
}
div#legal ul li a.intern:hover,
div#legal ul li a.intern:focus {
	background-image : url('/images/link.legal.hover.gif');
}
div#legal ul li a.intern:active {
	color : #fff;
	background-color : #600;
	background-image : url('/images/link.legal.active.gif');
}




/*** Content Layout ***/

div.box {
}

div.box h1 {
	padding-bottom : 10px;
}
div.box h2 {
	padding-bottom : 0;
}


div.col2 {
	display : block;
	position : relative;
	overflow : hidden;
	margin : 0;
	padding : 0;
	width : 520px;
}



div.col2left {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	margin : 0;
	padding : 0 20px 0 0;
	width : 250px;
}
div.col2right {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	margin : 0;
	padding : 0;
	width : 250px;
}


div.entries {
	margin-bottom : 10px;
	padding-bottom : 8px;
	background-image : url('/images/background.content.entry.png');
	background-position : center bottom;
	background-repeat : no-repeat;
}
div.entry {
	margin-top : 0;
	margin-bottom : 15px;
}
div.entries div.entry {
	padding-top : 20px;
	background-image : url('/images/background.content.entry.png');
	background-position : center top;
	background-repeat : no-repeat;
}
div.entry h1 {
	padding-top : 0;
}
div.entry h2 {
	padding-top : 0;
}
div.entry h2 a {
	color : #036;
}
div.entry h2 a:visited {
	color : #036;
}
div.entry h2 a:hover,
div.entry h2 a:focus {
	color : #036;
}
div.entry h2 a:active {
	color : #fff;
	background-color : #600;
}
div.entry p {
	padding-top : 0;
	padding-bottom : 0;
}
div.entry span.date {
	padding-right : 3px;
	font-weight : bold;
	color : #333;
}
div.entry div.preview {
	float : left;
	margin-right : 10px;
}
div.entry div.preview img {
	margin-top : 4px;
	border : solid 1px #ccc;
}

div.clear {
	margin : 0;
	padding : 0;
	display : block;
	overflow : hidden;
	clear : both;
}

div.submenu {
}
div.submenu h1 {
	display : none;
}
div.submenu h2 {
	padding-top : 30px;
	padding-bottom : 10px;
	color : #036;
	font-size : 16px;
	font-family : Georgia,"Times New Roman",Times,serif;
	font-weight : bold;
	text-transform : uppercase;
	letter-spacing : 0.05em;
	line-height : 24px;
}
div.submenu ul {
	list-style : none;
	padding-top : 0;
	padding-left : 0;
}
div.submenu ul li {
}


div.topic {
	margin-bottom : 20px;
}
div.topic div.preview {
	float : left;
	margin-right : 10px;
}
div.topic div.preview img {
	margin-top : 4px;
	border : solid 1px #ccc;
}
div.topic div.teaser {
}
div.topic div.teaser p {
	padding-top : 0;
}
div.topic div.teaser p.release {
	padding-bottom : 0;
	font-size : 11px;
	font-weight : normal;
}
div.topic div.teaser p.release span.date {
	font-weight : normal;
}


div.image {
	display : block;
	margin : 10px 0 5px 0;
	padding : 0;
	border : solid 1px #ccc;
}
div.image p {
	margin : 0;
	padding : 0;
}
div.image p img {
	margin : 0;
	padding : 0;
}
div.image p.text {
	margin : 0;
	padding : 5px 5px 3px 5px;
	font-size : 11px;
	line-height : 12px;
	color : #777;
}
div.image p.text a.lupe {
	display : block;
	margin-right : 3px;
	margin-bottom : 2px;
	padding-right : 3px;
	float : left;
	border-right : 1px solid #ccc;
}
div.left {
	float : left;
	margin-right : 15px;
}
div.right {
	float : right;
	margin-left : 15px;
}

div.search {
	display : block;
	margin : 0;
	padding : 0;
}
div.search form {
}
div.search form p {
}
div.search form p input {
	line-height : 15px;
	font-size : 11px;
}
div.search form p input#q {
	float : left;
	width : 170px;
}
div.search form p input#sa {
	float : right;
	width : 50px;
}
div.search form p input#sa:hover {
	cursor : pointer;
}


