/* @override http://safeguard.giqs.org/fileadmin/css/contents.css */

/**
colors:

#454c80  blau
#a2a5bf  blau 50%
#e8bc05  gelb

*/

/* @group general layout */

body {margin:0;}

a:active { outline: none; }

a:focus { -moz-outline-style: none; }

/* Button
-------------------------------------------------------------- */
optgroup{
	font-style: normal;
}

.button, button, .fc-state-default{
	background: url(../media/submitBG.gif);
	border: 1px solid #a2a5bf;
	cursor: pointer;
	color:  #454c80;
}

.fc-state-default{
	cursor: default;
}

.button, button{
	margin: .25em 0;
}

a.button{
	padding: 5px 10px;
	display: inline-block;
}

.fc-state-default{
	text-align: center;
	padding: 0 5px;
}

.fc-state-default.fc-state-disabled {
	display: none;
}

.button:hover, button:hover,.fc-state-default:hover{
	background-image: url(../media/submitBG_over.gif);
}

.button.arr{
	border: none;
	width: 20px;
	height: 18px;
	background: url(../media/submitSearch.gif) no-repeat 0;
}

.button.arr:hover{
	background-image: url(../media/submitSearch_over.gif);
}

abbr{
	cursor: help;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption, .news-single-imgcaption{
	background: #E0E2EC;
	margin-top: 0;
	padding: 2px 6px;
	font-size: 11px;
}
/* @end */

/* @group header
 */

#header {
	width:964px;
	height:100px;
	overflow:hidden;
}

#loadingcontainer{
	height: 2em;
}

#loading {
	background:#E0E2EC none repeat scroll 0 0;
	margin:5px 0;
	padding:0 3px;
}

/* @end */

/* @group language selection */
#langsel{ 
	text-align: right;
	margin-top: 7px;
	text-transform: uppercase;
}

#langsel img{
	vertical-align: -2px;
} 

#langsel a{ 
	color: #fff;
	padding-right: 15px;
}

#langsel .act a{ color: #e8bc05; }

/* @end */

/* @group side columns */

#containerleft{
	margin-left:10px;
}

#containerright{
	margin-right:10px;
}

.contextcol .csc-frame{
	margin-bottom: 1em;
}

.contextcol .csc-frame > *{
	margin-left: 10px;
	margin-right: 10px;
}

.csc-frame-frame1 {
	background: #e0e2ec;
	padding-bottom: .5em;
}

.contextcol .csc-frame.csc-frame-frame1 {
	margin-bottom: 2em;
}

.contextcol .csc-frame-frame1 h1,
.contextcol .csc-frame-frame1 h1.linked a{
	background: #454c80 !important;
	color: white !important;
}


.contextcol .csc-frame > .csc-header,
.contextcol .csc-frame-frame2 > *
{
	margin-left: 0;
	margin-right: 0;
}

.contextcol h1{
	/*text-transform:uppercase;*/
	font-size:1em;
	padding:2px 10px;
	background: #e0e2ec;
	border-bottom: 1px solid #e0e2ec;
	border-top: 1px solid #e0e2ec;
}

.contextcol h1, .contextcol h1.linked a{
	color:#707070;
}

.contextcol h1.linked{
	padding:0;
	border: none;
	background: none;
}

.contextcol h1.linked a{
	background: #e0e2ec url(../media/sideboxArrow.gif) no-repeat right;
	display:block;
	padding:2px 10px;
	border-bottom: 1px solid #e0e2ec;
	border-top: 1px solid #e0e2ec;
}

.contextcol h1 a:hover{
	text-decoration:none;
	color:#454c80;
	background: #e0e2ec url(../media/sideboxArrow_over.gif) right no-repeat;
}

.contextcol h1:hover a{
	text-decoration:none;
}

#containerleft,#containerright {
	line-height: 1.2em;
}

.tx_abdownloads_listView_downloads p{
	padding-left: 20px;
}

.contextcol div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image{
	margin-bottom: .5em;
}


/* @end */

/* @group contents */

.csc-frame-rulerAfter{
	border-bottom: #e8bc05 solid 2px;
	margin-bottom:16px;
}

.icnlist dt{
	float:left;
}

.icnlist dd{
	margin-left:50px;
}

.dates p{
	margin-bottom:.25em;
}

#searchform table {
	margin: 0;
}

#searchform table td{
	padding: 0;
}

#searchform table td.go{
	text-align: right;	
}

.contextcol input.query{
	width: 151px;
}

.contextcol input[type="text"],.contextcol input[type="password"]{
	height: 13px;
}

.contextcol input[type="text"]{
		font-size: .9em;
}

.contextcol .csc-frame > ul{
	margin:  0 0 0 1em;
}

.contextcol .csc-frame.subnavblock > ul{
	margin: 0;
}

.felogin input[type="text"],.felogin input[type="password"]{
	width: 144px;
	margin: 0;
	margin-bottom: .5em;
}

.felogin label{
	font-size: .8em;
	font-weight: bold;
	color: #454c80;
	display: block;
}

.felogin .error{
	border: none;
	margin-bottom: .25em;
	line-height:1.1em;
	padding: 3px 5px;
	font-size: .8em;
}

.search .query{
	padding-top: 2px;
}

#calendar-event .desc{
	margin-top: 1em;
}

.tx-cal-controller .register{
	margin: 2em 0;
}


/* @end */

/* @group footer */

#footer {
	margin-top:1em;
	background-color:#e0e2ec;
	height:20px;
	font-size:.9em;
	border-top:1px solid #e8bc05;
}

#footer p{
	margin:2px 1em;
}



/* @end */

/* @group news */

.nopmargin p{
	margin-bottom: 0;
}

.browse-box-wrap{
	text-align: center;
}

ul.browse-links-wrap{
	margin-left: 0;
}

.browse-links-wrap li{
	background: #f9f9f9;
	margin: 0 2px;
	border: 1px solid #d0d2df;
	font-size: 1em;
}

.browse-links-wrap li a{
	padding: 0 6px;
}

.browse-links-wrap li.active-link-wrap{
	background: #454c80;
	border-color: #454c80;
}

.browse-links-wrap li.active-link-wrap a{
	color: #fff;
}

.browse-links-wrap a:hover{
	text-decoration: none;
}


li.disabled-link{	
	display: none;
}

.news-single-links p{
	margin-bottom: 0;
}

.news-latest-item, .news-list-item, .cal-listitem{
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

.news-list-item img{
	margin: 0 10px 2px 0; 
	display: inline; 
	float: left; 
	padding: 2px 0 6px 0;
}

.news-single-related em{
	padding-left: 20px;
}


.news-single-related a,
.news-single-files a,
.news-single-links a
{
	display: block;
	padding: 0 0 0 20px !important;
	background-repeat: no-repeat;
	background-position: 0 2px !important;
	line-height: 18px;	
}

.news-single-related a
{
	background-image: url(icons/news.gif);
}

.news-single-links a
{
	background-image: url(icons/external.gif);
}


.news-single-imgcaption{
	padding: 2px 0;
}

.news-single-imgcaption p{
	margin: 0 6px;
}

.news-single-img{
	margin-bottom: .5em;
}




.partnerbox {overflow: hidden; }
/*.pics img {display:block;}*/




/* @end */
