@charset "utf-8";

@font-face {
    font-family: glyphicons;
    src: url(fonts/glyphicons-halflings-regular.woff);
}

  table.center {
    margin-left:auto; 
    margin-right:auto;
	max-width: 727px; 
	padding-left:8px;
	padding-right:2px;
  }

  table.left {
    margin-left:auto; 
    margin-right:auto;
	text-align:left;
	max-width: 900px;
	padding-left:20px;
	padding-right: 20px;
  }

tr.text1 {
	line-height:1.5;	
	font-size: 95%;
}


p.small {
	font-size: 90%;	
}

td.titel {
	height:2em;
	font-size:115%;
}
td.titel2 {
	height:3em;
	font-size:115%;
}


.imagecenter {
   display: block;
    margin-left: auto;
    margin-right: auto;
}
.logocenter {
   	display: block;
   	padding-top:20px;
    margin-left: auto;
    margin-right: auto;
}
.textcenter {
	text-align: center;
	color: #6D83A2;
}

.footnote {
	font-size:small;
	text-align: center;
	color: #6D83A2;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6D83A2;
	background-color:white !important;	
}

/* Test wg absolut */
body2 {
	padding-top: 50px;
	background: url(../images/rp_banner_logo01.png);
	background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top; 	
    opacity : 0.2;
    z-index: -1;
}

h1,h2,h3,h4,h5 {
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #6D83A2;
}

font.small {
	font-size: 90%;
}


/* Add a black background color to the top navigation */
.topnav {
/*    background-color: #CCDBEE; */
    background-color: white; 
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #6D83A2;
    text-align: center;
    padding: 2px 10px;
    text-decoration: none;
    font-size: 14px;
}

/* Change the color of links on hover */
.topnav a:hover {
/*    background-color: #6D83A2; */
/*    background-color: #CCDBEE;  */
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #CCDBEE;
    color: white;
}

rpul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	color: #6D83A2;
    background-color: white;
/*	position:absolute;	*/
}

rpli {
    float: left;
}

rpli a, .dropbtn {
    display: inline-block;
    color: #6D83A2;
    text-align: center;
    padding: 2px 10px;
    font-size: smaller;
    text-decoration: none;
}

rpli a:hover, .dropdown:hover .dropbtn {
    background-color: #CCDBEE;
}

rpli.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: 6D83A2;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}