@import 'nav.css';
@import 'seiteninhalt.css';

*{
	margin:0;
	padding:0;
	}
::-webkit-scrollbar{
    width: 11px;
    background: #AAA;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-track{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background:#666;
    border-radius: 5px;
}
body{
	background-color:#BFBFBF;
	background-image:url("../pics/Eule_Hintergrund2.png");
	background-position:right bottom;
	background-attachment:fixed;
	background-repeat:no-repeat;
	color:#000A21;
	font-family:"Lucida Sans","Myriad Pro","Helvetica", "Arial", "sans-serif";
	font-size:11pt;
	height:auto;
	}
header{
	position:relative;
	top:0px;
	width:100%;
	min-width:600px;
	height:150px;
	background-color:white;
	display:none;
}
header img
{
	position:absolute;
	bottom:5px;
	left:50%;
	margin-left:-324px;
}
footer{
	display:none;
	height:30px;
	width:100%;
	top:0;
	margin-top:200px;
	text-align:center;
	position:relative;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	}
footer a{
	color:#555;
	padding:0 30px;
	text-decoration:underline;
	}
footer a:hover
{
	color:white;
}
a.imp_active
{
	color:white;
	text-decoration:none;
}
/*Responsivität */
@media screen and (max-width: 1118px)
{
	header
	{
		display:none;
		height:0px;
	}
}
@media screen and (max-width: 1090px)
{
	body
	{
		font-size:9pt;
	}
}
@media screen and (max-width: 704px)
{
	body
	{
		background-image:none;
	}
	::-webkit-scrollbar{
    width: 1px;
    background: white;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	}
	::-webkit-scrollbar-track{
		box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
		border-radius: 1px;
	}
	::-webkit-scrollbar-thumb {
		background:#CCC;
		border-radius: 1px;
	}
}
@media screen and (max-width: 380px)
{
	footer a{
	padding-left:10px;
	}
}
@media screen and (max-height: 725px)
{
	body
	{
		background-size:386px 466px;
	}
}
@media screen and (max-height: 500px)
{
	body
	{
		background-image:none;
	}
}