@charset "UTF-8";

body
{
	background: #fff url(../img/layout/back.png) repeat-x 0 171px;
	color: #000;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
}

a:link,
a:visited
{
	color: #E22100;
	text-decoration: none;
}

a:hover,
a:active
{
	color: #3E3D40;
	text-decoration: none;
}

.googlemap
{
	width: 100%;
	height: 285px;
	overflow: hidden;
	margin-bottom: 10px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.logo
{
	position: absolute;
	right: 0;
	top: 10px;
}

a img
{
	border: none;
}

h1
{
	font-size: 19px;
	font-weight: bold;
}

h1:first-child
{
	color: #e22100;
	margin-top: 0;
}

#wrap
{
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -485px;
	position: absolute;
	top: 0;
	width: 970px;
}

ul#menu
{
	position: absolute;
	left: 0;
	top: 56px;
	list-style-type: none;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

ul#menu li
{
	margin: 0 0 9px 0;
}

ul#menu a
{
	color: #3e3d40;
	font-weight: bold;
	text-transform: lowercase;
}

ul#menu a:link,
ul#menu a:visited
{
	text-decoration: none;
}

ul#menu a:active,
ul#menu a:hover,
ul#menu li.active a
{
	color: #e22100;
}

ul#submenu
{
	position: absolute;
	right: 0;
	top: 208px;
	list-style-type: none;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

ul#submenu li
{
	margin: 0 0 9px 0;
}

ul#submenu a
{
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
}

ul#submenu a:link,
ul#submenu a:visited
{
	text-decoration: none;
}

ul#submenu a:active,
ul#submenu a:hover,
ul#submenu li.active a
{
	color: #e22100;
}

#line
{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	left: 257px;
	background-color: #e22100;
}

#content
{
	background: transparent url(../img/layout/content_back.png) repeat-x 0 171px;
	border-left: 1px solid #E22100;
	left: 257px;
	min-height: 450px;
	padding: 182px 15px 15px;
	position: absolute;
	right: 0;
}

#address
{
	position: absolute;
	top: 500px;
	left: 0;
	width: 185px;
	font-size: 12px;
}

#galeryList
{
	position: absolute;
	left: 0;
	top: 181px;
	list-style-type: none;
	color: #fff;
	font-weight: bold;
	font-size: 16pt;
	text-transform: lowercase;
	padding: 0;
	margin: 0;
}

#galeryList li
{
	margin-bottom: 5px;
}

#galeryList a:link,
#galeryList a:visited
{
	color: #fff;
	text-decoration: none;
}

#galeryList a:hover,
#galeryList a:active,
#galeryList a.active
{
	color: #e22100;
}

.galery_arrow_up
{
	position: absolute;
	left: 143px;
	top: 158px;
}

.galery_arrow_down
{
	position: absolute;
	left: 143px;
	top: 456px;
}

#galery_picturelist
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 197px;
	overflow: hidden;
	width: 120px;
	border-left: #e22100 1px solid;
	border-right: #e22100 1px solid;	
	color: #fff;
	background-color: #000;
}

#galery_picturelist #glass
{
	position: absolute;
	left: 0;
	top: 291px;
	width: 120px;
	height: 90px;
	background: transparent url(../img/layout/glass.png) repeat;
	z-index: 1;
}

#galery_picturelist_inner
{
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
}

#galery_picturelist_inner img
{
	margin: 0 0 7px 0;
}

#galery_showpic
{
	position: absolute;
	left: 333px;
	top: 0;
	bottom: 0;
	width: 514px;
	text-align: center;
}

#galery_showpic div
{
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	width: 510px;
}

#spgalery_picturelist
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 256px;
	overflow: hidden;
	width: 425px;
	border-left: #e22100 1px solid;
	border-right: #000 1px solid;	
	color: #fff;
	background-color: #000;
}

#spgalery_picturelist_inner
{
	position: absolute;
	top: -135px;
	left: 0;
	overflow: visible;
}

#spgalery_picturelist_inner img
{
	margin: 0 0 6px 0;
	height: 300px;
	width: 425px;
}

.spgalery_arrow_up
{
	position: absolute;
	left: 203px;
	top: 158px;
}

.spgalery_arrow_down
{
	position: absolute;
	left: 699px;
	top: 456px;
}

#teaser_name
{
	position: absolute;
	right: 0;
	top: 181px;
	font-size: 16pt;
	font-weight: bold;
	text-transform: lowercase;
	color: #fff;
}

.contact
{
	width: 450px;
	float: left;
}

.contact label
{
	display: block;
	float: left;
	background-color: #eee;
	padding: 4px 6px 4px 6px;
}

.contact .left
{
	width: 220px;
	margin-right: 5px;
}

.contact input[type="text"]
{
	width: 215px;
	margin-top: 0;
	border: #555 1px solid;
	height: 22px;
	margin: 0 0 6px 0;
}

.contact textarea
{
	width: 440px;
	height: 100px;
	border: #555 1px solid;
	margin: 0 0 6px 0;
}