* {
	font-family:Arial;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	border-style: none;
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	height:100%;
	background:none;
	overflow-y:scroll; /* Scrollbar rechts immer sichtbar. Seitensprung vermeiden */
}

body {
	text-align:center;
	width: 100%;
	height: 100%;
	background-color: #ececec;
}

h1, h2, h3, h4, h5 {
	font-style: normal;
	text-decoration: none;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	clear: right;
}

p {
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	clear:right;
}

p.textquote {
	font-style: italic;
	margin: 0px 30px 10px 30px;
	}
	

	
table {
	border-collapse: collapse;
	border-spacing: 0px; margin-bottom: 10px;
}
	
td {
	font-style: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	vertical-align: top;
	}
	
td.table_left { 
	border-bottom: 1px solid #2E4091; 
	border-right: 1px solid #2E4091; 
	padding: 3px; 
	text-align: left; 
	}
	
td.table_left_end { 	
	border-bottom: 1px solid #2E4091; 
	border-right: none; 
	padding: 3px; 
	text-align: left; 
	}

td.table_right {  
	border-bottom: 1px solid #2E4091; 
	border-right: 1px solid #2E4091; 
	padding: 3px; 
	text-align: right;  
	}

td.table_right_end { 
	border-bottom: 1px solid #2E4091; 
	border-right: none; 
	padding: 3px; 
	text-align: right;  
	}
	
td.table_center {  
	border-bottom: 1px solid #2E4091; 
	border-right: 1px solid #2E4091; 
	padding: 3px; 
	text-align: center;  
	}

td.table_center_end { 
	border-bottom: 1px solid #2E4091; 
	border-right: none; 
	padding: 3px; 
	text-align: center;  
	}

a {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #2E4091;
}

a:hover {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #868686;
}

img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background:none;
	border:none;
    width:100%;
}


/* Basic */

div.frame {
	margin: 0px auto;
	position:absolute;
	float:left;
	top: 20px;
	left:20px;
	right:20px;
	width: 1280px; /* Groessenenangabe fuer gesamte Seite - fuer Monitoraufloesung z.B. min-width, max-width, 100%, 1400px ... */
	clear: both;
	
}

div.page {
	position:relative;
	float:left;
	width: 100%;
	min-height: 100% /* Mindesthoehe in modernen Browsern */;
	height: auto !important /* !important-Regel fuer moderne Browser */;
	height: 100% /* Mindesthoehe in IE (<7) */;
}

/* Kopf/Header */

div.header_box {
	position: absolute;
	float:left;
	top:0px;
	left:0px;
	width: 100%;
	height: 80px;
	background-color:#2e4091;
	clear:both;
	z-index:5;
}

	div.header_logo{
		position:absolute;
		float:left;
		top:14px;
		left: 35px;
		width:400px;
		height:60px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-image: url('../images/IDS_logo.png');
		background-repeat: no-repeat;
		z-index: 210;
	}
	
	div.header_link {
		position:absolute;
		float:right;
		bottom:40px;
		right: 25px;
		width:500px;
		height:20px;
		text-align:right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		z-index: 210;
	}
	
		div.header_link a.first {
			bottom:0px;
			font-size:11px;
			margin: 0px 0px 0px 0px;
			padding: 0px 10px 0px 10px;
			z-index: 210;
			color:#fff;
			border:none;
			
		}
		div.header_link a {
			bottom:0px;
			font-size:11px;
			margin: 0px 0px 0px 0px;
			padding: 0px 10px 0px 10px;
			z-index: 210;
			color:#fff;
			border-left: 1px #fff solid;
		}

/* Seite/Headline */

div.main {
	position: absolute;
	float:left;
	clear:both;
	top:80px;
	left:0px;
	width: 100%;
	min-height: 100% /* Mindesthoehe in modernen Browsern */;
	height: auto !important /* !important-Regel fuer moderne Browser */;
	height: 100% /* Mindesthoehee in IE (<7) */;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#d6d8d9;
	background-image:url('../images/hg_globus.jpg');
	background-repeat:no-repeat;
    background-size:100% auto;
    background-position:50% 0%;
	z-index:10;
}

	div.main h2.news-page-headline,
	div.main h1 {
		font-size: 38px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		padding: 80px 0px 20px 82px;
		color: #fff;
		line-height:115%;
	}



/* content - Hauptseite */


div.content_box {
	position: relative;
	float: left;
	top: 0px;
	left:0px;
	width:100%;
	min-height: 100% /* Mindesthoehe in modernen Browsern */;
	height: auto !important /* !important-Regel fuer moderne Browser */;
	height: 100% /* Mindesthoehe in IE (<7) */;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index:150;
	
}

	
/* Inhalt/Headline */

	div.content {
		position: relative;
		float: left;
		top: 0px;
		left:0px;
		width: 1110px !important;
		height:100%;
		margin:0px 35px 0px 35px;
		padding:0px 50px 50px 50px;
		background-color:#fff;
		}
		
		div.content_headline {
			position: relative;
			float: left;
			min-width: 100%;
			height:85px;
			margin:0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
		
		div.wrapper {
			position: relative;
			float: left;
			min-width: 100%;
			height:25px;
			margin:0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
		
			div.content_headline h1 /* Headline */ {
				font-size: 22px;
				font-weight: bold;
				margin: 0px 0px 0px 0px;
				padding: 30px 0px 0px 0px;
				color: #818485;
			}
			
			div.content_headline h2 /* Datum */ {
				font-size: 11px;
				font-weight: bold;
				margin: 0px 0px 0px 0px;
				padding: 35px 0px 0px 0px;
				color: #818485;
			}
			
/* Breadcrumb im Content*/

		div.breadcrumb, 
		div.breadcrumb_rex, 
		div.breadcrumb_rex_wrapper {
			position:absolute;
			
			text-align:right;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			font-weight:bold;
			color:#bcbde0;
			display:block;
		}
		
		div.breadcrumb {
			top:-184px;
			right:0px;
			width:850px;
			height:20px;
		}
		
		div.breadcrumb_rex {
			top:-25px;
			right:35px;
			width:1000px;
			height:20px;
			overflow:visible;
		}

		div.breadcrumb_rex_wrapper {
			top:-214px;
			right:0px;
			width:850px;
			height:20px;
		}
		
		
			div.breadcrumb a, 
			div.breadcrumb_rex a, 
			div.breadcrumb_rex_wrapper a {
				color:#9093c8;
			} 
			
			div.breadcrumb a:hover, 
			div.breadcrumb_rex a:hover, 
			div.breadcrumb_rex_wrapper a:hover {
				color:#bcbde0;
			} 


/* Inhalt/Spalten */

		/* a: 1-1-1 */
		div.a_c1,
        div.a_c2,
        div.a_c3 {
			position:relative;
			float:left;
			width:29%;			
		}
		
		/*div.a_c2 {
			position:relative;
			float:left;
			width:240px;
		}
		
		div.a_c3 {
			position:relative;
			float:left;
			width:240px;
		}*/
		
		/* b: 2-1 */
		div.b_c1 {
			position:relative;
			float:left;
			width:64%;
		}
		
		div.b_c2 {
			position:relative;
			float:left;
			width:29%;
		}
		
		/* c: 1-2 */
		div.c_c1 {
			position:relative;
			float:left;
			width:29%;
		}
		
		div.c_c2 {
			position:relative;
			float:left;
			width:64%;
		}
		
		/* d: 3 */
		div.d_c1{
			position:relative;
			float:left;
			width:100%;
            height: 100%;
            display:block;
		}

		
		/* e: 2-1 */
		
		div.e_c1 {
			position:relative;
			float:left;
			width:64%;
		}
		
		div.e_c2 {
			position:relative;
			float:left;
			width:29%;
			padding-top:45px; 
		}
		
		div.content_line-space{
			position:relative;
			float:left;
			width:6%;
			height:100%;
		}
		
		div.content img {
			margin: 0px 0px 20px 0px;
			padding: 0px 0px 0px 0px;
			
		}
		
		div.a_c1 h2, div.a_c2 h2, div.a_c3 h2,
		div.b_c1 h2, div.b_c2 h2,
		div.c_c1 h2, div.c_c2 h2, 
		div.d_c1 h2 {
			font-size: 22px;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 8px 0px;
			color: #000;
		}
		
		div.a_c1 h3, div.a_c2 h3, div.a_c3 h3,
		div.b_c1 h3, div.b_c2 h3,
		div.c_c1 h3, div.c_c2 h3, 
		div.d_c1 h3, 
		div.a_c1 p.textheadline, div.a_c2 p.textheadline, div.a_c3 p.textheadline,
		div.b_c1 p.textheadline, div.b_c2 p.textheadline,
		div.c_c1 p.textheadline, div.c_c2 p.textheadline,
		div.c_c1 p.textheadline, 
		div.e_c1 p.textheadline, div.e_c2 p.textheadline 
		{
			font-size: 13px;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
			padding: 15px 0px 8px 0px;
			color: #000;
		}
		
		p.news_headline
		{
			font-size: 13px;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
			padding: 5px 0px 0px 0px;
			color: #000;
		}
		
		h1.news_headline_big,
		p.news_headline_big
		{
			font-size: 23px !important;
			font-weight: bold !important;
			margin: 0px 0px 0px 0px !important;
			padding: 20px 0px 0px 0px !important;
			color: #000 !important;
		}
		
		p.news_headline_gray
		{
			font-size: 23px;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 20px 0px;
			color: #818485;
		}
		
		p.news_date
		{
			font-size: 12px;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
			padding: 5px 0px 0px 0px;
			color: #2E4091;
		}
		
		div.news_teaser,
		p.news_teaser {
			font-size: 12px;
			margin: 0px 0px 0px 0px;
			padding: 5px 0px 10px 0px;
			border-bottom: 1px solid black;
			color: #000;
		}
						
		img.flags {
			width:50px;
			height:33px;
			border: 1px #C0C0C0 solid;
		}
		
		img.flags:hover {
			border: 1px #868686 solid;
		}

		ul {
			list-style:square;
			font-size: 12px;
			margin: 0px 0px 0px 14px;
			padding: 0px 0px 5px 0px;
			color: #000;
		}
		
		ol {
			
			list-style:decimal outside;
			margin: 0px 0px 2px 27px;
		}
						
		form tr {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
		
		form td {
			margin: 0px 0px 0px 0px;
			padding: 2px 10px 2px 0px;
		}
		
		select {
			line-height:18px;
			width:250px;
			margin:0px 5px 5px 0px;
			padding: 0px 0px 1px 0px;
			background-color:#ececec;
			border:1px #aaa solid;
		}
			
		input {
			line-height:18px;
			width:auto;
			margin:0px 5px 5px 0px;
			padding: 0px 5px 4px 5px;
			background-color:#ececec;
			border:1px #aaa solid;
		}
		
			input.datepicker {
				line-height:20px;
				width:57px;
				margin:0px 5px 5px 5px;
				padding: 2px 5px 2px 5px;
			}
			
			input.radio_1 {
				text-align:left;
				vertical-align:middle;
				background-color:white;
				margin:0px 4px 7px 0px;
				padding: 5px 0px 0px 0px;
				border:none;
			}

			input.radio {
				text-align:left;
				vertical-align:middle;
				background-color:white;
				margin:0px 4px 7px 7px;
				padding: 5px 0px 0px 0px;
				border:none;
			}
			
		textarea {
			background-color:#ececec;
			border:1px #aaa solid; 
			overflow-y:auto;
		}

/*Button Go*/
			input.go {
				background-color:#ececec;
				line-height:18px;
				width:40px;
				margin:0px 5px 5px 0px;
				padding: 0px 5px 0px 5px;
				text-align:center;
				color: #2E4091;
				font-weight:bold;
				border:1px #aaa solid;
			}
			
/*Button Start*/			
			input.start {
				background-color:#ececec;
				line-height:18px;
				width:auto;
				margin:0px 5px 5px 0px;
				padding: 0px 5px 0px 5px;
				text-align:center;
				color: #2E4091;
				font-weight:bold;
				border:1px #aaa solid;
			}
			
			input.go:hover, input.start:hover {
				color: #868686;
			}
			
			*.vertical-top {
				vertical-align:top;
			}
		
		
		#date{
			color: #818485;
			font-size:11px;
			padding-bottom:15px;
		}
		
		#addInfo{
			color: #818485;
			font-size:11px;
		}
		
		#addLinks{
			color: #818485;
			font-size:11px;
		}
		
		#addLinks a{
			color: #818485;
			font-size:11px;
		}


/* Footer */

div.footer_box {
	position: relative;
	float: left;
	top:0px;
	width: 100%;
	height: 35px;
	z-index: 300;
}

	div.footer {
		position:relative;
		float:left;
		top:8px;
		height:20px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 30px 0px;
	}
	
	div.footer a {
		font-size:11px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 85px;
		color:#fff;
	}
 
/* News table styles */
.table_box {border: 1px #000 solid; border-collapse: collapse; background-color: #C0CDF0;}
.Customsheaader { font-size: 1.75em; font-weight:bold; padding: 8px;}
.CustomsSubheader { font-size: 1.25em; padding: 8px;}


/* other stuff */

li.internal a
{
	color: #cc071d;
}

/* reports */ 
.report,
.report form,
.report-table
{
	width: 100%;

}

.report
{
	border-bottom: 1px solid #2e4091;
	margin-top: 18px;

}

.report td.report-label
{
	width: 180px !important;
}

.report-table td:first-child
{
	font-weight: bold;
	color: #2e4091;
	/*border-right: 1px solid #2e4091;*/
}

.report-table td:nth-child(2)
{
	padding-left: 10px;
	width: 500px;
}

/*.report-table  select,*/
.report-buttons input[type="button"],
.report-table  input[type="button"],
.report-buttons input[type="submit"],
.report-table  input[type="submit"],
.report-buttons input[type="reset"],
.report-table  input[type="reset"]
{
	border: 1px solid #2e4091;
	color: #2e4091;
	background: #fff;
	padding-bottom: 0px;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
}

.report-buttons input[type="textfield"],
.report-table  input[type="textfield"]
{
	border: 1px solid #2e4091;
	color: #2e4091;
	padding-bottom: 0px;
	transition: all 0.2s ease-in-out 0s;
}
/*.report-table  select:hover,*/
.report-buttons input:hover,
.report-table  input:hover
{
	background-color: #EBEFFF;
	color: #0067ff;
	border: 1px solid #0067ff;
}

.report-buttons input.abort:hover,
.report-table  input.abort:hover
{
	background-color: #ffcccb;
	color: red;
	border: 1px solid red;
}


.report-buttons input.start_over
{
	color: green;
	border: 1px solid green;
}


.report-buttons input.start_over:hover,
.report-table  input.start_over:hover
{
	background-color: #c0f7ad;
	color: green;
	border: 1px solid green;
}

.report .param-desc
{
	width: 200px !important;
	display: inline-block;
}

.jrPage > tbody > tr:nth-of-type(1),
.jrPage > tbody > tr:nth-of-type(2),
.jrPage > tbody > tr:nth-of-type(3),
.jrPage > tbody > tr:nth-of-type(4)
{
	display: none;
}

.jrPage
{
	width: 1110px !important;
}

.jrPage td
{
	padding: 5px;
}

.jrPage td span
{
	font-size: 11px !important;
}

.jrPage .jasper-header span
{
	font-size: 13px !important;
}

.form-submit img
{
	width: 30px;
}

div.download
{
	float: right;
	position: absolute;
/*	width: auto;*/
	display: inline;
	top: 0px;
	left: 1000px;
	width: 100px;
	
}

div.download img
{
	margin: 0px;
}

div.download img,
div.download a
{
	display: inline;
	text-align: center;
}

div.download form
{
	float: right;
	position: relative;
	display: inline;
	margin-left: 10px;
}

/* report generator */

table.reports
{
	margin-top: 20px;
	margin-bottom: 20px;
}

table.reports th
{
	color: #2e4091;
}

table.reports td,
table.reports th
{
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #2e4091;
}

table.reports th:nth-child(4),
table.reports th:nth-child(5),
table.reports th:nth-child(6),
table.reports td:nth-child(4),
table.reports td:nth-child(5),
table.reports td:nth-child(6)
{
	min-width: 150px;
	text-align: right;
}

.notice
{
	font-weight: bold;
	max-width: 600px;
	color: #2e4091;
}

fieldset
{
	width: auto;
}

.pull-left
{
	float: left;
}

fieldset.disabled .report-buttons input
{
	color: gray;
	border: 1px solid gray;
	cursor: default;
}

.report-buttons input.abort
{
	color: #cc071d;
	border: 1px solid #cc071d;
}

.reports .format i
{
	color: #2e4091;
}

.info
{
	color: green;
	font-weight: bold;
}
.notice.red
{
	color: #cc071d;
}

@media only screen and (max-width: 1920px) { /* ---- */
    /*div.frame {
        width: 1280px;
    }*/
    
    /*div.content {
        width: 100% !important;
    }*/

}

@media only screen and (max-width: 1560px) { /* ---- */
    /*div.frame {
        width: 1280px;
    }*/
    
    /*div.content {
        width: 100% !important;
    }*/
}

@media only screen and (max-width: 1340px) { /* Nexus 10 quer */
    body {
        background-color: #d6d8d9;
    }
    
    div.frame {
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100%;
    }

    div.content {
        width: auto !important;
    }

        div.content::before {
            content: "&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;";
            color: rgba(255,255,255,0.00);
            float: left;
            height: 0.01px;
            overflow: hidden;
        }
}

@media only screen and (max-width: 1150px) { /* ---- */
	
	*
	{
		font-size: 14px;
	}
	
	p
	{
			font-size: 14px !important;
	}
}

@media only screen and (max-width: 1020px) { /* ---- */


}

@media only screen and (max-width: 920px) { /* ---- */

	
    div.main {
            background-size: contain;
    }
    
        div.a_c1,
        div.a_c2,
        div.a_c3,
        div.b_c1,
        div.b_c2,
        div.c_c1,
        div.c_c2,
        div.e_c1,
        div.e_c2 {
			position:relative;
			float:left;
			width:47%;	
            margin: 0px 0px 50px 0px;		
		}
        
        div.content_line-space:nth-child(3n+2) {
			width:0px;
		}
}

@media only screen and (max-width: 800px) { /* Nexus 10 hoch */



}
@media only screen and (max-width: 600px) { /* Nexus 5 quer */
    input[size="42"]{
        width:94.5%;
    }
    
    div.header_logo{
        width:70%;
        background-size: contain;
        top: 7%;
    }
    
    div.header_link {
        bottom: 7%;
    }
    
    div.main {
        background-size: 150% auto;
    }
    
    div.main > h1 {
        font-size: 34px;
        padding: 60px 0 20px 65px;
    }
    
    div.content {
        padding: 0px 25px 0px 25px;
    }

    div.a_c1,
    div.a_c2,
    div.a_c3,
    div.b_c1,
    div.b_c2,
    div.c_c1,
    div.c_c2,
    div.e_c1,
    div.e_c2 {
        position:relative;
        float:left;
        width:100%;	
        margin: 0px 0px 20px 0px;		
    }

    div.content_line-space {
        width:0%;
    }
    
    div.footer a {
        padding: 0 0 0 60px;
    }
}

@media only screen and (max-width: 480px) { /* ---- */
    div.header_logo{
        height:50%;
    }
    div.main > h1 {
        font-size: 32px;
        padding: 40px 0 20px 25px;
    }
    
    div.content {
        margin: 0px 0px 0px 0px;
    }
    
    
    div.footer a {
        padding: 0 0 0 25px;
    }
}

@media only screen and (max-width: 360px) { /* Nexus 5 hoch */

}