@charset "utf-8";
body {
	background-image: url(images/tile.png);
	background-repeat: repeat-x;
	background-color: #666;
}
h1 {
	font-size: 20px;
	color: #013F7D;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(images/h1.png);
	display: block;
	height: 40px;
	width: 690px;
	background-repeat: no-repeat;
}
h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(images/h1.png);
	display: block;
	height: 40px;
	width: 690px;
	background-repeat: no-repeat;
}

h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 0px;
}

#wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
}


#header {
	height: 162px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#headernumber {
	float: right;
	width: 276px;
	height: 75px;
	font-size: 32px;
	font-weight: bold;
	color: #C22E36;
	text-align: right;
	background-image: url(images/header-number.png);
	padding-right: 10px;
	padding-top: 20px;
	background-repeat: no-repeat;
}
#headerbutton {
	height: 67px;
	width: 286px;
	clear: right;
	float: right;
}




.fontnumber {
	font-size: 16px;
	color: #999;
}
#menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 39px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 1px;
	font-size: 12px;
	color: #C22E36;
	padding-left: 95px;
}
#cookie a {
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 10px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	font-weight: bold;
}
#cookie a:hover {
	color: #C22E36;
	text-decoration: none;
}


#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	min-height: 500px;
}
#body a, #sidebar a {
	color: #C22E36;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover, #sidebar a:hover {
	color: #333;
	text-decoration: none;
}


#sidebar {
	width: 245px;
	float: left;
	min-height: 200px;
	margin-top: 10px;
}
#sidebar h5 {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #4D4948;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 93%;
}
#serviceform {
	background-image: url(images/form.png);
	
	width: 215px;
	padding-top: 0px;
	background-repeat: no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.formbox {
	font-weight: bold;
	color: #013F7D;
	border: 1px solid #CCC;
	height: 22px;
	width: 200px;
}

#content {
	float: right;
	width: 725px;
	min-height: 500px;
	margin-top: 10px;
	line-height: 18px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 81px;
	padding-top: 20px;
	color: #CCC;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
}

#cities {
	background-image: url(images/cities.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 200px;
	text-align: center;
	color: #CCC;
	padding-top: 10px;
	padding-right: 15%;
	padding-left: 15%;
	background-color: #605D5C;
	margin-right: -10px;
	margin-left: -10px;
}
#cities a {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #FFF;
	text-decoration: none;
}
.comment {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 55px;
	min-height: 35px;
}
.news {
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 35px;
	min-height: 35px;
}
.coloryellow {
	color: #F8CC00;
}
.colorred {
	color: #C22E36;
}
.colorblack {
	color: #333;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.headline {
	font-size: 16px;
	font-weight: bold;
	color: #C22E36;
	background-image: url(images/headline.png);
	text-align: center;
	display: block;
	height: 40px;
	width: 660px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
