﻿* { margin: 0; padding: 0; outline: 0; }

header, section, footer, aside, nav, article, figure { display: block; }

body { color: #ffffff; background-color: #005185; font-family: Arial; letter-spacing: 1px; }

::selection { background-color: rgba(255, 208, 37, 1); }
::-moz-selection { background-color: rgba(255, 208, 37, 1); }

/* Fontjes */

/* Kleuren:  
            Geel: #ffd025
           Blauw: #0071bb
     Donkerblauw: #005185
         Oudgeel: #ffff00
*/

a img, a img:hover, a img:active { border: none; }
a { color: #0071bb; text-decoration: none; }
a:hover { color: #ffffff; }
a:active {  position: relative; border: none; top: 1px; }

#offertewrapper { float: left; width: 960px; }
.elementwrapper { width: 960px; margin: 0px auto; }
.elementlabel { float: left; width: 320px; }
.elementinput { margin-top: 12px; margin-bottom: 12px; }
.redlabel { color: #ff0000; }

hr { border:dashed #0071bb; border-width:1px 0 0; height: 0; padding-bottom: 12px;}

/* Type */
h2 { font-size: 24px; font-style: italic; color: #ffd025; padding-bottom: 5px;}
p { font-size: 14px; font-weight: normal; color: #ffffff; }
p.validatie { font-style: normal; font-weight: normal; color: #ffd025; }
.validatie_label { font-style: normal; font-weight: bold; color: #ffd025; }

/* Form-elements */

input, textarea { background-color: rgba(255, 255, 255, 0.4); border: 2px solid #0071bb; padding: 6px; font-family: Arial; color: #ffffff; font-size: 12px; font-style: normal; margin-bottom: 15px; margin-top: -10px; }
input:focus, textarea:focus { border: 2px solid #ffd025; background-color: rgba(255, 255, 255, 1); color: #000000; }
input[type="submit"] { border: none; cursor: pointer; color: #0071bb; font-size: 18px; background-color: #ffd025; padding: 5px 25px 5px 25px; }
input[type="submit"]:hover { border: none; cursor: pointer; color: #ffffff; font-size: 18px; background-color: #ffd025; padding: 5px 25px 5px 25px;  }
input[type="submit"]:active { position: relative; top: 1px; }

#FileUpload1 {background-color: rgba(255, 255, 255, 0.4); border: 2px solid #0071bb; padding: 6px; font-family: Arial; color: #ffffff; font-size: 12px; font-style: normal; margin-bottom: 15px; margin-top: -10px;}

.validator { font-size: 12px; color: #ffd025; font-weight: bold; }
.error { border-color: #ffd025; }

.dropdownlist { background-color: rgba(255, 255, 255, 0.4); border: 2px solid #0071bb; padding: 6px; font-family: Arial; color: #ffffff; font-size: 12px; font-style: normal; margin-bottom: 7px; margin-top: -10px; }

#bottom { text-align: center; margin-top: 1200px; }



 


