/* Structure */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #F8F8F9;
	color: #3E3E40;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

p,
#content p,
#main p{
	margin: 0 0 1em 0;
    padding: 0;
    font-size: 12px;
}

#main h1{
	margin: 1em 0 0 0;
    padding: 0;
    font-size: 14px;
}

#outerframe {
	width: auto;
}

#mainframe {
	width: auto;
	background: white;	
}


#skyscraper {
	display: none;
}



#boxes {
	display: none;
}


/* Header */

#header {
	display: none
}

#superbanner {
	display: none
}


#logo {
	display: none
}

#infoNavi {
	display: none
}


/* Navi */

#topNavi {
	display: none
}



/* Footer */

#footer {
	display: none
}



/* Boxes */

.box .bfirst {
	border: 1px solid #bfc3c4;
	border-top: 0;
}
.box .bsecond {
	border: 1px solid #c9cbce;
	border-top: 0;
}
.box .bthird {
	border: 1px solid #cfd3d5;
	background-color: #d5d9db;
	padding: 0 8px;
}


.box .tfirst {
	border-top: 1px solid #bfc3c4;
	border-left: 1px solid #bfc3c4;
	border-right: 1px solid #bfc3c4;
	margin: 0 3px;
}
.box .tsecond {
	border-top: 1px solid #c9cbce;
	border-left: 1px solid #bfc3c4;
	border-right: 1px solid #bfc3c4;
	margin: 0 2px;
}
.box .tthird {
	border-top: 1px solid #cfd3d5;
	border-left: 1px solid #bfc3c4;
	border-right: 1px solid #bfc3c4;
	margin: 0 1px;
}

.box.darkBox .bfirst {
	border: 1px solid #c9ced0;
	border-top: 0;
}
.box.darkBox .bsecond {
	border: 1px solid #d2d7da;
	border-top: 0;
}
.box.darkBox .bthird {
	border: 1px solid #dadde0;
	background-color: #e0e5e7;
}
.box.darkBox .tfirst {
	border-top: 1px solid #c9ced0;
	border-left: 1px solid #c9ced0;
	border-right: 1px solid #c9ced0;
}
.box.darkBox .tsecond {
	border-top: 1px solid #d2d7da;
	border-left: 1px solid #c9ced0;
	border-right: 1px solid #c9ced0;
}
.box.darkBox .tthird {
	border-top: 1px solid #dadde0;
	border-left: 1px solid #c9ced0;
	border-right: 1px solid #c9ced0;
}

.box .bfirst {
	border: 1px solid #B2B4B6;
}
.box .bsecond {
	border: 1px solid #F3F3F3;
}
.box .bthird {
	border: 1px solid #FDFDFD;
	background-color: white;
}

.box.roundBottom div {
	border-bottom: 0;
}
.box.roundBottom .tfirst {
	border-top: 1px solid #FDFDFD;
	border-left: 1px solid #B2B4B6;
	border-right: 1px solid #B2B4B6;
	margin: 0 1px;
}
.box.roundBottom .tsecond {
	border-top: 1px solid #F3F3F3;
	border-left: 1px solid #B2B4B6;
	border-right: 1px solid #B2B4B6;
	margin: 0 2px;
}
.box.roundBottom .tthird {
	border-top: 1px solid #B2B4B6;
	border-left: 1px solid #B2B4B6;
	border-right: 1px solid #B2B4B6;
	margin: 0 3px;
}

.box.lightBorder .bfirst {
	border-color: #EAEAEA;
	border-top-color: #CFD2D4;
}

.head{
	position: relative;
}

.head .bfirst {
	border: 1px solid #CACDCF;
	border-top: 0;
}
.head .bsecond {
	border: 1px solid #F9F9F9;
	border-top: 0;
}
.head .bthird {
	border: 1px solid white;
	background-color: white;
	padding-left: 8px;
}

.head .bthird h4{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.head .tfirst {
	border-top: 1px solid #CACDCF;
	border-left: 1px solid #CACDCF;
	border-right: 1px solid #CACDCF;
	margin: 0 3px;
}
.head .tsecond {
	border-top: 1px solid white;
	border-left: 1px solid #CACDCF;
	border-right: 1px solid #CACDCF;
	margin: 0 2px;
}
.head .tthird {
	border-top: 1px solid white;
	border-left: 1px solid #CACDCF;
	border-right: 1px solid #CACDCF;
	margin: 0 1px;
}

.head.darkHead .bfirst {
	border: 1px solid #C4C7C9;
	border-top: 0;
}
.head.darkHead .bsecond {
	border: 1px solid #DADEE0;
	border-top: 0;
}
.head.darkHead .bthird {
	border: 1px solid #DEE2E4;
	background-color: #E6EAEC;
	border-top: 0;
	padding: 5px 0 10px 5px;
}
.head.darkHead .tfirst {
	border-top: 1px solid #C4C7C9;
	border-left: 1px solid #C4C7C9;
	border-right: 1px solid #C4C7C9;
}
.head.darkHead .tsecond {
	border-top: 1px solid #DADEE0;
	border-left: 1px solid #C4C7C9;
	border-right: 1px solid #C4C7C9;
}
.head.darkHead .tthird {
	border-top: 1px solid #DEE2E4;
	border-left: 1px solid #C4C7C9;
	border-right: 1px solid #C4C7C9;
}

#boxes .box img {
	float: left;
	margin: 0 6px 6px 0;
}
#boxes .box,
#boxes .rectangle {
	margin-bottom: 20px;
}
.box .styledButton {
	float: right;
	position: relative;
}
.buttonOnLine .styledButton {
	position: relative;
	margin-top: -6px;
}

.box.services img {
	margin: 8px 5px 8px 0;
}
.box.services a {
	display: block;
	margin: 15px 0 29px;
	font-size: 13px;
	font-weight: bold;
}

.box .line {
	width: 298px;	
	border-bottom: 1px solid #B2B4B6;
	clear: both;
	margin-bottom: 5px;
}

#content .box .line {
	width: 499px;
}
#content .head {
	margin-bottom: 20px;
}
#boxes .box .bthird {
	padding-top: 8px;
}


/* General */

h1 {
	color: #002D53;
	font-weight:bold;
	margin:0;	
}

h2 {
	color: #002D53;
	font-size:14px;
	font-weight:bold;
	margin:0;	
}

h4 {
	font-size: 11px;
	font-weight: normal;	
	color: #555555;
}


h4#editor-link {
	font-weight: normal;	
	color: #555555;
	padding: 10px 0;
}

img {
	border: 0;
}

a {
	color: #002D53;
	text-decoration:none;
}

p {
	margin: 5px 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.spacertop {
	margin-top: 15px;
}

span.ad {
	font-size: 10px;
	display: block;
}

.styledButton {
	border: 1px solid #babdc0;
	font-weight: bold;
	background: url(../images/backgrounds/all.png) repeat-x 0 -63px;
	padding: 0 8px;
}

.more {
	font-weight: bold;
}

.noMargin {
	margin: 0 !important;
}



/* Content */

#feed {
	display: none;
}

#feed a {
	color: #B2B2B3;
}

#breadcrumbs {
	display: none;	
}

.teaser {
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.teaser h3 {
	margin: 5px 0 5px 0;
	color: #0F2D49;
}

.teaser a:hover{
	color: #0F2D49;
	text-decoration: none;
}

.teaser.highlight h3,
.teaser.highlight h3 a{
	margin: 5px 0 10px 0;
}

.teaser h4 {
	font-weight: normal;
	text-transform: uppercase;
	color: #555555;
}

.teaser h4 .date,
h4#editor-link .date{
	float: right;
}

.teaser img {
	float: left;
	margin: 0 6px 6px 0;
}

.borderBottom {
	border-bottom: 1px solid #bcbcbd;
}

.aktuelles-heft-teaser{
	background: #C9CACB url(../images/backgrounds/bg_aktuellesheft.png) top left no-repeat;	
	border: 1px solid #CCCFD1;
	psoition: relative;
}

.aktuelles-heft-teaser h1{
	position: relative;
	top: 8px;
	left: 100px;
	margin: 0;
	padding: 0;
}

.aktuelles-heft-teaser-inner{
	margin: 25px 10px 10px 10px;
}

.aktuelles-heft-inhalt{
	margin-top: 10px;
}

#content .aktuelles-heft-inhalt h4{
	margin: 10px 0 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #002D53;
}

#content .aktuelles-heft-inhalt ul{
	list-style: square;
	margin: 0 0 0 22px;
	padding: 0;
}

#content .aktuelles-heft-inhalt .separator{
	border-bottom: 1px solid #C6C9CB;
	margin: 0;
	padding: 0;
	height: 1px;
}

.rectangle {
	width: 300px;
	position: relative;
}

.rectangle span {
	position: absolute;
	top: -15px;
	font-size: 10px;
}

div.rectangle-block{
	display: none;
}

div.nextToRectangle {
	display: none;
}


.download-link a{
	padding-left: 14px;
}

.download-link.pdf a{
	background: url(../images/backgrounds/bg_pdf_download.png) top left no-repeat;	
}


.anbieter {
	width: 180px;
	margin-bottom: 30px;
}

#content .anbieter .bthird {
	background: #e0e5e7 url(../images/anbieter.png) no-repeat -3px 5px;
	padding-top: 60px;
	height: 185px;
}


#content .anbieter .bthird p{
	font-size: 11px;
}

.icons{
	display: none;
}

#boxes .box.gallery img,
#content .box.gallery img {
	float: none;
	margin: 0;
}

#boxes .box.gallery .bthird,
#boxes .box.toparticle .bthird{
	padding: 0;
	border-top: 0;
}

div.intro,
div.into p{
	font-weight: bold;
}

.imageWrapper {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

.imageWrapper p{
	font-size: 10px;
	margin: 0;
	padding: 5px 0 0 0;
	color:#4F4F4F;
}



.author-comment-box{
		width: 500px;
		margin-bottom: 10px;
	} 

.comment-box{
	display: none;
}	
	
.author-comment-box h3{
		margin: 0;
		padding: 0 0 0 13px;
		background: url(../images/backgrounds/bg_acom_box_top.png) top left no-repeat;
		width: 500px;
		height: 14px;
		padding-top: 4px;
		font-size: 11px;
		color: #092A4D;
		text-transform: uppercase;		
}


.comment-box h3{
		margin: 0;
		padding: 0 0 0 13px;
		background: url(../images/backgrounds/bg_commentbox_top.png) top left no-repeat;
		width: 500px;
		height: 14px;
		padding-top: 4px;
		font-size: 11px;
		color: #092A4D;
		text-transform: uppercase;		
}
	
.author-comment-box-inner{
		background: url(../images/backgrounds/bg_acom_box_bottom.png) bottom left no-repeat;
		padding: 6px 10px 15px 13px;
}

.comment-box-inner{
		background: url(../images/backgrounds/bg_commentbox_inner.png) top left repeat-y;
		padding: 6px 10px 15px 13px;
}

.comment-box-inner h5{
	font-size: 11px;
}

.comment-box-inner h2{
	font-size: 12px;
}

.comment-box-item{
	margin-bottom: 15px;
	border-bottom:1px solid #E9E8EA;	
}

.author-comment-box-inner img{
	float: left;
	margin: 0 5px 5px 0;
}
	
.author-comment-box-inner p,
.comment-box-inner p{
		margin: 0;
		padding: 0 0 5px 0;
		font-size: 11px;
}

.comment-box-bottom{
		background: url(../images/backgrounds/bg_commentbox_bottom.png) bottom left no-repeat;
		padding: 0 10px 0 13px;
		height: 31px;
		line-height: 25px;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	width: 200px;
	text-align: center;
	}
	
#screenshot img{
	margin-bottom: 3px;
}

.article-navigator{
	padding: 20px 0;
	text-align: right;
	color: #002D53;
	font-size: 12px;
}

.article-navigator a{
	font-size: 12px;
}

.article-navigator a.active{
	font-weight: bold;
}

/****** Voting *******************************/

#content .head.voting{
	margin-bottom: 0;
}


#content .head.darkHead.voting .bthird {
	padding: 10px 0 5px 5px;
}

#votingbox-top{
	border: 1px solid #D7D7D7;
	border-bottom: 0;
	padding: 10px;
	margin: 2px 0 0 0;
	background: #E6EAED;
}

#votingbox-top a{
	font-weight: bold;
}

#votingbox-bottom{
	border: 1px solid #D7D7D7;
	border-top: 0;
	padding: 10px;
	margin: 0 0 10px 0;
	background: #FFF;
}

#votingbox-bottom label{
	white-space: normal;	
}


#votingbox-bottom h3,
.box.darkBox.poll .bthird h3{
	color: #002D53;
	font-size: 11px;
}

.box.darkBox.poll .bthird{
	position: relative;
}

#votingbox-bottom p{
	color: #000;
	font-weight: normal;
	font-size: 11px;
}

#votingbox-bottom label{
	display: block;
	font-weight: normal;
	padding-right:0.5em;
	color: black;
	margin-bottom: 0.5em;
}

#votingbox-top.search{
	border-bottom: 1px solid #D7D7D7;
	font-size: 11px;
}

.feedback h2{
	font-size: 12px;
	margin-bottom: 20px;
}


#votingbox-top.search h4{
			font-size: 11px;
			font-weight: bold;
			color: #002D53;
			margin: 10px 0 0 0;
}

.box.darkBox.poll .bthird label{
	display:block;
	font-weight: normal;
	padding-right: 0.5em;
	color: black;
	margin-bottom: 0.3em;
	white-space: normal;
}

#votingbox-bottom input{
	margin-bottom: 0.5em;
}

#votingbox-bottom.poll-result div.chart-bar-resultbar {
	background-color: #002D53;
}

#votingbox-bottom.poll-result div.chart-bar-resultbox{
    background-color: #E6EAED ;
}

.content-results{
	padding: 5px 5px 0 5px;
}

.content-results a{
	font-weight: bold;
	font-size: 11px;
}

/****** Image Gallery *******************************/
.gallery-full-view{
	clear: both;
	width: 498px;
	text-align: center;
	border: 1px solid #898989;
}

.gallery-view h1{	
	padding: 0 0 2px 0;	
}

.gallery-view a{
	font-weight: bold;
}

.gallery-full-caption{
	margin-bottom: 20px;
}


.image-count{
	color: #0D2D56;
	float: right;
	padding: 2px 0 0 15px;;
}

.rubric-navigation{
	display: block;
	margin-bottom: 20px;
}

/****** Handy *****/ 
h2.bordered{
	border-bottom: 1px solid #C5C8CA;
	padding-bottom: 5px;
	margin: 15px 0;
	text-transform: uppercase;
}

table.steckbrief{
	margin-bottom: 20px;
	width: 100%
}

table.steckbrief tr:hover{
	background-color: #E6EAEC;	
}

table.steckbrief td{
	padding: 4px 10px;
	color: #3E3E40;
	font-size: 11px;
}

table.steckbrief td.label{	
	font-weight: bold;	
	width: 135px;
}

table.steckbrief tr.odd{
	background-color: #F2F4F5;
}

table.steckbrief td.note{
	width: 110px;
}

table.steckbrief tr.gesamtnote{
	background-color: #E6EAEC;
}

strong.darkblue{
	color: #3E3E40;
}

p.footer-note{
	color: #555;
	font-size: 10px;
}


/****** POPUP *****/ 
.jqmWindow {
    display: none;    
    position: fixed;
    top: 17%;
    left: 30%;    
    margin-left: -300px;
    width: 470px;   
    height: 220px; 
    background-color: #FFF;
    color: #333;
    border: 1px solid black;
    padding: 12px;    
}

.jqmOverlay { background-color: #7D8286; }
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#popup{
	font-size: 11px;
	position: relative;
}

#popup a.jqmClose{
	position: absolute;
	top: 205px;
	left: 400px;
}

#popup h1{
	margin-bottom: 10px;
}


#popup img{
	float: left;
	margin-right: 10px;
}

#popup td.label{
	font-weight: bold;
	padding-right: 10px; 
}

#popup h3{
	margin: 10px 0 0 0;
	color: #002D53;
	font-size: 11px;
	padding: 0;
}

#popup p{
	margin: 0 0 0 5px;	
	font-size: 11px;
	padding: 0;
}

/****** Boxes *****/ 
#boxes{
	font-size: 11px;
}

#boxes .bthird h4{
	font-weight: bold;
	color:#0F2D49;
}

#boxes .teaser h3,
#boxes .teaser h3 a{
	color:#0F2D49;
	font-size: 11px;
	margin: 3px 0;
}

style.css (Zeile 580)



#boxes .teaser p{
	margin: 0;
	padding: 0;
}

#boxes .box.tagcloud{
		background: url(../images/backgrounds/bg_tagcloud_box_top.png) top left no-repeat;
		padding: 5px 0 0 0;		
}

#boxes .box.tagcloud .content{
	text-align: justify;
}

#boxes .box.tagcloud a{
	color: #476882;
	line-height: 1.3em;
}

#boxes .box.tagcloud .content{
		background: #EEF2F2 url(../images/backgrounds/bg_tagcloud_box_bottom.png) bottom left no-repeat;
		padding: 5px 10px 10px 10px; 
}

#boxes .poll .bthird {
        background: #D7D9DA url(../images/backgrounds/poll.png) repeat-x;        
        border-bottom: 0;
        padding-bottom: 10px;
}

/****** Mediadaten *****/ 
table.eckdaten td{
	padding: 5px 15px 0 0;
}


table.eckdaten .label{
	font-weight: bold;
}

#mediadaten-downloads h2{
	border-bottom: 1px solid #E9E8EA;
	margin-bottom: 5px;
}

#mediadaten-downloads h4{
	color: #002D53;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
}

#mediadaten-downloads .download-link.pdf{
	margin-bottom: 0.5em;
}

#mediadaten-downloads .download-link.pdf a{
	font-weight: bold;
}

/****** Form *****/ 
.class-contact-form h4{
	font-weight: bold;
	margin: 10px 0 0 0;
}

.class-contact-form .contact-button{
	padding: 10px 0;
	text-align: right;
}

.formular-zweispaltig td{
	padding: 0 10px 0 0; 
}

/****** ez core *****/ 
div.message-warning, div.warning {
	border-color: #E6EAED;
}

div.attribute-byline{
	margin-bottom: 10px;
}

#boxes ul,
#boxes ul li{
	list-style: none;
}

#mycarousel-toparticle .jcarousel-item h3,
#mycarousel-toparticle .jcarousel-item p {
    margin: 0;
    font-size: 90%;
}

.teaser div{
	position: relative;
}

#content div.attribute-long a,
#content div.attribute-long a:hover{
	color: #2E7DBB;
}

div.user-register label{
	display:block;
	font-weight:bold;
	padding-right:0.5em;
	white-space: normal;
}

.whitepaper-table{
	margin-top: 20px;
	width: 100%;
	border: 1px solid #0F2D49;
}

.whitepaper-table td, .whitepaper-table th{
	padding: 3px 10px 3px 5px;
}


.whitepaper-table td.label{
	font-weight: bold;
}

.whitepaper-table th{
   background: #0F2D49;
   color: #FFF;
}

table.whitepaper-table tr.odd{
	background-color: #F2F4F5;
}

.teaser img.ifa-button,
.teaser img.cebit-button,
.teaser img.gsma-button{
	display: inline;
	margin: 0 2px 0 0;
	float: none;
}

label.error{
	color: red;
}

#handy-search{
	margin-bottom: 20px;
}

#handy-search table{
	width: 100%;	
}

#handy-search table.handy-search-selects tr td{
	width: 50%
}

#handy-search table.handy-search-selects tr td select{
	width: 200px;
}

#handy-search table tr td{
	padding: 0 10px 10px 0;
}

#handy-search h3{
	color: #0F2D49;
	font-size: 12px;
	text-transform: uppercase;
}

#handy-search h3#toggleh3{
	background: url(../images/backgrounds/ext_button_closed.png) no-repeat;
	padding-left: 15px;
	cursor: pointer;
	margin: 20px 0 10px 0;
}

#handy-search .handy-search-button{
	margin-bottom: 10px 0 20px 0;
}

#handy-search h3#toggleh3.active{
	background: url(../images/backgrounds/ext_button_open.png) no-repeat;	
}

div.pagenavigator span.current{
	font-weight: bold;
	font-size: 13px;
}

ul.jobs-list{
	margin: 0.5em;
}
	
