/*
	Website: 
	BOB Design http://www.bob-design.de/ 
	Imagion AG http://www.imagion.de/
	CSS Datei
	20.04.2007 Daan Meskers
	$last_change: 20.04.2007 Daan Meskers
*/

/* =================== menu  ============= */
HTML, BODY {
	background-color: #FFF;
	margin: 0;		padding: 0;
	text-align: left;
	font-family: normal 10pt/15pt Georgia, serif;
}
BODY {
	width: 100%; height: 100%;
}
IMG { border: 0; }
A {outline: none;}
DIV.csClear { 
	width: 100%; 
	float: left; 
	height: 5px; 
	display: block;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0; padding: 0;
}
DIV.csClear.myItemClear { 
	border: 0;
	float: none;
	width: 800px; height: 1px;
	display: block;
	clear: both;
	margin: 0; padding: 0;
}


DIV#Main {
	min-width: 750px;
	max-width: 1000px; 
	margin: 0 35px 30px 0;
	z-index: 0;
	display: relative;
	clear: both;
}
H1.Logo {
	color: #7ec700;
	font-weight: normal;
	font-family: normal 10pt/14pt serif;
	font-size: 175%;
	margin: 25px 30px 30px 60px;
}
UL#Menu {
	border: 1px solid #7ec700;
	border-width: 1px 0 1px 0;
	display: block;
	list-style: none;
	height: 66px;
	margin: 0; padding: 0 0 0 25px;
	background: #e0e0e0 url(../../img/Layout/menu_bg.png);
	min-width: 935px;
}
UL#Menu LI {
	display: block;
	float: left;
	
}
UL#Menu LI.on A  {
    background: #e0e0e0 url(../../img/Layout/menu_bg_color.png);
	font-weight: 250;
}
UL#Menu LI.on A:hover  {
    background: #e0e0e0 url(../../img/Layout/menu_bg_color_on.png);
}
UL#Menu LI A {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 110%;
	padding: 2px 14px 0 0; margin-right: 5px; 
	border-right: 1px solid #7ec700;
	height: 64px; min-width: 165px;
}
* HTML BODY UL#Menu LI A {
	width: 175px;
}
UL#Menu LI A IMG {
	float: left; position: relative;
	border: 1px solid #7ec700;
	border-bottom: 0;
	border-top: 0; top: -2px;
	margin-right: 8px;
}
UL#Menu LI A:hover {
	background: #adadad url(../../img/Layout/menu_bg_on.png);
}
UL#Menu LI A:hover IMG {
}

/* =================== menu  ============= */
DIV.bar {
	position: absolute;
	position: fixed;
	background: #666;
	opacity: 0.33;
	filter: alpha(opacity=33);
	z-index: 999;
}
DIV#Bar-Left {
	width: 25px;
	top: 0; left: 0;
	height: 100%; 
}
DIV#Bar-Right {
	width: 25px;
	top: 0; right: 0;
	height: 100%; 
}
DIV#Bar-Bottom {
	height: 25px; 
	position: absolute;
	position: fixed;
	bottom: 0; left: 0;
	width: 100%;
}
DIV#Bar-Bottom DIV {
	height: 25px;  margin: 0 25px 0 25px;
	width: auto;
	position: relative;
}
DIV#Bar-Bottom DIV.white {
	background: #FFF;
	z-index: 666;
	height: 25px;  margin: 0;
	width: 100%;
	position: absolute; top: 0; left: 278px;
	opacity: 0.8;
}
UL#Menu-Bottom {
	position: absolute;
	position: fixed;
	margin: 0; padding: 0;
	display: block;
	left: 30px; bottom: 30px;
	list-style: none;
}
UL#Menu-Bottom LI {
	float: left;
	display: block;
	margin: 0; padding: 0;
}
UL#Menu-Bottom LI A {
	display: block;
	margin: 0; padding: 2px 5px 2px 4px;
	color: #999;
	font-family: 'Times New Roman', Garamond, Times, serif;
	font-size: 100%;
	text-decoration: none;
}
UL#Menu-Bottom LI A:hover {
	color: #7ec700;
	text-decoration: underline;
}

/* =================== content  ============= */
DIV#Image {
	float: left;
	margin: 0 15px 0 0; padding: 0;
	position: relative;
	top: -1px;
}
DIV.Brotkrummel {
	padding: 20px 0 0 0 ;
	color: #666;
	font-size: 8pt;
}
DIV.Brotkrummel A {
	color: #7ec700;
	text-decoration: none;
	font-size: 9pt;
}
DIV.Brotkrummel A:hover {
	text-decoration: underline;
}
DIV#Content {
	padding: 1px 15px 10px 300px;
	color: #444;
}
DIV#Content P {
	/* * /
	line-height: 145%;  /* */
}
DIV#Content UL LI {
	padding: 1px 15px 10px 300px;
	color: #444;
}
DIV#Content H2 {
	color: #7ec700;
	font-style: oblique; font-weight: 600;
	font-family: 'Times New Roman', Garamond, Times, serif;
	font-size: 150%;
}
DIV#Content H1 {
	color: #7ec700;
	font-style: oblique; font-weight: 600;
	font-family: 'Times New Roman', Garamond, Times, serif;
	font-size: 160%;
}
DIV#Content H3 {
	color: #7ec700;
	font-style: oblique; font-weight: 600;
	font-family: 'Times New Roman', Garamond, Times, serif;
	font-size: 110%;
}
DIV#Content H3 A {
	color: #7ec700;
	text-decoration: none;
}
DIV#Content H3 A:hover {
	text-decoration: underline;
}
DIV#Content  HR {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	text-align: right;
	margin: 0;
	border: none;
}
DIV#Content UL {
	list-style: square inside; 
	padding: 0; margin: 0;
}
DIV#Content UL LI {
	list-style: square inside; 
	padding: 4px 5px 0 0; margin: 0;
	/* color: #999; */
}
DIV#Content UL LI H1 {
	display: inline;
}
A.internal-link {
	color: #7ec700;
	text-decoration: none;
}
A.internal-link:hover {
	text-decoration: underline;
}
/* ============== content ========================= */
DIV#Content UL#Rubrieken  {
	list-style: square inside; 
	padding: 0 0 10px 0px; margin: 0 0 10px 0;
	color: #7ec700; color: #999;
	width: 100%;
}
DIV#Content UL#Rubrieken LI {
	display: list-item;
	list-style: square inside; 
	padding: 4px 5px 12px 5px; margin: 0 0 0 5px;
	min-width: 650px;
	float:left; color: #999;
}
DIV#Content UL#Rubrieken LI UL,
DIV#Content UL#Rubrieken.Lehre,
DIV#Content UL#Rubrieken.Simple {
	width: 100%;
	list-style: square inside; 
	padding: 5px 0 10px 15px;
	margin-bottom: 10px; color: #999;
}
DIV#Content UL#Rubrieken.Lehre {
	margin-bottom: 45px;
}
DIV#Content UL#Rubrieken LI UL LI,
DIV#Content UL#Rubrieken.Lehre LI,
DIV#Content UL#Rubrieken.Simple LI {
	display: list-item; float: left;
	list-style: square inside; 
	width: auto;
	min-width: 250px;
	padding: 2px 5px 4px 5px; 
}
DIV#Content UL#Rubrieken LI A,DIV#Content  UL#Rubrieken LI A:visited  {
	color: #666;
	font-style: oblique; font-weight: bold;
	font-family: 'Times New Roman', Garamond, Times, serif;
	font-size: 105%;
	text-decoration: none;
}
DIV#Content UL#Rubrieken LI UL LI A, DIV#Content  UL#Rubrieken LI UL LI  A:visited,
DIV#Content UL#Rubrieken.Lehre LI A, DIV#Content  UL#Rubrieken.Lehre LI UL LI  A:visited,
DIV#Content UL#Rubrieken.Simple LI A, DIV#Content  UL#Rubrieken.Simple LI UL LI  A:visited {
	color: #7ec700;
	font-style: oblique; font-weight: bold;
	font-family: 'Times New Roman', Garamond, Times, serif;
	font-size: 100%;
	text-decoration: none;
	border-bottom: 1px solid #7ec700;
}
DIV#Content UL#Rubrieken LI A.on, UL#Rubrieken LI A.on:visited {
	color: #999 !important;
	text-decoration: none !important;
	border-bottom: 0 !important;
}

/* ============== Rootline ========================= */
DIV.Rootline {
	padding: 25px 0 0 0;
	color: #7ec700;
	font-style: oblique; font-weight: normal;
	font-family: 'Times New Roman', Garamond, Times, serif;
	font-size: 100%;
}
DIV.Rootline DIV.news-catRootline {
	display: inline;
}
/* ============== content ========================= */
DIV.latest-container DIV.Item, DIV  DIV.Item  {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
DIV.Item UL {
}
DIV#Content DIV.Item H2 {
	width: 600px;
}
DIV.latest-container DIV.Item DIV.morelink,
DIV.news-single-backlink {
	/* display: none; */
}
DIV.latest-container DIV.Item DIV.morelink A,
DIV.news-single-backlink A {
	color: #7ec700;
}

DIV#Content DIV.subheader {
	font-size: 80%;
	color: #CCC;
	padding-left: 25px;
	display: none;
}
DIV#Content DIV.Item DIV.Images  {
	border: 0;
	float: left;
	max-width: 195px; 
	min-width: 195px;
}
DIV#Content DIV.Item DIV.Images IMG {
	margin: 0 15px 35px 0;
}
/* ============== newsfiles ========================= */
DL.news-single-files, DL.news-single-related  {
	border: 1px solid #DDD;
	background: #EEE;
	padding: 5px 5px 10px 5px;
}
DL.news-single-files  DT, DL.news-single-related DT {
	font-style: italic;
	color: #999;
	font-size: 90%;
}
DL.news-single-files   A, DL.news-single-related  A {
	color: #7ec700;
}
DL.news-single-files DD IMG  {
	width: auto;
	height: auto;
	margin: 5px 10px 0 0;
}
/* ==== EDIT ============== */
DIV#editPanelSet TABLE.logOutTable {
	position: absolute !important;
	top: 0 !important; left: 35px !important;
	width: 200px !important;
	font: 9pt arial, sans-serif;
	
}
DIV#editPanelSet TABLE.logOutTable TR TD A {
	color: #999 !important;
}
BODY DIV#editPanelSet + A.editicon.iconMode {
	display: none;
}
FORM.editForm, A.editicon.iconMode {
	display: none;
}
DIV#Content DIV.news-single-item FORM.editForm, 
DIV#Content h3 FORM.editForm,
DIV#Content h2 FORM.editForm {
	display: block;
	float: right;
	/* position: absolute;
	right: 10px; top: 0; */
}
DIV#Content h3 FORM.editForm A.editicon.iconMode,
DIV#Content P A.editicon.iconMode,
DIV#Content UL A.editicon.iconMode,
DIV#Content H1  A.editicon.iconMode,
DIV#Content H2  A.editicon.iconMode,
DIV#Content DIV.news-single-item FORM.editForm  A.editicon.iconMode {
	display: block; margin: 3px;
}
TABLE.blackLine {
	margin: 10px 0 10px 0;
}
