@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('../font/League_Gothic-webfont.eot');
	src: local('â˜º'), url('../font/League_Gothic-webfont.woff') format('woff'), url('../font/League_Gothic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#aaa url(../images/bg_site.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ddd;
}
a {color:#fff;}

#container {position:relative; width: 1200px; margin:0 auto;}
#logo {position:absolute; top:0; right:0;}
#mainContent {width:550px; background:url(../images/bg_content.png); opacity:1; text-align:left; padding:50px 0; min-height:650px;}
#menu {height:44px;}

#content .content {padding: 10px 50px 10px 50px; font-size:12px; line-height:20px;}
#content a {color:#999999; text-decoration:none;}
#content a:hover {color:#999999; text-decoration:underline;}
h1, h2 {font-family:'LeagueGothicRegular',Verdana, Arial, Helvetica, sans-serif; font-size:50px; font-weight:400; text-transform:uppercase;}
h1 {font-size:50px; color:#aaa; text-shadow:1px 1px 1px #000}
h2 {font-size:30px; color:#fff; text-shadow:1px 1px 3px #666;}
#content p {text-align:justify;}

#gallery {width: 450px; padding-top:20px; float:right;}
#gallery img {margin: 0 10px 10px 0; border:1px solid #50432c;}
#galmenu {text-align:center; padding-right:7px;}
#galmenu img {border:0; margin:0 5px 0 0;}
#galmenu img {
	border:0; margin:0 5px 0 0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#galmenu img:hover {
	border:0; margin:0 5px 0 0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.order		{width:450px; color:#ddd; font-size:9px; text-align:right; line-height:20px; vertical-align:bottom; padding-right:5px;}
.order input, .order select {margin-left: 10px; font-size:9px; color:#ddd; width:300px; height:15px; text-transform:none; background-color:#000; border:0; padding:0;}
.order textarea {margin-left: 10px; font-size:9px; color:#ddd; width:300px; height:50px; text-transform:none; background-color:#000; border:0; padding:0;}

.kontakt {margin:0 0 20px 50px;}

#footer {
	width:570px;
	position:absolute; top:280px; right:20px;
	padding: 0; margin: 0;
	text-align:left;
	font-size: 10px;
	color:#000;
}
#footer p {margin-left:75px;}
#footer .menu {padding:0; margin:0 0 0 75px;}
#footer .menu a {font-family:'LeagueGothicRegular',Verdana, Arial, Helvetica, sans-serif; font-size:30px; text-decoration:none;color:#fff;line-height:30px; font-weight:400; text-transform:uppercase; text-shadow:1px 1px 3px #666; margin-right:20px;}
#footer a:hover {color: #800;text-shadow:1px 1px 3px #fff;}

ol b {color:#fff; font-weight:normal;}
ol li {line-height:18px; margin-bottom: 14px;}