
html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: url(images/bkgr.jpg) #1a1a1a;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

p, ol, ul
{
	margin-top: 0px;
}

p
{
	line-height: 180%;
	text-align: left;
}

strong
{
}

a
{
	color: #0000FF;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
}

img.aligncenter
{
	margin: 0px auto;
}

hr
{
	display: none;
}

#wrapper
{
	overflow: hidden;
	padding: 3.5em 0em;
	background: url(images/wrapper-bg.png) #f2f2f2;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.container
{
	width: 1000px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

.heading-title
{
	display: block;
	margin-bottom: 2em;
	padding-bottom: 1em;
	font-size: 2em;
	font-weight: 600;
}

#header
{
	overflow: hidden;
	height: 100px;
}

#logo
{
	float: left;
	width: 400px;
	height: 100px;
}

#logo h1, #logo p
{
	margin: 0px;
	line-height: normal;
}

#logo h1 a
{
	display: block;
	line-height: 100px;
	text-decoration: none;
	font-weight: 700;
	color: #a2a2a2;
}

#logo h1 a:hover
{
	color: #d0d0d0;
}

#logo h1 img
{
	float: left;
	margin-right: 10px;
	margin-top: 25px;
}

#menu
{
	float: right;
	width: 600px;
	height: 100px;
}

#menu ul
{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
	padding-left: 40px;
}

#menu a
{
	display: inline-block;
	line-height: 100px;
	text-decoration: none;
	text-transform: uppercase;
	color: #a2a2a2;
}

#menu a:hover
{
	text-decoration: underline;
	color: #d0d0d0;
}

#page
{
	overflow: hidden;
}


#page .heading-title
{
	margin-bottom: 2em !important;
}

#content
{
}

#content img
{
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

#cbox1
{
	float: left;
	width: 320px;
	margin-right: 20px;
}

#cbox2
{
	float: left;
	width: 320px;
}

#cbox3
{
	float: right;
	width: 320px;
}

#footer
{
	overflow: hidden;
	padding: 3.5em 0em;
	color: #eaeaea;
}

#footer p
{
	font-size: 12px;
}

#footer a
{
	color: #eaeaea;
}

#banner-wrapper
{
	overflow: hidden;
	background: url(images/bg.jpg) #d2eff7 no-repeat center bottom;
}

#banner
{
	overflow: hidden;
	width: 680px;
	height: 366px;
	padding: 50px 320px 0px 0px;
	background: url(images/pic01.png) no-repeat right top;
	color: #333333;
	text-shadow: 1px 2px 3px #ffffff;
}

#banner h2
{
	padding-bottom: 20px;
	letter-spacing: -1px;
	font-size: 2em;
	font-weight: 600;
}

#banner h2 span
{
	font-weight: 700;
}

#banner p
{
	font-size: 15px;
	color: #333333;
}

#banner a 
{
	color: #333333;
	text-decoration: none;
	border-bottom: 2px solid #333333;
}

.slogan
{
	font-size: 2em;
	font-weight: 600;
	letter-spacing: -1px;
	padding-bottom: 20px;
}

.telefon
{
	font-size: 2em;
	line-height: 2em;
	font-weight: 600;
	letter-spacing: -1px;
	padding-top: 26px;
}

.telefon img
{
	float: left;
	margin-right: 16px;
	margin-top: 2px;
}

#featured-wrapper
{
	overflow: hidden;
	padding: 5em 0em;
	background: url(images/featured-wrapper-bg.jpg) #f5f5f5;
}


#featured p
{
	padding-left: 12px;
}

#featured .title
{
	display: block;
	padding-left: 60px;
	margin-bottom: 12px;
	font-size: 1.8em;
	font-weight: 600;
	color: #333333;
}

#featured .title01
{
	background: url(images/icon01.png) no-repeat left top;
}

#featured .title-faq
{
	display: block;
	padding-left: 60px;
	margin-bottom: 12px;
	font-size: 1.8em;
	line-height: 2.1em;
	font-weight: 600;
	color: #333333;
	background: url(images/faq.png) no-repeat left top;
}

#featured .title-about
{
	display: block;
	padding-left: 60px;
	margin-bottom: 12px;
	font-size: 1.8em;
	line-height: 2.1em;
	font-weight: 600;
	color: #333333;
	background: url(images/about.png) no-repeat left top;
}

#featured .box-content
{
	overflow: hidden;
	margin-bottom: 3em;
}

#featured #fbox1
{
	float: left;
	width: 470px;
}

#featured #fbox2
{
	float: right;
	width: 470px;
}

ul.style1 .first
{
	margin-left: 0px;
}


ol.style1
{
	margin: 0px 0px 0px 2px;
	padding: 0px;
	list-style: inside disc;
	font-size: 15px;
	color: #000000;
}

ol.style1 li
{
	padding: 4px 0px;
}

ol.style1 a
{
	text-decoration: none;
	color: #333333;
}

ol.style1 a:hover
{
	text-decoration: underline;
}

.button-style
{
	clear: both;
	display: inline-block;
	margin-top: 30px;
	padding: 10px 20px;
	border-radius: 25px 25px 25px 25px;
	background: #af2c54;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}

.button-style:hover
{
	background: #982648;
}

.zakaz-zvonka
{
	clear: both;
	display: inline-block;
	line-height: 100% !important;
	margin-top: 36px;
	padding: 8px 16px;
	border-radius: 25px 25px 25px 25px;
	background: #505050;
	color: #EAEAEA !important;
	text-decoration: none !important;
}

.zakaz-zvonka:hover
{
	background: #454545;
	color: #CCCCCC !important;
}

.posted-style
{
	display: inline-block;
	padding: 10px 20px;
	background: #af2c54;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}
