@charset "utf-8";
/* CSS Document */

body, input {
    color: white;
    font-family: "Exo 2", verdana, sans-serif;
    font-weight: 500;
}
body {
	background-image: url('../graphics/background.gif');
	background-repeat: repeat;
}
header nav ul li {
    display: inline-block;
    float: left;
    list-style: outside none none;
	cursor: pointer;
	margin-left: 1px;
	padding: .8em 3em;
}
header nav ul{
	float: right;
}
#home {
	padding-top: 250px;
}
#home img {
		margin: 0 auto;
		display: block;
}
#breathing {
    -webkit-animation: breathing 7s ease-out infinite normal;
    animation: breathing 7s ease-out infinite normal;
    -webkit-font-smoothing: antialiased;    
    }  
@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
#login {
	padding-top: 250px;
}
#login form {
	background-image: url('../graphics/login.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 285px;
	height: 82px; 
	position: relative;
	margin: 0 auto;
}
#login  form#log {
	height: 240px; 
}
#login  form#log p {
	padding: 260px 0 0 20px;
}
#login  form p {
	padding: 95px 0 0 20px;
}
#username {
	top: 10px;
}
#password {
	top: 48px;
}
#captcha {
	top: 200px;
}
#captchaImg {
	top: 139px;
	border: solid white;
	border-width: 2px 5px;
}
#captchaText {
	top: 105px;
}
.invisible {
	background-color: transparent;
	border: 0 none;
	font-size: 16px;
	position: absolute;
	width: 210px;
	left: 20px;
}
#send {
	position: absolute;
	width: 35px;
	height: 35px;
	right: 6px;
	top: 22px;
	background-image: url('../graphics/loginBtn.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#send:hover {
	background-position: left bottom;
}
#info {
	visibility: hidden;
	display: block;
	border-left: #F30 6px solid;
	padding: 0 0 4px 4px;
	margin: 8px 0 0 0;
}
#contact{
	padding-top: 250px;
}
h1 {
	font-size: 96px;
}
.clear {
	clear: both;
}
#kontakt input:focus, #kontakt textarea:focus {
	-webkit-box-shadow: 0px 0px 7px 1px rgba(49,109,200,1);
	-moz-box-shadow: 0px 0px 7px 1px rgba(49,109,200,1);
	box-shadow: 0px 0px 7px 1px rgba(49,109,200,1);
}
#kontakt span {
	width:80px;
	display: inline-block;
}
#kontakt input {
	margin: 0 11px;
	width: 230px;
	font-size: 14px;
}
#kontakt p {
	margin: 22px 0 11px;
}
#kontakt #sendForm {
	padding: 4px 23px;
	cursor: pointer;
	width: auto;	
}
#kontakt {
	width: 750px;
	margin: 0 auto;
	text-align:center;	
}
#shadow {
    background-image: url("../graphics/transparent.png");
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#box {
    margin: 0 auto;
    padding: 40px 35px 25px;
    position: relative;
}
#closeBox {
	background-image: url("../graphics/close.png");
    background-position: right top;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    position: absolute;
    right: -100px;
    top: 50px;
    width: 35px
}
#closeBox:hover {
	background-position: right bottom;
}
