/* BILDER */


.r1 {background: url(img/hs.png);}
.r2 {background: url(img/va.png);}
.r3 {background: url(img/dspn.png);}
.r4 {background: url(img/bb.png);}



/* ___________ */


html{overflow-y: scroll;}

body {
margin:0px;
padding: 0px;
background-color: #e1e1e1;
font-family: Georgia, 'Times New Roman',times;
font-size: 14px;
line-height: 1.5em;
}
p {
font-family: Cambria, Georgia, 'Times New Roman',times;
}
#container {
height: 100%;
width:1000px;
margin:0px auto;
background:url(img/bg.png) no-repeat #e1e1e1;
}

header  {
display: block;
width: 950px;
}


hr {
border:2px solid #333;
}

#logo {
background: url(img/logo.png) top left no-repeat;
width: 192;
height: 138px;
float:left;
}
nav {
display: block;
width: 100%;
height: 120px;
padding-top: 50px;
padding-left: 250px;
}

nav p {
font-size: 30px;
color:#2a2a2a;
display: inline;
margin-right: 30px;
margin-top: 50px;
height: 50px;
cursor: pointer;
}

h2 {
font-size: 30px;
color:#2a2a2a;
font-weight: normal;

}

h3 {
font-size: 18px;
color: #2a2a2a;
font-style: italic;
font-weight: normal;
display: inline;
margin-right: 5px;
}
.form {
float:left;}
.form h3 {
padding-bottom: 30px;

}
nav p:hover {
text-shadow:0px 0px 2px #888;
cursor: pointer;
}

.clear {
clear:both;
}

.box_content div {
width:100%;
font-family: Verdana;
font-size: 11px;
line-height: 1.2em;
background-color: #000;
opacity:0.9;
color: #fff;
}

.box_title {
color: #eee;
font-size: 18px;
height: 25px;
background-color: #161616;
font-style: italic;s
}
.box_footer{
margin-top: 5px;
color: #eee;
font-size: 18px;
height: 25px;
background-color: #161616;
font-style: italic;
}
.box_content {
width:100%;
height: 235px;
overflow: hidden;
}

.info {
display:none;
padding: 5px;
}

.box {
width:180px;
height: 260px;
background-color: #161616;
-moz-box-shadow:0px 0px 5px #999;
-webkit-box-shadow:0px 0px 5px #999;
float:left;
margin-right: 30px;
border:5px #161616 solid;
overflow: hidden;
}

.box:hover{
-webkit-transition: -webkit-box-shadow 0.3s linear;
-moz-box-shadow:0px 0px 7px #222;
-webkit-box-shadow:0px 0px 7px #222;
}

input[type=text]{
padding: 8px;
background-color: white;
border:1px solid #9d9d9d;
font-size: 11px;
font-family: 'Lucida Grande',Verdana, Tahoma, Sans-Serif;
width:350px;
}
input[type=submit]{
background: url(img/button.png) no-repeat top left;
background-position: 0px 0px;
border: none;
width:129;
height: 40px;
cursor: pointer;
}
input[type=submit]:hover {
background-position: 0px -44px;
}
textarea{
padding: 8px;
background-color: white;
border:1px solid #9d9d9d;
font-size: 11px;
font-family: 'Lucida Grande',Verdana, Tahoma, Sans-Serif;
width: 350px;
}
table {
border:none;
}
tr {
border:none;
}
td {
border:none;
}

td span, #je {
background-color: #f6bdbd;
padding: 3px;
border:2px solid #df8989;
font-size: 14px;
display: none;
}
#je {
display: block;
}
a {
color: inherit;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
