@CHARSET "UTF-8";

html * {
	margin: 0;
}

html {
	font-size: 100.01%;
	font-family: Arial,Helvetica,sans-serif;
}

body{
	font-size: 0.8em;
}

h1 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.5em;
	font-weight: bold;
}

input,
textarea,
select	{
	border: 1px solid #004FA3;
	background-color: #E0E2F2;
	vertical-align:middle;
}

input[type="file"]{
	width: 250px;
	padding: 0.15em 0;
}

input[type="radio"],
input[type="checkbox"]{
	border: none;
}
	
input.button{
	padding: 0 1em;
	height: 1.35em;
	vertical-align:middle;;
}

acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; 
	cursor: help;
}

#containerAll{
	margin: 0 auto;
	width: 1320px;
}

#page {
	margin: 0 0 0 160px;
	width: 990px;
	float: left;
}

#skyscraper {
	margin: 0 0 0 10px;
	width: 160px;
	float: left;
}

#head {
	height: 100px;
	margin: 20px 0 0 0;
}

#nav {
	height: 35px;
	background-color: #E0E2F2;
	position: relative;
	font-size: 0.95em;
}

#spaceBlue {
	height: 23px;
	background-color: #004FA3;
	background-image: url("img/splitVerl.png");
	background-repeat: repeat-x;
}

#contentContainer {
	margin-top: 1em;
	background-color:#E0E2F2;
	background-image:url(img/splitVerlContentFFF.png);
	background-position:left top;
	background-repeat:repeat-x;
	padding:0 0 2em;
}

#contentContainer.start {
	background-color: transparent;
	background-image: url('img/splitVerlContent.png');
	background-repeat: repeat-x;
	padding: 0;
}

#colLeft {
	float: left;
	width: 10em;
}

#colMain {
	margin: 0 12em 0 10em;
	padding: 0 1em;
	width: auto;
}

#colRight {
	float: right;
	width: 12em;
}

#colSearch {
	float: left;
	width: 33%;
	padding: 0 2em;
}

#colContent {
	margin: 0 2em 0 0;
	padding: 0 1em;
	width: auto;
	height: 400px;
	overflow: auto;
}

#mainNav, 
#metaNav {
	position: absolute;
	top: 50%;
	margin: -0.6em 0 0 1em;
	padding: 0em;
}

#metaNav {
	right: 0;	
}

#nav li {
	list-style: none;
	display: inline;
	margin: 0 1em 0 0;
	position:relative;
}

#nav li ul li{
	display: block;
	margin: 0;
	padding:  0.5em;
	border-bottom: 1px dotted #004FA3;
}

#nav li ul {
	display: none;
	margin: 0 0 0.5em 0;
	background-color: #E0E2F2;
	border: 1px solid #004FA3;
	z-index: 99999;
	position: absolute;
	left: -0.4em;
	top: 1.2em;
	width: 18em;
	padding:0;
}

#nav li:hover ul {
	display: block;
}

#nav acronym, 
#nav dfn, 
#nav abbr, 
#nav span.abbr { 
	border-bottom: none; 
	cursor: default; 
	font-style: normal;
}


a {
	color: #004FA3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#userinfo {
	margin: 0.3em 1em 0 0;
	color: #E0E2F2;
	font-weight: bold;
	font-size: 0.95em;
	float: right;
}

#logo,
#ads {
	float: left;
}

#logo {
	width: 311px;
	height: 66px;
}

#logo img {
	float: left;
	margin: 1em 3em 0 0;
	border: none;
}

#logo h1 a {
	background-image: url('img/logo_orgportal.png');
	background-repeat: no-repeat;
	display: block;
	width: 311px;
	height: 66px;
}

#logo div {
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
}

#logo span,
#memberLogo span {
	display: none;
}

#memberLogo {
	float: right;
	margin: 0 0 0 3em;
}

#memberLogo h2{
	float: left;
	margin: 0.5em 0;
}

#memberLogo h2.gfo a {
	background-image: url('img/gfo.png');
	background-repeat: no-repeat;
	display: block;
	margin: 5px 0 0 2em;
	width: 58px;
	height: 40px;
}

#memberLogo h2.sgo a {
	background-image: url('img/sgo.png');
	background-repeat: no-repeat;
	display: block;
	margin: 10px 0 0 2em;
	width: 96px;
	height: 30px;
}

#spaceBlueFooter {
	height: 23px;
	background-color: #E0E2F2;
}

#footer {
	background-color: #004FA3;
	background-image: url("img/splitVerl.png");
	background-repeat: repeat-x;
	height: 120px;
}

#footer div{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 990px;
	height: 120px;
}


#ads {
	margin: 0 0 0 3em;
}

#ads div{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 350px;
}

#footer div *{
	vertical-align: middle;
}

.news-title h3{
	font-size: 1.4em;
	margin: 0 0 0.7em 0;
}

.news-title a{
	color:#004FA3;
}

.head-control{
	margin: 0.7em 0 0 0;
	padding: 0.5em 0.5em;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	overflow: hidden;
	color: #666666;
}

.head-control a:hover {
	text-decoration: underline;
}

.news-author {
	float:left;
	width: 18em;
	min-height: 1.2em;
	padding-right: 0.5em;
}

.news-latest-morelink,
.news-list-morelink {
	float:right;
	background-image: url("img/read_short.gif");
	background-repeat: no-repeat;
	padding:0 0 0 1.5em;
}

.news-latest-morelink a,
.news-list-morelink a{
	color: #666666;
}

.news-latest-morelink a:hover,
.news-list-morelink a:hover{
	color: #004AF3;
}

.news-date{
	float: left;
	width: 5em;
	padding-left: 0;
	padding-right: 0.5em;
}

.news-subheader{
	padding:0 0.5em 0 0em;
}

.news-latest-item,
.news-list-item,
.twrss_item_content{
	margin: 0 0 2.5em 0;
}

.news-rating{
	padding-left: 0.25em;
	float: left;
	width: 8em;
}

.tx-accessibleratings-pi1{
	padding-left: 0.25em;
}

.news-counter{
	padding-left: 0;
	float: left;
	width: 8em;
}

.news-category {
	text-align: center;
	float: left;
	width: 10em;
}

#colMain h1,
#colMain h2,
#colMain h3,
#colMain h4,
#colMain h5,
#colMain h6,
.news-single-content h1,
.news-single-content h2,
.news-single-content h3,
.news-single-content h4,
.news-single-content h5,
.news-single-content h6{
	color: #333333;
	margin: 1.2em 0;
}

.news-single-item h2{
	color: #004FA3;
	margin: 0.7em 0;
}

.news-single-item h3{
	color: #666666;
	font-size: 0.9em;
	margin: 0.7em 1.5em;
	padding: 0.5em;
}

.news-single-item .head-control{
	padding: 0.5em;
	margin: 0.7em 0 1.5em 1.5em;
}

.news-single-content{
	padding: 0.5em 1.5em;
}

#colMain p,
.news-single-content p
{
	margin: 0.5em 0;
}

.news-single-item dl {
	padding: 0.5em;
	margin: 0.7em 0 1.5em 1.5em;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	overflow: hidden;
	color: #666666;
}

.news-single-item dl dd {
	margin: 0.5em 1em;
}

.news-single-item ol,
.news-single-item ul{
	padding: 0.5em 2em;
}

.news-single-backlink {
	padding: 0.5em;
	margin: 0.7em 0 1.5em 1.5em;
}

h1.csc-firstHeader{
	margin: 0;
}

.bodytext img {
	border: none;	
}

.mailformplus_contactform table {
	width: 100%;
	margin: 1em 0;
}
.mailformplus_contactform table td {
	padding: 0.5em;
}

.mailformplus_contactform ul.info{
	display: inline;
	float: left;
	padding: 0em 1em;
	position: absolute;
}

.mailformplus_contactform ul.info li {
    list-style: none;
    position: relative; 
}
  
.mailformplus_contactform ul.info li ul {
	border: 1px solid #004FA3;
	background-color:#E0E2F2;
    margin: 0; 
    padding: 1em;
    position: absolute;
    display: none; 
	z-index:999;
	white-space: nowrap;
}
  
.mailformplus_contactform ul.info li:hover ul {
    display: block;
}

.mailformplus_contactform ul.info li ul li {
    float: none;
    line-height: 1.4em;
    display: block;
}

.durchsuchen{
	padding:0em 1em 0em 0em;
	cursor:pointer;
	float:left;
}

.mailformplus_contactform span.button a,
.mailformplus_contactform span.button a:link{
	padding:0.1em 1em ;
	color:#000000;
	background-Color:#E0E2F2;
	border: 1px solid #004FA3;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
	
.mailformplus_contactform span.button a:hover{
	color:#004FA3;
	text-decoration: none;
}

.mailformplus_contactform .durchsuchen{
	padding:0em 1em 0em 0em;
	cursor:pointer;
}

.mailformplus_contactform .info-icon{
	background:url(img/information.png );
	width:16px;
	height:1.6em;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 998;
}

.mailformplus_contactform table td.rechte-spalte {
	vertical-align: middle;
}

.mailformplus_contactform table td.upload {
	line-height: 1.9em;
}

.svcNoLink{
	color: #004FA3;
	font-weight: bold;
}

.svcNoLink:hover{
	color: #004FA3;
	font-weight: bold;
	text-decoration:underline;
	cursor: pointer;
}

.tiplink{
	margin: 0.7em 0 0 0;
	padding: 0.5em 0.5em;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	overflow: hidden;
	color: #666666;
	text-align: center;
}

.tx-ttnews-browsebox {
	margin: 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #004FA3;
	text-align: center;
	line-height: 170%;
}

.tx-ttnews-browsebox a {
	padding: 0 0.5em;
}

.ttnewsAuthorSingle div {
	margin: 1em 0 0 0;
}

.datamints_glossaryindex_index {
	overflow: hidden;
	margin: 0.75em 0; 
}

.datamints_glossaryindex_oneitem {
	float: left;
	margin: 0 0.5em;
}

div.tagcloud {
	background-color: #E0E2F2; 
	margin: 1em 0;
	padding: 1.5em; 
}

.tx-felogin-pi1 form div{
	float: left;
}

.tx-felogin-pi1 form input{
	font-size: 0.9em;
	margin: 0 1em;
	padding:0em;
}

.tx-srfeuserregister-pi1-submit{
	cursor: pointer;
}

dl.glossary dt { 
	font-weight: bold; 
	margin: 0 0 3px 0; 
	font-style: normal; 
}

dl.glossary dd { 
	margin: 0 0 15px 20px; 
}

dl.glossary .description { 
	margin: 0; 
	padding: 0; 
}

dl.glossary .type { 
	font-style: italic; 
	padding: 0 3px 0 0; 
}

.spacelogin{
	padding-bottom:25px;
}

hr{
margin-top: 2em;
margin-bottom:2em;
}

label, legend{
	font-weight:bold;
}

fieldset{	
	margin-top:1em;
}












