@CHARSET "UTF-8";

*{padding:0px; margin:0px; border:0px; text-decoration:none; font-family:"Arial"; font-size:11px;}

body {background: url(../img/bg.gif) repeat; position:static; background-position:50% 0%;}

#middle {width:100%; height:270px; background-color: #fff; position:absolute; top:310px;}
.clear {clear:both;}

.main {width:981px; margin:0px auto;}
	.main .logo {margin:56px 0px 0px 20px; float:left;}
	.main .menu {margin:86px 0px 0px 0px; float:right;}
		.main .menu ul {list-style:none; margin-right:40px;}
		.main .menu ul a li {float:left; display:inline; margin:0px 20px;}
		.main .menu ul a li h1 {font-size:17px; color:#fff;}
		.main .menu ul a li h6 {font-size:10px; color:#fff;}
		
	.main .content {margin-top:20px; }
	.main .content .top {background: url(../img/bg-content-top.png) no-repeat; color:#fff; z-index:10; position:relative; width:981px; height:235px;}
		.main .content .top h2 {font-size:24px; font-weight:bold; position:absolute; top:170px; left:30px;}
		.main .content .top h3 {font-size:16px; position:absolute; top:195px; left:30px;}
	.main .content .text {background: url(../img/bg-content.png) repeat-y; z-index:10; position:relative; width:981px; min-height:235px;}
	.main .content .text a {color:#d41a1a;}
		.main .content .text .info {/*background: url(../img/kontakt.jpg) no-repeat;*/ background: #dbdbdb; color:#525252; width:310px; /*height:117px; float:right;*/ display: inline-block; margin-top:40px; margin-right:40px; vertical-align: top; -webkit-border-radius: 5px; border-radius: 5px; }
		.main .content .text p {margin: 20px; font-size:12px;}
		.main .content .text .info span {font-weight:bold;}
		.main .content .text .info a {  color: #525252; }
	.main .content .bottom {background: url(../img/bg-content-bottom.png) no-repeat; color:#fff; z-index:10; position:relative; width:981px; height:88px;}
	.main .content .bottom .copyright {float:left; margin-top:30px; margin-left:20px;}
	.main .content .bottom .designer {float:right; margin-top:30px; margin-right:20px;}
	.main .content .bottom .designer a{color:#fff; font-weight:bold;}
