img {
	border: none;
}

a	{
	color: #305275;
	text-decoration: none;
}

/* ####################### TOP MENUE ######################################### */

.top_menue {
    width: 100%;
    background-color: white;
    text-align: center;
    font-size: 90%;
    border-bottom: 6px solid #305272;
    z-index: 1002;
}



#logo_1 {
	/*position:static;*/
	/*background-color:#3366FF;*/
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	position: relative;
	display: table;
	height: 70px;
	width: 165px;
	margin-left: 15px;
	margin-right: 10px;
	float: left;
	padding: 10px 0 10px 0;
}



#logo_2 {
	/*position:static;*/
	/*background-color:#3366FF;*/
	background-color:#FFFFFF;
	color:#FFFFFF;
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	min-width: 600px;
    border-bottom: 2px solid white;
}

#border {
	/*position:static;*/
	/*background-color:#3366FF;*/
	background-color:#305275;
	color:#FFFFFF;
	height:8px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	min-width: 600px;
}

#container {
	position: absolute;
	top:168px;
	left:0;
	width: 98%;
	background-color:#305275;
	color:#000;
	min-width: 600px;
	min-height: 200px;
}

#menu {
	width:230px;
    background-color:#305275;
	color: #FFF;
	/*border-top: 33px solid #000066;*/
    border-top: 20px solid #305275;
    border-right: 2px solid #305275;
    visibility: visible;
	float: left;
}

#menu_right {
    font-family: BundesSans Web, sans-serif;	
	width:310px;
    background-color:#305275;
	color: #FFF;
    border-top: 1px solid #ffffff;
    border-right: 2px solid #305275;
	margin-left: 2px;
    visibility: visible;
	margin-top: 124px;
	margin-left: 25px;
	float: right;
	position: relative;
}

#content {
    color: #000000;
    background-color: #FFFFFF;
    font-family: BundesSans Web, sans-serif;
    overflow: auto;
    font-size: 11pt;
    font-style: normal;
    font-weight: normal;
    margin: 23px 0 20px 0;
    padding: 0 15px 5px 15px;
}

.itemRight	{
    width: 303px;
    height: 30px;
	line-height: 30px;
    background-color: #E0E0E0;
	margin-left: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	padding-left: 3px;
	font-weight: bold;
}
.itemRightbig	{
	width: 293px;
    height: 43px;
	line-height: 20px;
    background-color: #E0E0E0;
	margin-left: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	padding-left: 3px;
	font-weight: bold;
}

.headlineRight  {
	
	width: 243px;
    height: 30px;
	line-height: 30px;
	margin-left: 3px;
	margin-bottom: 3px;
	font-size: 18px;
	padding-left: 3px;
}








.itemSelected	{
	/*width: 238px;*/
    	line-height: 38px;
	/*background-color: #000066;*/
    /*background-color: #E0E0E0;*/
	background-color: #FFB619;	
}

.itemSelected	a {
	color: black;
    margin-left: 5px;
    vertical-align: middle;
	}


.ueberschrift	{
	font-weight: bold;
}

#hervorhebung {
    background-color: #C0C0C0;
}
.clearBoth {
	float: none;
}


.infoParagraph {
	margin-top: 2em;
	margin-bottom: 2em;
}

.infoTable {
	display: table;
}

.infoTableCell {
	display: table-cell;
	vertical-align: middle;
}

.infoImage {
	border: 1px solid #c6d2e1;
	padding: 5px;
	margin-right: 20px; 
	box-shadow: 2px 2px #7186a3;
}

.topicParagraph {
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1.5em;
}
	
.topicParagraphSmall {
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 1em;	
}

.topicLine1em{
	margin-top: 1em;
	margin-bottom: 1em;
}

.topicLine2em{
	margin-top: 2em;
	margin-bottom: 1em;
}	

.topicLine3em{
	margin-top: 3em;
	margin-bottom: 1em;
}

.li05em{
	margin-bottom: 0.5em;
}

.faqList {
	margin-top: 0.5em;
}

.faqList li {
	margin-bottom: 0.5em;
}

.faqTopic {
	margin-bottom: 0.5em;
}

.faqSection {
	margin-top: 2em;
	margin-bottom: 1em;
}
/* alle außer 1. .sectionFAQ --> weil es kein "first-of-class" gibt und "first-of-type" wird nicht funtionieren */
.faqSection ~ .faqSection  {
	margin-top: 1.5em;
}

.faqAnchor {
	padding-top: 129px; 
	margin-top: -129px;
}

.faqTopic.faqAnchor {
	padding-top: 134px; 
	margin-top: -134px;
}

.faqQuestion {
	color: #0080aa;
	padding-top: 129px; 
	margin-top: -129px;	
}

.contentLink {
	text-align: right;
	margin-bottom: 1.5em;
}
