@charset "utf-8";
#nav {
        background-color: none;
        height: 100px;
        width: 80%;
        position:absolute;
        top:25px;
        left: 25px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
}
#kontakt {
        height: 100px;
        width: 200px;
        position:absolute;
        top: 25px;
        left:78%;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
		-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
		box-shadow:0 1px 3px rgba(0,0,0,.2);

		font:13px/100% Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#faddde;
		
		background: #EC0000;
		background: -moz-linear-gradient(top, #EC0000 0%, #aa1317 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EC0000), color-stop(100%,#aa1317));
		background: -webkit-linear-gradient(top, #EC0000 0%,#aa1317 100%);
		background: -o-linear-gradient(top, #EC0000 0%,#aa1317 100%);
		background: -ms-linear-gradient(top, #EC0000 0%,#aa1317 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EC0000', endColorstr='#aa1317',GradientType=0 );
		background: linear-gradient(top, #EC0000 0%,#aa1317 100%);

}


div.inhalt {
        width: 85%;
        position:absolute;
        top: 5px;
        left: 25px;
}
#slideshow {
        height: 320px;
        width: 480px;
        background-color: #FFF;
}
nav2{
	background: #EC0000;
	margin:0;
	padding:0;
}
#menu_wrap{
	position:relative;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	padding-right:0px;
	width:630px;
	height:35px;
	list-style-type:none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	box-shadow:0 1px 3px rgba(0,0,0,.2)
}

.button a{
	cursor:pointer;
	text-align:center;
	font:13px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:relative;
	min-width:50px;
	height:20px;
	float:left;
	padding:10px;
	padding-top:10px;
	padding-bottom:5px;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0,0,0,.3)
}
.button:first-child a{
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius:10px;
}
	
.Red,.Red .button a{
	color:#faddde;
	background: #EC0000;
	border-right:solid 1px #aa1317;
	background: -moz-linear-gradient(top, #EC0000 0%, #aa1317 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EC0000), color-stop(100%,#aa1317));
	background: -webkit-linear-gradient(top, #EC0000 0%,#aa1317 100%);
	background: -o-linear-gradient(top, #EC0000 0%,#aa1317 100%);
	background: -ms-linear-gradient(top, #EC0000 0%,#aa1317 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EC0000', endColorstr='#aa1317',GradientType=0 );
	background: linear-gradient(top, #EC0000 0%,#aa1317 100%);
}

.Red .button a:hover,.Red .button a:focus{
	background: #AB0F0F;
	background: -moz-linear-gradient(top, #AB0F0F 0%, #a11115 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AB0F0F), color-stop(100%,#a11115));
	background: -webkit-linear-gradient(top, #AB0F0F 0%,#a11115 100%);
	background: -o-linear-gradient(top, #AB0F0F 0%,#a11115 100%);
	background: -ms-linear-gradient(top, #AB0F0F 0%,#a11115 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AB0F0F', endColorstr='#a11115',GradientType=0 );
	background: linear-gradient(top, #AB0F0F 0%,#a11115 100%);
}

.Red .button a:active{
	color:#de898c;
	background: #aa1317;
	background: -moz-linear-gradient(top, #aa1317 0%, #EC0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa1317), color-stop(100%,#EC0000));
	background: -webkit-linear-gradient(top, #aa1317 0%,#EC0000 100%);background: -o-linear-gradient(top, #aa1317 0%,#EC0000 100%);
	background: -ms-linear-gradient(top, #aa1317 0%,#EC0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa1317', endColorstr='#EC0000',GradientType=0 );
	background: linear-gradient(top, #aa1317 0%,#EC0000 100%);
}

.button:last-child a{
	float:left;
	border:none; 
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px	

}

