﻿body {
	/* margin-top:58px; */	
	background-image:url('../images/bg-blatt03.png');
	background-repeat:repeat;		
}

/* --------------- Navbar --------------*/
.navbar {
  position: relative;
  margin-bottom: 10px;
}

.navbar-brand {
	/* font-family: 'Chewy', cursive; */
	font-family: 'Bubblegum Sans', cursive;
  	font-size: 22px;
  	line-height: 24px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: blue;
    background-color: transparent;
}

.navbar-default .navbar-brand {
  color:dodgerblue;
}

.dividerline {
	width:100%;			
}