
@font-face { 
	font-family:Raleway;
	src:url(Raleway-Light.otf);	
}



html, body {
	background-color: #e3e3e3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        height: 100%;
  min-height: 100%;
  height: auto;
        margin: 0px;

}





/*   Container
************************************/

.container{
        height: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-radius: 20px;

}



/*   Content
************************************/

.content{
	font-family: "Verdana", "Arial";

	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right:20px;

	letter-spacing:0px;
	color:#707070;
	font-size: 14px;

}

.content a{
	font-family: "Verdana", "Arial";
	letter-spacing:0px;
	color:#707070;
	font-size: 14px;
	text-decoration:none;
}

.content a:hover{
	font-family: "Verdana", "Arial";
	letter-spacing:0px;
	color:#707070;
	font-size: 14px;
	text-decoration:underline;
}


.content h1{ 
	font-family: "Raleway";
	font-size:15px;
	color:#4b4b4b;
	text-transform:uppercase;
	font-weight:bold;

}

.content hr{ 
	display: block; height: 1px;
    	border: 0; border-top: 1px solid #ccc;
    	margin: 1em 0; padding: 0;
}




img {
	max-width: 100%;
	height: auto;
}



/*   Inhalt
************************************/

.inhalt{
	font-family: "Verdana", "Arial";



	letter-spacing:0px;
	color:#707070;
	font-size: 14px;
}


.inhalt a{
	font-family: "Verdana", "Arial";
	letter-spacing:0px;
	color:#707070;
	font-size: 14px;
	text-decoration:none;
}

.inhalt a:hover{
	font-family: "Verdana", "Arial";
	letter-spacing:0px;
	color:#707070;
	font-size: 14px;
	text-decoration:underline;
}

.inhalt h2{ 
	font-family: "Raleway";
	font-size:14px;
	color:#4b4b4b;
	text-transform:uppercase;
	font-weight:bold;
}


img {
	max-width: 100%;
	height: auto;
}





/*   Navigation
************************************/

.navigation{
	font-family:"Raleway";
	font-size:14px;
	color:#68625c;
	text-transform:uppercase;
}

.navigation a{
	font-size:14px;
	color:#68625c;
	text-decoration:none;
}

.navigation a:hover{
	font-size:14px;
	color:#68625c;
	text-decoration:underline;
}



/*   Logo-Header
************************************/

.header{
	font-family:"Arial"; 
	COLOR:#949494; 
	font-size:18px; 
	font-weight:bold; 
	text-decoration:none;
}






/*   Team
************************************/

.team {
/*	margin-bottom:80px;*/
	}

.team td{
font-size:9px;
	}
.team img{
	margin: 0px 10px 0 0px;
	border:#FFFFFF 2px solid;
	width:67px;
	
	}
	
.gal {
	margin-bottom:80px;
	}

.gal td{
font-size:9px;
width:90px;
	}
.gal img{
	margin: 0px 10px 0 0px;
	border:#FFFFFF 2px solid;
	height:80px;
	}










/*   Custom Bootstrap Navbar
************************************/

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 1);
    border-width: 0px;
    border-radius: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(119, 119, 119, 1);
    background-color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(255, 255, 255, 1);
	text-decoration:underline;

}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(85, 85, 85, 1);
    background-color: rgba(255, 255, 255, 1);
	text-decoration:underline;

}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #000000;
}




