body {
	background:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:75%;
	color:#fff;
	margin:0px;
	padding:0px;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#intro {
	width:975px;
	height:737px;
	margin:auto;
	
}

#logo {
	display:block;
	margin: 0px 0px 0px 0px;
	padding:0px;
	float:left;
	height: 172px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png',sizingMethod='image');

}

#logo[id] {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	
}

#logo a {
	display: block;
	width:469px;
	height: 172px;
}

#logo a span {
	visibility: hidden;
}

#content_frame {
	margin:0px 0px 0px 150px;
	padding:0px;
	width:522px;
	height:450px;
	overflow:auto;
}

#content {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_bg.png',sizingMethod='scale');
	background-repeat:repeat-y;
	height:1px;
	padding:10px;

}

#content[id] {
	height: auto;
	background-image: url(images/content_bg.png);
}

#content h1 {
	color:#ffae00;
	margin:0px;
	padding:0px;
	font-size:200%;
}

#content p {
	line-height:1.2em;
	margin: 1em 0px 1em 0px;
}

a {
	text-decoration: none;
	color: #ccc;
}

a:hover {
	color: #fff;
}

#content img {
	border:2px solid #fff; 
	padding:2px;
	margin:5px;
}

#index_gallery {
	float: left;
	width: 170px;
	text-align: center;
}

#index_information {
	margin-left: 180px;
	text-align: center;
}

#index_information h2, #index_gallery h2 {
	margin: 0px;
}

#navigation ul {
	list-style:none;
	display:block;
	margin:50px 0px 0px 435px;
}

#navigation ul li {
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
	float:left;
}

#navigation ul li a {
	display:block;
	float: left;
	height:31px;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	background-image:url(images/navigation.jpg);
}

#navigation ul li a span {
	display:none;
}

#gal {
	width:80px;
	background-position:0px 0px;
}

#gal:hover {
	background-position:0px -31px;
}

#bio {
	width:90px;
	background-position:-80px 0px;
}

#bio:hover {
	background-position:-80px -31px;
}

#shop {
	width:58px;
	background-position:-170px 0px;
}

#shop:hover {
	background-position:-170px -31px;
}

#info {
	width:134px;
	background-position:-228px 0px;
}

#info:hover {
	background-position:-228px -31px;
}

#kontakt {
	width:134px;
	background-position:-362px 0px;
}

#kontakt:hover {
	background-position:-362px -31px;
}

#copyright {
	clear:both;
	font-size:73%;
	font-weight:normal;
	color:#999;
	margin:0px;
	padding:40px 50px 0px 0px;
	text-align:right;
}

form {
	clear: left;
}

fieldset {
	border: none;
	border-top: 2px solid #ccc;
}

label {
	width: 150px;
	text-align: right;
	display: block;
	float: left;
}

.col {
	float: left;
	width: 200px;
	margin: 0px 10px;
}
