html, body {
	padding:0px;
	margin:0px;
	height:100%;
    width:100%;
    min-height:900px;
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	font-size: 10px;
	//color: #444444;
	background-color:#3d3332;
	background-image: url(img/bg2.png), url(img/bg.png);
	background-repeat: repeat-x, repeat;
}

img {
	border: 0px;
}

h1 {
	//font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	font-size: 1.6em;
	text-shadow: 0px 0px 2px #bbbbbb, 0px 0px 1px #888888;
	color:#444444;
	font-weight:normal;
}

#strecha {
	background-image: url(img/logo2.png), url(img/strecha.png), url(img/tehly.jpg);
	background-repeat: no-repeat, repeat-y, no-repeat;
	background-position: center 20px, center, center 123px;
}

#backo {
	background-image: url(img/back.png), url(img/tehly.jpg);
	background-repeat: no-repeat, repeat-y;
	background-position: center top, center top;
}

#logotext1 {
	color: #000000;
	//font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	font-size: 3em;
	margin-top: 20px;
	display:inline-block;
}

#logotext2 {
	color: #BEAF8A;
	//font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	font-size: 1.6em;
	margin-top: -10px;
	display:inline-block;
}

#buttons {
	position:absolute;
	top:150px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-transform: uppercase;
	//font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	font-size: 1.3em;
	text-shadow: 2px 2px 2px #ffffff, 1px 1px 1px #888888;
	color:#333333;
}

a.butt {
	text-decoration:none;
	color:#333333;
}

a.butt:hover, a.aktivny {
	text-decoration:none;
	color:#000000;
	text-shadow: 2px 2px 2px #555555, 1px 1px 1px #555555;
	background-image: url(img/eye.png);
	background-repeat: no-repeat;
	background-position: center center;
}

span.desc {
	font-size: 0.8em;
	color:#333333;
	line-height: 100%;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	text-shadow: 0px 0px 2px #bbbbbb, 0px 0px 1px #888888;
}

.contact {
	width:400px;
	border: 1px solid #000000;
	margin: 3px;
	padding: 3px;
	background-color: transparent;
	text-shadow: 0px 0px 2px #bbbbbb, 0px 0px 1px #888888;
}

.contactbut {
	cursor:pointer;
	border: 0px;
	background-color:
	transparent; padding:10px;
	text-shadow: 0px 0px 1px #888888;
}

span.error {
	color: #FF0000;
}

#copyright {
	//font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	color: #888888;
	font-size: small;
}