/* ---------- Groblayout ---------- */
/*
body { background-image: url(/assets/templates/nrfb/images/bluestripe.png); background-repeat: repeat; }
*/

#kop { height: 115px; }
#fus { /*height: 120px;*/ padding-top: 20px; background-image: url(/assets/templates/nrfb/images/fusback.png); background-repeat: repeat; border-top: 1px solid #00006D; }



/* ---------- NRFB-Logo ---------- */
#kop .logo { position: relative; }


/* ---------- Header ---------- */
/*
#kop form { float: right; }
#kop form input { height: 20px; }
#kop form input[type="image"] { position: relative; top: 7px; }
*/

/* ---------- Hauptmenu ---------- */
#nav ul { list-style-type: none; }
#nav ul li { font-family: "Century Gothic",sans-serif; font-size: 1.2em; color: #18C2FF; padding: 2px; margin: 0px 0 5px 0; background-color: #F6CC65; }
#nav ul ul { margin: 5px 0 5px 20px; border-top: none; }
#nav ul ul li { margin: 3px 0 5px 0; border-bottom: 1px solid #727272; font-family: Helvetica, Verdana, sans-serif; font-size: 0.7em; }

/* ---------- Hauptmenu - Linkfarben ---------- */
#nav a { display: block; text-decoration: none; color: #3F5C87; }
#nav ul ul a { color: #fff; }
#nav a:hover { background-color: #5275A9; color: #FFF; }

/* ---------- Linkdesign ---------- */
a { color: #FB0007 }


/* ---------- Content-Layout ---------- */
#con { background-color: #fff; min-height: 500px; background-image: url(/assets/templates/nrfb/images/rnd-lo.png); background-repeat: no-repeat; }
h1, h2, h3, h4, h5, h6 { font-family: "Century Gothic", sans-serif; font-weight: bold; }
h1 { margin-top: 20px; font-size: 2em; }
h2 { font-size: 1.7em; margin-top: 1.2em; margin-bottom: 0.5em; }#EECC6D
h3 { font-size: 1.3em; margin-top: 1em; margin-bottom: 0.5em; }
h4 { font-size: 1em; }
h5 { font-size: 0.8em; font-style: italic; }
body #con p { font-size: 1.2em; line-height: 1.5em; text-align: justify; }

/* ---------- Footer ---------- */
#fus * { font-size: 0.9em; }
#fus div { border-right: 1px solid #18C2FF; }
#fus div.last { border-right: none; }


/* ---------- Aktuelles ---------- */
#aktuelles * { color: #292669; font-size: 1em;}
#aktuelles p { font-weight: bold; }

/* ---------- Inline-Styles ---------- */
.bildbeschriftung { text-align: center; font-style: italic; font-size: 0.8em; }
.persbild { float: left; margin-right: 10px; }
.nopoints { list-style-type: none; }
.nopoints li { margin-bottom: 10px; clear: left; }

/* ---------- NRFB-Farben ---------- */
h1, h2, h3, h4, h5, h6, strong, em { color: #292669 }



/* AJAX Search */
#ajaxSearch_form { color: #444; width: auto; }
#ajaxSearch_form fieldset { border: none; }
        #ajaxSearch_input {
            width: 100%;
            display: inline;
            height: 17px;
            border: 1px solid #ddd;
            border-left-color: #c3c3c3;
            border-top-color: #7c7c7c;
            color: #bbb;
            margin: 0 6px 0 0;
            padding: 3px;
            vertical-align: top;
			float: left;
        }
        #ajaxSearch_submit {
            float: left;
			background: url(../../snippets/AjaxSearch/search.gif) no-repeat center center;
			text-indent: -9999px;
			width: 25px;
			height: 25px;
			border: 0;
			margin: 0;
			padding: 0;
        }
        #ajaxSearch_output {
            border: 1px solid #444;
            padding: 10px;
            background: #fff;
            display: block;
            height: auto;
            vertical-align: top;
        }
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_resultLink {
            text-decoration: underline;
        }
        .AS_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }
		#ajaxSearch_form img {
			float: left;
			border: 0;
			margin: 0;
			padding: 0;
		}
		.AS_intro {
			clear: left;
			visibility: hidden;
			height: 0;
			overflow: hidden;
		}
		
/* END AJAX Search */
