/* CSS STYLESHEET */

#langmenu li.active img {
	filter: grayscale(100%) brightness(200%);

}

/* bootstrap alert */
.user-message {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

/* bootstrap alert-danger */
.message-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}


/* multi column content */

.column2-left {
	padding: 12px 0 0 0;
	float:left;
	width: 47%;
	border: 1px solid #FCFDEF;
}
.column2-right{
	margin-left: 53%;
	padding: 12px 0 0 0;
	border: 1px solid #FCFDEF;
}

.column3-left {
	margin-right: 6%;
	padding: 12px 0 0 0;
	float:left;
	width: 29%;
	border: 1px solid #FCFDEF;
}
.column3-right{
	margin-left: 71%;
	padding: 12px 0 0 0;
	border: 1px solid #FCFDEF;
}

.column-clear{
	clear: both;
	padding-top: 13px;
}


/* Home */

#b86 #c22982 .news_item {
	margin-bottom: 0;
	background-image: none;	
}

#main-content #c22983 h4{	
	margin: 1em 0 1px 0;
}

#main-content #c22983 .more-news h4{
	margin: 0 0 1px 0;
}

/* NEWS Blog */

#tazbloglink{
	margin-bottom: 2em;
}
#main-subcontent #tazbloglink h3 {
	margin-bottom: 2px;
}
#main-subcontent #tazbloglink p{
	margin-bottom: 2px;
}

#main-subcontent .box{
	margin: 0 0 20px 0;
	padding: 0 10px;
	background-color:#FFF;
	border: 1px solid #C30;
}

#main-subcontent .box h3{
	display: inline;
	font-size: 16px;
}
#main-subcontent .box h3 a,
#main-subcontent .box h3 a:link,
#main-subcontent .box h3 a:visited{
	display: block;
	margin: 4px 0 6px 0;
	text-align: center;
	color: #CC3300;
}
#main-subcontent .box h3 a:focus,
#main-subcontent .box h3 a:hover,
#main-subcontent .box h3 a:active{
	text-decoration: none;
	color: #F60;
}

#main-subcontent .box p{
	margin: 0;
}

/*
#main #tazbloglink a, 
#main #tazbloglink a:link, 
#main #tazbloglink a:visited{
	font-weight: normal;
	color: #555;
}
*/
.country #main-content h3, .layout-1 #main-content h3{
	margin:1em 0 0.3em 0;
	font-size: 160%;	
	color: #333;
	padding-bottom: 0.1em;
	background-image:url(img/line_maincontent.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.country #main-content p, .layout-1 #main-content p{
	margin: 0 0 0.5em 0;
}

#main-subcontent div.top-1{
	clear:both;
	padding-top:1em;
}


body {
	margin:0;
	padding:0;
	font-size:62.5%;
	background-color:#fef9ef;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
} 

/*Font-size: 1.0em = 10px when browser default size is 16px

10	-->	62.5
11	110
12	120
13	130
*/

h1.csc-firstHeader{
	padding-bottom: 0.1em;
	background-image:url(img/line_maincontent.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}


a img{
	padding: 0;
	border: none;
}


#leftcolumn h2,#main-subcontent h2{
	padding-bottom: 0.1em;
	background-image:url(img/line_subcontent.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;	
}
#leftcolumn .top-2 h2,#main-subcontent .top-2 h2{
	margin-top:2em;	
}

#nav3-grid {
	clear:both;
	margin:0;
    padding: 6px 0 6px 10px;
    background-color: #fef4e0;
}

#nav3-grid  ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav3-grid  li{
	margin:0;
	padding:0;
	display:inline;
}
#main #nav3-grid  ul.u1 a,
#main #nav3-grid  ul.u1 strong{
	padding-left:4px;
	font-weight:bold;
}
#main #nav3-grid  ul.u2 a,
#main #nav3-grid  ul.u2 strong{
	padding-left:12px;
	font-weight:normal;
}
#main #nav3-grid  ul.u3 a,
#main #nav3-grid  ul.u3 strong {
	padding-left:20px;
}
#main #nav3-grid  ul.u4 a,
#main #nav3-grid  ul.u4 strong {
	padding-left:28px;
}

#main #nav3-grid  ul.u5 a,
#main #nav3-grid  ul.u5 strong {
	padding-left:34px;
}
#nav3-grid ul.u4 a, #nav3-grid ul.u4  a:link,
#nav3-grid ul.u4  a:visited,
#nav3-grid ul.u4  strong{	
	padding: 0.2em 0 0.2em 0;
}
#nav3-grid ul.u5 a, #nav3-grid ul.u5  a:link,
#nav3-grid ul.u5  a:visited,
#nav3-grid ul.u5  strong{	
	padding: 0.1em 0 0.1em 0;
}

#nav3-grid a, #nav3-grid a:link,
#nav3-grid a:visited,
#nav3-grid strong{
	display:block;
	padding: 0.3em 0 0.3em 0;
	text-decoration:none;
	color:#631313;
	font-size:120%;
	/* background-color:#FCFDEF;*/
	background-color:#fef4e0;
}

#main #nav3-grid  a:focus,
#main #nav3-grid  a:hover,
#main #nav3-grid  a:active{
	text-decoration:none;
	/* background-color:#f6f9d2; */
	background-color:#fcefd8;
}

#leftcolumnbox ul{
	margin:0 0 10px 20px;
}
#nav3-grid strong{
	color: #e10005;
}

/* new */

span.hidden, 
#topmenu dfn, 
#mainmenu dfn, 
#nav3-grid dfn,
#submenu dfn{
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}


.bottom-0{
	margin-bottom: 0px;
}
.bottom-05{
	margin-bottom:0.5em;
}
.bottom-1{
	margin-bottom:1em;
}
.bottom-2{
	margin-bottom:2em;
}
.top-05{
	margin-top:0.5em;
}
.top-1{
	margin-top:1em;
}
.top-2{
	margin-top:2em;
}
.top-3{
	margin-top:3em;
}

.clear {	
	display:block;
	clear:both;
	overflow:hidden;
	height:0;
	clear:both;
	visibility:hidden;
}




/***********************/
/*  MAIN TEXT SECTION  */
/***********************/

/* MAIN NAVIGATION */


/* __ MENUE  __*/
#lefttopbox {
	margin:0 0 10px 0;
	padding: 6px 0 6px 10px;
	background-color: #fef4e0;
}
/*
html* #lefttopbox {
	margin-bottom:5px;  */ /*IE6*/ /*
}*/

#leftcolumn #lefttopbox ul{
	margin:0px;
	padding:0px;
}

#leftcolumn #lefttopbox #topmenu ul{
	margin: 4px 0 4px 4px;
	padding: 0;
	list-style-type: none;
	line-height: 18px;
	text-align:center;
	font-size: 100% !important;
}
#topmenu li {
	display:inline;
	margin:0;
	padding: 0;
}
#topmenu a, #topmenu strong { 
	text-decoration: none;
	font-size:110%;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu strong{
	padding: 0px 4px 0px 2px;
	font-weight: bold;
	color:#631313;
	border-left: 1px solid #631313;
}

#topmenu .first a, #topmenu .first a:link, #topmenu .first a:visited, #topmenu li.first strong{ 
	padding-left:0px;
	border-left:none;
}
#topmenu a:focus, #topmenu a:hover, #topmenu a:active{
	color:#881A1D;
}

#topmenu strong{
	color: #e10005;
}




#langmenu {
	margin: 0 0.5rem 0.5rem 0;
	text-align: right;
}

#langmenu  li {
	display: inline;
	margin:0;
	padding: 0;
}


#langmenu ul > li {
	padding-right: 3px;
}

#langmenu img{
	margin:0;
	padding:0;
	vertical-align: middle;
}


/*search */
#leftsearch{
	clear:both;
}
#leftsearch input{
}
#searchinputbox  {
	margin: 0px 9px 0px 4px;
	float:left;
	width:130px;
	height:18px;
	font-size:120%;
	font-family:"trebuchet ms",arial,sans-serif;
	padding:0.2em 0 0.2em 0 !important /*Non-IE6*/;
	padding:0.2em 0 0.3em 0 /*IE6*/;
	border:1px solid #c8c8c8;
	border-radius: 4px;
}
#searchbutton {
	margin: 0px;
	float:left;
	height:24px;
	text-align:center;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#999999;
	text-transform:uppercase;
	background-color:#E6E6E6;
	border:solid 1px #999999;
	border-radius: 4px;
}
#searchbutton:hover {
	cursor:pointer;
	color:#505050;
	background-color:#CDCDCD;
	border:solid 1px #505050;
}





.nav3 {
	width:183px;
}

#flags {
	margin: 3px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
#flags ul, #flags li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#flags img{
	margin: 0 4px 3px 0;
	padding: 0;
}
#flags a {
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	text-decoration: none;
}
#flags span {
	display: none;
}
/* border:solid 1px rgb(200,200,200) !important; */


#leftcolumn h1.first {	
	margin:0px;
	padding:4px 20px 3px 20px;
	background:rgb(252,253,239);
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(99,19,19);
	font-weight:bold;
	font-size:150%;
}
#leftcolumn h1 {
	margin:20px 0 10px 0;
	padding:4px 0 3px 17px;
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(52,52,52);
	font-weight:bold;
	font-size:150%;
}
#leftcolumn h1 img {
	padding:0 !important;
}
#leftcolumn h2 {
	margin:20px 0 10px 20px;
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(100,100,100);
	font-weight:bold;
	font-size:150%;
}
#leftcolumn h3 {
	margin:10px 0 5px 20px;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:110%;
} /* Note: h2 not existent, to make identical to formats for main-navigation for easier exchange */
#leftcolumn p {
	margin:5px 0 10px 17px;
	color:rgb(80,80,80);
	line-height:1.3em;
	font-size:110%;
}
#leftcolumn p.center {
	text-align:center;
}
#leftcolumn p.right {
	text-align:right;
}
/*
#leftcolumn ul {
	list-style:none;
	margin:0.5em 0 1.0em 20px;
}

#leftcolumn ul li {
	margin:5px 0 0.2em 2px;
	padding:0px 0px 0 11px;
	background:url(../img/bg_bullet_full_1.gif) no-repeat 0 0.4em;
	line-height:1.2em;
	font-size:110%;
}

#leftcolumn ol {
	margin:0.5em 0 1.0em 40px !important;*/ /*Non-IE6*/
	/* margin:0.5em 10px 1.0em 45px;*/ /*IE6*/
/*}
#leftcolumn ol li {
	list-style-position:outside;
	margin:0 0 0.4em 0;
	font-size:110%;
}
*/
/* MAIN CONTENT */
#main-content h1.pagetitle {
	margin:0 0 0.4em 0;
	padding:0 0 2px 0;
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(52,52,52);
	font-weight:bold;
	font-size:220%;
}
#main-content h1.block {
	clear:both;
	margin:1.0em 0 0em 0;
	padding:2px 0 2px 2px;
	background:rgb(190,190,190);
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:220%;
}
#main-content h1 {
	margin:1.0em 0 0.5em 0;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#444;
	font-weight:normal;
	font-size:220%;
}
#main-content h2 {
	margin:0 0 0.5em 0;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#444;
	font-weight:normal;
	font-size:170%;
}
#main-content h3 {
	margin:0 0 0.5em 0;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#222;
	font-weight:normal;
	font-size:160%;
}
#main-content h3.top-1{
	margin-top:1em;
}
#main-content h3.top-2{
	margin-top:2em;
}

#main-content h4 {
	margin:1.5em 0 1.0em 0;
	color:#222;
	font-family:"trebuchet ms",arial,sans-serif;
	font-weight:normal;
	font-size:120%;
}
#main-content h5 {
	margin:1.5em 0 1.0em 0;
	color:#222;
	font-size:120%;
}
#main-content h6 {
	margin:1.2em 0 0.2em 0;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:100%;
}

#main-content .top-2 h2,	
#main-content .top-2 h3	{
	padding-bottom: 0.1em;
	color: #333;
	background-image:url(img/line_maincontent.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#main-content p {
	margin:0 0 1.0em 0;
	line-height:1.5em;
	font-size:120%;
}
#main-content p.center {
	text-align:center;
}
#main-content p.right {
	text-align:right;
}
#main-content p.details {
	margin:-0.25em 0 1.0em 0;
	line-height:1.0em;
	font-size:110%;
}
#main-content blockquote {
	margin:0 30px 0.6em 30px;
	font-size:90%;
}

#main-content table {
	clear:both;
	width:100%;
	vertical-align:top;
	margin:0 0 0 0;
	table-layout: fixed;
	border-collapse:separate;
	empty-cells:show;
	border:0;
}
#main-content table th.top {
	empty-cells:show;
	text-align:left;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:120%;
	border:0;
}
#main-content table th {
	font-weight:bold;
	font-size:120%;
	border:0;
}
#main-content table td {
	padding:0 0 0 0;
	vertical-align:top;
	font-size:120%;
	border:0;
}
#main-content table td img {
	border:0 !important;
}
p.caption {
	clear:both;
	margin:0.5em 0 2.0em 20px;
	text-align:left;
	color:rgb(80,80,80);
}

#main-content ul {
	list-style:none;
	margin:0.5em 0 1.0em 0;
	padding: 0;
}
#main-content ul li {
	margin:0 0 0.2em 0;
	padding:0 0 0 1.2em;
	background:url(img/bg_bullet.gif) no-repeat 0 0.5em;
	line-height:1.4em;
	font-size:120%;
}
#main-content .top-1 ul li{
	margin:0 0 1em 0;
}
#main-content ol {
	margin:0.5em 0 1.0em 20px !important /*Non-IE6*/;
	margin:0.5em 0 1.0em 25px /*IE6*/;
}
#main-content ol li {
	list-style-position:outside;
	margin:0 0 0.2em 0;
	line-height:1.4em;
	font-size:120%;
}

.contactform {
	width:418px;
	margin:2.0em 0 0 0;
	padding:10px 10px 0 10px;
	border:solid 1px rgb(200,200,200);
	background-color:rgb(240,240,240);
}
.contactform fieldset {
	padding:20px 0 0 0 !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	margin:0 0 20px 0;
	border:solid 1px rgb(220,220,220);
}
.contactform fieldset legend {
	margin:0 0 0 5px !important /*Non-IE*/;
	margin:0 0 20px 5px /*IE6*/;
	padding:0 2px 0 2px;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:130%;
}
.contactform label.left {
	float:left;
	width:100px;
	margin:0 0 0 10px;
	padding:2px;
	font-size:110%;
}
.contactform select.combo {
	width:175px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:"trebuchet ms",arial,sans-serif;
	font-size:110%;
}
.contactform input.field {
	width:275px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:"trebuchet ms",arial,sans-serif;
	font-size:110%;
}
.contactform textarea {
	width:275px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:"trebuchet ms",arial,sans-serif;
	font-size:110%;
}
.contactform input.button {
	float:right;
	width:9.0em;
	margin-right:20px;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(150,150,150);
	font-size:110%;
}
.contactform input.button:hover {
	cursor: pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
}

/* MAIN SUBCONTENT */
#main-subcontent h1 {
	margin:0 0 5px 0;
	padding:4px 15px 3px 0;
	font-family:"trebuchet ms",arial,sans-serif; /*color:rgb(99,19,19);*/ color:rgb(52,52,52);
	font-weight:bold;
	font-size:140%;
}
 /* Note: h2 non-existent, to make HTML-code interchangeable between 'main-navigation' and 'main-subcontent' */
#main-subcontent h3 {
	margin:1em 0 0.5em 0;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:120%;
}
#main-subcontent p {
	margin:0 0 1.0em 0;
	color:#555;
	line-height:1.3em;
	font-size:110%;
}
#main-subcontent p.center {
	text-align:center;
}
#main-subcontent p.right {
	text-align:right;
}
/*
#main-subcontent img {
	float: left;
}
*/

#main-subcontent ul {
	list-style:none;
	margin:0.5em 10px 1.0em 10px;
}
#main-subcontent ul li {
	margin:5px 0 0.2em 2px;
	padding:0 0 0 11px;
	line-height:1.2em;
	font-size:110%;
}
#main-subcontent ol {
	margin:0.5em 10px 1.0em 30px !important /*Non-IE6*/;
	margin:0.5em 10px 1.0em 35px /*IE6*/;
}
#main-subcontent ol li {
	list-style-position:outside;
	margin:0 0 0.4em 0;
	font-size:110%;
}

#main-subcontent .searchform {
	width:185px;
	margin:0 10px 0 10px;
}
#main-subcontent .searchform fieldset {
	border:none;
}
#main-subcontent .searchform input.field {
	float:left;
	width:135px;
	margin-right: 5px;
	padding:0.1em 0 0.2em 0 !important /*Non-IE6*/;
	padding:0.2em 0 0.3em 0 /*IE6*/;
	border:1px solid rgb(200,200,200);
	font-family:"trebuchet ms",arial,sans-serif;
}
#main-subcontent .searchform input.button {
	float:left;
	width:30px;
	margin-top: 0em;
	padding:1px;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(150,150,150);
}
#main-subcontent .searchform input.button:hover {
	cursor:pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
}

/********************/
/*  COMMON CLASSES  */
/********************/

#main a, 
#main a:link,
#main a:visited{
	color:#631313;
	font-weight:bold;
	text-decoration:none;
}

#main a.btn-primary,
#main a.btn-primary:link,
#main a.btn-primary:visited {
	color: #ffffff;
}
#main a.btn-primary:focus,
#main a.btn-primary:hover,
#main a.btn-primary:active{
	color:#ffffff;
	text-decoration:none;
}

#main a:focus,
#main a:hover,
#main a:active{
	color:#991E1E;
	text-decoration:underline;
}
#main-content a:visited {
	color:#764141;
}

#main-content a img {
	border:solid 0px rgb(150,150,150);
}
#main-content a:hover img {
	border:solid 0px rgb(220,220,220);
}


/* MAIN SUBCONTENT */
.subcontent-unit-border {
	width:185px;
	margin:0 0 2.0em 0;
	padding:0 0 5px 0;
	border:0;
}

/********************/
/*  FOOTER SECTION  */
/********************/
#footer p {
	line-height:1.3em;
	text-align:center;
	color:rgb(125,125,125);
	font-weight:bold;
	font-size:110%;
}
#footer p.credits {
	font-weight:normal;
}
#footer a {
	text-decoration:underline;
	color:rgb(125,125,125);
}
#footer a:hover {
	text-decoration:none;
	color:rgb(0,0,0);
}
#footer a:visited {
	color:rgb(0,0,0);
}



/* MAIN SETUP RAHMEN CSS */


/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */

/*
*{
	padding:0;
	margin:0;
}
*/


#page-container1 {
	width:900px;
	margin:15px auto 0 auto;
	text-align:left;
	font-size:1.0em;
	background-color:#fef9ef;
}

#page-container2 {
	width:900px;
	margin:0px auto;
	text-align: left;
	font-size:1.0em;
	background-color:#fef9ef;
}
#main {
	margin:0;
	background-color:#fef9ef;
	padding-bottom:30px;
	clear: both;
	width:900px;
}
#leftcolumn {
	float:left;
	display:inline; /*Fix IE floating margin bug*/ 
	margin-top:10px;
	width:200px;
	/* overflow:visible !important;*/ /*Firefox*/
	/* overflow:hidden; */ /*IE6*/
	/*	border:1px solid #969696;	*/
	/* border:1px solid green;*/
}
#main-content {
	float:left;
	display:inline; /*Fix IE floating margin bug*/ 
	margin:10px 0 0 27px;
	width:443px;
	/* overflow:visible !important;*/ /*Firefox*/
	/* overflow:hidden; */ /*IE6*/
	/* border:1px solid silver;*/
}
#main-subcontent {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:200px;
	margin:10px 0 0 0;
	/* overflow:visible !important;*/ /*Firefox*/
	/* overflow:hidden; */ /*IE6*/
	/* border:1px solid grey; */
}
#footer {
	clear:both;
	/* ERROR: width:900px; */
	padding:1.0em 0 1.0em 0;
	font-size:1.0em;
	/* overflow:visible !important;*/ /*Firefox*/
	/* overflow:hidden; */ /*IE6*/
	/* border:2px solid #FFCC00;*/
}

/* --- For alternative headers START PASTE here --- */


/********************/
/*  HEADER SECTION  */
/********************/

#header {
	position:relative;
	margin: 0;
	padding:0;
	height:110px;
	font-family:"trebuchet ms",arial,sans-serif;
	/* overflow:hidden; 
	background-color:#FFF; */
}

#header-logo {
	float:left;
	margin:0 0 0 20px;
	padding:0;
}


#header-logo h1 {
	font-size:240%;
	position:absolute;
	top:-100px;
	left:-100px;
}
#header-logo h2 {
	margin:-4px 0 0 0;
	color:rgb(125,125,125);
	font-size:120%;
	position:absolute;
	top:-100px;
	left:-100px;
}
#header-logo  a {
	text-decoration:none;
	color:#777;
}
#header-logo  a:hover {
	text-decoration:none;
	color:#333;
}

#headerimg {
	/*margin:24px 0 10px 227px;*/
	height:101px;
	background-position:227px 14px;
	background-repeat:no-repeat;
}



/******************/
/*  MAIN SECTION  */
/******************/

#breadcrumbs {
	margin: 6px 0 10px 0;
	width:440px;
	background:transparent;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #7D7D7D;
}

#breadcrumbs  a:focus, 
#breadcrumbs  a:hover,
#breadcrumbs  a:active {
	color: #991E1E;
	text-decoration:underline;
}


/* no list

#breadcrumbs ul {
	float:left;
	width:440px;
	list-style:none;
	padding:0 0 5px 0;
}

#breadcrumbs ul li {
	display:inline;
	padding:0 0 0 10px;
	background:transparent url(../img/bg_bullet_arrow.gif) no-repeat 0 50%;
	font-weight:bold;
	color:rgb(125,125,125);
	font-size:120%;
}
ul#breadcrumbs li {
	display:inline;
	padding:0 0 0 10px;
	background:transparent url(img/bg_bullet_arrow.gif) no-repeat 0 50%;
	font-weight:bold;
	color:rgb(125,125,125);
	font-size:100%;
}
 */


/* MAIN CONTENT */
.column1-unit {
	width:443px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column2-unit-left {
	float:left;
	width:211px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column2-unit-right {
	float:right;
	width:211px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column3-unit-left {
	float:left;
	width:121px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column3-unit-middle {
	float:left;
	width:121px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-left:40px;
}
.column3-unit-right {
	float:right;
	width:121px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}

/* MAIN SUBCONTENT */
.subcontent-unit-border {
	width:185px;
	margin:0 0 2.0em 0;
	padding:0 0 5px 0;
	border:0;
}
.subcontent-unit-noborder {
	width:185px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	background-color:#EBEBEB; 
}

/********************/
/*  FOOTER SECTION  */
/********************/
#footer p {
	line-height:1.3em;
	text-align:center;
	color:rgb(125,125,125);
	font-weight:bold;
	font-size:110%;
}
#footer p.credits {
	font-weight:normal;
}
#footer a, #footer a:link,
#footer a:visited{
	text-decoration:underline;
	color:#777;
}
#footer a:focus,
#footer a:hover,
#footer a:active{
	text-decoration:none;
	color:#333;
}



/********************************/
/* NEWS FROM SOS DATABASE       */
/********************************/

#main-content .news_item,
#main-content .events_item{
	margin: 0 0 3em 0;	
	padding-bottom: 0.1em;
	background-image:url(img/line_maincontent.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.dbdata-clear{
	clear: both;
	height: 0px;
	overflow: hidden;
}

#main-content .news_date a, 
#main-content .news_date a:link,
#main-content .news_date a:visited{
	font-weight: normal;
	color:#777;
}

#main-content p.showcash{
	display:none;
}
#main-content p.news_date{
	margin:1em 0 0 0;
	font-size:100%;
}
#main-content .news_item p{
	font-size:110%;
	line-height:130%;
}

.news_item .news_date,
.events_item .events_date {
	margin: 0 0 6px 0;
	color: #777;
	font-size:11px;
}
.news_item .news_date a,
.news_item .news_date a:link,
.news_item .news_date a:visited,

.events_item .events_date a,
.events_item .events_date a:link,
.events_item .events_date a:visited {
	color: #777;	
}
.news_item .news_date a:focus,
.news_item .news_date a:hover,
.news_item .news_date a:active,

.events_item .events_date a:focus,
.events_item .events_date a:hover,
.events_item .events_date a:active{
	color: #555;	
	border-bottom: 1px dotted #555;
}

.news_item h3,
.events_item h3 {
	margin: 0 0 3px 0;
	color: #444;
	font-size:13px;
	font-weight: bold;
	letter-spacing:normal;
}

.news_item p,
.events_item p {
	margin: 0 0 3px 0;
}

.news_img,
.events_img{
	float:left;	
	margin: 0 12px 0.5em 0;
	width:150px;
	font-size:90%;
	color:#555;
	line-height:normal;
}
.news_img img,
.events_img img {
	margin-bottom: 6px;
}
#main-content ul.news_link{	
    clear: both;
	list-style:none;
	margin: 0;
	padding: 0;
}
#main-content ul.news_link li{
	margin-left:55px;	
	text-indent:-55px;	
	margin-bottom:0.5em;
	padding-left:0;
	background-image:none;
	line-height: 1.1em;
	font-size: 110%;
}

.pagebrowser {
	margin: 12px 0 0 0;	
	/* text-align: center; */
	line-height: 20px;
	border-top: 1px solid #DDD;
}
.pagebrowser a
{		
	font-size: 13px;	
}

.pagebrowser span{
	padding: 2px;
	color: #ED1C24;
	font-size: 13px;	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFBF6;
	border: 1px solid #FFCC00;
}

.news_item .backlink, 
.events_item .backlink {
	margin: 18px 0 0 0;
	padding: 6px 0 0 0;
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #DDD;	
}
.news_item .backlink a,
.news_item .backlink a:link,
.news_item .backlink a:visited,


.events_item .backlink a,
.events_item .backlink a:link,
.events_item .backlink a:visited{
	color: #777;	
}
.news_item .backlink a:focus,
.news_item .backlink a:hover,
.news_item .backlink a:active,

.events_item .backlink a:focus,
.events_item .backlink a:hover,
.events_item .backlink a:active{
	color: #555;	
	border-bottom: 1px dotted #555;
}

.events_item p.dbdata-events-date-info {
	margin: 0;
	font-weight: bold;
}

.events_item p.dbdata-events-region-info {
	margin: 0 0 1em 0;
	font-weight: bold;
}

.events_item .state {
    color: #999;
}

/********************************/
/* TYPO3 INDEXED SEARCH         */
/********************************/


.tx-indexedsearch-searchbox {
	margin: 0 0 0 0;
	color: #626a73;
}

.tx-indexedsearch-searchbox form{
	margin: 0 ;
}

.tx-indexedsearch .text2{
	width: 646px;
	padding: 10px 0 10px 22px;
	background-color:  #F0FBDD;
}

.tx-indexedsearch-searchbox  div{
	border-bottom: 1px solid #FCFDEF;
	margin-bottom: 3px;
}

.tx-indexedsearch-searchbox  label{
	clear: left;
	float: left;
	padding-top: 0.2em;
	width: 8em;
}

.tx-indexedsearch-searchbox  label.label-right {
	float: none;
	display: inline;
	width: auto;
}
.tx-indexedsearch-searchbox  input,
.tx-indexedsearch-searchbox  select,
.sword {
	color: #333333;
	border: 1px solid #CCC;
}
.tx-indexedsearch-searchbox .sword {
	width: 276px;
}
.tx-indexedsearch .tx-indexedsearch-form{
	float: left;
   margin-right: 12px;
}
#tx-indexedsearch-searchbox-button-submit {
	width: 70px;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#999999;
	text-transform:uppercase;
	background-color:#E6E6E6;
	border:solid 1px #999999;
}
#main-content .tx-indexedsearch p{ 
	font-size:110%;	
}
.tx-indexedsearch .tx-indexedsearch-whatis { 
	margin: 1.5em 0 3px 0;
}
.tx-indexedsearch-sw, .tx-indexedsearch-redMarkup {
	font-weight: bold;
	color: #0071a3;
}
#main-content .tx-indexedsearch .browsebox {
	padding: 0;
	border: 1px solid #CCCCCC;
}
#main-content .tx-indexedsearch ul.browsebox {
	margin: 0;
	padding: 0 0 0 1em;
	list-style:none;
	list-style-image:none;
	height: 1.9em;
}
#main-content .tx-indexedsearch ul.browsebox li{	
	float: left;
	margin: 0;
	padding: 3px;
	font-size:110%;	
	background-image:none;
}
#main-content .tx-indexedsearch .browsebox strong a,
#main-content .tx-indexedsearch .browsebox strong a:link,
#main-content .tx-indexedsearch .browsebox strong a:visited {
	color: #e10005;
	cursor:text;
}
#main-content .tx-indexedsearch .browsebox strong a:focus,
#main-content .tx-indexedsearch .browsebox strong a:hover,
#main-content .tx-indexedsearch .browsebox strong a:active {
	text-decoration:none;
}
h2.tx-indexedsearch-title{
	padding: 0.2em 0.5em;
	color: #333333;
	font-weight: normal;
	background-color: #DDF1B8;
}
h2.tx-indexedsearch-title a,
h2.tx-indexedsearch-title a:link,
h2.tx-indexedsearch-title a:visited{
	color: #333333;
}

.tx-indexedsearch-res h3 {
	margin-bottom: 0.3em;
}
.tx-indexedsearch-res h3 a,
.tx-indexedsearch-res h3 a:link,
.tx-indexedsearch-res h3 a:visited{
	/* color: #0071a3;*/
}

.tx-indexedsearch .result-count-tmpl-css, 
.tx-indexedsearch .percent-tmpl-css { 
	font-weight:normal; 
	margin-top: -1.2em; 
	float: right; 
}

.tx-indexedsearch .res-tmpl-css { 
	clear: both; 
	margin-bottom: 1em; 
}

#main-content .tx-indexedsearch .res-tmpl-css h4{
	margin:1.5em 0 3px 0;
	font-size:130%;
}

#main-content p.tx-indexedsearch-descr{
	margin: 0 0 3px 0;
}
#main-content p.tx-indexedsearch-text-item-path {
	color:#777;
}
#main-content p.tx-indexedsearch-text-item-path a,
#main-content p.tx-indexedsearch-text-item-path a:link,
#main-content p.tx-indexedsearch-text-item-path a:visited{
	font-weight:normal;
}
.tx-indexedsearch-text-item-path span{
	white-space: nowrap;
}

#main-content .tx-indexedsearch h4.search-rmode{
	margin:6px 0 0 0;
	font-size:120%;
}

#main .tx-indexedsearch .search-rmode a,
#main .tx-indexedsearch .search-rmode a:link,
#main .tx-indexedsearch .search-rmode a:visited {
	color:#777;
}


/*   F O R M U L A R   */
.mt{
	height: 3px;
	overflow: hidden;
}
.formbox{
	margin-top: 3px;
	padding: 6px 12px 12px 12px;
	/* background-color: #F6F9D2; */
	background-color: #fcefd8;
	width: 400px;	
}

.formbox h2{
	color: #EA7C27;
}

.formbox h2.top_2{
	padding-top: 2em;
}

form{
	display: inline;
}	
#main-content .reihe {
  clear:left;
  margin: 0;
  padding: 6px 0px;
}

.breaker{
	clear: left;
	height: 1px;
	overflow: hidden;
}

.label-left{
  float: left;
  width: 7.5em;
 /* text-align: right;*/
  padding-top: 0.1em;
  padding-right: 5px;
}
.label-right{
  /*float: left;
  width: 340px; */
  text-align: left;
}
.feld {
  float: left;
  width: 300px;
  text-align: left;
} 
.feld-links {
  float: left;
  width: 7.5em;
  text-align: left;
  padding-right: 5px;
  margin-top: -0.2em;
} 

.defbreite {
  width: 240px;
  border: 1px solid #BBB;
}

.defzahl {
  width: 40px;
  text-align: right;
  border: 1px solid #BBB;
}

.texteingabe {
  width: 98%;
  height:8em;
  border: 1px solid #BBB;
}

.checkbox{
	float: left;
	width: 30px;
	margin: -0.2em 0 2em 0;
}

.msg{
	color: #B22222;
	font-weight: bold;
}

.hinweis{
	color: #777777;
}

.debug{
	color: #669933;
}



/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {
#header-top {
	width:900px;
	height:110px;
	background:rgb(240,240,240);
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
#breadcrumbs {
	width:900px;
	background:transparent;
}
.nav2 {
	float:left;
	width:900px;
	border:none;
	background:rgb(240,240,240);
	color:rgb(75,75,75);
	font-size:1.0em;
	font-size:130%;
} /*Color navigation bar normal mode*/
#main {
	clear:both;
	width:900px;
	padding-bottom:30px;
	background:transparent;
}
#leftcolumn {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:199px;
	border-right:solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
	background-color:rgb(240,240,240);
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE*/;
}
#footer {
	clear:both;
	width:900px;
	height:3.7em;
	padding:1.1em 0 0;
	background:rgb(240,240,240);
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
}

/* neu: il */
#c26379 img,#c35115 img{ /*social media icons */
	float:left;
	padding-right:20px;
}

.captionImage { 
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; 
    font-size:10px;

}
#main-content p.captionImage {
    line-height: 1.3em;
    font-size:10px;
}

a.external-link-new-window:before, 
a.external-link:before{
    content:url('../img/linkextern.gif');
    width:30px;
    height:30px;
}




a.internal-link:before{
    content:url('../img/linkintern.gif');
}


ul.pagination{
    list-style-type:none;
}
ul.pagination li{
    float:left;
    padding-right:2px;
    padding-left:0;
    background:none !important;
    
}

.csc-textpic-image table{
    width:auto !important;
}

a.pdfGif:before{
    content: url('../img/pdf.gif');
    width:16px;
    height:16px;
    padding-right:5px;
}

a.docGif:before{
    content: url('../img/doc.gif');
    width:16px;
    height:16px;
    padding-right:5px;
}
a.mailGif:before,
a.mail:before{
    content: url('../img/linkmail.gif');
    width:16px;
    height:16px;
    padding-right:5px;
}

a[target="_self"]:before{
    content: none;
    width:0;
    height:0;
    padding-right:0;
}