﻿/*user.css Datei gewinnt vorrang bei allen css Befehlen!*/

.header {
 	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(121,20,105,1) 30%, rgba(35,53,135,1) 50%, rgba(255,255,255,1) 100%);
	height: 145px;
}

.footer {
 	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(121,20,105,1) 10%, rgba(35,53,135,1) 50%, rgba(255,255,255,1) 100%);
  	height: 70px;
  	text-align:right;
  	padding: 0px;
  	margin: 0px;
}

body {
	background-position: center;
	background-attachment: fixed;
	background-color: transparent; 
	background-image: url("../images/siurana1.jpg");
	background-repeat: repeat-x;
}

.top-a {
/*	height: 250px; */
	background-color: transparent;
	border: 0px;
}

	background-color: transparent;
	border: 0px;
}

.top-b {
	height: 50px;
	background-color: transparent;
	border: 0px;
}

.sidebar-left {
	background-color: transparent;
	border: 0px;
}

.sidebar-right {
	background-color: transparent;
	border: 0px;
}

.bottom-a {
	background-color: transparent;
	border:0px;
}


.bottom-b {
	background-color: transparent;
	border:0px;
}

.debug {
	background-color: transparent;
	text-align:right;
}

.banner {
	margin-right: 50px;
	padding-right: 50px;
}

.main-top {
	background-color: transparent;
	border: 0px;
}

.container-nav {
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(35,53,135,1) 1%, rgba(35,53,135,1) 20%, rgba(121,20,105,1) 100%);	
	height: auto;
}

