html {
	font: 14px tahoma;
}



body {
	width: 98%;
	padding: 0px;
	background-color: #fff;
	/*background-color: #78a6d1;*/
	min-height:100%;
	
}

.jumbotron{
	background-color: #fff
}

.header{
	background-color: #fff;
}

.bar{
	background-image: url("waterdrops_flat.png");
  	background-color: #fff;
  	color: #ffffff;
 	padding: 15px;
  
}





.container{
	position:relative;
	top: 0px;
	width:70%;
	height: auto;
	min-height: 400px;
	background-color:transparent;
	/*background-color:#e8e9e9;*/
	padding:15px;
	opacity: 1;
	
}

#footer{
	
	color: #FFF;
	background-color: #c6c7c9;
	opacity: 0,1;
}

.footer a{
	text-decoration: none;
    color: #FFF;
    background-color: transparent;
    border: none;
}

.footer a:hover{
	color: #000;
}



#adress {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 10%;
}


#subnav {
	position:fixed;
	top:420px;
	left: 15px;
	width: 10%;
	font-size:15px;
    color:#78a6d1;
    background-color:transparent;
}

#leftside {
	position: fixed;
	top: 15px;
	left: 15px;
	width:100px;
}



a {
    text-decoration: none;
    color: #78a6d1;
    background-color: transparent;
    border: none;
}

a:hover {
    color:#FFF;
    background-color:#78a6d1;
}

img {
	border-radius: 5px;
}

h2 {
	opacity: 0.7;
}

.bar {	
	background:url(waterdrops_flat.png) no-repeat top center;
	width:100%;
	border:none;
	
}


.text {
	position: relative;
	width: 100%;
	height: auto;
	opacity: 0.7;
	text-align: justify;
	
}


.article {
	text-align:center;
}

.impress {
	text-align: left;
	text-size: 10px;
}
.txtvita {
	top:0px;
	right:0px;
}

/*
#welcome-pop {
	
	top:0;
	padding: 2em;
	background-color: #FFF;
	opacity: 1;
	transition: opacity .8 ease;
}
*/
/*
#welcome-pop .hidden{
	opacity: 0;
}
*/


