




/**********************************************
	Global Elements
**********************************************/

/* html, */
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	/*font-size:1em;*/
	font-family: verdana, tahoma, arial, sans-serif;
	color: #4d4d4d;
	background-color: #fff;
	background-image: url(/images/navlogos/leftframe_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#main {
	background-image: url(/images/navlogos/rightframe_background.gif);
	background-repeat: repeat-y;
	background-position: right top;	
}
/*
* {
	font-family: verdana, tahoma, arial, sans-serif;
	color: #4d4d4d;
}*/

img {
	border:none;
}







/**********************************************
	Main Navigation
**********************************************/

#navigation {
	background-color: #007716;
	font: normal 0.8em verdana, tahoma, arial, sans-serif;
	height: 10em;
	padding:0;
	position: relative;
	color: #000;
}

#logo {
	position: absolute;
	top: 15px;
	left: 20px;
}


#globalnav {
	float:right;
	padding: 15px 40px 0px 0px;
}

#globalnav div.globalnavcolumn {
	float:left;
	color:#fff;
	margin-left: 1.5em;
}

#globalnav input {
	border-style: solid;
	border-width: 1px;
	border-color: #7f7f7f #bcbcbc #bcbcbc #7f7f7f;
	width: 140px;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	opacity:0.8;	
}

#globalnav input.submitimage {
	border-style: none;
	border-width: 0px;
	border-color: none;
	width: auto;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	opacity:0.8;	
	vertical-align:middle;
	margin-left: 4px;
}


#globalnav img {
	vertical-align:middle;
	margin-left: 4px;
}

#globalnav a,
#globalnav a:link,
#globalnav a:visited,
#globalnav a:hover,
#globalnav a:active { 
	color:#fff;
	text-decoration: none;
	line-height: 150%;
}


#location {
	clear:right;
	float:right;
	position: absolute;
	bottom: 2em;
	right: 40px;
	color:#fff;
/*	padding: 25px 40px 0px 0px;
	font-size:90%;*/
}

#location a,
#location a:link,
#location a:visited,
#location a:hover,
#location a:active { 
	color:#fff;
	text-decoration: none;
}


#mainnav {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#mainnav #mainnavitems {
	margin: 0px 40px 0px 115px;
	border-top: 0.1em solid #fff;
	border-left: 0.1em solid #fff;
	border-right: 0.1em solid #fff;
	background-image: url(/images/navlogos/mainnav_verlauf.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color: #adc782;
	position: relative;
}


#mainnav a,
#mainnav a:link,
#mainnav a:visited,
#mainnav a.active,
#mainnav a.active:link,
#mainnav a.active:visited,
#mainnav a.mactive,
#mainnav a.mactive:link,
#mainnav a.mactive:visited { 
	color:#000;
	text-decoration: none;
	line-height: 150%;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0.2em 4em 0.2em 0.4em;
	position: relative;
	border-right: 0.2em solid #fff;
}

#mainnav a:hover,
#mainnav a.active,
#mainnav a.active:hover,
#mainnav a.mactive,
#mainnav a.mactive:hover  {
	background-color: #e4b916;
	border-top: 0.2em solid #fff;
	background-image: url(/images/navlogos/mainnav_verlauf_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#mainnav a:active,
#mainnav a.active,
#mainnav a.active:active,
#mainnav a.mactive,
#mainnav a.mactive:active {
	background-color: #e4b916;
	border-top: 0.2em solid #fff;
	background-image: url(/images/navlogos/mainnav_verlauf_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#navigation div.menu {
	background-color: #e1b300;
	overflow:hidden;
	
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	color: #000;
}

#navigation div.menu a.menuItem {
	margin-left: 2px;
	
	border-top: 1px solid #fff;
	font-weight:bold;

	cursor: pointer;
	display: block;
	text-decoration: none;
	/*white-space: nowrap;*/
}

#navigation div.menu a.menuItem,
#navigation div.menu div.menusearch,
#navigation div.menu div.menuItemHdr, 
#navigation div.menu div.menuItemInactive, 
#navigation div.menu div.menuItemLogin, 
#navigation div.menu div.menuItemExtension {
  color: #000;
  padding: 4px 4px 4px 10px;
}

#navigation div.menu input {
	border-style: solid;
	border-width: 1px;
	border-color: #7f7f7f #bcbcbc #bcbcbc #7f7f7f;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	opacity:0.8;	
}

#navigation div.menu a.menuItem:hover, 
#navigation div.menu a.menuItemHighlight {
	background-color: #f5d145;
}

#navigation div.menu a.menuItem span.menuItemText {
	color: #000;
	white-space:nowrap;
}

#navigation div.menu a.menuItem span.menuItemArrow {
  margin-right: -1px;
  color: #000;
  font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
}

#navigation div.menu div.menuItemHdr {
  font-weight: bold;
  color: #4d4d4d;
}


#navigation div.menu div.menuItemInactive {
  color: #797979;
  text-decoration: none;
}

#navigation div.menu div.menuItemSep {
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #f5d145;
  margin: 0px 2px;
}



#navigationsubline {
	clear:both;
	margin: 0px 40px 0px 30px;
	border-bottom: 4px solid #e1b300;
}

/**********************************************
	Teaserarea 1
**********************************************/
#navteaserarea {
	width:260px;
	float:left;
	background-color: #f0ede1;
	font: normal 0.8em verdana, tahoma, arial, sans-serif;
	
}

/**********************************************
	Subnav & Subsubnav
**********************************************/

#subnav {
	margin-left: 30px;
	margin-bottom: 1em;
	background-color: #e1b300;
	width:230px;
	overflow:hidden;
	
}

#subnav a.subnavitem,
#subnav div.subnavitem {
	margin-left: 2px;
	padding: 4px 4px 4px 10px;	
	border-top: 1px solid #fff;
	font-weight:bold;
	color: #000;
	display:block;
	text-decoration: none;
	width: 214px;
}



#subnav div.subnavitem select {
	width:200px;
	border-style: solid;
	border-width: 1px;
	border-color: #7f7f7f #bcbcbc #bcbcbc #7f7f7f;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	opacity:0.8;	
}

#subnav a.subnavitem:hover,
#subnav a.active,
#subnav a.active:hover {
	/*font-weight:bold;*/
	background-color: #f5d145;
}
#subnav a.subnavitem:active,
#subnav a.active,
#subnav a.active:active {
	/*font-weight:bold;*/
	background-color: #f5d145;
}

div.subsubnav {
	margin-left: 2px;
	/*border-top: 1px solid #fff;*/
	border-bottom: 2px solid #fff;

}

#subnav div.subsubnav a,
#subnav div.subsubnav a.active {
/*	margin-left: 2px;*/
	padding: 4px 4px 4px 20px;
	border-top: 1px solid #fff;
	background-color: #f5d145;

	color: #000;
	display:block;
	font-weight:normal;
	text-decoration: none;
	width: 209px;
	
}

#subnav div.subsubnav a:hover,
#subnav div.subsubnav a.active,
#subnav div.subsubnav a.active:hover {
	background-color: #fae282;
	font-weight:normal;
	
}
#subnav div.subsubnav a:active,
#subnav div.subsubnav a.active,
#subnav div.subsubnav a.active:active {
	background-color: #fae282;
	font-weight:normal;
}

#subnav div.subsubnav div.subnavlistHdr {
	padding: 4px 4px 4px 20px;
	border-top: 1px solid #fff;
	background-color: #f5d145;

	color: #000;
	display:block;
	font-weight:bold;
	text-decoration: none;
	width: 209px;	
}

#subnav div.subsubnav div.subnavlist {
	overflow:scroll;
	height:170px;
	padding: 0px 0px 0px 0px;
	background-color: #f5d145;
	color: #000;
	
}

#subnav div.subsubnav div.subnavlist a {
	width: 185px;
	width: auto;
}

/**********************************************
	Search Box
**********************************************/

#navteaserarea fieldset {
	color: #4d4d4d;
	padding: 0px 4px 4px 8px;
	margin: 10px 0px 15px 30px;	
	border: 0;
	border-left: 0.1em solid #f5d145;
	border-top: 0.1em solid #f5d145;
	/*
	border-top: 0.1em solid #f5d145;
	border-left: 0.1em solid #f5d145;
	border-right: 0.1em solid #f5d145;
	border-bottom: 0.2em solid #f5d145;*/
}

#navteaserarea fieldset legend {
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	letter-spacing:0.1em;
	color: #000;
	padding:  0em 1.5em 0em 1.5em;
	margin: 0em 0em 0.8em 0em;
	background: #f5d145;
}

#navteaserarea fieldset input,
#navteaserarea fieldset button { 
	color: #4d4d4d;
	background-color: #fff;
	margin-bottom: 0.8em;
	padding: 0.2em 0.2em 0em 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #7f7f7f #bcbcbc #bcbcbc #7f7f7f;
	display:block;
}

/**********************************************
	TeaserArea1 Boxes
**********************************************/

#navteaserarea div.box {
	margin-bottom: 0em;
	margin-top: 1.2em;
	margin-left: 30px;
	width:210px;
	overflow:hidden;
}

#navteaserarea h2.boxhead {
	font-size: 100%;
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight:bold;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	color: #9a3b12;
	padding: 0;
	margin: 0;
}

#navteaserarea div.singleline {
	height: 1px;
	background-image: url(/images/navlogos/singleline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0.2em 0em 0em 0em;	
	font-size: 1px;
}

#navteaserarea div.boxcontent {
	color: #4d4d4d;
	font-size: 90%;
	padding: 0em 0.4em 0em 0em;
	margin: 0.2em 0em 0em 0em;
}

#navteaserarea div.boxcontent h1,
#navteaserarea div.boxcontent h2, 
#navteaserarea div.boxcontent h3, 
#navteaserarea div.boxcontent h4,
#navteaserarea div.boxcontent h5,
#navteaserarea div.boxcontent h6 {
	color: #4d4d4d;
	font-size: 100%;
	padding: 0;
	margin: 0em 0em 0.5em 0em;	
}

#navteaserarea div.boxcontent p {
    margin: 0em 0em 0.6em 0em;
    font-size: 100%;
}

/**********************************************
	Content Elements
**********************************************/

#content {
    font: normal 0.8em verdana, tahoma, arial, sans-serif;
    margin-top: 2.5em;
    margin-right: 1em;
    margin-left: 290px;
}



#content .cboth {
	clear: both;
}

#content .cright {
	clear: right;
}

#content .cleft {
	clear: left;
}

#content .hidden { /* Für Elemente, die zwar vorhanden sein, aber nicht angezeigt werden sollen */
	visibility: hidden;
	font-size: 0;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}

#content .privat { /* flag_public */
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	opacity:0.8;		
}

/**********************************************
	Columns
**********************************************/

#content div.leftcolumn {
	width:460px;
	float:left;
	margin: 0em 15px 2em 0em;
}

#content div.rightcolumn {
	width:144px;
	float:left;
}

#content div.leftcolumnsmall {
	width:380px;
	float:left;
	margin: 0em 15px 2em 0em;
}

#content div.rightcolumnbig {
	width:225px;
	float:left;
}

#content div.singlecolumn,
#content fieldset.singlecolumn {
	/*width:600px;*/
	margin-right: 60px;
}

/**********************************************
	Header
**********************************************/

#content h1, 
#content h2, 
#content h3,
#content h3 {
	font-weight: bold;
}

#content h1 {
    margin-top: 0em;
    margin-bottom: 0.4em;
    font-size: 125%;
    font-family: verdana, tahoma, arial, sans-serif;
    color: #007716;
}

#content h1 div.subheadline {
	margin-bottom: 0.8em;
	color: #4d4d4d;
	font-size: 80%;
	font-weight: normal;
}

#content h1.balken {
	margin-top: 0em;
	margin-bottom: 0.8em;
	font-size: 120%;
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight:normal;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	color: #000;
	background-color: #f5d145;
	padding: 0em 0.4em 0em 0.4em;
	border-bottom: 1px solid #bcbcbc;
}

#content h2 {
    margin-top: 0em;
    margin-bottom: 0.4em;
    font-size: 110%;
    font-family: verdana, tahoma, arial, sans-serif;
    color: #007716;
}

#content h3, h4, h5, h6 {
   	margin-top: 0em;
    margin-bottom: 0.4em;
    font-size: 100%;
    font-family: verdana, tahoma, arial, sans-serif;
    color: #4d4d4d;
}



/**********************************************
	Text-Content
**********************************************/


#content p {
    text-align: left;
    margin: 0em 0em 1.5em 0em;
}

#content p.smalltext {
	font-size:90%;
}


#content address {
	font-style: normal;
}

#content acronym {
	border-bottom: 1px dotted #4d4d4d;
}

#content blockquote,
#content q {
	font-style: italic;
}

#content cite {
	color: #797979;
	padding: 0em 0.1em 0em 0.1em;
	background-color: #fcefb9;	
}

#content .unterstrichen { /* divs auf der Startseite mit Seperator*/
	border-bottom: 1px solid #B5BBBF;
	padding-bottom: 0.3em;
	margin-bottom: 0.4em;
	margin-left: 0em;
	clear: both;
}




/*
#content ul  { 
	list-style-type: square;
	margin: 0em 0em 1.5em 0em;
	padding-left: 0em;
}*/


#content ul,
#navteaserarea ul { 
	list-style-type: square;
	list-style-image:url(/images/interface/square.gif);
	margin: 0em 0em 1.5em 0em;
	padding-left: 1.5em;
	display:table;
}
/* IE& only */
 * html b\ody #content ul { zoom:100%; }  


#content ul.paragraph {
	list-style-type: square;
	margin: 0em 0em 0em 1.5em;
	padding-left: 0em;
}

#content ol,
#navteaserarea ol { 
	margin: 0em 0em 1.5em 1.5em;
	padding-left: 0em;
}

#content ul li, 
#content ol li,
#navteaserarea ul li,
#navteaserarea ol li { 
	font-family: verdana, tahoma, arial, sans-serif; 
	margin-bottom: 0.1em; 
} 

/* uls werden bei flaot left nicht korrekt dargestellt, dieser fix loest das problem */
.floatfix { display:table; margin: 0px; }  
/* IE& only */
 * html b\ody .floatfix { zoom:100%; }  

#content hr {
	color:#bcbcbc;
	background-color:#bcbcbc;
	border:1px solid #bcbcbc;
	height:1px;
	clear: both;
}

/**********************************************
	Links
**********************************************/

a,
a:link { 
	color:#4d4d4d;
	text-decoration: underline;
}
a:visited {
	color:#007716;
	text-decoration: underline;
}
a:hover {
	color:#4d4d4d;
	text-decoration: none;
}
a:active {
	color:#007716;
	text-decoration: none;
}



/**********************************************
	Table
**********************************************/

#content table {
	/*width:98%;*/
	margin-bottom: 1.5em;
}

#content thead th {
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight:normal;
	text-align: left;
	color: #000;
	vertical-align: top;
    margin:0px;
    background-color: #f5d145;
    border-bottom: 1px solid #bcbcbc;
	padding: 0.1em 0.4em 0.1em 0.4em;
}

#content tfoot td {
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight:normal;
	text-align: left;
	color: #000;
	vertical-align: top;
    margin:0px;
    background-color: #f5d145;
    border-bottom: 1px solid #bcbcbc;
	padding: 0.1em 0.4em 0.1em 0.4em;
}

#content tbody td {
	font-family: verdana, tahoma, arial, sans-serif;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #bcbcbc;
	padding: 0.1em 0.4em 0.1em 0.4em;
}


#content table.list tbody td {
	background-color: #fcefb9;
}

#content tbody td.bcyellow,
#content table.list tbody td.dark {
	background-color: #fff;
}


/*  Absätze in Tabellen werden mit dieser Einstellung nicht mehr kleiner dargestellt */
#content td p {
    font: 125% verdana, tahoma, arial, sans-serif;
}

/**********************************************
	BROWSER
**********************************************/

#content table.list {
	/*width:98%;
	margin-bottom: 1.5em;*/
	width:98%;
	margin-bottom:0;
}

#content table.list tr.menue td {
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid white;
	background-color:transparent;
	color: #4d4d4d;
    border-bottom: 0px solid transparent;
	padding: 0.1em 0em 0.1em 0em;
	
}

#content table.list tr.menue td a:link,
#content table.list tr.menue td a:visited,
#content table.list tr.menue td a:hover,
#content table.list tr.menue td a:active,
#content table.list tr.menue td a:link:hover,
#content table.list tr.menue td a:visited:hover,
#content table.list tr.menue td a:hover:active {
	color: #4d4d4d;
	text-decoration:underline;
}

#content table.list tr.menue td img {
	margin:0;
	vertical-align: middle;
}

#content table.list tr.menue td div {
	float: left;
}

#content table.list tr.menue td select,
#content table.list tr.menue td input {
	font-size:10px;
	line-height:10px;
	padding: 0.1em;
	display:inline;
}

#content table.list td.groupcolumn {
	color: #797979;
	font-weight: bold;
	text-align: left;
	background-color: #fff;
	vertical-align: top;
}

#content .list th.sorted,
#content .list tfoot td.sorted {
/*	color: ;
	font-weight: bold;
	text-align: left;*/
	background-color: #e4b916;
/*	border-bottom: 0.1em solid */
}



#content .list th a:link,
#content .list th a:visited,
#content .list th a:hover,
#content .list th a:active,
#content .list th a:link:hover,
#content .list th a:visited:hover,
#content .list th a:hover:active,
#content .list tfoot td a:link,
#content .list tfoot td a:visited,
#content .list tfoot td a:hover,
#content .list tfoot td a:active,
#content .list tfoot td a:link:hover,
#content .list tfoot td a:visited:hover,
#content .list tfoot td a:hover:active {
	color: #000;
	text-decoration:none;
}




#content .list th img,
#content .list tfoot td img,
#content .list th.sorted img,
#content .list tfoot td.sorted img {
	vertical-align: top;
	padding: 0em;
	margin: 0.2em;
}


#content div.tablenavigation,
#content div.tablenavigationbottom {
	width:98%;
}

#content div.tablenavigation {
	margin: 1em 0em 0em 0em;
}

#content div.tablenavigationbottom {
	margin: 0em 0px 1em 0px;
}

#content div.tablenavigation div.trigger,
#content div.tablenavigationbottom div.trigger {
	margin: 0.5em 0em 0em 0em;
}

#content div.tablenavigation div.navigation {
	padding: 3px 3px 2px 3px; 
	font-size:10px;	
	background-color: #f5d145;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	margin:0;
}

#content div.tablenavigationbottom div.navigation {
	padding: 2px 3px 3px 3px; 
	font-size:10px;	
	background-color: #f5d145;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	margin:0;
}

#content div.tablenavigation div.navigation span.right, 
#content div.tablenavigationbottom div.navigation span.right {
	float:right;
	margin:0;
	margin-left:10px;
	padding:0;
	line-height:9px;
	font-size:9px;
	white-space:nowrap;
}

#content div.tablenavigation div.navigation input,
#content div.tablenavigationbottom div.navigation input,
#content div.tablenavigation div.navigation select,
#content div.tablenavigationbottom div.navigation select {
	font-size:9px;
	line-height:9px;
	padding: 0.1em;
	display:inline;
}

#content div.tablenavigation div.navigation input:focus,
#content div.tablenavigationbottom div.navigation input:focus,
#content div.tablenavigation div.navigation select:focus,
#content div.tablenavigationbottom div.navigation select:focus {
	background-color: #f5d145;
}
/**********************************************
	Formfields
**********************************************/

/*
dotted = gepunktet.
dashed = gestrichelt.
solid = durchgezogen.
double = doppelt durchgezogen.
groove = 3D-Effekt.
ridge = 3D-Effekt.
inset = 3D-Effekt.
outset = 3D-Effekt.
*/


#content div.missionmessage,
#content div.missionmessageerror,
#content div.missionmessagesuccess {
	font-weight: normal;
	color: #fff;
	font-size: 90%; 
	border: 0.1em solid #000; 
	background-color: #9a3b12; 
	padding: 4px 5px 4px 5px; 
	margin: 4px 0px 14px 0px; 
	
}
#content div.missionmessage {
	width:603px;
}

#content div.missionmessagesuccess {
	background: #007716; 
}

#content div.missionmessageerror div.mmtext,
#content div.missionmessagesuccess div.mmtext {
	
}
#content div.missionmessageerror img,
#content div.missionmessagesuccess img {
	margin-right:10px;
}

#content div.leftcolumn div.missionmessage {
	width: auto;
}


#content fieldset {
	color: #4d4d4d;
	padding: 0px 4px 4px 8px;
	margin: 0px 0px 15px 0px;	
	border-top: 0.1em solid #f5d145;
	border-left: 0.1em solid #f5d145;
	border-right: 0.1em solid #f5d145;
	border-bottom: 0.2em solid #f5d145;
}

html > body #content fieldset {
	background: #fcefb9; /* vor IE verstecken */
}


#content fieldset legend {
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	letter-spacing:0.1em;
	color: #000;
	padding:  0em 1.5em 0em 1.5em;
	margin: 0em 0em 0.8em 0em;
	background: #f5d145;
}

#content fieldset label {
	color: #4d4d4d;
}

#content fieldset label.clickable {
/*	text-decoration: underline; */
	cursor:pointer;
/*	border-bottom: 1px solid #4d4d4d;*/
}

#content fieldset label.clickable:hover {
/*	border-bottom: 0px solid #4d4d4d;*/
}

#content fieldset label.clickable img {
	text-decoration: none;
}

#content fieldset div.labeledvalue {
	margin-bottom: 0.8em;
}

#content select { 
	color: #4d4d4d;
	background-color: #fff;
	margin-bottom: 0.8em;
	padding: 0.2em 0.2em 0em 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #7f7f7f #bcbcbc #bcbcbc #7f7f7f;
	display:block;
}

#content textarea {
	color: #4d4d4d;
	background-color: #fff;
	margin-bottom: 0.8em;
	padding: 0.1em 0.2em 0.1em 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #7f7f7f #bcbcbc #bcbcbc #7f7f7f;
	font-size: 110%;
	line-height: 150%;
	display:block;
}

#content input,
#content button { 
	color: #4d4d4d;
	background-color: #fff;
	margin-bottom: 0.8em;
	padding: 0.2em 0.2em 0em 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #7f7f7f #bcbcbc #bcbcbc #7f7f7f;
	display:block;
}

#content input.hidden,
#navteaserarea input.hidden,
#navteaserarea div.calendarrange input.hidden { 
	color: none;
	background-color: none;
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0px;
	border-color: none;
	display:inline;
}

#content fieldset div.info {
	color: #4d4d4d;
	font-size:90%;
	text-indent: -14px;
	padding-bottom: 0.1em;
	padding-left: 14px;
	margin: 0.2em 0em 0.2em 0em;
}

#content fieldset div.error {
	color: #4d4d4d;
	font-size:90%;
	text-indent: -10px;
	padding-bottom: 0.1em;
	padding-left: 10px;
	margin: 0.2em 0em 0.2em 0em;
	top: -0.4em;
}

#content div.fieldset {
	margin-bottom: 0.8em;
}

#content div.fieldset div.fieldsetlist {
	margin-bottom: 0.2em;
}

#content fieldset div.fieldsetcolumn {
	float: left;
	margin-right:10px;
	width: 210px;
}

#content fieldset div.fieldsetrow {
	clear:both;
	margin-right:10px;
}

#content fieldset div.fieldsetclear {
	clear:both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 0px;
	line-height: 0px;
	font-size:0px;
}

#content div.fieldsetsep {
	clear:both;
	margin-bottom: 1em;
}


#content fieldset div.triggers {
	clear:both;
	text-align:right;
	margin-right:10px;
}

#content input.radio { 
	display:inline;
	margin-bottom: 0em;
	padding: 0;
	border-width: 0px;
}

#content div.radios { 
	margin-bottom: 0.4em;
	text-indent: -20px;
	padding-left:20px;
}

#content div.singlecheckbox { 
	margin-bottom: 0.8em;
	text-indent: -20px;
	padding-left:20px;
}

#content input.checkbox { 
	display:inline;
	margin-bottom: 0;
	padding: 0;
	border-width: 0;
}




/**********************************************
	Boxes
**********************************************/

#content div.box {
	margin-top: 0em;
	margin-bottom: 1.2em;
	border-bottom: 0.2em solid #f5d145;
	background-color: #fcefb9;
}

#content h2.boxhead {
	font-size: 100%;
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight:normal;
	/*font-variant: small-caps;*/
	text-transform: uppercase;	
	color: #000;
	background-color: #f5d145;
	padding: 0em 0.4em 0em 0.4em;
	margin: 0;
}

#content div.boxcontent {
	color: #000;
	font-size: 90%;
	padding: 0.6em 0.6em 0.6em 0.6em;
}

#content div.boxcontent h1,
#content div.boxcontent h2, 
#content div.boxcontent h3, 
#content div.boxcontent h4,
#content div.boxcontent h5,
#content div.boxcontent h6 {
	color: #4d4d4d;
	font-size: 100%;
	padding: 0;
	margin: 0em 0em 0.5em 0em;	
}

#content div.boxcontent p {
	color: #000;
    margin: 0em 0em 0.6em 0em;
    font-size: 100%;
}



/**********************************************
	Photos
**********************************************/

/** Ausrichtungen für Photos **/
#content img.photo,
#content div.photo { /* Für Bilder ohne Ausrichtung und Umfluss*/
	display: block;
	margin-bottom: 1.5em;
	float: none;
}

#content img.photo_right,
#content div.photo_right { /* Für Bilder, die rechtsbündig gesetzt werden sollen */
	margin: 0em 0em 0.4em 0.6em;
	float: right;
	clear: both;
}

#content img.photo_left,
#content div.photo_left { /* Für Bilder, die linksbündig gesetzt werden sollen */
	margin: 0em 0.6em 0.4em 0em;
	float: left;
	clear: both;
}

#content img.photo_center,
#content div.photo_center { /* Für Bilder, die linksbündig gesetzt werden sollen */
	text-align:center;
	padding-left:25%;
	padding-right:25%;
	margin: 0em 0em 0.4em 0em;
	clear: both;
	
}

#content div.photocopyright {
	color: #797979;
	border-bottom: 1px solid #fff;
	padding: 0.3em 0.6em 0.3em 0.6em;
	font-size: 90%;
	background-color: #fcefb9;
}

#content div.photodescription {
	font-size: 90%;
	padding: 0.6em 0.6em 0.6em 0.6em;
	background-color: #fcefb9;
}


/**********************************************
	Addressbook
**********************************************/

#content #addressbook {
	
}

#content #addressbook div.col1 {
	float:left;
	width:260px;
}

#content #addressbook div.initial a,
#content #addressbook div.initial a:link,
#content #addressbook div.initial a:visited,
#content #addressbook div.initial a.active, 
#content #addressbook div.initial a.active:link, 
#content #addressbook div.initial a.active:visited {
	margin-right: 0.2em;
	line-height: 125%;
}

#content #addressbook div.initial a:hover,
#content #addressbook div.initial a.active,
#content #addressbook div.initial a.active:hover {
	background-color: #fff;
}

#content #addressbook div.col2 {
	float:left;
	width:180px;
/*	border:1px solid green;*/

}

#content #addressbook div.col2 div.publicrole {
	padding: 0.5em 1em 0.2em 0.5em;
	font-weight: bold;
}

#content #addressbook div.col2 a,
#content #addressbook div.col2 a:link,
#content #addressbook div.col2 a:visited,
#content #addressbook div.col2 a.active, 
#content #addressbook div.col2 a.active:link, 
#content #addressbook div.col2 a.active:visited {
	display:block;
	text-decoration:none;
	padding: 0.1em 1em 0.2em 1em;
}
#content #addressbook div.col2 a:hover,
#content #addressbook div.col2 a.active,
#content #addressbook div.col2 a.active:hover {
	background-color: #f0ede1;
}


#content #addressbook div.col3 {
	padding-left: 470px;
}

#content #addressbook div.col3 p {
	 margin: 0em 0em 0.8em 0em;
}
 
#content #addressbook #user h2,
#content #addressbook #user h3,
#content #addressbook #user h4 {
	color: #4d4d4d;
	margin-bottom: 0.4em;
}

#content #addressbook #user h2 {
	margin-bottom: 0.6em;
}

#content #addressbook #user h2.redtitle {
	color: #9a3b12;
}

#content #addressbook #user h2.greentitle {
	color: #007716;
}


#content #addressbook div.col3 a, 
#content #addressbook div.col3 a:link, 
#content #addressbook div.col3 a:visited {
	color: #4d4d4d;
}

#content #addressbook #user h2.greentitle a.greentitle, 
#content #addressbook #user h2.greentitle a.greentitle:link, 
#content #addressbook #user h2.greentitle a.greentitle:visited {
	color: #007716;
}

/**********************************************
	News
**********************************************/

#content table.list .title {
	color: #007716;
	font-weight:bold;
}


#content table.list .topline,
#content div.topline {
	 margin-bottom: 0.4em;
}
#content table.list .subheading {
	color: #4d4d4d;
	font-weight:bold;
}
#content table.list .subtitle {
	color: #4d4d4d;
}

#content div.news .subtitle,
#content div.subtitle {
	 margin-bottom: 0.4em;
	 font-style: italic;
}
#content div.news .url {
	 margin-bottom: 0.4em;
	 font-style: italic;
}
#content div.news .source {
	 margin-bottom: 0.4em;
	 font-size:90%;
}

#content div.news .article {
	clear:both;
	padding-top: 0.4em;
}

/**********************************************
	Calendar
**********************************************/

#navteaserarea div.calendarsheetwrapper a:visited {
	color:#4d4d4d;
	text-decoration: underline;
}

#navteaserarea div.calendarrange {
	margin-left: 30px;
}

#content div.calendarrange input,
#content div.calendarrange select,
#content div.calendarrange label,
#navteaserarea div.calendarrange input,
#navteaserarea div.calendarrange select,
#navteaserarea div.calendarrange label {
	font-size:90%;
}
#navteaserarea div.calendarrange input,
#navteaserarea div.calendarrange select {
	color: #4d4d4d;
	background-color: #fff;
	margin-bottom: 0.8em;
	padding: 0.2em 0.2em 0em 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #7f7f7f #bcbcbc #bcbcbc #7f7f7f;
	display:block;
}

#navteaserarea div.calendarsheetwrapper {
	margin-bottom: 0em;
	margin-top: 0.8em;
	margin-left: 30px;
	width:210px;
	overflow:hidden;	
}

#navteaserarea div.calendarsheetwrapper td {
	font-family: verdana, tahoma, arial, sans-serif;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #bcbcbc;
	padding: 0.1em 0.4em 0.1em 0.4em;
}

#content div.calendarsheetwrapper {

}

#content div.calendarsheetwrapper table.monat {
	width:180px;
	font-size:90%;
}

#content div.calendarsheetwrapper table.monat td.monthyear,
#navteaserarea div.calendarsheetwrapper table.monat td.monthyear {
	font-weight:bold;
}
#content div.calendarsheetwrapper td.wochentag,
#navteaserarea div.calendarsheetwrapper td.wochentag {

}

#content div.calendarsheetwrapper td.termin,
#navteaserarea div.calendarsheetwrapper td.termin {
	background-color: #f5d145;
}

#content div.calendarsheetwrapper td.day_before_today,
#navteaserarea div.calendarsheetwrapper td.day_before_today {
	filter:alpha(opacity=60); 
	-moz-opacity:0.6;
	opacity:0.6;	
}

#content div.calendarsheetwrapper span.sunday,
#navteaserarea div.calendarsheetwrapper span.sunday {
	font-weight:bold;
}

/**********************************************
	Appointment
**********************************************/


#content div.appointment .location,
#content div.appointment .timeframe,
#content div.appointment .contact,
#content div.appointment .url,
#content div.appointment .description {
	 margin-bottom: 0.4em;
}

#content div.appointment .description {
	clear:both;
}

/**********************************************
	Job
**********************************************/


#content div.job div.jobintroduction,
#content div.job div.jobspecification,
#content div.job div.joblogo,
#content div.job div.jobdescription,
#content div.job div.jobabcontact,
#content div.job div.jobcontact,
#content div.job hr,
#content div.job h1 {
	 margin-bottom: 0.6em;
}

#content div.job div.jobintroduction,
#content div.job div.jobspecification,
#content div.job h2,
#content div.job h3 {
	font-weight:bold;
	color: #4d4d4d;
}

#content div.job .zwischentitel {
	font-weight:bold;
}

#content div.job div.jobid {
	float: right;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	opacity:0.8;		
}


/**********************************************
	Wir danken
**********************************************/

#content div.donators {

}

#content div.donators div.privat {
	margin-bottom: 2em;
	letter-spacing:1px;
}

#content div.donators div.company {
	
}

#content div.donators div.company div {
	float:left;
	margin: 1em 1em 0 0;
	padding: 5px;
	width:200px;
}

/**********************************************
	Foerderprojekte
**********************************************/

#content div.fundedproject {
}
#content div.fundedprojectdescription {
}

/**********************************************
	Window
**********************************************/

#window {
	z-index:20;
	border: 1px solid #e1b300;
	position:absolute;
	background-color: #fff;
	background-color: #fcefb9;
}

#window #windowtitlearea {
	background-color: #f5d145;
	background-image: url(/images/navlogos/mainnav_verlauf_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#windowclientarea {
	overflow:auto;
	
}

/**********************************************
	Footer
**********************************************/

#footer {
	font: normal 0.8em verdana, tahoma, arial, sans-serif;
	background-color: #f0ede1;
	clear:both;
	height: 55px;
	padding: 5px 0px 0px 0px;
	filter:alpha(opacity=0); 
	-moz-opacity:0;
	opacity:0;
}

#footer div.tripplesep {
	height: 7px;
	background-image: url(/images/navlogos/trippleline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px 40px 10px 30px;
	font-size: 7px;
}

#footer #footernav {
	margin-left: 30px; /*250px*/
	margin-right: 40px;
	
}

#footer p,
#footer span {
	color: #797979;
}

#footer p {
	float:right;
	font-size: 90%;
	margin: 0;
	padding: 0px 40px 0px 0px;
}

#footer #footernav a,
#footer #footernav a:link, 
#footer #footernav a:visited {
	color: #797979;
	text-decoration: none;
	font-size: 90%;
	padding: 0em 4em 0.2em 0em;
}


/**********************************************
	EditorWindow
**********************************************/

#content .editorwindow {
	border:1px solid black;
	z-index:300;
	position:absolute;
	background-color: #fff;
}

#content .editorwindow #windowtitlearea {
	background-color: #007716;
	color: #fff;
	font-size: 11px;
	line-height: 12px;
}

#content .editorwindow input { 
	color: #4d4d4d;
	background-color: #fff;
	margin-bottom: 0.8em;
	padding: 0.2em 0.2em 0em 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #7f7f7f #bcbcbc #bcbcbc #7f7f7f;
	display: inline;
}

#content .editorwindow input.hidden { 
	border-width: 0px;
	margin: 0;
	padding: 0;
}

#content .editorwindow #windowclientarea {
	overflow:auto;
	font-size: 10px;
	line-height: 14px;
}
.floatRight {
	float:right;
}

#content #phposeditset {
	padding: 5px 0px 5px 10px;
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #007716;
	border-left: 1px solid #007716;
}

#content #phposeditset div {
	text-indent: -12px;
	padding: 1px 3px 1px 12px;

}
#content #phposeditset div img {
	margin-right: 2px;
}
/**********************************************
	Editor / Browser Wrapper
**********************************************/

#content .browserwrapper {
	margin: 2.0em 0em  2.0em 0em;
}

#content .editorwrapper {
	margin: 2.0em 0em 2.0em 0em;
}

/**********************************************
	PHP-OS Help
*********************************************/

#content div.phposhelpnavwrapper {
	float: left;
	margin-bottom: 1em;
	width:230px;
	overflow:hidden;
}

#content div.phposhelpnavwrapper a { 
	text-decoration: underline;
	line-height: 150%;
	color: #000;
}
#content div.phposhelpnavwrapper a:visited {
	text-decoration: underline;
	color: #000;
}
#content div.phposhelpnavwrapper a:hover {
	text-decoration: underline;
	color: #000;
}
#content div.phposhelpnavwrapper a:active {
	text-decoration: underline;
	color: #000;
}

#content div.phposhelpnavwrapper a.sel,
#content div.phposhelpnavwrapper a.sel:link,
#content div.phposhelpnavwrapper a.sel:visited,
#content div.phposhelpnavwrapper a.sel:hover,
#content div.phposhelpnavwrapper a.sel:active {
	font-weight:bold;
	color: #000;
}


#content div.phposhelpnav {
	padding-left: 10px;
	text-indent: -10px;
}

#content div.phposhelpnav div.phposhelpnavchildren {

}

#content #phposhelptext {
	margin-left: 265px;
}


/**********************************************
	Content Parts
**********************************************/



/**********************************************
	Print
**********************************************/

@media print {
	H1, H2, H3,
	H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
	BLOCKQUOTE, 
	PRE           { page-break-inside: avoid }
	UL, OL, DL    { page-break-before: avoid }
	body {
		color: #4d4d4d;
		background-color:#f0ede1;
		background-color:#f0ede1; 
		background-image: url(/images/interface/white180_bg.gif);
		background-repeat: repeat-y; background-position: 290px 0px;
	}
	
	#main {
		background-image:none;
	}
	
	#navigation,
	#globalnav,
	#mainnav,
	#location,
	#navigationsubline,
	#subnav,
	#navteaserarea,
	#logo,
	div.triggers {
		display:none;
		margin: 0;
		padding: 0;		
	}
	
	#content {
		margin: 0px 0px 0px 10px;
		font: normal 0.8em verdana, tahoma, arial, sans-serif;
	}

	#content div.leftcolumn {
		width:auto;
		float:none;
		margin: 0em 15px 2em 0em;
	}
	
	#content div.rightcolumn {
		width:auto;
		float:none;
	}
	
	#content div.box {
		float:left;
		width:144px;
		margin-right; 10px;
	}
	
	#content div.leftcolumnsmall {
		width:auto;
		float:none;
		margin: 0em 15px 2em 0em;
	}
	
	#content div.rightcolumnbig {
		width:auto;
		float:none;
	}
	
	#content div.singlecolumn,
	#content fieldset.singlecolumn {
		/*width:600px;*/
		margin-right: 60px;
	}

	#content input,
	#content select,
	#content textarea,
	#content button { 
		font-size: 10px;
		line-height: 150%;		
	}
	#footer {
		display:none;
	}
}


/**********************************************
	Speech
*********************************************

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
*/

