

 /*
  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.css
   http://www.nickstakenburg.com/projects/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' );
}



/**********************************************
	Main Construction
**********************************************/

html {
	background-color: #fffbf0;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	background-color: #fffbf0;
}

.container {
	width: 960px;
	margin: 0 auto 0 auto;
}

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 {
	font: normal 0.8em arial, tahoma, verdana , sans-serif;
	margin: 0 10px 5px 10px;
	padding: 10px;
	background-color: white;
}

div.rahmeninhalt {
	padding: 0 5px 0 5px;
}

div.rahmenlinks {
	background-image: url(/images/interface/rahmenlinks.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div.rahmenrechts {
	background-image: url(/images/interface/rahmenrechts.gif);
	background-repeat: repeat-y;
	background-position: right top;
}


/* TITELFOTO */

div.titelfoto {
	margin-top: 10px;
}



/* MENUEPFAD */

div.menuepfad {
	display: none;
}

/**********************************************
	LANGUAGES
**********************************************/

div.sprachen {
	padding: 10px 0 10px 0;
	position:relative;
	height: 15px;
}

div.sprachenrechts {
	position:absolute;
	top: 15px;
	right: 25px;
}

div.sprachen ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}

div.sprachen ul li {
	float: left;
	margin: 0 0 0 10px;
}

div.sprachen a,
div.sprachen a:link,
div.sprachen a:visited,
div.sprachen a:hover,
div.sprachen a:active { 
	text-decoration: none;
	color: #9a9a9a;
	font-size: 11px;
}

div.sprachen a.aktiv,
div.sprachen a.aktiv:link,
div.sprachen a.aktiv:visited,
div.sprachen a.aktiv:hover,
div.sprachen a.aktiv:active { 
	font-weight:bold;
}

/**********************************************
	HEADER + GLOBALMENU
**********************************************/

div.kopfzeile {
	height: 70px;
	background-color: #001e3b;
	background-image: url(/images/interface/kopfhintergrundbild_zahlen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	border-bottom: 10px solid #f1ede2;
}

div.kopfzeilebild {
	height: 70px;
	/*background-image: url(/images/interface/kopfhintergrundbild_zahlen.png);
	background-repeat: no-repeat;
	background-position: right top;		*/
}

div.logo {
	position: absolute;
	top: 25px;
	left: 25px;
}

div.globalmenu {
	position:absolute;
	bottom: 10px;
	right: 25px;
}

div.globalmenu ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}

div.globalmenu ul li {
	float: left;
	margin: 0 0 0 10px;
}

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


/**********************************************
	NAVELEMENTS
**********************************************/

.kopfzeile .globalsubnav {
	position:absolute;
	width:200px;
	z-index:2;
}

.kopfzeile .supnavwrapper {
	padding: 10px;
	background-color:#f1ede2;
	margin:0;
	color: #000;
	border: 1px solid #001e3b;
}

.kopfzeile .supnavwrapper a,
.kopfzeile .supnavwrapper a:link,
.kopfzeile .supnavwrapper a:visited,
.kopfzeile .supnavwrapper a:hover,
.kopfzeile .supnavwrapper a:active { 
	color: #000;
}

.kopfzeile .supnavwrapper a,
.kopfzeile .supnavwrapper a:link,
.kopfzeile .supnavwrapper a:visited {
	text-decoration: none;
	color: #000;
	font-weight:bold;
	display:block;
	width:165px;
	padding: 0 0 0 10px;
	background-image: url(/images/interface/quadrat_grau.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

.kopfzeile .supnavwrapper a:hover,
.kopfzeile .supnavwrapper a:active { 
	background-image: url(/images/interface/quadrat.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

div.supnav {
	margin: 0 0 2px 0;
	xpadding: 0 0 0 14px;
	xbackground-image: url(/images/interface/quadrat.gif);
	xbackground-repeat: no-repeat;
	xbackground-position: 0 6px;
}

/**********************************************
	PAGECONTENT
**********************************************/

div.seiteninhalt {
	background-color: #fff;
	background-image: url(/images/interface/rahmenlinkesmenu.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}
div.seiteninhaltrechterrahmen {
	background-image: url(/images/interface/rahmenrechteseite.gif);
	background-repeat: repeat-y;
	background-position: right top;	
}

/**********************************************
	MAINMENU
**********************************************/

div.hauptmenu {
	float:left;
	width: 190px;
	background-color: #f1ede2;
	background-image: url(/images/interface/rahmenlinkesmenu.gif);
	background-repeat: repeat-y;
	background-position: left top;		
}

div.hauptmenu ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
}

div.hauptmenu ul li {
	float: left;
	margin: 0 0 5px 0;
}

div.hauptmenu a,
div.hauptmenu a:link,
div.hauptmenu a:visited {
	text-decoration: none;
	color: #000;
	font-weight:bold;
	display:block;
	width:165px;
	padding: 0 0 0 25px;
}

div.hauptmenu a:hover,
div.hauptmenu a:active { 
	color: #000;
	background-image: url(/images/interface/quadrat_grau.gif);
	background-repeat: no-repeat;
	background-position: 14px 6px;
}

div.hauptmenu a.aktiv,
div.hauptmenu a.aktiv:link,
div.hauptmenu a.aktiv:visited,
div.hauptmenu a.aktiv:hover,
div.hauptmenu a.aktiv:active { 
	color: #000;
	background-image: url(/images/interface/quadrat.gif);
	background-repeat: no-repeat;
	background-position: 14px 6px;			
}

div.hauptmenu ul li ul.untermenue {
	background-color: #fffbf0;
	padding: 5px 0 0 5px;
	margin: 5px 0 0 16px;
}

div.hauptmenu ul li ul.untermenue li {
	float: none;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

div.hauptmenu ul li ul.untermenue a,
div.hauptmenu ul li ul.untermenue a:link,
div.hauptmenu ul li ul.untermenue a:visited {
	width:151px;
	padding: 0 0 0 15px;
	background-position: 5px 6px;	
}

div.hauptmenu ul li ul.untermenue a:hover,
div.hauptmenu ul li ul.untermenue a:active { 
	background-image: url(/images/interface/quadrat_grau.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}

div.hauptmenu ul li ul.untermenue a.aktiv,
div.hauptmenu ul li ul.untermenue a.aktiv:link,
div.hauptmenu ul li ul.untermenue a.aktiv:visited,
div.hauptmenu ul li ul.untermenue a.aktiv:hover,
div.hauptmenu ul li ul.untermenue a.aktiv:active { 
	background-image: url(/images/interface/quadrat.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;			
}

div.hauptmenu div.submenu_title {
	
}

div.submenu_sep {
	margin: 0 0 5px 0;
}

/**********************************************
	CONTENT
**********************************************/

div.inhalte {
	background-color:#fff;
	margin: 0 25px 0 190px;
	padding: 25px 0 0 0;
}


/**********************************************
	CONTENT FOOTER
**********************************************/

div.fuss {
	background-color: #f1ede2;
	background-image: url(/images/interface/rahmenrechteseite.gif);
	background-repeat: repeat;
	background-position: left top;		
}

div.fusstexte {
	margin: 0 0 0 190px;
}

div.adresse1,
div.adresse2,
div.adresse3 {
	padding: 10px 0 10px 0;
	font-size: 11px;
	float:left;
	width: 180px;
}

div.adresse1 {
	padding-left: 30px;
}

div.adresse2 {
	margin: 0 80px 0 80px;
}

div.fusstexte p {
	margin: 0 0 5px 0;
}

div.fussrahmen {
	height: 5px;
	xmargin: 0 5px 0 5px;
	background-image: url(/images/interface/rahmenunten.gif);
	background-repeat: repeat-x;
	background-position: left bottom;		
}

div.eckerahmenuntenlinks {
	float: left;
	height: 5px;
	width: 5px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/interface/eckerahmenuntenlinks.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

div.eckerahmenuntenrechts {
	float: right;
	height: 5px;
	width: 5px;
	font-size: 0px;
	line-height: 0px;	
	background-image: url(/images/interface/eckerahmenuntenrechts.gif);
	background-repeat: no-repeat;
	background-position: right top;			
}

/**********************************************
	FOOTER
**********************************************/

div.footer {
	color: #9a9a9a;
	font-size: 11px;
	text-align:right;
	padding: 10px 25px 5px 0;
}



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

div.spaltelinksgr {
	width: 700px;
	padding: 0 0 15px 30px;
	position:relative;
}

div.spaltelinksg {
	width: 700px;
	padding: 0 0 15px 30px;
}

div.spaltelinks {
	width: 425px;
	padding: 0 0 15px 30px;
	float:left;
}

div.spalterechts {
	margin: 0 0 0 510px;
	padding: 0 0 15px 0;
	width: 200px;
}

#content div.leftcolumn {
	width:380px;
	float:left;
	padding: 2em 40px 2em 15px;
}

#content div.rightcolumn {
	width: 145px;
	float: left;
	padding: 2em 0px 2em 0px;
}

#content div.leftcolumnsmall {
	width:330px;
	float:left;
	padding: 2em 15px 2em 2em;
}

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

#content div.singlecolumn,
#content fieldset.singlecolumn {
	float:left;
	width: 530px;
	padding: 2em 0px 2em 15px;
}

/**********************************************
	ELEMENTS
**********************************************/


img {
	border: none;
}

h1 {
	font-size: 25px;
	line-height: 125%;
	margin: 0 0 20px 0;
}

.subheadline {
	font-size: 20px;
	line-height: 125%;
}

h2 {
	font-size: 20px;
	line-height: 125%;
	margin: 15px 0 10px 0;
}

h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
	margin: 15px 0 10px 0;
}

p {
	margin: 10px 0 15px 0;
}

address {
	font-style: normal;
}

acronym {
	border-bottom: 1px dotted #001e3b;
}

blockquote,
q {
	font-style: italic;
}

cite {
	color: #f1ede2;
	padding: 0em 0.1em 0em 0.1em;
	background-color: #001e3b;	
}

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

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

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
}



a {
	color: black;
}

td {
	vertical-align: top;
}

.inhalte a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.inhalte a:hover {
	text-decoration: underline;
}

.inhalte ul {
	margin: 10px 0 0 0;
	padding: 0;
	display:table;
}

.inhalte ul.dotlist ,
.inhalte ol li ul.dotlist {
	margin: 3px 0 0 15px;
}


.inhalte ol {
	margin: 10px 0 15px 20px;
	padding: 0;	
	display:table;
}

.inhalte .appointment ul,
.inhalte .appointment ol {
	display:block;
}

/* IE& only */
 * html b\ody .inhalte ul { zoom:100%; }  

.inhalte ul li {
	margin: 0 0 5px 0;
	padding-left: 10px;
	background-image: url(/images/interface/quadrat.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

.inhalte ul.dotlist li,
.inhalte ol li ul.dotlist li {
	margin: 0 0 1px 0;
	padding-left: 0;
	background-image: none;
	list-style-type:circle;
	list-style-position:outside;
}

.inhalte ol li {
	margin: 0 0 5px 0;
	xpadding-left: 10px;	
}

.inhalte ol li {
	background-image: none;
}

.inhalte ul li ol {
	margin: 5px 0 0 0;
}

.inhalte ul li ol li {
	background-image: none;
	padding-left: 5px;
}

.inhalte ol li ul {
	margin: 5px 0 0 0;
}

.inhalte ol li ul li {
	margin: 0 0 5px 0;
	padding-left: 10px;
	background-image: url(/images/interface/quadrat.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

form {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset {
	padding: 5px;
}

fieldset legend {
	color: #000;
	margin: 0 0 5px 0;
}

label {
	display:block;
	margin: 5px 0 0 0;
}

input.textfield,
textarea,
select {
	font-size: 12px;
	margin: 0;
	padding: 1px 3px 1px 3px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

input.checkbox {
	float: left;
	margin: 4px 5px 0 0;
	-margin: 0 2px 0 0;
	*margin: 0 2px 0 0;
	padding: 0;
}

button,
input.button,
#loginbutton {
	margin: 0;
	padding: 0;
	color: white;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	background-color: #808080;
	border: none;
}

button:focus {
	
}

button:active,
input.button:active,
#loginbutton:active {
	background-color: #404040;
}

/* ADMINISTRATION */

div.form {
	padding: 10px;
	background-color: #f1ede2;
}

div.form div.legend h3 {
	
}

div.form div.legend p {
	margin: 8px 0 8px 0;
}

div.form div.fieldsetcolumnleft {
	width: 200px;
	float: left;
	xborder: 1px solid red;
}

div.form div.fieldsetcolumnright {
	width: 200px;
	float: left;
	xborder: 1px solid green;
}

div.form div.fieldsetcolumnsmall {
	width: 183px;
	float: left;
}

div.form div.fieldsetcolumnmini {
	width: 73px;
	float: left;
}

div.form div.fieldsetrow {
	width: 425px;
	clear: both;
}

/* FORMULAR Fehlermeldung */

div.form div.labeledvalue {
	margin-bottom: 0.8em;
}

div.fehlermeldung {
	margin: 0 0 10px 0;
	padding: 5px 8px 5px 8px;
	color: #fff;
	border: 2px solid #001e3b;
	background-color: #9f2020;	
}

div.erfolgsmeldung {
	margin: 0 0 10px 0;
	padding: 5px 8px 5px 8px;
	color: #fff;
	border: 2px solid #f1ede2;
	background-color: #001e3b;	
}

div.fehlermeldung img.warnschild,
div.erfolgsmeldung img.warnschild {
	float: left;
	margin: 0 10px 0 0;
}

div.missionmessage,
div.missionmessageerror,
div.missionmessagesuccess,
div.missionmessagehint {
	margin: 0 0 10px 0;
	padding: 5px 8px 5px 8px;
	color: #fff;
	border: 2px solid #001e3b;
	background-color: #9f2020;	
}

div.missionmessage {

}

.inhalte  div.missionmessage tbody td,
.inhalte  div.missionmessageerror tbody td,
.inhalte  div.missionmessagesuccess tbody td,
.inhalte  div.missionmessagehint tbody td {
	background-color: transparent;
	background-image: none;
}

div.missionmessagesuccess,
div.missionmessagehint {
	border: 2px solid #f1ede2;
	background-color: #001e3b;	
}

div.missionmessageerror div.mmtext,
div.missionmessagesuccess div.mmtext {
	display: inline;
	color: #fff;
}

div.missionmessageerror img,
div.missionmessagesuccess img,
div.missionmessagehint img {
	margin-right: 10px;
}

/**********************************************
	PhototextHR
**********************************************/

div.phototexthr {
	margin: 15px 0 15px 0;
}

div.phototexthr h2 {
	margin: 0 0 10px 0;
}

div.hr {
	height: 2px;
	font-size: 2px;
	lini-height:2px;
	background-image: url(/images/interface/linie.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
}

/**********************************************
	Box
**********************************************/

div.box.klein {
	font-size: 11px;
	line-height: 15px;
	background-color: #f1ede2;
	margin: 0 0 15px 0;
}

div.box.klein h1 {
	margin: 0 0 4px 0;
	font-size: 15px;
	line-height: 18px;
}

div.box.klein h2 {
	padding: 5px 10px 5px 10px;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	color: #f1ede2;
	background-color: #001e3b;
	background-image: url(/images/interface/boxtitelhintergrund.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.box.klein h3 {
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0 5px 0;
}

div.box div.boxcontent {
	padding: 0 10px 5px 10px;
}

div.box.klein p {
	margin: 5px 0 5px 0;
}

div.box.klein ul {
	margin: 8px 0 5px 0;
}

div.box.klein ul li {
	margin: 0 0 3px 0;
	padding-left: 10px;
}

div.box.klein ul.links {
	
}

div.box.klein ul.links li {
	padding-left: 10px;
	background-image: url(/images/interface/quadrat.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

div.box.klein ul.links.download li {
	xpadding-left: 0;
	xbackground-image: none;
	margin-bottom: 5px;
}




div.box.klein ul.links li.offen {
	background-image: url(/images/interface/quadrat.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

div.box.klein ul.links li li {
	padding-left: 0;
	background-image: none;
}

div.box.klein ul.links li.offen {
	background-position: 0 8px;
}

div.box.klein ul.links li li {
	padding-top: 0;
	border-top: none;
}

div.box.klein ul.trennlinien li {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	border-top: 1px solid #666666;
	background-position: 0 7px;
}


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

.cboth {
	clear: both;
}

.cright {
	clear: right;
}

.cleft {
	clear: left;
}

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


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


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

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


#content address {
	font-style: normal;
}

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

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

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

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

#content ul ul {
	margin: 1em 0em 0em 0em;
}

/* 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: arial, tahoma, verdana , sans-serif; 
	margin-bottom: 0.8em; 
} 

/* 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:#ca7770;
	background-color:#ca7770;
	border:1px solid #ca7770;
	height:1px;
	clear: both;
}

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

a,
a:link { 
	color:#000;
	text-decoration: underline;
}
a:visited {
	color:#797979;
	text-decoration: underline;
}
a:hover {
	color:#000;
	text-decoration: none;
}
a:active {
	color:#797979;
	text-decoration: none;
}

*/

.newsletter {
	padding: 5px;
	border: 1px solid #001e3b;
	background-color: #fffbf0;
}

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

.inhalte table {
	/*width:98%;*/
	margin-bottom: 1.5em;
}

.inhalte thead th {
	text-align: left;
	color: #f1ede2;
	vertical-align: top;
    margin:0px;
    background-color: #001e3b;
	border-top: 0.1em solid #001e3b;
	border-left: 0.1em solid #001e3b;
	border-right: 0.1em solid #001e3b;
	border-bottom: 0.2em solid #001e3b;	
	padding: 0.2em 0.4em 0.2em 0.4em;
}

.inhalte tfoot td {
	text-align: left;
	color: #f1ede2;
	vertical-align: top;
    margin:0px;
    background-color: #001e3b;
	border-top: 0.1em solid #001e3b;
	border-left: 0.1em solid #001e3b;
	border-right: 0.1em solid #001e3b;
	border-bottom: 0.2em solid #001e3b;	
	padding: 0.2em 0.4em 0.2em 0.4em;
}

.inhalte tbody td {
	text-align: left;
	vertical-align: top;
	padding: 0.2em 0.4em 0.2em 0.4em;
	background-color: #f1ede2;
	background-image: url(/images/interface/rahmenrechteseite.gif);
	background-repeat: repeat;
	background-position: left top;	
}


.inhalte table.list tbody td {
	background-color: #f1ede2;
}

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


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

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

.inhalte table.list {
	margin-bottom: 1.5em;
	width:98%;
	margin-bottom:0;
}

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

.inhalte table.list tr.menue td a:link,
.inhalte table.list tr.menue td a:visited,
.inhalte table.list tr.menue td a:hover,
.inhalte table.list tr.menue td a:active,
.inhalte table.list tr.menue td a:link:hover,
.inhalte table.list tr.menue td a:visited:hover,
.inhalte table.list tr.menue td a:hover:active {
	text-decoration:underline;
}

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

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

.inhalte table.list tr.menue td label {
	display:inline;
}

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

.inhalte table.list tfoot tr.menue td {
	border: none;
	color: #000000;
}

.inhalte table.list td.groupcolumn {
	color: #f1ede2;
	font-weight: bold;
	text-align: left;
	background-color: #001e3b;
	vertical-align: top;
}

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



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

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


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

.inhalte div.tablenavigation {
	margin: 1em 0em 0em 0em;
}

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

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

.inhalte div.tablenavigation div.navigation {
	padding: 3px 3px 2px 3px; 
	font-size:10px;	
	margin:0;
}

.inhalte div.tablenavigationbottom div.navigation {
	padding: 2px 3px 3px 3px; 
	font-size:10px;	
	margin:0;
}

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

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

.inhalte div.tablenavigation div.navigation input:focus,
.inhalte div.tablenavigationbottom div.navigation input:focus,
.inhalte div.tablenavigation div.navigation select:focus,
.inhalte div.tablenavigationbottom div.navigation select:focus {
	xbackground-color: #f1ede2;
}

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


.inhalte .cdbnavigationw {
	padding: 0 0 10px 0;
}

.inhalte .cdbnavigationwbottom {
	clear:left;
	padding: 10px 0 0 0;
}

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

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

.inhalte .cdb {
	
}



/**********************************************
	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: #990000; 
	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 {
	display:inline;
}

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

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


#content fieldset {

}

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

}*/


#content fieldset legend {

}

#content fieldset label {

}

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

#content fieldset .insertcontainer {
	padding-left: 10px;
}

#content fieldset .insertwrapper input {
	margin-bottom: 0.4em;
}

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

#content fieldset label.clickable:hover {

}

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

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

#content select { 
	font-family: arial, tahoma, verdana , sans-serif;
	color: #000;
	background-color: #f9f1e1;
	margin-bottom: 0.8em;
	padding: 2px 2px 0em 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #ca7770 #ebc6ba #ebc6ba #ca7770;
}

#content textarea {
	font-family: arial, tahoma, verdana , sans-serif;
	color: #000;
	background-color: #f9f1e1;
	margin-bottom: 0.8em;
	padding: 1px 2px 1em 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #ca7770 #ebc6ba #ebc6ba #ca7770;
	font-size: 100%;
	line-height: 150%;
}

#content input,
#content button { 
	font-family: arial, tahoma, verdana , sans-serif;
	color: #000;
	background-color: #f9f1e1;
	margin-bottom: 0.8em;
	padding: 2px 2px 0em 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #ca7770 #ebc6ba #ebc6ba #ca7770;
}

input.hidden,
#content 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: #000;
	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: #000;
	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: 245px;	
}

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

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



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

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

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

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

img.photo_listleft,
div.photo_listleft { /* Für Bilder, die linksbündig gesetzt werden sollen */
	margin: 0em 15px 10px 0em;
	float: left;
}

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

div.photocopyright {
	border-bottom: 1px solid #fff;
	padding: 0.1em 0.2em 0.2em 0.2em;
	font-size: 90%;
}

div.photodescription {
	font-size: 90%;
	padding: 0.1em 0.2em 0.2em 0.2em;
}

div.paw {
	float:left;
}


div.phposfotoalbum {
	padding: 0px 15px 20px 0px;

}


div.phposfotoalbum div.phposfotoalbumrepeat {

}

div.phposfotoalbum div.phposfotoalbumrepeat img {

}

div.phposfotoalbum div.phposfotoalbumrepeat div.title {
	
}

div.pictviewernav {
	color:#000;
}


/**********************************************
	Files
**********************************************/
#content div.fileslist {
	text-indent: -20px;
	padding: 0.1em 0em 0.2em 20px;
}

/**********************************************
	Team
**********************************************/

div.team {
	margin: 25px 0 0 0;
}

div.teamer {
	float:left;
	width: 200px;
	margin: 0 25px 25px 0;
}

div.teamer div.teamer_photo {
	width: 200px;
	height: 140px;
	overflow: hidden;
	text-align:left;
}


div.teamer div.teamer_info {
	margin: 10px 0 0 0;
}

div.teamer div.teamer_info p {
	margin: 5px 0 0 0;
}

/**********************************************
	Events
**********************************************/

div.calendarsheetwrapper {
	
}

table.monat {
	font-size: 11px;
	width: 160px;
}

table.monat td.monthyear {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	text-align: center;
	font-weight:bold;
	background-color: #001e3b;
	color: #fffbf0;
	background-image: url(/images/interface/boxtitelhintergrund.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

table.monat td.wochentag {
	color: #9a9a9a;
}

table.monat td {
	text-align: center;
}

table.monat td span.sunday {
	color: #9f2020;	
}

table.monat td span.today {
	color: #9f2020;	
}

table.monat td.termin span {
	font-weight:bold;
	color: #001e3b;
	color: #9f2020;	
}

table.monat td.day_before_today span {
	
}



/**********************************************
	Picture Viewer
**********************************************/

.pictviewernav {
	position:absolute;
	xpadding: 5px 5px 5px 10px;
	width: 185px;
	font-size: 0.8em;
	border: 2px outset white;
	background-image: url(/images_admin/backgrounds/metallbackground_w200.gif);
	background-repeat: repeat;
	background-position: left top;	
}

.photodata,
.copyright {
	padding: 5px 5px 5px 10px;
}

.pictviewernav hr,
.pictviewernav div.sep {
	height: 4px;
	line-height:1px;
	font-size: 1px;
	margin: 3px 0 3px 0;
	background-image: url(/images_admin/backgrounds/metall_linie.gif);
	background-repeat: repeat-x;
	background-position: left top;		
}

.pictviewernav .pictviewernavmenu {
	text-align:left;
	font-size: 110%;
	padding: 0px 5px 0px 10px;
}

.pictviewernav .pictviewernavmenu img {
	vertical-align:middle;
	padding: 0 2px 0 0px;
}

.photodata,
.photodata p {
	text-align:left;
}

/**********************************************
	Messages
**********************************************/

#content div.message {
	margin: 0px 0 8px 0;
}

#content div.message div.info {
	background-image: url(/images/interface/rote_punktlinie.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0 5px 0;
	
}

#content div.message .subject {
	font-weight: bold;
	margin: 5px 0 5px 0;
}

#content div.message .body {
	margin: 5px 0 5px 0;
}

#content div.message div.messagestrigger {
	margin: 5px 0 8px 0;
	text-align: right;
}

#content div.message div.messagestrigger button {
	float:right;
	margin-left: 5px;
}

.textquote {
	padding: 1px;
	background-color: #ebc6ba;
	font-style: oblique;
}

div.messagenav {
	margin: 10px 0 10px 0;
	text-align:right;
}

#content div.messagenav select {
	display:inline;
}

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

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

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

#windowclientarea {
	overflow:auto;
}

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

.editorwindow {
	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);
	xbackground-image: url(/images_admin/interface/vlf_grey_50x4000.png);
	background-repeat: repeat;
	background-position: left top;	
}

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

.editorwindow input { 
	color: #000000;
	background-color: #fff;
	margin-bottom: 0.8em;
	padding: 0.2em 0.2em 0em 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #ebc6ba #ebc6ba #ebc6ba #ebc6ba;
	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;
}
.floatRight {
	float:right;
}

#phposeditset {
	padding: 5px 0px 5px 10px;
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #990000;
	border-left: 1px solid #990000;
	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
**********************************************/

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

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



/* LIGTHBOX */

div.lightbox {
	position: absolute;
	z-index: 10;
	padding: 0;
	margin: 0;
	border: 2px solid white;
}





