*{
	margin: 0;
	padding: 0;
	border: 0;
}

.main{
	height: 800px;
	width: 100%;
	margin: auto;
}

.header{	
	height: 150px;
	width: 100%;
	background-color: #333333;
}

#header{
	padding-top: 50px;
	color: #ffffff;
	text-align: center;
	text-decoration: bold;
	font-size: 35px;
}

#subheader{
	color: #777777;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
}

.logo{
	margin-left: 5px;
	width: 150px;
	height: 150px;
	float: right;
}

.spacer {
	background-color: #F0F0F0;	
	height: 50px;
	width: 100%;
	margin-top: 7px;
	margin-bottom: 7px;
}

.menu{
	background-color: #B9C1C5;
	height: 600px;
	width: 22%;
	float: left;
}

#menu{
	text-align: center;
	font-size: 1.8em;
}

.content{
	padding-left: 3%;
	background-color: #B6B6B7;
	width: 75%;
	height: 600px;
	float: right;
}

#content{
	font-size: 25px;
}

ul{
	list-style-type: none;
}

a:focus{
	color: black;
	}

a:link{
	color: white;
}

a:visited{
	color: gray;
}

a:hover{
	color: gray; 
	text-decoration:none;
}

a:active{
	color: gray;
}

fieldset{
	width: 415px;
	padding: 10px;
	border-style: ridge;
	border-width: 2px;
	border-color: #000000;
}

.przycisk{
	margin: 4px 2px;
	padding: 14px 40px;
	background-color: #4CAF50;
	border: #000000;
	border-width: 1px;
	border-style: ridge;
	border-radius: 8px;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	transition-duration: 0.4s;
	cursor: pointer;
}

.przycisk:hover{
	background-color: #ffffff;
	color: #4CAF50;
}

#disabled{
	background-color: #F56359;
	cursor: not-allowed;
}

#disabled:hover{
	color: #000000;
}

#gifs{
	max-height: 240px;
}