.text { 
	color: black; 
	font-size: 14px; 
	font-family: Helvetica, Arial; 
	line-height: 17px; 
	text-align:justify;
	}

.alignLeft
{
	text-align:left;
}
	
.lead   { color: #d90166; font-size: 17px; font-family: Helvetica, Arial; font-weight: 200; line-height: 22px;text-align:justify;}

.titel { 
	color: #d90166; 
	font-size: 14px; 
	font-family: Helvetica, Arial; 
	line-height: 17px;
	}
	
.titel2 { 
	color: #838383; 
	font-size: 14px; 
	font-family: Helvetica, Arial; 
	line-height: 17px;
	}
	
	
.linie  { border-bottom: 1px dotted #3261A9 }
	
a, a.linklist {
	color: #838383; 
	text-decoration: underline;
	}
	
a:hover, a.linklist:hover {
	color: #d90166; 
	text-decoration: underline;
	}

	
a.footerMain {
	font-size:10px;
	color: #838383; 
	text-decoration: underline;
	text-align:left;
	}
	
a.footerMain:hover {
	font-size:10px;
	color: #d90166; 
	text-decoration: underline;
	text-align:left;
	}
	
a.footerSub {
	font-size:10px;
	color: #a3a3a3; 
	text-decoration: underline;
	text-align:left;
	}
	
a.footerSub:hover {
	font-size:10px;
	color: #fb2388; 
	text-decoration: underline;
	text-align:left;
	}
	
a.footerActive {
	font-size:10px;
	color: #b00352; 
	text-decoration: underline;
	text-align:left;
	}
	
a.footerActive:hover {
	font-size:10px;
	color: #838383; 
	text-decoration: underline;
	text-align:left;
	}
	
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 125px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-family: Helvetica, Arial;
	font-size: 12px; 
	color: #838383; 
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1;color: #d90166; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
	
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #f9e9ec;
	
}

td.linklistTitel {
	border-bottom:1px solid #838383; 
	width:577px;
	font-size: 14px; 
	line-height: 17px; 
	height:25px;
	vertical-align:bottom;
	font-family: Helvetica, Arial; 
	color: #d90166; 
	background-color:#eaeaea;
}

td.linklist
{
	border-bottom:1px solid #d90166;
	width:577px;
	font-size: 14px; 
	line-height: 17px; 
	height:25px;
	vertical-align:bottom;
	font-family: Helvetica, Arial; 
	color: #838383; 
}

a.linklist, a.linklist:hover  {
	text-decoration:none;
}

b.subtitle
{
	font-weight:normal;
	color:#d90166;
	line-height:20px;
}

p.anchors
{
	line-height:17px;
	margin-top:3px;
	margin-bottom:2px;
	font-size:12px;
}



.newsDate
{
	color:#333333;
	}
	
	/* header styles */

td.bgGrey
{
	background-color:#ebebeb;
}
	
td.bgGreyText
{
	background-color:#ebebeb;
	color:#838383;
	margin-left:15px;
	margin-top:15px;
	text-align:left;
	vertical-align:top;
	font-size: 14px; 
	font-family: Helvetica, Arial; 
	line-height: 17px; 
}

td.bgRoseText
{
	background-color:#f9e9ec;
	color:#d90166;
	text-align:left;
	vertical-align:top;
	font-size: 14px; 
	font-family: Helvetica, Arial; 
	line-height: 17px;
}

td.bgNeutral
{
	background-color:#ffffff;
}

div.teaser
{
	padding-left:16px;
	padding-right:16px;
	padding-top:14px;
	padding-bottom:13px;
}

a.teaserLink
{
	color:#838383;
	text-decoration:none;
}

h1
{
	font-size: 14px; 
	font-weight: normal; 
	line-height: 17px;
	font-family: Helvetica, Arial; 
	padding:0px;
	margin:0px;
}

/* navigation top */
a.aNavigation
{
	color: #838383; 
	text-decoration: none;
	font-size:14px;
	line-height:17px;
	font-family: Helvetica, Arial; 
}
a.aNavigation:hover
{
	color: #b00352; 
	text-decoration: none;
	font-size:14px;
	line-height:17px;
	font-family: Helvetica, Arial; 
}

a.aNavigationActive
{
	color: #b00352; 
	text-decoration: none;
	font-size:14px;
	line-height:17px;
	font-family: Helvetica, Arial; 
}
a.aNavigationActive:hover
{
	color: #b00352; 
	text-decoration: none;
	font-size:14px;
	line-height:17px;
	font-family: Helvetica, Arial; 
}

.small {font-size:10px;}