@charset "ISO-8859-15";

@media all {
* html body * {
    overflow: visible;
}
* html iframe, * html frame {
    overflow: auto;
}
* html frameset {
    overflow: hidden;
}

* {
    font-size: 11px;
	margin: 0;
	padding: 0;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    font-size: 11px;
    height: 100%;
    margin-bottom: 1px;
}
body {
    color: #333;
    font-family: 'Verdana',Helvetica,Arial,sans-serif;
    text-align: left;
    -webkit-font-smoothing:antialiased;
    position: relative;
	margin:0;			
}

body, html {
    background-color: #FBFBFB;
    background-color: #FDFDFD;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Container */
/* Defaultwerte */

.column, .columns {
    float: left;
    padding: 0;
    position: relative;
}

.row {
    width: 100%;
	max-width: 1280px;
/*	min-width: 768px; */
	margin: 0 auto;
}

#container {
    background-color: #FFF;
    width: 100%;
    margin: 0;	
    overflow: auto;
    position: relative;
	height: auto !important;
	min-height: 100%;
    border: none;
}


#header, #metaNaviStart, #metaNavi, #subNavi, #footer, #footerWidth, #searchMobile, #navSearchBox, .navMobileSearch {
    display: none;
}

#brotkrumen {
   display: none;
}

#pageTitle {
	padding: 10px;
}

#content {
    display: block;
    float: none;
    padding: 10px;
}



/* 3:2 2-Spalten-Standard */
#contentText {
    width: 100%;
	float: none; 
    display: block;		
}
#contentMainWidth {
    width: 100%;
	float: none; 
    display: block;
}

#contentMain {
	padding: 10px;
}

.noColumnRight, #contentDbadmin {
	width: auto;
	margin: 0px;
	padding: 0px;		
}

#contentRightWidth {
width: 100%;	
float: none;
}

#contentRight {
    display: block;
float: none;
z-index: 0;
}

.shadow {
   -moz-box-shadow:    inset 0 0 10px #D9E4ED;
   -webkit-box-shadow: inset 0 0 10px #D9E4ED;
   box-shadow:         inset 0 0 10px #D9E4ED;
}

/* Inhalt */
.containerLeft50 {
    color: #333333;
    float: left;
    padding-bottom: 0.5em;
    padding-left: 0;
    padding-top: 0.2em;
}

.containerRight50 {
    color: #333333;
    float: right;
    padding-bottom: 0.5em;
    padding-right: 2em;
    padding-top: 0.2em;
}

/* Schriften */
/* Defaultwerte */

h1, h2, h3, h4, h5, h6, #pageTitle {
    font-weight: normal;
}

h1 {
    font-size: 16px !important;
    color: #213F57;	
    margin: 0 0 0.2em;
    padding-top: 0.5em;
}
h2, .h2 {
    font-size: 15px;
    margin: 0 0 0.8em;
	color: #1C4A70;
}
h3, .h3 {
    color: #333;
    font-size: 14px;
}

h3 {
    margin: 0 0 1em;
}

h4 {
    color: #1C4A70;
    font-size: 13px;
	padding-bottom: 0.5em;
}

h5 {
    color: #1C4A70;
    font-size: 12px;
}

h6 {
    font-size: 1em;
}

.small {
	font-size: 0.8em;
    line-height: 1.5em;		
}

/* Abstaende */
/* Defaultwerte */

/* Listen */
/* Defaultwerte */

ul {
/*    font-size: 1.4em;
    line-height: 1.5em; */
    margin: 0 0 2em 0em;
    list-style: none outside none;
	padding-left: 15px;
}

ol {
    margin: 0 0 2em 0em;
	padding-left: 15px;
}

li {
    line-height: 1.8em;
}


ul li {
    left: 0;
    list-style: none outside url("http://www.dzhw.eu/images/his_listhellblau_small.gif");
    margin-bottom: 0.9em;
}

.noStyle li {
    list-style-image: none;
    list-style-type: none;	
}



.pubList {
	padding-left: 0;	
}

.pubList li {
	list-style: none;
	margin-bottom: 2em;
    line-height: 1.4em;	
	
}

.entryForm {
	list-style: none;
	padding-left: 0;
    border: none;	
}

.entryForm li {
    list-style-image: none;
    list-style-type: none;
    line-height: 1.6em;
	margin-bottom: 0;
	display: block;
}

.contentsListLevel1 li, .contentsListLevel2 li, .contentsListLevel3 li {
    list-style: none outside none;
}

.contentsListLevel1, .contentsListLevel2, .contentsListLevel3, .contentsListLevel4, .contentsListLevel5 {
	margin-top: 0;
	margin-bottom: 1em !important;	
}

.contentsListLevel1 {
	margin-top: 0.5em !important;	
}

.contentsListLevel1 li, .contentsListLevel2 li, .contentsListLevel3 li, .contentsListLevel4 li, .contentsListLevel5 li {
	margin-bottom: 0.5em !important;
	list-style-image: none;		
}

.contentsListLevel1 li {
	text-indent: -20px;	
}

ol.contentsListLevel1 {
	counter-reset:listenpunkt_contentsListLevel1;
	list-style-type:none;
}

ol.contentsListLevel1 li:before {
	content: counter(listenpunkt_contentsListLevel1) ". ";
	counter-increment:listenpunkt_contentsListLevel1;
}

ol.contentsListLevel2 {
	counter-reset:listenpunkt_contentsListLevel2;
	list-style-type:none;
}
ol.contentsListLevel2 li:before {
	content: counter(listenpunkt_contentsListLevel1)"."counter(listenpunkt_contentsListLevel2,decimal) ". ";
	counter-increment:listenpunkt_contentsListLevel2;
}

ol.contentsListLevel3 {
	counter-reset:listenpunkt_contentsListLevel3;
	list-style-type:none;
}
ol.contentsListLevel3 li:before {
	content: counter(listenpunkt_contentsListLevel1)"."counter(listenpunkt_contentsListLevel2)"."counter(listenpunkt_contentsListLevel3,decimal) ". ";
	counter-increment:listenpunkt_contentsListLevel3;
}

ol.contentsListLevel4 {
	counter-reset:listenpunkt_contentsListLevel4;
	list-style-type:none;
}
ol.contentsListLevel4 li:before {
	content: counter(listenpunkt_contentsListLevel1)"."counter(listenpunkt_contentsListLevel2)"."counter(listenpunkt_contentsListLevel3)"."counter(listenpunkt_contentsListLevel4,decimal) ". ";
	counter-increment:listenpunkt_contentsListLevel4;
}

ol.contentsListLevel5 {
	counter-reset:listenpunkt_contentsListLevel5;
	list-style-type:none;
}
ol.contentsListLevel5 li:before {
	content: counter(listenpunkt_contentsListLevel1)"."counter(listenpunkt_contentsListLevel2)"."counter(listenpunkt_contentsListLevel3)"."counter(listenpunkt_contentsListLevel4,decimal)"."counter(listenpunkt_contentsListLevel5,decimal) ". ";
	counter-increment:listenpunkt_contentsListLevel5;
}

.iconList {
    list-style-image: none;
    list-style-type: none;
    padding-left: 20px;
}

.iconList li {
    list-style-image: none;
    list-style-type: none;
}

.noStyle {
	list-style: none;
	padding-left: 0;
    border: none;
}

.pubList li {
	
}

/* Sitemap, Klassifikation */
.listSitemap li, .listSitemapSub li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	line-height: 1.6em;
	font-size: 1em;
}

.dokuList li {
    line-height: 1.4em;	
}

/* Linkliste im Header */

#headerContent ul {
    margin: 0;
	padding: 0;
	float: right;
}

#headerContent ul li {
    margin: 0;
    float: left;
    padding-left: 4em;
	font-size: 1.2em;
	list-style:	none;		
}

#headerContent .liFirst{
    padding-left: 0;
}

/* Submenuliste im Kopfbereich */

#subNavi ul li {
    float: left;
}

ul#subnavigation {
    color: #A8111C;
    font-size: 1.2em;
    list-style: none outside none;
    margin: 0 0 0 1px;
    padding: 5px 0px 1px 0px;
	padding-left: 1em;
}

ul#subnavigation li {
	margin: 0;
    line-height: 2.5em;
    padding-right: 1em;
    margin-right: 1em;	
    padding-left: 0;	
	border-right: 1px solid #9DC3DF;
	list-style: none;	
}

ul#subnavigation li.first {
    padding-left: 0;
}

ul#subnavigation li.last {
	border-right: none;
}


/* Verweise */
/* Defaultwerte */

a {
    color: #A8111C;		
}

#footer a, #subnavigation a, #nav a {
    text-decoration: none;	
}

.arrow_right, .link_arrow_right, .arrowRight, .linkArrowRight {
	background-image:url('/images_/icons/arrow_right.gif');
	background-repeat:no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 1px 0 1px 20px;
	text-align: justify;
	top:0px;
}

.linkDefault, .link_default {
    background-image: url("/images_/icons/list_lightblue.gif");
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 0 2px 20px;
    text-align: justify;
    top: 0;
}


.linkEmail {
	background-image:url('/images_/icons/email.gif');
	background-repeat:no-repeat;
	background-position: left top;
	margin:0px;
	padding: 0 0 2px 20px;
	text-align: justify;
	top:0px;
}

.linkGroup {
	background-image:url('/images_/icons/group.gif');
	background-repeat:no-repeat;
	background-position: left top;
	margin:0px;
	padding: 0 0 2px 20px;
	text-align: justify;
	top:0px;
}

.link_list_bullets {
	background-image:url('/images_/icons/list_bullets.gif');
	background-repeat:no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 1px 0 1px 20px;
	text-align: justify;
	top:0px;
}

.linkLock {
	background-image:url('/images_/icons/lock.gif');
	background-repeat:no-repeat;
	background-position: left top;
	margin:0px;
	padding: 0 0 2px 20px;
	text-align: justify;
	top:0px;
}

.linkPdf, .link_pdf {
	background-image:url('/images_/icons/pdf.gif');
	background-repeat:no-repeat;
	background-position: left center;
	margin:0px;
	padding: 0 0 2px 20px;
	text-align: justify;
	top:0px;
}

.linkPage {
	background-image:url('/images_/icons/page.gif');
	background-repeat:no-repeat;
	background-position: left top;
	margin:0px;
	padding: 0 0 2px 20px;
	text-align: justify;
	top:0px;
}


.linkPerson {
	background-image:url('/images_/icons/person.gif');
	background-repeat:no-repeat;
	background-position: left top;
	margin:0px;
	padding: 0 0 2px 20px;
	text-align: justify;
	top:0px;
}

.linkRss {
	background-image:url('/images_/icons/feed.gif');
	background-repeat:no-repeat;
	background-position: left top;
	margin:0px;
	padding: 1px 0 4px 20px;
	text-align: justify;
	top:0px;
}

.linkWindowSearch {
	background-image:url('/images_/icons/window_search.gif');
	background-repeat:no-repeat;
	background-position: left top;
	margin:0px;
	padding: 0 0 2px 20px;
	text-align: justify;
	top:0px;
}

.linkZip {
	background-image:url('/images_/icons/zip.gif');
	background-repeat:no-repeat;
	background-position: left top;
	margin:0px;
	padding: 0 0 2px 20px;
	text-align: justify;
	top:0px;
}


a.linkButtonLook {
    background-color: #fafbfc;
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 1px solid #a7a7a7;
    color: #A8111C;
    font-size: 90% !important;
    font-weight: normal;
    padding: 2px 3px 3px;
	text-decoration: none !important;
}


/* Tabellen */
/* Defaultwerte */

table {
    border: medium none;
    width: 100%;
}
	
th {
	
}

tr {
	
}

td {
    vertical-align: top;
	padding: 15px;
}

table td:first-child {
    padding-left: 0;
}

.alternateBg {
    border-collapse:separate;
    border-spacing:0 2px;
}

.alternateBg th {
	padding-left: 5px;
}

.alternateBg td {
	padding: 5px;
}

.alternateBg td:first-child {
    padding-left: 5px;	
}

.headerLeft td:first-child {
    font-weight: bold;
}

.even {
	background-color: #EEF4F8;
}

.odd {
    background-color: #ede0d5;
}

table.noStyle {
	width: auto !important;	
}

table.noStyle td {
	padding: 0 !important;	
}

table.padding_0_5_em td {
	padding: 0.5em !important;	
}


/* Formulare */
/* Defaultwerte */

label {
	vertical-align: top;	
}

.labelLeft, .noLabelStandard {
	width: 33%;
	float: left;
	padding-right: 2px;
	text-align: right;
}

.inputStandard, .noInputStandard {
	width: 66% !important;
	display: inline !important;
}

.noInputStandard {
	float: left;
	margin-bottom: 4px;
}

input[type="text"], textarea {
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #9DC3DF;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #2D2D2D;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 0 12px;
    transition: all 0.15s linear 0s;
    width: 100%;
	font-family: courier;

	padding: 2px;
}

input[type="text"], input[type="textarea"], textarea, select, input[type="select"] {
    border: 1px solid #9DC3DF;	
}

input[type="select"], select {
    padding: 0.2em;	
}


input[type="radio"] {
    margin-right: 0.2em;	
}

.textareaStandard, .textarea4em, .textarea6em, .textarea10em, .textarea20em, .textarea40em {
    line-height: 1.5em;	
}
.textareaStandard, .textarea10em {
	height: 10em;	
}

.textarea4em {
	height: 4em;		
}

.textarea6em {
	height: 6em;		
}

.textarea20em {
	height: 20em;
}

.textarea40em {
	height: 40em;
}

.input2em, .input4em, .inputDate, .input10em, .input15em, .input20em, .input25em {
    display: inline !important;	
}

.input2em {
    width: 2em !important;	
}

.input4em {
    width: 4em !important;
}

.inputDate {
    width: 8em !important;
}

.input10em {
    width: 10em !important;
}

.input15em {
    width: 15em !important;
}

.input20em {
    width: 20em !important;
}

.input25em {
    width: 25em !important;
}

input.submit, .submit, input[type="submit"], input.reset, .reset, input[type="reset"] {
    background-color: #FAFBFC;
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 1px solid #9DC3DF;
    border-radius: 3px;
    color: #A8111C;
    cursor: pointer;
    font-size: 100%;
    font-weight: normal;
    padding: 0 3px 1px;
    vertical-align: middle;
	width: auto;
}

input.submit:hover,
.submit:hover,
input[type="submit"]:hover,
input.submit:focus,
.submit:focus,
input[type="submit"]:focus,
input.reset:hover,
.reset:hover,
input[type="reset"]:hover,
input.reset:focus,
.reset:focus,
input[type="reset"]:focus {
	background-position:center top;
	border-color:#EFD9AB;
	color:#333333;
	padding-bottom:1px;
	text-decoration:underline;
	vertical-align:middle;
    padding: 0 3px 1px;	
}

input.submit:active,
.submit:active,
input[type="submit"]:active,
input.reset:active,
.reset:active,
input[type="reset"]:active {
/*    border: none; */
} 

#searchInput {
	margin: 0;
    border: none;
    color: #2d2d2d;
    float: left;
    font-size: inherit;
    margin-right: 12px;
    margin-left: 10px;
    padding: 0.2em;
    width: 210px;
	transition: none;
	background-color: transparent;
	box-shadow: none;
	height: auto;
	line-height: normal;
	border-radius: 0px;
	display: inline;
}

#searchInputMobile {
	margin: 0;
    border: none;
    color: #2d2d2d;
    float: left;
    font-size: inherit;
    margin-right: 12px;
    padding: 0.2em;
    width: 210px;
	transition: none;
	background-color: white;
	box-shadow: none;
	height: auto;
	line-height: normal;
	border-radius: 0px;
	display: inline;
}

#searchSubmit {
    background-color: #006bb3;
    background-image: none;
    border: none;
    color: #FFFFFF;
    font-size: inherit;
    margin: 0;
    padding: 0.2em;
    width: 68px;
	text-decoration: none;	
}

#searchSubmit:hover {
  cursor: pointer;
}

.submit_minus {
	border: none !important;
	background-image:url('/images_/icons/map_minus.gif') !important;
	background-repeat:no-repeat !important;
	background-position: left center !important;
	background-color: transparent !important;	
	margin:0px !important;
	padding: 0 0 2px 18px !important;
	text-align: justify !important;
	top:0px !important;
	font-size:120% !important;
}

.submit_plus {
	border: none !important;
	background-image:url('/images_/icons/map_plus.gif') !important;
	background-repeat:no-repeat !important;
	background-position: left center !important;
	background-color: transparent !important;
	margin:0px !important;
	padding: 0 0 2px 18px !important;
	text-align: justify !important;
	top:0px !important;
	font-size:120% !important;
}

.submit_plus:hover,
.submit_plus:focus,
.submit_minus:hover,
.submit_minus:focus {
	background-color: transparent !important;	
}

.buttonLinkLook, .buttonLinkLook:hover, .buttonLinkLook:focus {
	background-color: transparent !important;
	background-image: none !important;	
	border: none !important;
	font-size: 12px !important;
	font-weight: normal !important;	
}

.linkWorld {
	background-image:url('/images_/icons/world.gif') !important;
	background-repeat:no-repeat !important;
	background-position: left top !important;
	background-color: transparent !important;
	border: none !important;
	font-size: 1.1em !important;
	font-weight: normal !important;
	text-decoration: underline !important;
	padding: 0 0 2px 20px !important;	
}

.linkWorld:hover,
.linkWorld:focus {
    color: #A8111C !important;
}


/* Abstaende */
/* Defaultwerte */

p {
	line-height: 1.6em;
	padding-bottom: 2em;
/*	font-size: 1.4em; */
}

.narrow {
    margin-bottom: 0.5em !important;
    padding-bottom: 0 !important;	
}

.clearer {
   height: 0;
   margin: 0;
   padding: 0;
   clear: both;	
}

.paddingLeft1em {
    padding-left: 1em;	
}

.paddingRight1em {
    padding-right: 1em;	
}

.padding_right_2_em, .paddingRight2em  {
    padding: 0 2em 0 0;
}

.bottom_0 {
	padding-bottom: 0 !important;
}

.marginBottom_0_5 {
	margin-bottom: 0.5em;
}

.marginBottom_0 {
	margin-bottom: 0px !important;
}

.paddingTop_0 {
	padding-top: 0;
}

.paddingTop_0_5 {
	padding-top: 0.5em;
}

.padding_0_5 {
	padding: 0.5em !important;
}

.marginTop_1 {
	margin-top: 1em;
}

.marginTop_0_5 {
	margin-top: 0.5em;
}

.marginTop_0 {
	margin-top: 0;
}

.noPaddingLeft {
	padding-left: 0px !important;		
}

.autoWidth {
	width: auto !important;
	display: inline !important;
}

.gallerie_one_third {
    float: left;
    width: 33%;
}

/* Bilder */
/* Defaultwerte */

img {
    border: solid 1px #D9E4ED;	
}

.listSitemap img, .listSitemapSub img {
    border: none;	
}

.img_float_right_grey, .imgFloatRightGrey {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.img_float_left_grey, .imgFloatLeftGrey {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.imgFloatLeftGrey5em {
	float: left;
	margin-right: 5em;
	margin-bottom: 5px;
}

.prm_left {
	float: left;
	width: 48%;
	padding-right: 1em;	
}

.prm_right {
	float: left;
	width: 48%;		
}

/* Rahmen */

.borderGrey {
    border: solid 1px #D9E4ED;
	padding: 0.5em;
}

.noBorder {
    border: none;
}

/* floating */

.floatLeft {
    float: left;	
}

.floatRight {
    float: right;	
}

#registration {
	width: 630px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}

#registration .headertext {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 5px;		
	margin: 0;
}

#registration .header {
	background-image: url(images/veranstaltungen/form-head.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;	
	height: 68px;
	padding-top: 0px;
	margin: 0;
}

#registration .header_confirm {
	background-image: url(images/veranstaltungen/form-head-02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 68px;
/*	padding-top: 20px; */
	margin: 0;
}

#registration #formular {
	background-image: url(images/veranstaltungen/form-background.png);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	padding-top: 1em;
}


#registration .footer {
	background-image: url(images/veranstaltungen/form-bottom.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;	
}

fieldset {
	border: none;
	padding-left: 20px;
	padding-right: 40px;
}

.errorList {
	margin-left: 25px;
	padding-left: 0px;
	left: 0px;	
}

.errorList li {
	text-decoration: none;
	list-style-image: url('/images_/icons/attention.png');
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	margin-bottom: 0.5em;
	padding-left: 0.3em;
	left: 0px;
	font-weight: normal;
	line-height: 1.2em;
}

.tgSort {
    float: left;	
}

/* sitemap */

DIV#listTree {
   padding: 1em 1.5em;
   line-height: 20px;
   font: 15px sans-serif;
   }

DIV#listTree LI {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   }
DIV#listTree LI {
   background: url('/images_/map/extm.gif')
               no-repeat
               0% 0%;
   list-style-type: none;
   list-style-image: none;			   
   }
DIV#listTree LI.last {
   background: url('/images_/map/exlm.gif')
               no-repeat
               0% 0%;			   
   }
DIV#listTree LI.firstm {
   background: url('/images_/map/exfm.gif')
               no-repeat
               0% 0%;
   background-position: left bottom;			   
   }   
DIV#listTree UL {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
   list-style-image: none;
   }
DIV#listTree UL {
   background: url('/images_/map/exim.gif')
               repeat-y
               0% 0%;
   }
DIV#listTree UL.last {
   background-image: none;
   }

#printFoot {
	padding-top: 1em;
     float: none;
	 display: block;
	 width: 100%;
	 border-top: 1px solid #D9E4ED;	
}

.printOnly {
    display: block;
	float: none;	
}

.noPrint {
    display: none;
}
}