﻿@charset "utf-8";
body
{
	background-color: #e3e5e5;	
	margin: 0px;
	padding: 0px;
	color: #3c3b3c;
	font-family:Verdana;
	font-size: 14px;
}

img
{
	border: 0;
}

a{
	color: #3c3b3c;
	text-decoration: none;
}

#container
{
	background-color: #e3e5e5;
}

#top
{
	background: #e3e5e5 url('../img/bg_top.jpg') no-repeat;
	height: 103px;
}

#slideshow
{
	background: #e3e5e5 url('../img/slide_www.jpg') no-repeat;
	height: 336px;
}

#show
{
	background: #e3e5e5 url('../img/bg_show.jpg') no-repeat;
	height: 261px;
}

#sep
{
	background: #e3e5e5 url('../img/sep.gif') repeat-x;
	height: 2px;
	margin-bottom: 4px;
}

#content
{
	background: #e3e5e5 url('../img/bg_content.gif') no-repeat;
	min-height: 300px; 
}

#footer
{
	height: 30px;
}

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 400px;
	height: 40px;

	position: relative;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}



#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .start {
	width: 123px;
	height: 40px;
	background: url('../img/menu_01.png') no-repeat;
	left: 100px;
	top: 0px;
}

#menu .portfolio {
	width: 148px;
	height: 40px;
	background: url('../img/menu_02.png') no-repeat;
	left: 223px;
	top: 0px;
}
#menu .kontakt {
	width: 129px;
	height: 40px;
	background: url('../img/menu_03.png') no-repeat;
	left: 371px;
	top: 0px;
}
.ins
{
	padding: 0px;
	width: 100%;
}

a.zoom {
	position:relative;
	display:block;
	width:0;
}

.zoombutton {
	background:url(../img/zoom.gif) no-repeat;
	width:150px;
	height:50px;
	position:absolute;
	left: 125px;
	top:55px;
	}

.style1 {
	font-family: Calibri;
	font-size: 23px;
line-height: 30px;	

}
.style_1 {
	font-family: Calibri;
	font-size: 32px;
line-height: 32px;	
color: #1b92d1;

}
.style2 {
	font-size: 18px;
}
.style3 {
	font-size: 16px;
	font-family: Calibri;
}
.style4 {
	color: #929292;
	font-size: 10px;
}
.pf_title {
	font-size: 12px;
	margin: 2px;
	padding: 0;
}
.style5 {
	color: #929292;
}


