html{ width: 100%;
            height: 100%;
            overflow: hidden;
}

body{
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	background-color:white;
	
}
#page{
	margin:auto;
	width:100%;
	color:#ccc;
	background-image:url("background1.JPG");
	background-size:100%;
	background-repeat:no-repeat;
	margin-top:10%;
	padding-top:0%;
	padding-bottom:5%;

}
#top{
	text-align:right;
	font-size:80%;
	color:#ccc;
}
#top a{
	color:#ccc;
}
#top a:visited{
	color:#ccc;
}
#slogan{
	background-color:orange;
	color:black;
	width:15%;
	font-weight:bold;
	position:absolute;
	top:6%;
	left:-3.5%;
	text-align:center;
	padding: 0.5% 0.5% 0.5% 0.5%;
	-moz-transform:rotate(-45deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform:rotate(-45deg); /* Safari */
	-o-transform:rotate(-45deg); /* Opera */
	-ms-transform:rotate(-45deg); /* IE9 */
	transform:rotate(-45deg); /* W3C */
}
#juge{
	color:#ccc;
	width:15%;
	font-weight:bold;
	font-size:900%;
	position:absolute;
	top:15%;
	right:0px;
	text-align:center;
	padding: 0.5% 0.5% 0.5% 0.5%;
	-moz-transform:rotate(90deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform:rotate(90deg); /* Safari */
	-o-transform:rotate(90deg); /* Opera */
	-ms-transform:rotate(90deg); /* IE9 */
	transform:rotate(90deg); /* W3C */
}
#main{
	width:100%;
	margin: auto;
	margin-top:0;
	height:100%;
}
#maintitel{
	width:80%;
	margin: auto;
	text-align:center;
	vertical-align:center;
	font-size:1500%;
}
#subtitel{
	width:80%;
	margin: auto;
	text-align:center;
	vertical-align:center;
	font-size:250%;
}
#content{
	width:80%;
	margin:auto;
	vertical-align:center;
	margin-top:5%;
	color:black;
}
#content h1{
	font-size:150%;
	font-weight:bold;
}
#header{
	width:100%;
	margin: 0 0 0 0;
	font-size:250%;
	text-align:center;
	font-weight: bold;
	padding:1em 0em 1em 0em;
}
#footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border: 1px solid #ccc;
   	padding-top:0.1%;
   	color:#ccc;
}
#nav {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0.1% 0;
	list-style: none;
	font-size:150%;
	
}
#nav li {
	width:20%;
	float: left; 
}
#nav li a {
	display: block;
	text-align:center;
	text-decoration: none;
	font-weight: normal;
	color: black;
	//border-right: 1px solid #ccc; 
}
#nav li a:hover {
	background-color: #ccc; 
	color:orange;
}
#login{
	border:1px solid #ccc;
	margin:auto;
	width:20%;
	display:none;
	z-index:4;
	position:absolute;
	top:5%;
	right:1%;
	-moz-box-shadow:    15px 15px 5px 5px #ccc;
  	-webkit-box-shadow: 15px 15px 5px 5px #ccc;
  	box-shadow:         15px 15px 5px 5px #ccc;
  	background-color:white;
}
input{
	height:150%;
}

	
