﻿/* Reset
-------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td {
    margin: 0; 
    padding: 0;
	}
	
@font-face {
  font-family: 'georgia';
  src: url('font/georgia.eot');
  src: local('☺'),  url('font/georgia.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
    overflow-y: scroll;
	}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%; 
    font-weight: normal;
	}

ol, ul {
    list-style:none;
}

fieldset, img {
     border:0;
	}

table {
    border-collapse: collapse; 
    border-spacing:0;
	}
	
/* Base
-------------------------------------------------------------------*/
body{
	background: #fff;
	font-size: 90%;
	font-family: 'georgia', Verdana, Arial, Sans-Serif;
	line-height: 1.6;
	color: #000;
}

#wrapper{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	background: #fff;
	}
	
/* Header
-------------------------------------------------------------------*/
#logo {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#logo a,img{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* Content
-------------------------------------------------------------------*/
#content{
	width: 800px;
	height: 500px;
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	}
	
#content table{
	width: 800px
}

#content td{
	line-height:150%;
	font-size: 22px;
	font-family:'georgia';
	font-style: italic;
}

#kontakt{
	width: 800px;
	height: 500px;
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#kontakt table{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

#kontakt td{
	line-height:150%;
	font-size: 18px;
	font-family:'georgia';
	font-style: italic;
}

#onas {
	width: 700px;
	font-size: 20px;
	font-family:'georgia';
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: justify;
}

/* Menu
-------------------------------------------------------------------*/

#menu {
	width: 800px;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#menu a{
	font-size: 20px;
	margin-right: 20px;
	font-style: italic;
	color: black;
	text-decoration: none;
}

#menu a:hover {
	background-color: #9d146c;
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

/* Tooltip
-------------------------------------------------------------------*/

.help { cursor: help; } 
 
#tooltip { 
    position: absolute; 
    z-index: 3000; 
    border: 1px solid Black; 
    background: Orange; 
    color: White; 
    padding: 5px; 
    opacity: 1; 
} 
 
#tooltip h3, #tooltip div { margin: 0; color:White; font-size:12px; } 

 */
