
#app_content {
	position: relative;
}



#app_content .img {
	float: left;
	margin-right: 3px;
}
.app_header {
	font-size: 12px;
	font-weight: bold;
}


/* die 3 Boxen auf der Seite */


.applinks {
	position: relative;
	width: 240px;
	height: 50px;
	/*border: 1px solid #006CB7;*/
	float: left;
	margin: 10px 9px 20px 0px;
	
	background-color: #F2F7FB;
}

.nodisplay {
	display: none;
}

.display {
	display: block;
}

.app_story_box{
	width: 715px;
	border: 1px solid #028279;
	margin-top: 10px;
}
.app_story_header{
	background-color: #028279;
	color: White;
	padding: 2px;
}
.app_story_text{
	margin-left: 210px;
	padding: 5px;
}


.app_story_textkkk img{
	position: absolute;
	left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.app_story_text img{
	margin-left: -210px;
	margin-bottom: 8px;
}



.partnership_box{
	width: 715px;
	border: 1px solid #028279;
	margin-top: 10px;
}
.partnership_header{
	font-size: 12px;
	font-weight: bold;
	background-color: #028279;
	color: White;
	padding: 2px;
}
.partnership_content{
	padding: 5px;
}
.partnership_content img{
	padding-right: 5px;
	padding-bottom: 5px;
}

.partnership_web{
	
	text-align: right;
	padding: 5px;
}



#application_news{
	position: relative;
	float: left;
	width: 490px;
	margin-right: 10px;

}

#application_events{
	position: relative;
	float: right;
	width: 215px;

}

.pr_headline{
	position: relative;
	background-color: #00B2A6;
	height: 30px;
	margin-bottom: 10px;
}

.pr_headline_big {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 8px;
	left: 7px;
}




.ev_headline{
	position: relative;
	background-color: #038279;
	height: 30px;
	margin-bottom: 10px;
}

.ev_headline_big {
	position: absolute;
	top: 8px;
	left: 7px;
}

.headline_small {
	position: absolute;
	top: 5px;
	right: 5px;
	padding-left: 15px;
}

.green_arrow{
	background: URL('/images/gfx/arrow_green1.gif') no-repeat 0px 2px;
}

.green2_arrow{
	background: URL('/images/gfx/arrow_green2.gif') no-repeat 0px 2px;
}




.headline_small a{
text-decoration: none;
color: white;
}


#contentheader{
	display: none;
}

.csc-textpic{
	margin-left: -5px;
	margin-top: -5px;
}


