@media screen, projection {
	/**
     * Contao Open Source CMS
     *
     * Copyright (c) 2005-2013 Leo Feyer
     *
     * @package Core
     * @link    https://contao.org
     * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
     */
	/**
     * Standardize some basic elements
     */
	html {
		overflow-y: scroll;
	}

	/*html, body {
        height: 100%;
    }*/
	body {

	}


	body, form {
		margin: 0;
		padding: 0;
	}

	header, footer, nav, section, aside, article, figure, figcaption {
		display: block;
	}

	#container {
		clear: both;
		zoom: 1;

	}

	#container, .inside {
		position: relative;
	}

	#main .inside {
		min-height: 1px; /* see #4893 */
	}

	/**
     * Flexible images (videos see #4896)
     *
     * @see http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries
     */
	img {
		max-width: 100%;
		height: auto;
		border: 0;

	}

	.ie7 img {
		-ms-interpolation-mode: bicubic;
	}

	.ie8 img {
		width: auto; /* see #5789 */
	}

	/**
     * Format the Contao image galleries (now rendered as unordered lists)
     */
	.ce_gallery ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
		list-style: none;
	}

	.ce_gallery li {
		float: left;
	}

	.ce_gallery li.col_first {
		clear: left;
	}

	/**
     * Clear floats
     */
	.block {
		overflow: hidden;
	}

	.clear, #clear {
		height: 0.1px;
		font-size: 0.1px;
		line-height: 0.1px;
		clear: both;
	}

	/**
     * Hide invisible elements
     */
	.invisible {
		width: 0;
		height: 0;
		left: -1000px;
		top: -1000px;
		position: absolute;
		overflow: hidden;
		display: inline;
	}

	/**
     * Custom layout sections
     */
	.custom {
		display: block;
	}
	.float_left{float:left}.float_right{float:right}
	#container:after, .custom:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	#hnav.block {
		overflow: visible !important;
	}
	.mod_breadcrumb ul{margin-left:0}
.mod_breadcrumb li{float:left;list-style-type: none;margin-right:5px}
	.mod_breadcrumb li.first{display:none}
	.mod_breadcrumb li span{margin-left:5px}
}

.mod_changelanguage strong{font-weight:300}
.nomargin{margin:0 !important}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	width:auto
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul.level_2,.sf-menu ul.level_3,.sf-menu ul.level_4  {
border:1px solid #a2a2a2;
	background:#D8D8D8;
	border-radius:9px;
	/*	min-width: 12em;  allow long menu items to determine submenu width */

	zoom:1;
}
.sf-menu a {

	text-decoration: none;

}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;

}
.sf-menu li:hover,
.sf-menu li.sfHover {

	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

@media aural, braille, embossed, handheld, projection, screen, tty, tv {

/* all menu links */
#hnav a,#hnav strong{
    display:block;
    padding:10px 14px;
    background-color:#D8D8D8;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-weight:300;
}
    #hnav strong{font-style:italic}
    #hnav ul.level_2 li{display:block;width:100%}

    #hnav a:hover,
    #hnav a:focus{background-color:#A2A2A2;color: #000000;}

/* Parent Sub Menu Links ---[javascript users only] */




/* Parent Main Menu Links ---[javascript users only] */
#hnav ul.level_1 li.submenu a {
    background-image:url("/files/nathal-theme/images/arrow_down.gif");
    background-position:right center;
    background-repeat:no-repeat;
}

    #hnav ul.level_2 li:not(.submenu) a,#hnav ul.level_3 li:not(.submenu) a{ background-image:none !important;}


    #hnav ul.level_2 li.submenu a{
        background-image:url("/files/nathal-theme/images/arrow_right.gif");
        background-position:right center;
        background-repeat:no-repeat;

    }


/* Parent Main Menu Links on hover or focus ---[javascript users only]
.mainMenuParentBtnFocused {
    background-image:url("../../files/nathal-theme/css/files/nathal-theme/images/arrow_down_over.gif");
    background-position:right center;
    background-repeat:no-repeat;
}*/

    /* Parent Sub Menu Links on hover or focus ---[javascript users only]
    .subMenuParentBtnFocused {
        background-image:url("../../files/nathal-theme/css/files/nathal-theme/images/arrow_right_over.gif");
        background-position:right center;
        background-repeat:no-repeat;
    }*/


/* All ULs and OLs */
#nav,
#nav ul,
#nav ol{
    margin:0;
    padding:0;
    line-height:1em;
    list-style: none;
}

/* All submenu OLs and ULs */
#nav ol,
#nav ul{
    left:0;
    background-color:#D8D8D8;
    border:1px solid #A2A2A2;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

/* List items in main menu --[for non-javascript users this applies to submenus as well] */
    #hnav li {
    position:relative;
    float:left;
    display:block;
    list-style:none;
}


}

@media aural,braille,embossed,handheld,projection,screen,tty,tv{
/* reset.css */
html,body{margin:0;padding:0}h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,table,caption,thead,tbody,tfoot,tr,th,td,blockquote,pre,code,form,fieldset,legend,input,textarea,select,span,a,em,font,img,small,strong{margin:0;padding:0;vertical-align:baseline;border:0;font-family:inherit;outline: 0;font-weight: inherit;font-style: inherit}header,footer,nav,section,aside,article,figure,figcaption{margin:0;padding:0;vertical-align:baseline;border:0;font-family:inherit;outline: 0;font-weight: inherit;font-style: inherit}img{border:0}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}strong{font-weight:bold}em{font-style:italic}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}ol,ul{margin-bottom:1.6em;margin-left:2em}p,pre,blockquote,table,form{margin-bottom:1.6em}table{border-collapse:collapse;border-spacing:0;font-size:inherit}caption,th,td{vertical-align:top;text-align:left}
}
@media aural,braille,embossed,handheld,projection,screen,tty,tv{
/* layout.css */
#wrapper{width:960px;margin-right:auto;margin-left:auto}#left{float:left}#main{float:left;width:530px}#right{float:right}#left,#right{width:176px}.lizenznathal td{padding-top:5px;padding-right:5px;padding-bottom:5px;background-color:#f2f2f2}.lizenznehmer h2{margin:0 0 4px;padding-left:6px;background-color:#f2f2f2;font-size:15px}.lizenznehmer td{padding-right:6px;padding-left:6px}.lizenznathal h2{margin:0 0 4px;padding-left:6px;background-color:#f2f2f2;font-size:15px;font-weight:bold;text-transform:uppercase}html{height:100%}body{height:100.2%;padding-top:60px;padding-bottom:60px;background:#2859a6 url("../../files/nathal-theme/images/boegen.png") right top no-repeat;font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif}a:link,a:visited{text-decoration:underline;color:#224C8D}a:hover,a:focus,a:active{text-decoration:underline;color:#000}#wrapper{background-color:#fff;font-size:14px;color:#515151;-webkit-border-radius: 18px;-moz-border-radius: 18px;border-radius: 18px}#header{padding:0 36px 36px}#logo{width:176px;height:32px;left:0;top:36px;position:absolute;overflow:hidden;margin:0}#slogan{padding-top:36px;padding-left:212px;text-align:left;font-size:16px;line-height:26px;color:#595959}#slogan p{margin:0}#hnav{height:38px;clear:left;margin:32px -45px 0;padding-right:45px;padding-left:45px;background-color:#d8d8d8;-webkit-border-radius: 9px;-moz-border-radius: 9px;border-radius: 9px}#hnav li a:link,#hnav li a:visited,#hnav li a:hover,#hnav li a:focus,#hnav li a:active,#hnav li strong{text-decoration:none;color:#404040}#container{padding-right:36px;padding-left:36px}#container p,#container ul,#container ol,#container table,#container form{font-size:14px;line-height:20px}#container li{margin-bottom:.5em}h1{margin-bottom:24px;font-size:22px;line-height:30px;color:#224C8D}.krypto #header h1{font-size:20px}h2{margin-bottom:18px;font-size:16px;line-height:26px;color:#224C8D}h3,h4,h5,h6{margin-bottom:18px;font-size:14px;line-height:20px;font-weight:bold;color:#000}blockquote{margin-bottom:4px;padding:15px;border:1px solid #D8D8D8;font-family:Georgia,Times New Roman,Times,serif;font-style:italic;color:#224C8D;border-radius: 9px;-moz-border-radius: 9px; -webkit-border-radius: 9px}blockquote p{margin-bottom: 0px !important}cite{padding-left:16px;font-size:10px;line-height:14px;color:#000;letter-spacing:0.1em; text-transform:uppercase; font-style: normal}#left .inside,#right .inside{padding-top:83px}.dreier #main .inside{margin-right:36px;margin-left:36px;min-height: 340px}ol ul{list-style-type:circle}.layout_short{margin-bottom:36px;border-bottom:1px dashed #D8D8D8}.layout_short h2{margin-bottom:9px}.layout_short .more{display:none}.mod_breadcrumb{margin-bottom:9px;font-size:11px;line-height:14px}.krypt p{padding-left:16px}.krypt .image_container{padding-top:15px;padding-bottom:15px;text-align:center;border:1px solid #D8D8D8;border-radius: 9px;-moz-border-radius: 9px; -webkit-border-radius: 9px}.openyourmind .image_container{padding-top:8px;padding-bottom:5px;text-align:center;border:1px solid #D8D8D8;border-radius: 9px;-moz-border-radius: 9px; -webkit-border-radius: 9px}.krypt .image_container img{margin: 0 auto}.box{margin-bottom:18px;padding:15px 18px;border:1px solid #D8D8D8;border-radius: 9px;-moz-border-radius: 9px; -webkit-border-radius: 9px}.box p{margin-bottom:0}.accordion{padding-right:10px;padding-left:24px}.ce_accordion h2,.ce_accordion h3,.ce_accordion h4,.ce_accordion h5,.ce_accordion h6{margin:0;padding:0;font-size:14px}.ce_accordion div.toggler{margin-bottom:3px;padding:0 10px 0 24px;background:#D8D8D8 url("../../files/nathal-theme/images/eingeklappt.png") left center no-repeat;font-weight:bold;color:#3A3A3A}.ce_accordion div.toggler h2,.ce_accordion div.toggler h3,.ce_accordion div.toggler h4,.ce_accordion div.toggler h5,.ce_accordion div.toggler h6{color:#3A3A3A}.ce_accordion div.toggler:hover,.ce_accordion div.toggler:focus,.ce_accordion div.toggler:active{background-image:url("../../files/nathal-theme/images/markiert.png");cursor: hand; cursor: pointer}.ce_accordion div.toggler:hover h2,.ce_accordion div.toggler:focus h2,.ce_accordion div.toggler:active h2{color:#000}.ce_accordion div.toggler:hover h3,.ce_accordion div.toggler:focus h3,.ce_accordion div.toggler:active h3{color:#000}.ce_accordion div.toggler:hover h4,.ce_accordion div.toggler:focus h4,.ce_accordion div.toggler:active h4{color:#000}.ce_accordion div.toggler:hover h5,.ce_accordion div.toggler:focus h5,.ce_accordion div.toggler:active h5{color:#000}.ce_accordion div.toggler:hover h6,.ce_accordion div.toggler:focus h6,.ce_accordion div.toggler:active h6{color:#000}.ce_accordion div.hover,.ce_accordion div.focus{padding:0 10px 0 24px;background:#B4B3B3 url("../../files/nathal-theme/images/markiert.png") left center no-repeat;text-decoration:none;color:#3A3A3A;cursor: hand; cursor: pointer}.ce_accordion div.hover h2,.ce_accordion div.focus h2,.ce_accordion div.hover h3,.ce_accordion div.focus h3,.ce_accordion div.hover h4,.ce_accordion div.focus h4,.ce_accordion div.hover h5,.ce_accordion div.focus h5{color:#3A3A3A}.ce_accordion div.hover h6,.ce_accordion div.focus h6{color:#3A3A3A}.ce_accordion div.active{padding:0 10px 0 24px;background:#b4b3b3 url("../../files/nathal-theme/images/aufgeklappt.png") left center no-repeat;font-weight:bold;color:#000}.ce_accordion div.active h2,.ce_accordion div.active h3,.ce_accordion div.active h4,.ce_accordion div.active h5,.ce_accordion div.active h6{color:#000}.inhaltsverzeichnis ul{margin-bottom:0;list-style-type:none}.inhaltsverzeichnis ul.level_1{margin-left:0}.ce_download{margin-bottom:18px}img.mime_icon{vertical-align:top}.ce_hyperlink{margin-bottom:18px;padding-left:22px;background-image:url("../../files/nathal-theme/images/eingeklappt.png");background-repeat:no-repeat;background-position: 0 2px}.linie{margin-bottom:18px;border-bottom:1px dashed #D8D8D8}.text_rechts{text-align:right}.mod_changelanguage{right:0;top:20px;position:absolute}.mod_changelanguage ul{margin:0;padding:0;list-style-type:none}.mod_changelanguage li{display:inline;padding-left:4px}#footer{padding:36px;font-size:12px;line-height:18px}#footer .inside{padding-top:36px;border-top:1px solid #d8d8d8}#footer p{margin:0}#footer .adresse{width:176px;float:left}body.th_gruen{background-color:#57a628}body.th_tuerkis{background-color:#289ca6}body.th_violett{background-color:#6628a6}body.th_rot{background-color:#a62828}body.th_orange{background-color:#dd7519}.openyourmind h2{margin-bottom:5px}.openyourmind p{margin-top:5px;padding-left:7px}.hellblau{background-color:#f0f4ff}.hellblau p{font-size:15px !important;line-height:22px !important}
}
@media aural,braille,embossed,handheld,projection,screen,tty,tv{
/* formular.css */
form{margin-top:0;padding-top:0}fieldset{margin:0 0 18px;padding:5px;border:1px solid #D8D8D8}legend{margin:0 0 18px 9px;padding:2px 4px;background-color:#D8D8D8;color:#000}.formbody{overflow:hidden;margin-bottom:1.5em}label{width:120px;float:left;display:block;margin:0 0 10px;padding:0;text-align:right;font-weight:normal}.tableless label{width:26%}input.text,input.password,input.upload,input.captcha{width:260px;margin:0 0 10px 10px;padding:1px 0;border:1px solid #969696}.tableless input.text,.tableless input.password,.tableless input.upload{width:70%;float:left;margin-left:2%}input.captcha{width:12%}.tableless input.captcha{width:12%;float:right}textarea{width:260px;height:140px;overflow:auto;margin:0 0 10px 10px;padding:1px 0;border:1px solid #969696}.tableless textarea{width:70%;float:left;margin-left:2%}select{width:260px;margin:0 0 10px 10px;padding:1px 0;border:1px solid #969696}.tableless select{width:70%;float:left;margin-left:2%}.checkbox_container,.radio_container{width:260px;margin:0 0 10px 10px}.tableless .checkbox_container,.tableless .radio_container{width:70%;float:left;margin-left:2%}.checkbox_container span,.radio_container span{display:block}.checkbox_container label,.radio_container label{float:none;display:inline;vertical-align:middle;font-weight:normal}.checkbox_container input,.radio_container input{vertical-align:middle}form br{clear:both}.captcha_text{margin:0 10px 10px 0;padding:2px;background-color:#fffeb0;font-style:italic}.tableless .captcha_text{width:55%;float:right}.tableless .submit_container{margin-left:29%}.submit_container{margin-top:1em;margin-bottom:1em}input.submit,input.send{padding:4px 9px;background-color:#D8D8D8;color:#000;border-radius: 9px;-moz-border-radius: 9px;-webkit-border-radius: 9px}input.submit:hover,input.send:hover,input.submit:focus,input.send:focus,input.submit:active,input.send:active{background-color:#c9c9c9;cursor: hand; cursor: pointer}span.mandatory{font-weight:bold;color:#BF0000}p.error{margin-bottom:.25em;padding:2px;border:1px dashed #fff;color:#700}input.error,textarea.error,select.error{border: 1px solid #770000 !important}input.kurz,.tableless input.kurz{width:3em;float:left}input.mittel,select.mittel{width:130px}.tableless input.mittel,.tableless select.mittel{width:36%}.checkbox_container.dse_check{float:right;width:305px;margin-right:8px}
}
@media print{
/* print.css */
body{font-family:Arial,'Lucida Sans Unicode','Lucida Grande',sans-serif;line-height:1.6;color:#000;background: transparent}#logo a{text-decoration:none;color:#000}#logo span{display:block;margin-bottom:2pt;padding-bottom:2pt;border-bottom:1px solid #333;font-size:140%;font-weight:bold;color:#000}img{border:0px}h1,h2,h3,h4,h5,h6{line-height:1.2}h1{margin-bottom:.65em;font-size:150%}h2{margin-bottom:.5em;font-size:130%}h3{margin-bottom:.2em;font-size:110%}h4,h5,h6{margin-bottom:0;font-size:100%}a{text-decoration:none;color:#000}abbr[title]:after,acronym[title]:after{font-size:80%;font-style:italic;content: '(' attr(title) ')'}.invisible,.ce_form,.mod_breadcrumb{display:none}form{display:none}#sprunglinks,#nav,#sav,#left,#right,#subMenusContainer{display:none}
}
