/* 
 Eric Meyer's reset css: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* 
 END Eric Meyer's reset css: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/



﻿/*
  (c) 2010 Tomas Kubat. All rights reserved.
*/

html, body {
 padding: 0 0; margin: 0 0;
}
html {
 width: 100%;
 background-color: #FFF;
}
body {
 padding: 0; margin: 0 auto; 
 width: 960px;

 color: #000;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
 font-size: 90%;
 line-height: 140%;
}

h1, h2, h3, h4, h5, h6, p, pre, code, form, ul, ol, table {
 margin: 0.25em 0 0.75em 0;
}
.master_color, h2, a {
  color: #3fae48;
}
.master_color_bg {
  background-color: #3fae48;
}
.master_color_soft {
  color: #ebf4e7;
}
.master_color_soft_bg {
  background-color: #ebf4e7;
}

h1 {
  font-size: 200%;
  font-weight: bold;
}

h2 {
  font-size: 170%;
  font-weight: bold;
}
h3 {
  font-size: 110%;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

img {
  border: none;
}
.al_center {
  text-align: center; 
}
.large-x {
  font-size: 110%; 
}
.large-xx {
  font-size: 150%; 
}
.two_column_left {
  float: left;
  width: 480px;
}
.two_column_right {
  float: right;
  width: 480px;
  
}

h1#logo {
  width: 960px;
  height: 264px;
  background-image: url('/img/logo.jpg');
}
h1#logo span {
  display: none; 
}
.seminar {
  padding: 0.25em 0.5em;
  margin-bottom: 1em; 
}
.seminar strong {
  font-variant: small-caps;
}
.prihlaska {
  padding: 0.75em 1em;
  margin-bottom: 1em; 
}

/*
  END (c) 2010 Tomas Kubat. All rights reserved.
*/