/* @override 
	http://werbewerkstattgmbh.de/beta3/css/demo.css
	http://www.werbewerkstattgmbh.de/css/demo.css
*/

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */

a{
	text-decoration: none;
}
.clr{
	clear: both;
}
/* Demo Buttons */
#footermenu{
    position: absolute;
	z-index: 2000;
	list-style: none;
	height: 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	top: 858px;
	display: inline-block;
	left: 580px;
}

#footermenu li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
#footermenu a{
    display: inline-block;
	font-size: 9px;
	height: 12px;
	color: #aeb0b0;
	line-height: 14px;
	text-align: center;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.0);
	text-transform: uppercase;
}
#footermenu a:hover{
	
	color: #000;
}
#footermenu a.current-demo,
#footermenu a.current-demo:hover{
	background: #000;
	color: #fff;
	cursor: default;
}
@-webkit-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-moz-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-o-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-ms-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}