
/* #c2880, #c2881, #c2793,#c2794
#b731 #contentcontainer .csc-textpic-above {
	float: left;
	width: 200px;
	margin-right: 40px;
	margin-bottom: 40px;
} */
/* IFOAM EU GROUP
#c2924 .csc-textpic-text,
#c2925 .csc-textpic-text,
#c2926 .csc-textpic-text,
#c2927 .csc-textpic-text {
	margin-top: 90px;
}
*/
	/* #c2880 .csc-textpic-text, #c2793  .csc-textpic-text,
    #c2881 .csc-textpic-text, #c2794  .csc-textpic-text
#b731 #contentcontainer .csc-textpic-text {
	text-align: center;
}
*/




#b731 #contentcontainer {
	padding-right: 40px;
}


	/* Overlay */
#info-overlay {background-color:#000;}

/*
#c1751, #c1753, #c1754 {
	padding-top: 6px;
	background-image: url(../Images/bg_yellowline.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#c1752 {	
	
	background-position: -36px -2px;	
}

#c1752 span {
	background-image: url(../Images/bg_yellowline.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;		
}
*/

/* Container */
#info-container {	
	font-size: 14px;
	text-align:left; 
	background-color:#fff; 
	width:450px;
	/* height:260px; */
	/* border: 6px solid #a2c13d;*/
	border: 6px solid #ddd;
	border-radius: 5px;
	overflow: hidden;    
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);  
    transition: 0.4s ease-out;  
}
#info-container .simplemodal-data {
	margin: 0 20px 0 20px;
	background-color:#fff; 
	color:#555; 
}
#info-container h1 { 
	margin: 30px 0 20px 0;
	padding:0; 
	font-size:20px; 
	line-height:20px;
	text-align:left;
}
#info-container p {
	font-size: 14px;
	line-height: 150%;
}
#info-container .info-loading {
	background:url(../Images/loading.gif) no-repeat; 
	height:55px; 
	margin:-14px 0 0 190px; 
	padding:0; 
	position:absolute;
	width:54px; 
	z-index:8000;
}
#info-container .button {
    padding: 3px 12px;
	cursor:pointer;
    overflow:visible;  /* Fixes IE7 auto-padding bug */
    width:auto;  
	color:#232526;   
	border-top:1px #D4D4D4 solid;
	border-right:1px #B4B4B4 solid;
	border-bottom:1px #B4B4B4 solid;
	border-left:1px #D4D4D4 solid;        
	border-radius: 3px;  
	text-shadow: 0 1px rgba(255, 255, 255, 0.75);
	background:#dedede url(../Images/button_gray.png) top left repeat-x;        
	box-shadow: 0 1px 3px #ddd; 
}

#info-container .button:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);  
    border: 1px solid #aaa; 
	text-decoration: none;
}


#info-container .button:active { 
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);  
}


#info-container .info-button:hover {background:#f49000;}

#info-container a.modal-close,
#info-container a.modal-close:link,
#info-container a.modal-close:active,
#info-container a.modal-close:visited {
	position:absolute;
	color:#999; 
	font-size:18px; 
	font-weight:bold;  
	text-decoration:none; 
	right:8px; 
	top:6px;}
#info-container a.modal-close:hover {color:#ccc;}



.csc-frame-rulerBefore {
	padding-top: 2em;
	border-top: 1px solid #DDD; 
}

#contentcontainer .csc-textpic-caption {
	padding-top: 1px;
	font-size: 11px;
	color: #777;
	text-align: right;
	font-style: italic;
	/*margin-right: 3px;*/
	margin-left: -3px;
	z-index: 11;
}
#rightcolumn .csc-textpic-imagewrap table,
#rightcolumn .csc-textpic-imagewrap caption {
	width: 97%;
}

#langmenu {
	margin-left: 50px;
	line-height: normal;
}

#langmenu ul {
	margin: 0;
	padding: 0;
}

#langmenu li {	
	display: inline;
	list-style-type: none;
	padding: 0 0 0 6px;
	line-height: normal;
}

body {
	margin: 0;
	padding: 0;
	color: #555;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	/* background-color: #FBFBFD; */
	background-color: #EAEAE0;
}

h1,h2,h3,h4,h5{
	margin: 0 0 0.3em 0;
}
h2.colored, h3.colored {
	color: #AF0020;	
}
h1{
	font-family: "Lucida Sans", Helvetica, sans-serif;
	color: #FC8923;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
h2{
	font-family: "Lucida Sans", Helvetica, sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 30px 0 10px 0;
}
h2.csc-firstHeader {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0px 0 10px 0;
	line-height: 24px;
}
.ka-content h2 {
	padding: 5px 0 10px 0;
}
h2.ka-handler {
	padding: 5px 0 5px 0;
}


h3{
	font-family: "Lucida Sans", Helvetica, sans-serif;
	margin: 0 0 3px 0;
	color: #111;
	font-size: 14px;
	padding: 15px 0 5px 0;
}
.ka-content h3 {
	padding: 5px 0 10px 0;
}
h4{
	font-family: "Lucida Sans", Helvetica, sans-serif;
	font-size: 12px;
	color: #AF0020;
}
.ka-content h4 {
	padding: 0px 0 10px 0;
}
h5{
	font-weight: normal;
	font-size: 13px;
}

h1 a, h1 a:link, h1 a:visited,
h4 a, h4 a:link, h4 a:visited,
h2.colored a, h2.colored a:link, h2.colored a:visited, 
h3.colored a, h3.colored a:link, h3.colored a:visited {
	color: #AF0020;	
}
h2 a, h2 a:link, h2 a:visited, 
h3 a, h3 a:link, h3 a:visited {
	color: #333;	
}

#rightcolumn h2 a, #rightcolumn h2 a:link, #rightcolumn h2 a:visited, 
#rightcolumn h3 a, #rightcolumn h3 a:link, #rightcolumn h3 a:visited {
	color: #4169E1;	
}

hr {
	background: #CCCCCC;
	/*height: 1px;*/
	width: 100%;
}

p, li {
	margin: 0 0 0.3em 0;
	line-height: 130%;
	line-height: 20px;
}
p {margin: 0 0 0.7em 0;}

ul.compact li{
	margin: 0;
}

ul.semi-compact li{
	margin-bottom: 0.3em !important;
}

ul {
	margin: 0.2em 0 1em 1.25em;
	padding: 0;
}
#leftcolumn ul {
	margin: 0 0 1em 0em;
	padding: 0;
}

ol{
	margin-top: 0;
	margin-bottom: 1em;
	border:1px solid #fff;
}
strong{
	/*color: #111;*/
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

/*
li {
	background-image: url(../Images/li.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
}
*/
table{
	margin: 0 0 1em 0;
	border-collapse: collapse;
}

table td{
	vertical-align: top;
	text-align: left;
}
table th{
	text-align:left;
	/* font-size: 13px; */
}


#c2830 p a {
 display:inline-block;
 margin-right:10px;
}

#c2830 p a:last-child {

}

a, a:link, a:visited {
	color: #008f70;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #5a8f00;
	text-decoration: underline;
}

#content a, #content a:link, #content a:visited {
	color: #5a8f00;
}

a img{
	border: none;
}

.link-icon{
	margin: 0 3px 0 1px;
}

.bottom-0{
	margin-bottom: 0;
}
.bottom-05{
	margin-bottom: 0.5em;
}
.bottom-1{
	margin-bottom: 1em;
}
.bottom-2{
	margin-bottom: 2em;
}
.top-05{
	margin-top: 0.5em;
}
.top-1,
.content .top-1 {
	margin-top: 1em;
	
}
.top-2{
	margin-top: 2em;
	padding: 15px;
	background-color: #e1e1e1;
}
.top-3{
	margin-top: 3em;
	padding: 15px;
	background-color: rgba(253, 137, 35, 0.58);
}

.small {
	color:#AF0020;
	font-size: 11px;
}
nav {
	padding: 15px 15px 10px 15px;
	margin-bottom: 10px;
	background-color: #e4e4e4;
/*	font-weight: bold;
	
	text-align: center;*/
}

p.colored, span.colored { 
	color: #AF0020; 
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.clear{
	clear: both;
	height: 0px;
	overflow: hidden;
}



.content-layout-0 {
	padding-right: 15px;
}
#rightcolumn .content-layout-0 {
	padding: 10px 10px 5px 10px;
	background-color: #e4e4e4;
}

/* TABLES */
table.border-table,
table.columnborder-table{	
	border: 1px solid #AAA;	
}

table.border-table th,
table.columnborder-table th,
table.rowborder-table th{
	background-color: #ecf0f4
}

table.border-table th,
table.border-table td{
	padding: 4px;
	/* border: 1px solid #d7d8db;*/
	border: 1px solid #AAA;
}

table.columnborder-table th,
table.columnborder-table td {
	padding: 4px;
	border-left: 1px solid #AAA;	
	border-right: 1px solid #AAA;
}

table.rowborder-table th,
table.rowborder-table td {
	padding: 4px;
	border-bottom: 1px solid #AAA;
}
table.rowborder-table th{
	border-top: 1px solid #AAA;
}

.box{
	margin: 12px 0;
	padding: 10px 10px 0 10px;
	border: 1px solid #AAA;
}

.color-box{	
	margin: 12px 0;
	padding: 0 10px 0 10px;	
	border: 1px solid #AAA;
}

.color-box h1, .color-box h2, .color-box  h3 {
	margin-left: -10px;
	margin-right: -10px;
	padding: 5px 10px 4px 10px;
	color: #AF0020;
	background-color: #ECF0F4; /*#F4F7F9; #EDF0F3;*/ /*#e4e9ef; */ /*  #AF0020;*/
	/* border-bottom: 1px solid #D77D8F;*/	
	border-bottom: 1px solid #AAA;
}

.color-box-float-right {
	float: right;
	margin: 0 0 6px 14px;
	border: 1px solid #AAA;
	width: 209px;
	/* background-color: #F4F7F9;*/
	background-color: #ECF0F4;
}

.cbr-pad{	
	padding: 0 10px 0 10px;
}

.color-box-float-right h1, 
.color-box-float-right h2, 
.color-box-float-right  h3 {
	padding: 10px 0 4px 0;
	color: #AF0020;
	/* background-color: #e4e9ef; */
}


.content-left {
	padding: 12px 0 0 0;
	float:left;
	width: 47%;
	border: 1px solid #fff;
}
.content-right {
	margin-left: 53%;
	padding: 12px 0 0 0;
	border: 1px solid #fff;
}

.content-clear{
	clear: both;
	padding-top: 13px;
}


p.project-info {
	font-style:  italic;
	font-size: 9px;
}
.content-layout-3 .csc-textpic-imagewrap {
	padding-top: 1em;
}


/* custom layout stuff */



#page {
	margin: 20px auto 0px auto;
	padding: 6px  0 28px 0;
	position: relative;
	width: 1040px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #AAA;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

	-webkit-box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.5);
}

#headercontainer {
	padding-top: 16px;
	background-color: #fff;
	background-image: url(../Images/logo2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/* Geänderter Header irm_TOOLS  */
#headercontainer_tools {
	padding-top: 0px;
	background-color: #fff;
	background-image: url(../Images/bg_header_tools.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 145px;
}

#header {
	margin: 0 1px;
	height: 80px;
}
#headercontainer_tools #header {
	padding-top: 21px;
	height: 65px;
}
#header_title {
	padding: 0 0 0 36px;
	font-family: "Lucida Sans", Helvetica, sans-serif;
	color: #004595;
	font-size: 14px;
	font-weight: bold;
}

#header a.img {
 margin:0 0 0 35px;
}


#contentcontainer{
	margin: 0;
	padding-left: 190px;  /*	  LC fullwidth */
	padding-right: 251px;  /*  RC fullwidth + CC padding (50px) 1px "right padding" */
	background: #FFFFFF;	
}


#contentcontainer .column {
	position: relative;
	float: left;
}


#content {
	margin: 0;
	padding: 29px 30px 10px 40px; /* CC padding (50px) */
	width: 100%;
}


#leftcolumn{
	margin-left: -100%;
	padding-top: 30px;
	width: 190px;          /* LC width */
	right: 250px;       /*   LC fullwidth + CC padding (50px) */	
}

#leftcolumn-content {
	margin: 0 0 0 12px;
	font-size: 11px;
	/* color: #444; */
	width: 150px;
}

#leftcolumn-content h1,
#leftcolumn-content h2,
#leftcolumn-content h3 {
	font-size:13px;
	/* color: #555C64; */
}

#leftcolumn-content p {
	line-height: 117%; 
}

/* IE HACKS */

*+html #leftcolumn {
	left: 180px;  /* IE 7 hack RC width */
}

* html #leftcolumn{
 	padding-left: 50px;   /* IE 6 Hack  CC padding (50px) */
}
* html #contentcontainer {
	padding-right: 180px;  /*  IE 6 ONLY RC fullwidth */
	width: 100%;
}


#rightcolumn { 
	margin-right: -275px;  /* RC fullwidth + CC padding (50px) */
	padding-top: 105px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 179px;/* RC width + 1px border*/   
	font-size: 11px;
	/* background-color: #FAFBFC; 
	background-color: #F4F5F9;
	border-left: 1px solid #E3E4E6;
	border-bottom: 1px solid #E3E4E6;*/	
}

#rightcolumn h1,
#rightcolumn h2,
#rightcolumn h3 {
	margin-top: 18px;
	font-size:13px;
	padding-right: 10px;
	padding-left: 10px; /* padding without box-modell  */
	color: #626A73;
}
#rightcolumn h1.csc-firstHeader,
#rightcolumn h2.csc-firstHeader,
#rightcolumn h3.csc-firstHeader{
	margin-top: 0;
}


#rightcolumn p {
	padding-right: 0px;
	padding-left: 0px;
	color: #535A62;
	line-height: 110%; 
	line-height: 16px;
}

#rightcolumn div.csc-textpic-imagewrap {
	padding-right: 10px;
	padding-left: 10px;	
}

#c1187 {
	margin-right: 50px;
}

#footer {
	clear: both;
	padding-top: 20px;
	position: relative;
	height: 59px;
	color: #FFFFFF;
	font-size: 11px;
	/*background:url('/layout/oaw/../Images/logo3.png') 30px 35px no-repeat transparent;*/
	padding-bottom:20px;
	/* border-top: 1px solid #DDD; */
}
#footer .frame {
	padding-top: 3px;
	text-align: center;
	float:right;
    width:90%;    
}
#footer .frame > p,
#footer .frame > a{
    display:inline-block;
}

#footer a, #footer a:link,
#footer a:visited{
	color: #FFFFFF;	
}

#footer a#quavera{
	position: absolute;
	left: 65px;
	top: 27px;
}


ul.u1{
	/*margin: 6px 8px 20px 36px;*/
	padding: 0 0 0 3px;
	list-style: none;
	
	background-image: url(../Images/bg_nav_ul1.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

ul.u1 ul.u2{
	margin: 0; 
	padding: 0 0 0.8em 0;
}

ul.u3{
	margin: 0 0 0 0; 
	padding: 0 0 0.5em 0;	
}

#leftcolumn .u1 li{
	margin: 0;
	padding: 0;
	background-image: url(../Images/bg_nav1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	list-style: none;
}

#leftcolumn .u2 li {
	background-image: none;
}

.u1 a,
.u1 a:link,
.u1 a:visited,
.u1 strong{
	display: block;
	padding: 5px 3px 5px 16px;
	color: #008f70;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

#leftcolumn ul  a:focus,
#leftcolumn ul  a:hover,
#leftcolumn ul  a:active {
	color:#C4C901;
}

#leftcolumn strong{
	/* color:#5F6020;*/
	color:#FC8923;
}


.u2 strong,
.u2 a,
.u2 a:link,
.u2 a:visited {
	display: block;
	/*padding: 2px 3px 2px 23px;*/
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	background-color: white;
	/*background-image: url(../Images/list1.gif);
	background-position: 12px 7px;
	background-repeat: no-repeat;*/
}

.u2 a:focus,
.u2 a:hover,
.u2 a:active,
.u2 strong{
	/*background-image: url(../Images/list1_hover.gif);*/
}

.u3 a,
.u3 a:link,
.u3 a:visited,
.u3 strong{
	display: block;
	padding: 1px 0 5px 25px;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	/*background-image: url(../Images/list2.gif);
	background-position: 24px 7px;
	background-repeat: no-repeat;*/
}

.u3 strong,
.u3 a:focus,
.u3 a:hover,
.u3 a:active {
	/*background-image: url(../Images/list2_hover.gif);*/
}

/* form */

#b346 form{
	width: 35%;
}

form {
	margin: 1.5em 0 0 0;
	padding: 9px 0 0 0;
	/*background-color:#fafaf8;*/
	/*  #F8F8F5; */
	/*border: 1px  solid #dddddd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;*/
}
.tx-mnmlessonready-pi1 form {
	margin: -10px 0 0 0;
	padding: 0px 0 0 0;
}
.tx-mnmlessonready-pi1 input[type="submit"] {
	width: 100%;
	text-align: center;
	padding: 5px auto;
}

.Tx-Formhandler form#email-download {
	border: none;
	background-color: #fff;
}

.Tx-Formhandler form#email-download .type-text {
	margin: 0 0 1em 0;
}
.Tx-Formhandler form#email-download label {
	float: none;
	display: block;
}

.Tx-Formhandler form#email-download  #email {	
	border-color: #CCC;
	width: 20em;
}
.Tx-Formhandler form#email-download .error #email{
	border-color: #F60;
}

.Tx-Formhandler .error .message {	
	color: #F60;
}

fieldset {
	border: none;
}

form div{
	margin: 3px 0;
}


form input[type=text],
form input[type=password],
form textarea,
form select {
	border: 1px solid #ddd;
}

form input[type=text],
form input[type=password],
form textarea {
	line-height: 1em;
	padding: 0.25em 0.3em;
	width: 95%;
}

/* proportional fonts for all form elements */
form input[type=text],
form input[type=password],
form textarea,
form select,
form optgroup {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-shadow: inset 0 0 2px #eee;
	-moz-box-shadow: inset 0 0 2px #eee;
	box-shadow: inset 0 0 2px #eee;
}

.indent {
	padding-left: 20px;
}
.ka-panel {
	margin-top: 15px;
}


#content .content-layout-3 li {
	color: #FC8923;
	list-style-type: none;
}
#content .content-layout-3 li a{
	color: #FC8923;
}
#content .content-layout-3 li.done {
	color: #5a8f00;
}





@media print {


body, p, td{
	margin: 0;
	padding: 0;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: none;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p , li, div {
	color: #000;
}

h1{
	margin-top: 0;
	font-size: 18pt;
}
h2{
	font-size: 12pt;
	margin: 18pt 0 6pt 0;
}

h3{
	font-size: 11pt;
	margin: 18pt 0 6pt 0;
}
h4, h5{
	font-size: 10pt;
	margin: 12pt 0 6pt 0;
}
p, td{
	margin: 0 0 6pt 0;
	line-height: 130%;
}



#header, #searchform, #langmenu,
#leftcolumn, #rightcolumn  {
	display: none;
	height: 0;
	margin: 0;
	padding: 0;
}

#contentcontainer,
#page, #content{
	margin: 0;
	padding: 0;
	width:100%;
	overflow: visible;
	background-image: none;
	background-color: #fff;
	border: none;
}


.align-left {
	text-align: left;
}
.align-center {	
	text-align: center;
}
.align-right {	
	text-align: right;
}

.top-0{
	margin-top: 0em;
}
.top-05{
	margin-top: 0.5em;
}
.top-1{
	margin-top: 1em;
}
.top-2{
	margin-top: 2em;
}
.top-3{
	margin-top: 3em;
}
.bottom-0{
	margin-bottom: 0em;
}
.bottom-05{
	margin-bottom: 0.5em;
}
.bottom-1{
	margin-bottom: 1em;
}
.bottom-2{
	margin-bottom: 2em;
}
.bottom-3{
	margin-bottom: 3em;
}
}