@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700);

@font-face {
    font-family: 'btpnormal';
    src: url('webfont/btp/aa_btp-webfont.eot');
    src: url('webfont/btp/aa_btp-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/btp/aa_btp-webfont.woff') format('woff'),
         url('webfont/btp/aa_btp-webfont.ttf') format('truetype'),
         url('webfont/btp/aa_btp-webfont.svg#btpnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'PT Sans', sans-serif;
}

strong {
	color: #555;	
}

em {

}

#mainMiddleContent a, #mainMiddleContent a strong, .link_orange_bold  {
	color:#E65A01;
	font-weight:bold;
	text-decoration:none;
}

#mainMiddleContent a.grey, #mainMiddleContent a.grey strong  {
	color: #444;
}

div.box a  {
	color:#333333;

}




/* -------------------------------------------- normaler Text -------------------------------------------- */
p, td  {
	font-size: 14px;
	color: #444;
	text-decoration: none;
	line-height: 22px;
}

p, p.untertitel {	
	margin-top: 0px;		
	margin-bottom: 10px;
}

p.smaller {
	font-size: 12px;
	line-height: 18px;
}

.small, .textSmall  {
	font-size: 12px;
	color: #404040;
	line-height: 16px;	
}

p.blue, li.blue  {
	color: #1C81A0;	
}

p.blue strong, li.blue strong{
	color: #1C81A0;	
}


sup
{
    font-size: 70%;
    vertical-align: text-middle;
    line-height: 0;
}


/* -------------------------------------------- Überschriften -------------------------------------------- */
h1, h2, h3, h4, h5 { 
	font-weight: bold;
	color: #007B79;
	vertical-align: top;
	margin: 0px;	
}

h1 {
	color: #E65A01;	
	
	font-size: 28px;
	margin: 0px 0px 14px 0px;	
	line-height: 28px;	
    font-family: 'btpnormal';	
}

h1.smaller {
	font-size: 18px;
	margin: 0px 0px 14px 0px;	
	line-height: 24px;	
}

h2, h2 a , h2 strong {
	color: #007B79;	
	font-size: 17px;
	margin: 30px 0px 10px 0px;		
}

h2 a {
text-decoration: none;	
}

h2 a:hover {
text-decoration: underline;
}

h3 {
	font-size: 17px;
	line-height: 16px;		
	margin: 10px 0px 10px 0px;		
}
  
h4 {
	font-size: 12px;
	line-height: 16px;		
	margin: 5px 0px 10px 0px;		
	color: #F7921C;		
}

h5 {
	font-size: 14px;
	line-height: 16px;		
	margin: 8px 0px 10px 0px;		
	color: #FF6800;		
}

.special_color {
	color: #9F152C;	
}

/* ---------------- Listen ---------------- */
#mainMiddleContent ul, #mainMiddleContent ul.ul_dark, #fancybox-wrap ul {
	list-style-image: url(images/main/bullet_orange.png);		
	margin-top: 3px;
	margin-bottom: 10px;	
	line-height: 21px;	
}

#mainMiddleContent ul.ul_dark {
	list-style-image: url(images/main/bullet.png);
}

#mainMiddleContent li, #fancybox-wrap li  {
  	margin: 3px 3px 8px 30px;   
	font-size: 14px;  
	line-height: 22px;
}

#mainMiddleContent ul li ul, #fancybox-wrap  ul li ul   {
  margin-left: 50px;   
}

#mainMiddleContent ul.moreSpace, #fancybox-wrap  ul.moreSpace  {
	margin-top: 3px;
}

#mainMiddleContent ul.moreSpace li, #fancybox-wrap  ul.moreSpace li {
  	margin: 3px 3px 22px 30px;   
}



#mainMiddleContent ul.noBullet {
	list-style-type: none;
}

/* ---------------- Twitter ---------------- */
#twitterBox {
}

#twitterBox p {
	padding: 0px;
	margin: 3px 0px 10px 0px;
	font-size: 13px;
	line-height: 18px;
	
}

#twitterBox .account {
	color: #333333;
	font-weight:bold;
}

#twitterBox .screenname {
	color: #1597CF;
	font-weight:bold;
}

#twitterBox .statusText {
	color: #333333;
}

#twitterBox a {
	color: #FF6800;
}

#twitterBox .time {
	color: #333333;
	font-size:11px;
}

#newsBox {
}

#newsBox p {
	padding: 0px;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 7px;	

}

#newsBox .newsText {
	color: #333333;

}

#newsBox a {
	color: #333333;
}

#newsBox a.more {
	color: #666666;
	text-decoration:none;
}

#newsBox .time {
	color: #333333;
	font-size:11px;
	margin-bottom: 3px;	
	margin-top: 3px;		
}


#keynoteSpeakerBox {
}

#keynoteSpeakerBox p {
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 7px;	
	
	/*	NEU */
	font-size: 11px;
	line-height: 16px;	
	margin-bottom: 4px;		

}

#keynoteSpeakerBox a {
	color: #333333;
}





