/* General Style */ 
@font-face {
font-family: Slim;
src: url(SlimJim.ttf);
}

body {
	background-color: #363d43	;
/*	background-image: url(bg5.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	font-size:100%;
	margin:0em;
	padding:0em;
}
table {
		max-width:90%;
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
}

hr {
	color:#000000;
	width:100%;
}

h1 {
	font-size:2.5em;
	line-height:3.8em;
	font-family:Helvetica;
	font-weight:100;
	color:#E2DBDB;
	margin:0em;
}

h2 {
	font-size:1.563em;
	line-height:1.8em;
	font-family:Helvetica;
	font-weight:100;
	color:#DF0101;
	margin:0em;
	padding:1.25em;
	text-align:left;
}

p {
	line-height:1.25em;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:1.0em;
	text-align:justify;
}

p b {
	font-weight: bold;	
}

ul {
	margin:0px;
	padding:0px;
}

li {
	list-style:square;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	line-height:1.25em;
	margin:0em;
	padding:0em;
	margin:0.313em 0em 0.313em 0em;
}

img {
	width:90%;
	height:auto;
	max-width:100%;
}

a {
	text-decoration: none;
}

/*PDF*/

li.pdf  {
	line-height: 40px;
	margin: 5px 5px 5px 5px;
	letter-spacing: 1px;
	list-style-image:url(icon/pdf.gif);
}

/* On Top Bar */
#menubar {
	display:block;
	background:#FFFFFF;
} 
#menubar ul {
	display:block;
	width:2em;
	padding:0.9em;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}
/* Header */ 
header {
	display:block;
	background:#fff;
	text-align:center;
}
/* Navigation */ 
nav {
	display:block;
	height:2.5em;
	background:#FFFFFF;
	text-align:center;
}

nav ul {
	display:block;
}
nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a {
	color:#454040;
	font-size: 1.125em;
	line-height:2.5em;
	padding:0.563em 0.938em 0.375em 0.983em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
}

nav ul li a:hover {
	background:#ffffff;
	border-bottom: 0.188em solid #bd1525;
}
nav ul li a.active {
	border-bottom: 0.188em solid #bd1525;
}
/* Content Area */ 
#main {
	display:block;
	width:96%;
	max-width:1380px;
	margin:1.25em auto;
	padding:0em;
}

/*#main article {
	display:inline-block; 
	width:100%; 
	background:#FFFFFF;
	vertical-align: top;
	margin:0em;
	padding:0em;
	text-align:center;
	border-bottom: 0.188em solid #bd1525;
	background-color:#FFF;
	opacity:0.9;
	
	-moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
	
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 10s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 10s;
}*/
.input{
   	border-radius: 5px; 
}
.text{
   	border-radius: 5px; 
}
.rund{
   	border-radius: 5px; 
}

#main article iframe {
	box-shadow:0px 0px 10px -5px #4c4948;
    display:inline-block; 
	width:100%; 
	background:#FFFFFF;
	vertical-align: top;
	margin:0em;
	padding:0em;
	text-align:center;
	border-bottom: 0.188em solid #bd1525;
	background-color:#FFF;
	opacity:0.9;
	
	-moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
	
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 10s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 10s;
}



#main article img {
	max-width:860px;
	box-shadow:0px 0px 10px -5px #4c4948;
	border-radius: 5px;
}






/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    from {border-bottom: 0.188em solid #000000;}
    to {border-bottom: 0.188em solid #bd1525;}
}

/* Standard syntax */
@keyframes example {
    from {border-bottom: 0.188em solid #000000;}
    to {border-bottom: 0.188em solid #bd1525;}
}




#main article h2 {
	padding:1em 1.8em 1em 1.8em;
}

#main aside section ul {
	padding:0em 1.875em 1.25em 2.5em;
}
/* Footer */ 
footer {
	display:block;
	background:#000;
	text-align:center;
}

footer ul {
	display:block;
	width:100%;
	max-width:980px;
	text-align:left;
	margin:0px auto;
}

footer ul li {
	display:inline;
	font-size:0.8em;
	line-height:2.8em;
	color:#E2DBDB;
	padding:0em 0.625em 0em 0.625em;
}
footer ul li a {
	color:#E2DBDB;
}



/* Mobile Style */
@media screen and (max-width:1400px) {
	body {
		font-size:90%;
	}

}
@media screen and (max-width:1000px) {
	#main aside, #main article {
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}

}
@media screen and (min-width:950px) {
	nav.nav {
		display:block !important;
	}	

}
@media screen and (max-width:950px) {
	body {
		font-size:70%;
	}
	#menubar ul li a.menubutton {
		display:block;
	}	
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}

}



