@charset "utf-8";
/* CSS Document */


body
{
	background: black url(img/bg.jpg) no-repeat;
	background-position: top center;
	font-family: Arial;
	color: white;
	font-size: 16px;
}

h2
{
font-size: 20px;
color: #ff4301;
}

h4{
margin: 0px;
padding: 0px;
line-height: 1;
}

b
{
font-weight: 800;
color: #ff4301;
}

#center
{
	width: 960px;
	margin: auto;
	text-align: center;
}

.logo
{
z-index:0;
position: relative;
}

#slider {
    z-index: -1;
    width: 940px;
    height: 466px;
    background: transparent;
    margin-top: -40px;
    text-align: center;
    border: 5px solid #fff;
    padding: 0px 0px;
    position: relative;
    display: block;
}

#mainnav
{
	width: 960px;
	margin:auto;
	height: 53px;
	margin-top: 40px;
	border-radius: 5px;
	background: #000;
  background: -moz-linear-gradient(top, #1D1D1D, #000);
  background: -ms-linear-gradient(top, #1D1D1D, #000);
  background: -o-linear-gradient(top, #1D1D1D, #000);
  background: -webkit-linear-gradient(top, #1D1D1D, #000);
	background: linear-gradient(top, #1D1D1D, #000);
	color: white;
	font-family: Tahoma;
	

}



li
{
	width: 130px;
	margin:auto;
	float: left;
	text-align: center;
	height: 60px;
	padding-top: 17px;
	margin-bottom: -15px;
	
}
#menu-main{
	list-style: none;
}
.current-menu-item
{
	background: url(img/menuo.png) no-repeat;
	background-position: top center;
}

li:hover
{
	background: url(img/menuo.png) no-repeat;
	background-position: top center;
}

li a
{
text-decoration: none;
color: white;
}

.menu a
{
color:white;
text-decoration: none;
}

#space
{
	height: 30px;
}

#main
{
	width: 920px;
	padding: 20px;
	margin-top: 0px;
	border-radius: 10px;
	background: url(img/main.png) repeat;
	overflow: hidden;
	text-align: justify;
}

#leftbox
{
	width: 300px;
	margin: 20px;
	text-align: center;
	float:left;
}

#box
{
	width: 880px;
	float: left;
	margin: auto;
	text-align: justify;
	padding: 20px;
}

h1
{
	color: #ff4301;
	font-size: 40px;
	margin-bottom: 15px;
}

p
{
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main a
{
	color: #ff4301;
	text-decoration: none;
}

#main a:hover
{
	color: white;
}


#kontakt_left
{
width: 300px;
padding: 20px;
float: left;
}

#kontakt_right
{
width: 500px;
padding: 20px;
float: right;
}


#footer
{
	background: url(img/footer.jpg) no-repeat;
	background-position: center top;
	text-align: center;
	height: 45px;
	padding-top: 40px;
}

input, select, textarea
{
border-radius: 3px;
border: inset grey thin;
padding: 4px;
}


.butt	{
			margin:0 0 10px 0;
			padding:4px 7px;
			background: #FF8400;
			border:0px;
			top:10px;
			left:382px;
			width:100px;
		}

.butt:hover
		{
			background:#FF6000;
		}

.butt:active
		{
			background:yellow;
		}
