@charset "UTF-8";
/* CSS Document */
/* Standard Shit */
* { font-family: Geneva, Arial, Helvetica, sans-serif; color: #FFF; font-size: 12px; }
html, body { background-color: #234994; margin: 0px; height: 100%; text-align: center; }
a, :focus { outline: none; -moz-outline-style: none; }
a:active { outline: none; }
a img, :link img, :visited img { border: none; }
h1,h2,h3 { margin: 1em 0; }
h1 { font-size:140%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FB343B; margin-top: 0px; margin-bottom: 15px; }
h2 { font-size:138.5%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #4D4D4D; margin-top: 0px; }
h3 {font-size:108%;}
h1,h2,h3,h4,h5,h6 {font-weight:bold;}
p { margin:15px 0px 15px 0px; font-size: 13px; }
#caption{ font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-style: italic; color: #FFFFFF; font-size: 10px; }
a { color: #FFFFFF; text-decoration: none; }
a:hover { color: #6C6883; text-decoration: none; }
p{ margin-top: 0px; }

/* DIVS FOR LAY-OUT */
#container{ width: 890px; height:auto !important; height:100%; min-height:100%; margin-left: auto; margin-right: auto; }
#top{ width: 890px; height: 145px; background-image: url(../images/pdl_top.jpg); background-repeat: no-repeat; }
#content{ width: 890px; height: 519px; background-image: url(../images/pdl_content.jpg); background-repeat: no-repeat; text-align: left;  }
#contentTekst{ width: 460px; height: 499px; float: left; margin-top: 10px; margin-left: 10px;}
#contentVideo{ margin-left: 20px; margin-top: 10px; border: 0px solid white; width: 380px; height: 499px; float: left;}
#bottom{ clear: both; width: 890px; height: 136px; background-image: url(../images/pdl_bottom.jpg); background-repeat: repeat-x; text-align: right; }

