

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 * html img, 
 * html div { behavior: url(/local/stylesheets/iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */


/**********************************************
	Lightview
**********************************************/

/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
	text-align: left;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align: left;
}
.lv_MenuBar * { padding: 0; margin: 0;}


.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
	overflow: hidden;
}

/* simulates padding-left inside .lv_Data 
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; } */

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_contentTop,
.lv_contentBottom {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#lightview iframe {
	float: left;
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* navbar
   Adds a bar below the view that takes over the default Controller
*/
#lightviewController {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	color: #d2d2d2;
	font: 11px Arial, Helvetica, sans-serif;
}
* html body #lightviewController { /* IE6 */
	position: absolute;
	top: auto;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.controllerOffset || 0)) + 'px');	
}
#lightviewController ul {
	display: block;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom {
	list-style-type: none;
	float: left;
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_controllerCenter  { width: auto; float: left; }
.lv_controllerCornerWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;}

#lightviewController .lv_CornerWrapper {
	width: 100%;
}
#lightviewController .lv_Corner { float: left; }
#lightviewController .lv_Corner {
	float: right;
	position: relative;
}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; }
.lv_controllerBetweenCorners {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.lv_controllerMiddle {
	position: relative;
	height: 100%;
	float: left;
}
.lv_controllerCenter { float: left; width: auto;}
.lv_controllerCenter li {
	list-style-type: none;
	float: left;
	display: inline;
	position: relative;
	clear: none;
}
.lv_controllerSetNumber {
	float: left;
	text-align: center;
}

#lightviewController .lv_Button {
	float: left;
	position: relative;
	height: 100%;
	clear: none;
}
.lv_controllerSetNumber {
	position: relative;
	height: 100%;
	padding-right: 3px;
}
.lv_controllerPrev, 
.lv_controllerNext, 
.lv_controllerSlideshow, 
.lv_controllerClose {
	float: left;
	position: relative;
	height: 100%;
	padding-left: 3px;
}

.lv_controllerPrev { border-left: 1px solid #3c3c3c; }
#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; }

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) - (Lightview.controllerHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}

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

/* html, */
body {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 100.01%;
	font-family: Tahoma, Geneva, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
	color: #673b15;
}


#main {
	margin: auto;
	width: 980px;
	font: normal 0.8em Tahoma, Geneva, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}
/*
#main {
	position: absolute;
	margin: 0 -490px 0 0;
	right: 50%;
	width: 980px;
	font: normal 0.8em Tahoma, Geneva, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}
*/
img {
	border:none;
}

.transparent8 {
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	opacity:0.8;		
}

.fll {
	float:left;		
}

.fllGN {
	background-image: url(/images_admin/icons/kr_hl.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 36px; 
	height:72px; 
	float:left;
}

.fllGNib {
	background-image: url(/images_admin/icons/kr_hr.png);
	background-repeat: no-repeat;
	background-position: right top;	
	height:72px; 
	width: 36px;
	float:left;
}

.fllGNCT {
	float:left;
	background-color: #000;
	margin: 1px 0 0 0;
	height:70px; 
}

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

#content {
    margin: 0 0 0 0;
}

#content .cboth {
	clear: both;
}

#content .cright {
	clear: right;
}

#content .cleft {
	clear: left;
}

#content .contentcleft {
	clear: left;
	margin-bottom:10px;
}

#content .contentmb90 {
	margin: 0 0 0 85px;
}

#content .contentpt10 {
	padding: 10px 0 0 0;
}

.hidden,
#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;		
}

#content .bg_cy,
#footer .bg_cy,
#headerimage .bg_cy {
	background-color: #e79e13;
}

#content .bg_red {
	background-color: #7b1900;
	color: #fff;
}

#content .bg_red *,
#content .bg_green *,
#content .bg_brown * {
	color: #fff;
}

#content .bg_red a,
#content .bg_red a:link,
#content .bg_red a:visited,
#content .bg_red a:hover,
#content .bg_red a:active {
	color: #fff;
}

#content .bg_green {
	background-color: #433908;
	color: #fff;
}

#content .bg_green a,
#content .bg_green a:link,
#content .bg_green a:visited,
#content .bg_green a:hover,
#content .bg_green a:active {
	color: #fff;
}

#content .bg_white {
	background-color: #fff;
}

#content .bg_brown {
	background-color: #673b15;
}

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

#content div.lefthalf {
	width:487px;
	float:left;
	margin: 0 6px 0 0;
}

#content div.righthalf {
	width:487px;
	float:left;
	margin: 0 0 0 0;
}

#content div.col200l {
	width:200px;
	float:left;
	margin: 0 6px 0 0;
}

#content div.col281r {
	width:281px;
	margin: 0 0 0 0;
	float:left;
}




#content div.leftcolumn {
	width:200px;
	float:left;
	margin: 0 6px 0 0;
}

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

#content div.rightcolumn {
	width:164px;
	float:left;
	margin: 0 0 0 0;
}

#content div.rightcolumnbig {
	width:774px;
	float:left;
	margin: 0 0 0 0;
}

/* rcb_col + 2*rcb_colr = Content Bereich fuer rightcolumnbig 3cols */ 
#content div.rcb_col {
	width:254px;
	float:left;
	margin: 0 6px 0 0;
}

#content div.rcb_colr {
	width:254px;
	float:left;
	margin: 0 0 0 0;
}

/* rcb_l + rcb_r = Content Bereich fuer rightcolumnbig 2cols */ 
#content div.rcb_l {
	width:604px;
	float:left;
	margin: 0 6px 0 0;
}

#content div.rcb_r {
	width:164px;
	float:left;
	margin: 0 0 0 0;
}

/* rcbs_l + rcbg_r = Content Bereich fuer rightcolumnbig 2cols */ 
#content div.rcbs_l {
	width:504px;
	float:left;
	margin: 0 6px 0 0;
}

#content div.rcbg_r {
	width:264px;
	float:left;
	margin: 0 0 0 0;
}

/* rcbs_l + rcbg_hl = Content Bereich fuer rightcolumnbig 2cols */ 
#content div.rcbg_hl {
	width:384px;
	float:left;
	margin: 0 6px 0 0;
}

#content div.rcbg_hr {
	width:384px;
	float:left;
	margin: 0 0 0 0;
}


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

#content div.singlecolumn,
#content fieldset.singlecolumn {
	width:980px;
	float:left;
	margin: 0 0 0 0;
}

/**********************************************
Page Header
**********************************************/


#globalnav {

}

.menuitemGNW {
	position: absolute;
	visibility: hidden;
}

.menuitemGN {
	background-image: url(/images/boxes/kr_hl.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 36px; 
	height:72px; 
	float:left;
}

.menuitemGNib {
	background-image: url(/images/boxes/kr_hr.png);
	background-repeat: no-repeat;
	background-position: right top;	
	height:72px; 
	width: 36px;
	float:left;
}

.menuitemGNCT {
	float:left;
	background-color: #fff;
	margin: 1px 0 0 0;
	height:70px; 
}

.menuitemGNW a,
.menuitemGNW a:link,
.menuitemGNW a:visited,
.menuitemGNW a:hover,
.menuitemGNW a:active {
	text-decoration:none;
	font-weight:bold;
	color: #673b15;
	position:absolute;
	top: 0px;
	left: 0px;
	padding: 27px 0 0 0;
	height: 45px;
	white-space: nowrap;
}

.menuitemGNW .globalsubnav {
	position:absolute;left:-159px;top:53px;width:200px;
}

.menuitemGNW .supnavwrapper {
	padding: 10px;
	background-color:#fff;
	margin:0;
	background-image:url(/images/boxes/box200_sh_center.png);
	background-repeat: repeat-y;
}

.menuitemGNW .supnavwrapper input {
	font-size:100%;
	color: #673b15;
	background-color: #fff;
	padding: 2px 2px 1px 2px;
	margin-bottom: 0.8em;
	border-style: solid;
	border-width: 1px;
	border-color: #673b15 #673b15 #673b15 #673b15;
	display:block;
	width:150px;
}

.menuitemGNW .supnavwrapper input#loginbutton {
	width:auto;
}

.menuitemGNW .supnavwrapper fieldset {
	color: #673b15;
	padding: 10px 6px 6px 6px;
	border: 0px solid transparent;
	border-top: 1px solid #673b15;
}

.menuitemGNW .globalsubnav .lastlogin,
.menuitemGNW .globalsubnav a,
.menuitemGNW .globalsubnav a:link,
.menuitemGNW .globalsubnav a:visited,
.menuitemGNW .globalsubnav a:hover,
.menuitemGNW .globalsubnav a:active {
	position:static;
	padding: 0;
	height: auto;
	display:block;
	width: 174px;
	padding: 1px 2px 1px 2px;
	margin: 1px 1px 1px 1px;
	xborder-bottom: 1px solid #673b15;
	background-image: url(/images/icons/pfeilspitze_6bw.png);
	background-repeat: no-repeat;
	background-position: left 0.65em;
	padding: 0.3em 4px 0.3em 11px;
}

.menuitemGNW .globalsubnav a:hover,
.menuitemGNW .globalsubnav a:active {
	color: #7b1900;
}

.menuitemGNW .globalsubnav .lastlogin {

}

div.breadcrump {
	background-image: url(/images/icons/pfad.png);
	background-repeat: no-repeat;
	background-position: left 0.1em;	
	font-size:65%;
	padding: 0 0 0 17px;
	font-weight:normal;
	display:inline;
}

.breadcrump a,
.breadcrump a:link,
.breadcrump a:visited,
.breadcrump a:hover,
.breadcrump a:active {
	text-decoration:none;
	font-weight:bold;
	color: #fff;
}


/**********************************************
Submenu
**********************************************/

#content #subnav {
	margin-top: 15px;
	margin-bottom: 2em;
	width:170px;
	overflow:hidden;
}

#content #subnav a {
	font-weight: bold;
	font-size: 110%;
}

#content #subnav a,
#content #subnav a.subnavitem,
#content #subnav div.subnavitem {
	padding: 0.3em 4px 0.3em 10px;	
	color: #fff;
	display:block;
	text-decoration: none;
}



#content #subnav a:hover,
#content #subnav a.subnavitem:hover {
	color: #fff;
}

#content #subnav a.active,
#content #subnav a.subnavitem:active {
	color: #fff;
}

#content #subnav a.active,
#content #subnav a.active:hover,
#content #subnav a.active,
#content #subnav a.active:active {
	background-image: url(/images/icons/pfeil_w12.png);
	background-repeat: no-repeat;
	background-position: left 0.65em;
	padding: 0.3em 4px 0.3em 17px;
	margin: 0 0 0 -7px;
}

#content #subnav div.subsubnav {
	padding: 0 0 0 10px;	
}


#content #subnav div.subsubnav a {
	padding: 0.3em 4px 0.3em 10px;
}

#content #subnav div.subsubnav a.active,
#content #subnav div.subsubnav a.active:hover,
#content #subnav div.subsubnav a.active,
#content #subnav div.subsubnav a.active:active {
	background-image: url(/images/icons/pfeil_w12.png);
	background-repeat: no-repeat;
	background-position: -7px 0.65em;
	padding: 0.3em 4px 0.3em 10px;
	margin: 0 0 0 0px;
}

/*#content div.subsubnav {
	
}

#content #subnav div.subsubnav a,
#content #subnav div.subsubnav a.active {
	padding: 4px 4px 4px 20px;
	color: #fff;
	display:block;
	font-weight:normal;
	text-decoration: none;
}

#content #subnav div.subsubnav a:hover,
#content #subnav div.subsubnav a.active,
#content #subnav div.subsubnav a.active:hover {

}

#content #subnav div.subsubnav a:active,
#content #subnav div.subsubnav a.active,
#content #subnav div.subsubnav a.active:active {

}*/

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

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


#content h1 {
    margin-top: 0em;
    margin-bottom: 0.4em;
    font-size: 175%;
    font-family: "Helvetica Neue", Helvetica, Syntax, Frutiger, Verdana, Arial, sans-serif;
    color: #fff;
}


#content h1.bigteaser {
    font-size: 300%;
    font-family: "Helvetica Neue", Helvetica, Syntax, Frutiger, Verdana, Arial, sans-serif;
    letter-spacing: 0.1em;
    margin: 30px 0 30px 10px;
}

#content h1 div.subheadline {
	margin-bottom: 0.8em;
	color: #673b15;
	font-family: "Helvetica Neue", Helvetica, Syntax, Frutiger, Verdana, Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

#content h2 {
    margin-top: 0em;
    margin-bottom: 0.4em;
    font-size: 150%;
    font-family: "Helvetica Neue", Helvetica, Syntax, Frutiger, Verdana, Arial, sans-serif;
	color: #673b15;
}

#content h3, h4, h5, h6 {
   	margin-top: 0em;
    margin-bottom: 0.4em;
    font-size: 110%;
    font-family: "Helvetica Neue", Helvetica, Syntax, Frutiger, Verdana, Arial, sans-serif;
    color: #673b15;
}



/**********************************************
	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 #673b15;
}

#content blockquote,
#content q {
    padding: 0 1em 1em 35px;
    background: url(/images/interface/quot.png) no-repeat top left;
    font-style: italic;
    margin: 0;
}

#content blockquote p {
    font-style: italic;
    xcolor: #918862;
}

#content cite {
    display: block;
    margin: 0;
	color: ;
	padding: 0em 0.1em 0em 0.1em;
	text-align:right;
}


#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: Tahoma, Geneva, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif; 
	margin-bottom: 0.5em; 
} 

/* 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:#673b15;
	text-decoration: underline;
}
a:visited {
	color:#673b15;
	text-decoration: underline;
}
a:hover {
	color:#673b15;
	text-decoration: none;
}
a:active {
	color:#673b15;
	text-decoration: none;
}

a:focus, a:active {
	outline: none;
}



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

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

#content thead th {
	font-family: Tahoma, Geneva, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
	font-weight:bold;
	text-align: left;
	color: #673b15;
	vertical-align: top;
    margin:0px;
    background-color: #fff;
    border-bottom: 1px solid #673b15;
	padding: 0.1em 0.4em 0.1em 0.4em;
}

#content tfoot td {
	font-family: Tahoma, Geneva, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
	font-weight:normal;
	text-align: left;
	color: #673b15;
	vertical-align: top;
    margin:0px;
    background-color: #fff;
    border-bottom: 1px solid #673b15;
	padding: 0.1em 0.4em 0.1em 0.4em;
}

#content tbody td {
	font-family: Tahoma, Geneva, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
	text-align: left;
	vertical-align: top;
	color: #fff;
	border-bottom: 1px solid #fff;
	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:  Tahoma, Geneva, Arial, Helvetica, "Helvetica Neue", Verdana, 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: #673b15;
    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: #673b15;
	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: ;
	font-weight: bold;
	text-align: left;
	background-color: #fff;
	vertical-align: top;
}

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



#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 ;
	border-left: 1px solid ;
	border-right: 1px solid ;
	margin:0;
}

#content div.tablenavigationbottom div.navigation {
	padding: 2px 3px 3px 3px; 
	font-size:10px;	
	background-color: #f5d145;
	border-bottom: 1px solid ;
	border-left: 1px solid ;
	border-right: 1px solid ;
	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;
}

#content div.paw {
	float:left;
}

/**********************************************
	DIV CONTENT LIST
**********************************************/


#content .cdbnavigationw {
	padding: 0 0 0 0;
}

#content .cdbnavigationwbottom {
	clear:left;
	padding: 0 0 0 0;
}

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

#content div.cdbnavigation input,
#content div.cdbnavigation select {
	font-size:9px;
	line-height:9px;
	padding: 0.1em;
	display:inline;
}
#content div.cdbnavigation input:focus,
#content div.cdbnavigation select:focus {
	background-color: ;
}

#content .cdb {
	
}

/**********************************************
	DIV CONTENT LIST
**********************************************/
#content div.projectdesc {
	background-color: ;
}

#content div.projectdesc a,
#content div.projectdesc a:link,
#content div.projectdesca:visited,
#content div.projectdesca:hover,
#content div.projectdesca:active {
	color:#fff;
}


/**********************************************
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 {
	margin-top: 6px;
	color: #fff;
	background-color: #7b1900; 
}

#content div.mms {
	padding: 12px;
	margin: 0 0 1.5em 0;
}

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

#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: #673b15;
	padding: 12px 12px 12px 12px;
	border: 0px solid transparent;
	border-top: 1px solid #673b15;
}

html > body #content fieldset {
	 /* vor IE verstecken */
}


#content fieldset legend {
	color:#fff;
	font-size:110%;
	letter-spacing:0.1em;
	margin: 0em 0em 0.8em 0em;
	background: #673b15;
	border: 1px solid #fff;
	padding: 2px 12px 2px 12px;
}

#content fieldset label {
	xcolor: #673b15;
}

#content fieldset label.browselabel {
	font-weight:bold;
}

#content fieldset .browsevalue {
	margin: 0em 0em 0.8em 0em;
	margin-bottom: 0.8em;
	display:block;
}


#content fieldset label.clickable,
#content label.clickable {
	cursor:pointer;
}

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

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

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

#content select { 
	font-size:100%;
	color: #673b15;
	background-color: #fff;
	margin-bottom: 0.8em;
	padding: 2px 2px 1px 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #673b15 #673b15 #673b15 #673b15;
	display:block;
}

#content textarea {
	color: #673b15;
	background-color: #fff;
	margin-bottom: 0.8em;
	padding: 4px 2px 1px 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #673b15 #673b15 #673b15 #673b15;
	font-size: 110%;
	line-height: 150%;
	display:block;
}

#content input,
#content button { 
	font-size:100%;
	color: #673b15;
	background-color: #fff;
	margin-bottom: 0.8em;
	padding: 2px 2px 1px 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #673b15 #673b15 #673b15 #673b15;
	display:block;
}

#content button {
	background-color: #673b15;
	color: #fff;
}

#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: #673b15;
	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: #7b1900;
	font-size:90%;
	letter-spacing:0.1em;
	text-indent: -10px;
	padding-bottom: 0.1em;
	padding-left: 10px;
	margin: 0.2em 0em 0.8em 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: 260px;
}

#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
**********************************************/

/*
Box with relative and absolute corner positions - not working in IE...

div.box {
	margin-top: 0em;
	margin-bottom: 6px;
	background-color: #ffb90f;
	position: relative;
}

div.box div.lefttopcorner {
	background-image: url(/images/boxes/lefttopcorner.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 8px; height:8px; position: absolute; top: 0px; left: 0px; z-index:2; font-size:0px;
}

div.box div.righttopcorner {
	background-image: url(/images/boxes/righttopcorner.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 8px; height:8px; position: absolute; top: 0px; right: 0px; z-index:2; font-size:0px;
}

div.box div.leftbottomcorner {
	background-image: url(/images/boxes/leftbottomcorner.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 8px; height:8px; position: absolute; 
	bottom: -1px;  
	left: 0px; 
	z-index:2;
	font-size:0px;
}

div.box div.rightbottomcorner {
	background-image: url(/images/boxes/rightbottomcorner.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 8px; height:8px;
	position: absolute;
	bottom: -1px; 
	right: 0px; 
	z-index:2;
	font-size:0px;
}

*/

div.flashplayer {
	margin-top: 6px;
}

div.box {
	margin-top: 6px;
	background-color: #ffb90f;
}

div.righttopcorner {
	background-image: url(/images/boxes/righttopcorner.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 8px; 
	height:8px; 
	float:right;
	font-size:0px;
}

div.lefttopcorner {
	background-image: url(/images/boxes/lefttopcorner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:8px; 
	font-size:0px;
}

div.leftbottomcorner {
	background-image: url(/images/boxes/leftbottomcorner.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 8px; height:8px; 
	z-index:2;
	font-size:0px;
}

div.rightbottomcorner {
	background-image: url(/images/boxes/rightbottomcorner.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 8px; height:8px;
	z-index:2;
	float:right;
	font-size:0px;
}


div.boxcontent {
	padding: 12px;
}


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

div.boxw980h165 {
	padding:0px; 
	width: 980px; 
	height: 149px; 
	overflow:hidden;
}

div.boxw980 {
	padding:0px; 
	width: 980px; 
	overflow:hidden;
}

div.boxflex {
	-moz-opacity:0;
	opacity:0;
	filter:alpha(opacity=50);
}



/**********************************************
	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_none,
#content div.photo_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_listleft,
#content div.photo_listleft { /* Für Bilder, die linksbündig gesetzt werden sollen */
	margin: 0em 0.6em 0.4em 0em;
	float: left;
}

#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: ;
	border-bottom: 1px solid #fff;
	padding: 0.1em 0.2em 0.2em 0.2em;
	font-size: 90%;
	background-color: #fcefb9;
}

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

.loader {
	
}

/**********************************************
	Blog
**********************************************/

a.opener,
a.opener:link,
a.opener:visited,
a.opener:hover,
a.opener:active {
	font-weight:bold;
	text-decoration:none;
}


/*div.box .blogentry ul {
	margin: 16px 0 0 0;
	padding: 0;
	list-style-type: none;
}

div.box .blogentry ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 14px;
	background-image: url(/local/media/Image/boxen/aufzaehlungszeichen-gross.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}*/

#content div.blogentry ul.links {
	list-style-type: none;
	list-style-image: none;
	margin: 8px 0 0 0;
	padding: 0;
}

#content div.blogentry ul.links ul {
	padding: 0 0 0 14px;
}

#content div.blogentry ul.links li {
	margin: 0;
	padding: 0 0 0 14px;
	background-image: url(/local/media/Image/boxen/aufzaehlungszeichen-gross-link.png);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}

#content div.blogentry ul.links li.offen {
	background-image: url(/local/media/Image/boxen/aufzaehlungszeichen-gross-link-offen.png);
}

#content div.blogentry ul.links li li {
	list-style-type: none;
	list-style-image: none;
	margin-left: -14px;
	padding: 0 0 8px 0;
	background-image: none;
}

#content div.blogentry ul.links li.blogcommentitem {
	margin-top: 1.0em;
	margin-bottom: 1.5em;
	padding-left: 14px;
	background-image: url(/images/interface/square.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;	
}

#content div.blogentry span.autor {
	font-style: italic;
}

#content div.blogentry p,
#content div.swfplayer {
	margin: 0 0 1.5em 0;
}

#content div.blogentry fieldset {
	margin: 1.5em 0 0 0;
}

/**********************************************
	Webmail
**********************************************/

.wmframe {
	position:absolute;
	margin:auto;
	width:0px
	height:0px;
	visibility:visible;
	display:none;
	top:0px;
	left:0px;
	background-color: #F6F6F6;
}

/**********************************************
	Whois
**********************************************/

#content table#tlds {
	
}

#content table#tlds thead th {
}

#content table#tlds tbody td {
}

/**********************************************
	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: #673b15;
	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: #673b15;
}

#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: #673b15;
	font-weight:bold;
}
#content table.list .subtitle {
	color: #673b15;
}

#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:#673b15;
	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: #673b15;
	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: Tahoma, Geneva, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid ;
	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: #673b15;
}

#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;
}


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

#window {
	z-index:20;
	border: 2px ridge black;
	position:absolute;
	background-color: #fff;
	background-color: GrayText;
	filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5,Color="gray",Positive="true");
}

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

#windowclientarea {
	overflow:auto;
}

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

#footer {
	margin: 0;
	opacity:0;
	filter:alpha(opacity=0); 
	filter: alpha(opacity=50);
}

#footer div.box {
	margin-top: 0px;
}

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

#footer p,
#footer span {
	color: #673b15;
}

#footer p {
	float:right;
	margin: 0;
	padding: 0 10px 0 0;
}

#footer a,
#footer a:link, 
#footer a:visited {
	color: #673b15;
	text-decoration: underline;
}

#footer #footernav a,
#footer #footernav a:link, 
#footer #footernav a:visited {
	padding: 0 2em 0.2em 0;
	text-decoration: none;
}


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

.editorwindow {
	color:#000000;
	z-index:300;
	position:absolute;
	border-bottom: 2px solid #808080;
	border-right: 2px solid #808080;
	border-top: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;	
	background-color: #575757;
	background-image: url(/images_admin/interface/metall_1000x1000.png);
	background-image: url(/images_admin/interface/vlf_grey_50x4000.png);
	background-repeat: repeat;
	background-position: left top;	
}

.editorwindow a,
.editorwindow a:link,
.editorwindow a:hover,
.editorwindow a:active{
	color:#000000;
}

.editorwindow #windowtitlearea {
	color: #000000;
	font-size: 11px;
	line-height: 12px;
}

.editorwindow input { 
	color: #000000;
	background-color: ;
	margin-bottom: 0.8em;
	padding: 0.2em 0.2em 0em 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color:    ;
	display: inline;
	
	border-top: 0px solid transparent;
	border-right: 1px solid #c6c6c1;
	border-left: 1px solid #c6c6c1;
	border-bottom: 1px solid #dfdfdc;
	background-image: url(/images_admin/interface/searchfield_repeat.png);
	background-repeat: repeat-x;
	background-x-position: center;
	background-y-position: top;		
}

.editorwindow select { 
	color: #23241c;
	background-color: #ffffff;
	margin-top: 2px;
	padding: 3px 3px 3px 3px;
	border-style: solid; 
	border-width: 1px;
	border-color: #808078 #c6c6c1 #dfdfdc #c6c6c1;
	font-size: 100%;
	line-height: 110%;
}

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

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

#phposeditset {
	padding: 5px 0px 5px 10px;
	margin: 5px 0px 5px 0px;
	border-top: 1px solid ;
	border-left: 1px solid ;
	border-top: ridge 2px #000000;
	border-left: ridge 2px #000000;
}

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

#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: #673b15;
		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 Tahoma, Geneva, Arial, Helvetica, "Helvetica Neue", Verdana, 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 }
}
*/

