@font-face {
	font-family: 'VAGRoundedThinBold';
	src: url('vagrounded-bold.eot');
	src: local('☺'), url('vagrounded-bold.woff') format('woff'), url('vagrounded-bold.ttf') format('truetype');
}

@font-face {
	font-family: 'VAGRoundedLight';
	src: url('vagrounded-light-webfont.eot');
	src: local('☺'), url('vagrounded-light-webfont.woff') format('woff'), url('vagrounded-light-webfont.ttf') format('truetype');
}

/* @group Yellowspace */

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

/* @group 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; }

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

/* @group lightviewError */

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



/* @end */

/* 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' );
}



/* @end */

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


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

/* @group Columns */

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



/* @end */

/* @group Navigation Elements */

.hauptmenue .globalsubnav {
	position:absolute;
	width:200px;
}

.hauptmenue .supnavwrapper {
	padding: 10px;
	background-color:#fff;
	margin:0;
}

div.supnav {
	margin: 0 0 2px 0;
	padding: 0 0 0 14px;
	background-image: url(/local/media/Image/boxen/aufzaehlungszeichen-gross.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

/* @end */

/* @group 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;
}

/* @group Text */

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

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



/* @end */

/* @group Table */

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

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

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

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

#content tbody td {
	font-family: arial, tahoma, verdana , sans-serif;
	text-align: left;
	color: #000;
	vertical-align: top;
	padding: 0.2em 0.4em 0.2em 0.4em;
	background-color: #f9f1e1;
	background-image: url(/images/interface/main_background.gif);
	background-repeat: repeat;
	background-position: left top;	
}


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

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

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



/* @end */



/* @end */

/* @group 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: #000;
    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: #000;
	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: #824f3e;
	vertical-align: top;
}

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



#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;	
	margin:0;
}

#content div.tablenavigationbottom div.navigation {
	padding: 2px 3px 3px 3px; 
	font-size:10px;	
	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: #f9f1e1;
}



/* @end */

/* @group Div Content List */

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

#content .cdbnavigationwbottom {
	clear:left;
	padding: 2em 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: #f9f1e1;
}

#content .cdb {
	
}



/* @end */

/* @group Mission Message */

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



/* @end */

/* @group Fieldsets */

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



/* @end */

/* @group 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 0.4em 0.6em;
	float: right;
	clear: both;
}

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

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



/* @end */

/* @group Files */

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



/* @end */

/* @group 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;
}



/* @end */

/* @group 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;
}



/* @end */

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

/* @group 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;
}



/* @end */

/* @group Editor Window */

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



/* @end */

/* @group Editor / Browser Wrapper */

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

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



/* @end */



/* @end */

html {
	background-color: #eb500a;
}

body {
	margin: 0;
	padding: 0;
	background-color: #eb500a;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

img {
	border: none;
}

h1 {
	font-size: 35px;
	line-height: 40px;
	margin: 20px 0 20px 0;
}

h1:first-child {
	margin-top: 10px;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 16px 0 8px 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 8px 0 8px 0;
}

h3:first-child {
	margin-top: 0;
}

p {
	margin: 12px 0 12px 0;
}

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

li {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #eb500a;
}

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

input.textfield,
textarea,
select {
	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;
}

/* @group Administration
 */

div.form div.fieldsetcolumnleft {
	width: 263px;
	float: left;
}

div.form div.fieldsetcolumnright {
	width: 256px;
	float: left;
}

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

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

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

div.missionmessage,
div.missionmessageerror,
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;
}

div.missionmessage {
	width: 603px;
}

div.missionmessagesuccess {
	background: #007716;
}

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

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

/* @group globalsubnav */

div.globalsubnav {
	font-family: Arial;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
}

div.hauptmenue div.globalsubnav a {
	color: #bc4007;
	text-decoration: none;
}

div.hauptmenue div.globalsubnav a:hover {
	color: #eb500a;
}

/* @end */



/* @end */

/* @group Container */

div.container {
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
}



/* @end */

/* @group Titelfoto */

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



/* @end */

/* @group Logo */

div.logo {
	position: absolute;
	z-index: 10;
	margin: -120px 0 0 -10px;
	line-height: 100px;
}

/* @end */

/* @group Menüpfad */

div.menuepfad {
	display: none;
}



/* @end */

/* @group Hauptmenü */

div.hauptmenue {
	font-family: 'VAGRoundedThinBold', Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
}

div.hauptmenue ul {
	float: left;
	margin: 16px 5px 12px 5px;
	padding: 0;
	list-style-type: none;
}

div.hauptmenue li {
	float: left;
	margin: 0 15px 0 0;
}

div.hauptmenue li:last-child {
	margin-right: 0;
}

div.hauptmenue li.aktiv {
	margin-top: 0;
	font-size: 35px;
}

div.hauptmenue a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

div.hauptmenue a:hover {
	color: #fad3c2;
}

div.hauptmenue li.aktiv a:hover {
	color: #ffffff;
}

/* @end */

/* @group Untermenü */

div.untermenue {
	clear: both;
	background-color: white;
	border-bottom: 10px solid #eb500a;
	color: #666666;
	font-family: 'VAGRoundedThinBold', Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
}

div.untermenue ul {
	padding: 4px 0 3px 10px;
	list-style-type: none;
}

div.untermenue ul li {
	display: inline;
	margin-right: 10px;
}

div.untermenue ul li.aktiv a {
	color: #000000;
}

div.untermenue a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

div.untermenue a:hover {
	color: #000000;
}

div.untermenue img {
	vertical-align: bottom;
	margin-bottom: -3px;
}

/* @end */

/* @group Spalten */

div.seiteninhalt {
	clear: both;
	-float: left;
}

div.seiteninhalt div.spaltenrahmen {
	float: left;
}

div.seiteninhalt div.spaltenrahmen div.spalte {
	border-left: 10px solid #eb500a;
}

div.seiteninhalt div.spaltenrahmen:first-child div.spalte,
div.seiteninhalt div.spaltenrahmen.first div.spalte {
	border-left: 0;
}



/* @end */

/* @group Box */

div.box {
	background-color: white;
	border-bottom: 10px solid #eb500a;
}

div.box div.pressestimme p.quelle {
	font-style: italic;
}

div.box div.pressestimme h2.titel {
	margin-top: 8px;
}

/* @group Box Menü */

div.box.menue {
	padding: 5px 8px 5px 0;
	font-size: 12px;
	line-height: 15px;
}

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

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

div.box.menue li.aktiv {
	background-image: url(/local/media/Image/boxen/menuepfeil-aktiv.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}



/* @end */

/* @group Box groß */

div.box.gross {
	padding: 10px;
}

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

div.box.gross 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;
}

div.box.gross ul.links {
	margin: 8px 0 0 0;
	padding: 0;
}

div.box.gross 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;
}

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

div.box.gross ul.links li li {
	margin-left: -14px;
	padding: 0 0 8px 0;
	background-image: none;
}

div.box.gross ul.links ul.blog li {
	padding: 5px 8px 5px 8px;
	background-color: #e5e5e5;
	border-bottom: 5px solid #ffffff;
}

div.box.gross span.autor {
	font-style: italic;
}

/* @end */

/* @group Box klein */

div.box.klein {
	padding: 5px 8px 5px 8px;
	font-size: 12px;
	line-height: 15px;
}

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

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

div.box.klein h2:first-child {
	margin-top: 4px;
}

div.box.klein h3 {
	margin: 16px 0 8px 0;
	font-size: 1em;
	line-height: 15px;
}

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

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

div.box.klein ul li {
	margin: 0;
	padding: 0;
}

div.box.klein ul.links {
	
}

div.box.klein ul.links li {
	padding-left: 10px;
	background-image: url(/local/media/Image/boxen/aufzaehlungszeichen-klein-link.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

div.box.klein ul.links li.offen {
	background-image: url(/local/media/Image/boxen/aufzaehlungszeichen-klein-link-offen.png);
	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;
}

div.box.klein span.benutzername {
	font-size: 20px;
	line-height: 24px;
}



/* @end */

/* @group Box Blog */

div.box div.blog {
	
}

div.box div.blog div.eintrag {
	
}

div.box div.blog div.blaettern {
	margin: 16px 0 8px 0;
	text-align: right;
}

div.box div.blog div.blaettern a {
	margin-left: 8px;
}



/* @end */

/* @group Box Showtermin */

div.box.klein p.showtermin {
	line-height: 20px;
}

div.box.klein p.showtermin span.datum {
	font-size: 18px;
}

div.box.klein p.showtermin span.wochentag {
	
}

div.box.klein p.showtermin span.uhrzeit {
	
}

div.box.klein p.showtermin span.show {
	font-size: 18px;
}

div.box.klein p.showtermin span.veranstaltungsort {
	
}

div.box.klein p.showtermin span.ort {
	
}



/* @end */

/* @group Box Workshoptermin */

div.box.klein p.workshoptermin {
	line-height: 16px;
	margin-top: 12px;
}

div.box.klein p.workshoptermin span.datum {
	font-size: 16px;
	line-height: 20px;
}

div.box.klein p.workshoptermin span.datum span.wochentag {
	
}

div.box.klein p.workshoptermin span.uhrzeit {
	display: block;
	font-size: 16px;
	line-height: 20px;
}

div.box.klein p.workshoptermin span.titel {
	display: block;
	font-size: 16px;
	line-height: 20px;
}

div.box.klein p.workshoptermin span.kursleiter {
	
}

div.box.klein p.workshoptermin span.kursleiter span.name {
	
}

div.box.klein p.workshoptermin span.kursgebuehr {
	display: block;
}

div.box.klein p.workshoptermin span.kursgebuehr span.gebuehr {
	
}

div.box.klein p.workshoptermin span.ort {
	display: block;
}

div.box.klein p.workshoptermin span.ort span.stadt {
	
}

div.box.klein p.workshoptermin span.ort span.raum {
	
}



/* @end */

/* @group Box Kommentare */

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

div.box.klein.kommentare span.datum {
	
}

div.box.klein.kommentare span.uhrzeit {
	
}

div.box.klein.kommentare span.eintragtitel {
	font-style: italic;
}

div.box.klein.kommentare span.autor {
	font-style: italic;
}



/* @end */

/* @group Box Bild */

div.box.bild {
	padding: 0;
}



/* @end */

/* @group Box Liste */

div.box.gross.liste {
	padding: 0;
}

div.box.gross.liste table {
	
}

div.box.gross.liste table colgroup col {
	width: auto;
}

div.box.gross.liste table th,
div.box.gross.liste table td {
	padding: 4px 8px 4px 0;
	font-family: Arial;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}

div.box.gross.liste table td:first-child,
div.box.gross.liste table td.first-child,
div.box.gross.liste table th:first-child,
div.box.gross.liste table th.first-child {
	padding-left: 8px;
}

div.box.gross.liste table th {
	
}

div.box.gross.liste table td {
	border-top: 1px solid black;
}



/* @end */

/* @group Box Kalender */

div.box.gross.kalender span.datum {
	display: block;
	margin: 0;
	line-height: 24px;
	font-size: 22px;
	font-weight: bold;
}

div.box.gross.kalender span.wochentag {
	margin-right: 5px;
}

div.box.gross.kalender span.uhrzeit {
	white-space: nowrap;
}

div.box.gross.kalender span.ort {
	display: block;
}

div.box.gross.kalender span.veranstaltungsort {
	display: block;
	white-space: nowrap;
}

div.box.gross.kalender span.show {
	margin-right: 5px;
	font-size: 18px;
	line-height: 22px;
	display:block;
}

div.box.gross.kalender span.showinfo {
	
}

div.box.gross.kalender span.spieler {
	display: block;
	margin-bottom: -8px;
	white-space: nowrap;
}

div.box.gross.kalender table img {
	
}

div.box.gross.kalender span.reservierungstelefon {
	display: block;
}

div.box.gross.kalender span.reservierungonline {
	margin-right: 5px;
}

div.box.gross.kalender span.kartenpreise {
	white-space: nowrap;
}



/* @end */

/* @group Box Pressefotos */

div.box.gross.pressefotos {
	padding: 3px 0 0 3px;
}

div.box.gross.pressefotos table td {
	padding: 0 5px 5px 5px;
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
	background-color: #e5e5e5;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
}

div.box.gross.pressefotos table td img {
	margin: 0 -5px 8px -5px;
}

div.box.gross.pressefotos table td span.motiv {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

div.box.gross.pressefotos table td span.personen {
	margin-right: 5px;
}

div.box.gross.pressefotos table td span.fotograf {
	white-space: nowrap;
	margin-right: 5px;
}

div.box.gross.pressefotos table td span.bildgroesse {
	white-space: nowrap;
	font-size: 13px;
}

div.box.gross.pressefotos table td span.dateigroesse {
	white-space: nowrap;
}

div.box.gross.pressefotos table td span.bildaufloesung {
	white-space: nowrap;
}

div.box.gross.pressefotos table td span.dateiformat {
	
}



/* @end */



/* @end */

/* @group Vita */

table.vita {
	
}


table.vita td,
table.vita th {
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #999999;
	vertical-align: top;
	text-align: left;
}

table.vita tr td:first-child,
table.vita tr th:first-child {
	padding-left: 0;
}

table.vita tr td:last-child,
table.vita tr th:last-child {
	padding-right: 0;
}


/* @end */

/* @group Formular */

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

div.form div.legend {
	
}

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

div.form table td {
	padding-left: 5px;
}

div.form table tr td:first-child,
div.form table tr td.first-child {
	padding-left: 0;
}

div.form span.field {
	
}

div.form span.field.textfield {
	
}

div.form span.field.select {
	
}

div.form span.field.checkbox {
	line-height: 22px;
}

div.form span.field.radiobutton {
	
}

div.form label {
	display: block;
	font-size: 11px;
}

div.form span.field.required label {
	font-weight: bold;
}

div.form input.textfield,
div.form select.textfield,
div.form textarea {
	margin: 0 0 5px 0;
}

div.form div.options {
	margin-top: 5px;
	text-align: right;
}

div.options button,
div.form div.options button,
div.form div.options input.button {
	margin-left: 8px;
	cursor: pointer;
}

/* @group Fehlermeldung */

div.fehlermeldung {
	margin: 0 0 10px 0;
	padding: 5px 8px 5px 8px;
	color: #eb500a;
	border: 2px solid #eb500a;
	background: white;
}

div.erfolgsmeldung {
	margin: 0 0 10px 0;
	padding: 5px 8px 5px 8px;
	color: #293324;
	border: 2px solid #293324;
	background: white;	
}

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



/* @end */

/* @group Kartenbestellung */

div.form.kartenbestellung span.datum {
	font-size: 18px;
}

div.form.kartenbestellung span.wochentag {
	
}

div.form.kartenbestellung span.uhrzeit {
	
}

div.form.kartenbestellung span.show {
	font-size: 18px;
	line-height: 24px;
}

div.form.kartenbestellung span.veranstaltungsort {
	
}

div.form.kartenbestellung span.ort {
	
}



/* @end */



/* @end */

/* @group Lightbox */

div.lightbox {
	padding: 0;
	margin: 0;
	border: 2px solid white;
}

div.lightbox fieldset {
	
}



/* @end */


/**********************************************
	Chris Ergaenzungen
**********************************************/

@media print {

  
  
body {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

img {
	border: none;
}

h1 {
	font-size: 35px;
	line-height: 40px;
	margin: 20px 0 20px 0;
}

h1:first-child {
	margin-top: 10px;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 16px 0 8px 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 8px 0 8px 0;
}

p {
	margin: 16px 0 16px 0;
}

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

li {
	margin: 0;
	padding: 0;
}

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

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

input.textfield,
textarea {
	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 {
	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 {
	background-color: #404040;
}




/* CONTAINER */

div.container {
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
}



/* TITELFOTO */

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



/* LOGO */

div.logo {
	position: absolute;
	z-index: 10;
	top: 135px;
	left: 860px;
}



/* MENUEPFAD */

div.menuepfad {
	margin: 0 3px 20px 3px;
	line-height: 60px;
	font-size: 35px;
	font-weight: bold;
	border-bottom: 2px solid #666666;
}

div.menuepfad span.hauptmenuepunkt {
	margin: 0 15px 0 0;
	text-transform: uppercase;
}



/* HAUPTMENUE */

div.hauptmenue {
	display: none;
}




/* UNTERMENUE */

div.untermenue {
	display: none;
}




/* SPALTEN */

div.seiteninhalt {
	clear: both;
	-float: left;
}

div.seiteninhalt div.spaltenrahmen {
	float: left;
}

div.seiteninhalt div.spaltenrahmen div.spalte {
	border-left: 10px solid #ffffff;
}

div.seiteninhalt div.spaltenrahmen:first-child div.spalte,
div.seiteninhalt div.spaltenrahmen.first div.spalte {
	border-left: 0;
}




/* BOX */

div.box {
	
}

div.box div.pressestimme p.quelle {
	font-style: italic;
}

div.box div.pressestimme h2.titel {
	margin-top: 8px;
}





/* BOX menue */

div.box.menue {
	padding: 5px 8px 5px 0;
	font-size: 12px;
	line-height: 15px;
}

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

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

div.box.menue li.aktiv {
	background-image: url(/local/media/Image/boxen/menuepfeil-aktiv.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}




/* BOX gross */

div.box.gross {
	padding: 10px;
}

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

div.box.gross 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;
}

div.box.gross ul.links {
	margin: 8px 0 0 0;
	padding: 0;
}

div.box.gross 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;
}

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

div.box.gross ul.links li li {
	margin-left: -14px;
	padding: 0 0 8px 0;
	background-image: none;
}

div.box.gross span.autor {
	font-style: italic;
}




/* BOX klein */

div.box.klein {
	padding: 5px 8px 5px 8px;
	font-size: 12px;
	line-height: 15px;
}

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

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

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

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

div.box.klein ul li {
	margin: 0;
	padding: 0;
}

div.box.klein ul.links {
	
}

div.box.klein ul.links li {
	padding-left: 10px;
	background-image: url(/local/media/Image/boxen/aufzaehlungszeichen-klein-link.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

div.box.klein ul.links li.offen {
	background-image: url(/local/media/Image/boxen/aufzaehlungszeichen-klein-link-offen.png);
	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;
}

div.box.klein span.benutzername {
	font-size: 20px;
	line-height: 24px;
}




/* BOX Blog */

div.box div.blog {
	
}

div.box div.blog div.eintrag {
	
}

div.box div.blog div.blaettern {
	display: none;
}




/* BOX Showtermin */

div.box.klein p.showtermin {
	line-height: 20px;
}

div.box.klein p.showtermin span.datum {
	font-size: 18px;
}

div.box.klein p.showtermin span.wochentag {
	
}

div.box.klein p.showtermin span.uhrzeit {
	
}

div.box.klein p.showtermin span.show {
	font-size: 18px;
}

div.box.klein p.showtermin span.veranstaltungsort {
	
}

div.box.klein p.showtermin span.ort {
	
}



/* BOX Workshoptermin */

div.box.klein p.workshoptermin {
	line-height: 16px;
}

div.box.klein p.workshoptermin span.datum {
	font-size: 18px;
	white-space: nowrap;
}

div.box.klein p.workshoptermin span.uhrzeit {
	white-space: nowrap;
}

div.box.klein p.workshoptermin span.kursleiter {
	
}

div.box.klein p.workshoptermin span.kursleiter span.name {
	
}

div.box.klein p.workshoptermin span.kursgebuehr {
	clear: both;
	white-space: nowrap;
}

div.box.klein p.workshoptermin span.kursgebuehr span.gebuehr {
	
}

div.box.klein p.workshoptermin span.ort {
	white-space: nowrap;
}

div.box.klein p.workshoptermin span.ort span.stadtname {
	
}



/* BOX Kommentare */

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

div.box.klein.kommentare span.datum {
	
}

div.box.klein.kommentare span.uhrzeit {
	
}

div.box.klein.kommentare span.eintragtitel {
	font-style: italic;
}

div.box.klein.kommentare span.autor {
	font-style: italic;
}





/* BOX Bild */

div.box.bild {
	padding: 0;
}




/* BOX Liste */

div.box.gross.liste {
	padding: 0;
}

div.box.gross.liste table {
	
}

div.box.gross.liste table colgroup col {
	width: auto;
}

div.box.gross.liste table th,
div.box.gross.liste table td {
	padding: 4px 8px 4px 0;
	font-family: Arial;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}

div.box.gross.liste table td:first-child,
div.box.gross.liste table td.first-child,
div.box.gross.liste table th:first-child,
div.box.gross.liste table th.first-child {
	padding-left: 8px;
}

div.box.gross.liste table th {
	
}

div.box.gross.liste table td {
	border-top: 1px solid black;
}



/* BOX Kalender */

div.box.gross.kalender span.datum {
	display: block;
	margin: 0;
	line-height: 24px;
	font-size: 22px;
	font-weight: bold;
}

div.box.gross.kalender span.wochentag {
	margin-right: 5px;
}

div.box.gross.kalender span.uhrzeit {
	white-space: nowrap;
}

div.box.gross.kalender span.ort {
	display: block;
}

div.box.gross.kalender span.veranstaltungsort {
	display: block;
	white-space: nowrap;
}

div.box.gross.kalender span.show {
	display: block;
	font-size: 18px;
	line-height: 22px;
}

div.box.gross.kalender span.showinfo {
	display: block;
}

div.box.gross.kalender span.spieler {
	display: block;
	margin-bottom: -8px;
	white-space: nowrap;
}

div.box.gross.kalender table img {
	
}

div.box.gross.kalender span.reservierungstelefon {
	display: block;
}

div.box.gross.kalender span.reservierungonline {
	margin-right: 5px;
}

div.box.gross.kalender span.kartenpreise {
	white-space: nowrap;
}



/* BOX Pressefotos */

div.box.gross.pressefotos {
	padding: 3px 0 0 3px;
}

div.box.gross.pressefotos table td {
	padding: 0 5px 5px 5px;
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
	background-color: #e5e5e5;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
}

div.box.gross.pressefotos table td img {
	margin: 0 -5px 8px -5px;
}

div.box.gross.pressefotos table td span.motiv {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

div.box.gross.pressefotos table td span.personen {
	margin-right: 5px;
}

div.box.gross.pressefotos table td span.fotograf {
	white-space: nowrap;
	margin-right: 5px;
}

div.box.gross.pressefotos table td span.bildgroesse {
	white-space: nowrap;
	font-size: 13px;
}

div.box.gross.pressefotos table td span.dateigroesse {
	white-space: nowrap;
}

div.box.gross.pressefotos table td span.bildaufloesung {
	white-space: nowrap;
}

div.box.gross.pressefotos table td span.dateiformat {
	
}



/* FIELDSET */

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

div.form div.legend {
	
}

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

div.form table td {
	padding-left: 5px;
}

div.form table tr td:first-child,
div.form table tr td.first-child {
	padding-left: 0;
}

div.form span.field {
	
}

div.form span.field.textfield {
}

div.form span.field.select {
}

div.form span.field.checkbox {
	line-height: 22px;
}

div.form span.field.radiobutton {
}

div.form label {
	display: block;
	font-size: 11px;
}

div.form span.field.required label {
	font-weight: bold;
}

div.form input.textfield,
div.form textarea {
	margin: 0 0 5px 0;
}

div.form div.options {
	margin-top: 5px;
	text-align: right;
}

div.form div.options button {
	margin-left: 8px;
}


/* form Kartenbestellung */


div.form.kartenbestellung span.datum {
	font-size: 18px;
}

div.form.kartenbestellung span.wochentag {
	
}

div.form.kartenbestellung span.uhrzeit {
	
}

div.form.kartenbestellung span.show {
	font-size: 18px;
	line-height: 24px;
}

div.form.kartenbestellung span.veranstaltungsort {
	
}

div.form.kartenbestellung span.ort {
	
}







/* LIGTHBOX */

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


/* LIGTHBOX fieldset */

div.lightbox fieldset {
	
}



/* Diashow */

div.diashow {
	
}
  
  
  
  
  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 }
  
  
}






