body {
    font-family: Arial;
    font-size: 12px;
    background: #ffffff url(/images/body-bg.jpg) repeat-y left top;
    margin: 0px;
    padding: 0px;

}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

form {
    margin: 0px;
    padding: 0px;
}

a {
	text-decoration:none;
	color:#a7a;
}

img {
    border: 0px;
}


div.wheader {
    background: url(/images/headbg-dinamic.jpg) repeat-x;
    width: 100%;
    height: 152px;
}

div.header-left {
    background: url(/images/headbg-static.jpg) no-repeat;
    /*width: 1294px;*/
    height: 152px;
    position: relative;
}

div.header-left .head-logo {
    width: 100px;
    height: 110px;
    position: absolute;
    display: block;
    top: 19px;
    left: 8px;
}

div.header-left .head-address {
    position: absolute;
    font-weight: bold;
    /*width: 1200px;*/
    height: 18px;
    left: 10px;
    color: #ffffff;
    padding-top: 2px;
}

div.header-left .head-menu {
    position: absolute;
    width: 980px;
    height: 22px;
    top: 130px;
    float: left;
   
}

div.head-menu a {
    background: url(/images/apraicon-blue.gif) no-repeat 15px 3px;
    display: block;
    /*width: 150px;*/
    padding: 0 5px 0 5px;
    margin-right: 10px;
    height: 22px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    
    
}

div.head-menu a span {
    
    display: block;
    height: 22px;
    padding-left: 34px;
    padding-top: 3px;
    float: left;
}

div.head-menu a:hover {
    
    background: #4978E0 url(/images/apraicon-white.gif) no-repeat 15px 3px ;

}

div.head-menu a.active {
   
    background: #4978E0 url(/images/apraicon-white.gif) no-repeat 15px 3px ;
}

div.menu {
    float: left;
    width: 240px;
	background:url(/images/menubg.jpg) no-repeat bottom left;
	padding-bottom:181px;
}

.searchform input.text{
 background: #EDF1FC;
 margin-top: 20px;
 margin-left: 10px;
}

.searchform input.button {
    background: url(/images/search-button2.jpg) ;
    width: 25px;
    height: 22px;
    margin-left: 6px;
    margin-top: 20px;
}

div.vmenu {
 margin-top: 10px;
 margin-left: 10px;
 width: 210px;
 border-bottom:dashed 1px #cccccc;
 padding:0 0 10px 0;
 
}



div.vmenu a.active {
 display: block;
 width: 190px;
 background: url(/images/menuicon2.gif) top left no-repeat;
 color: #4978E0;
 padding-left: 20px;
 text-decoration: none;
}

div.vmenu a {
display: block;
 width: 190px;
 background: url(/images/menuicon3.gif) top left no-repeat;
 color: #000000;
 padding-left: 20px;
 text-decoration: none;
}

div.vmenu a:hover {
 display: block;
 width: 190px;
 background: url(/images/menuicon2.gif) top left no-repeat;
 color: #4978E0;
 text-decoration: none;
 padding-left: 20px;
}

div.vmenu a.sub {
    display: block;
    width: 170px;
    background: url(/images/menuicon3.gif) top left no-repeat;
    color: #000000;
    text-decoration: none;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 10px;
}

div.vmenu a.subactive {
    display: block;
    width: 170px;
    background: url(/images/menuicon2.gif) top left no-repeat;
    color: #4978E0;
    text-decoration: none;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 10px;
}

div.vmenu a.sub:hover {
    display: block;
    width: 170px;
    background: url(/images/menuicon2.gif) top left no-repeat;
    color: #4978E0;
    text-decoration: none;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 10px;
}

.vmenu .vmenu {
	display:none;
	border:none;
}

.vsubmenu {
	display:none;
}

div.content {
    margin-top: 20px;
    width: 730px;
	padding:0px 0px 0px 10px;
    float: left;
}

.clearer {
    clear: both;
}

div.footer {
    width: 730px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 250px;

}

.gallerytable {
	border-bottom:solid 1px #a7a7a7;
	background:url(/images/gallerytable-bg.jpg) repeat-x left bottom;
}

.sitemapcontainer {
	float:left;
	width:730px;
}

.sitemapelement {
	float:left;
	width:355px;
	padding:5px;
}

.sitemapelement div {
	margin-bottom:5px;
}

.sitemap-head {
	padding:5px 0px 0px 5px;
	height:20px;
	color:#666666;
	background:url(/images/sitemapelement-bg.jpg) repeat-x top left;
}

.galleryimage {
	border:solid 4px #efefef;
}

/*CONTACT---------------------------------------------------*/
p#tip {
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
    color: #4d4d4d;
    padding-bottom: 0px;
}

p#contact_paragraph {
    color: #636363;
    font-size: 15px;
}

form#contact_us {
    margin: 10px 0px 0px;
    float: left;
}

p.label_name, p.input_form {
    float: left;
}

p.label_name {
    width: 80px;
    clear: both;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
	
}

#contact_us input, #contact_us textarea {
    width: 412px;
    background: #ffffff;
    border: 1px solid #cccccc;
    font-size: 13px;
    padding: 4px;
    /*margin-bottom: 15px;*/
    color: #464646;
	font-family:Arial;
}

#contact_us input:focus, #contact_us textarea:focus {
    background: #ffffff;
    border: 1px solid #c4c4c4;
}

#contact_us input.button {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    background: url('../images/send.gif') no-repeat;
    padding: 5px 10px;
    display: inline-block;
    width: 103px;
    border: 0px;
    cursor: pointer;
    height: 36px;
    padding: 8px 10px 28px;
}

div#feedback {
    margin-top: 5px;
}

#contact_us input.button:focus {
    border: 0px;
}

p.error {
    display: none;
    padding: 5px 0px;
    color: #000000;
    background: #FFCCCC;
    text-align: center;
}

p.error ul#ul-error {
	margin:0px;
}

p#submit {
    text-align: right;
    float: left;
    width: 501px;
}

p#submit input {
    background: none;
}

p#submit .submit_button {
    background: #182f8d;
    width: 70px;
    color: #ffffff;
    padding: 3px 4px 5px;
    margin-bottom: 0px;
    border: 0px;
	font-weight:bold;
}

p#submit .submit_button:hover {
    background: #282b2d;
}

p#success {
    display: none;
    padding: 5px 0px;
    color: #000000;
    background: #CCFFCC;
    text-align: center;
}

/*Googlemap----------------------------------*/
.googlemap {
	
}

.map {
	margin-left:80px;
	display:none;
}

#cu3er-container {width:730px; outline:0;}

