* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Tahoma, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #FFFFFF;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px;
}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(img/backgr.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

table{
	font-size: 16px;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #3BDCF5;
	margin-bottom: 20px;
	margin-top: 12px;
}

th{
	padding: 6px;
	border: 1px solid #3BDCF5;
	}
	
td{
	padding: 6px;
	border: 1px solid #3BDCF5;
	}

strong{
	font-weight: normal;
	}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 90px;
	background: #FFE680;
	background-color: #000000;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 300px 200px;
}



/* Logo div
-----------------------------------------------------------------------------*/
#logo{
	height: 90px;
	width: 170px;
	float:left;
	background-color: #000;
	}

#logo img{
	height: 49px;
	width: 170px;
	margin-top: 41px;
	}
	
/* Menu
-----------------------------------------------------------------------------*/
#menu{
	height: 90px;
	width: 830px;
	float: right;
	}

#menu ul{
	padding-left: 30px;	
	padding-top: 40px;
	}
	
#menu li{
	display: inline;
	font-size: 23px;
	margin-right: 10px;
	}
	

#general{
	color: #85b410;
	}
	
#menu a:hover{
	color: #FFFFFF;
	}

#price1{
	color: #e3007a;
	}

#price2{
	color: #f5d200;
	}
	
#contakts{
	color: #4fe9ff;
	}
		
#contakt{
	color: #4fe9ff;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #4fe9ff;
	border-bottom-color: #4FE9FF;
	font-size: 20px;
	width: 600px;
	text-align: left;
	}
	
#tel{
	font-size: 36px;
	color: #FFFFFF;
	}

#copy{
	font-size: 16px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4FE9FF;
	width: 435px;
	margin-top: 10px;
	padding-bottom: 8px;
	white-space: nowrap;
	}
	
#email{
	color: #4FE9FF;
	}


/* Content
-----------------------------------------------------------------------------*/
h1{
	font-weight: normal;
	}
h2{
	font-weight: normal;
	}
	
#text{
	margin-top: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #3bdcf5;
	padding-left: 10px;
	font-size: 16px;
	}

#text p{
	margin-top: -4px;
	}

#text ul{
	margin: 0;
	padding: 0;
	}
	
#text li{
	list-style-type: none;
	font-size: 26px;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3BDCF5;
	padding-bottom: 15px;
	}

#adress{
	width: 580px;
	}

#telefon{
	width: 580px;
	}
	
#fax{
	width: 265px;
	}

#e-mail{
	width: 405px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

#map{
	margin-left: 15px;
	margin-top: 20px;
	}

.small_blue{
	color: #3BDCF5;
	font-size: 18px;
	}

