* {  
  font-family: Verdana, sans-serif; 
}
a {
	color: #006600;
	cursor: pointer;
	text-decoration: underline;
}

a:visited {
	color: #006600;
	cursor: pointer;
	text-decoration: underline;
}

html {
	margin: 0;
	padding: 0;
	background: #ddd url(img/html4.jpg);
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


body {	
	margin: 0px auto;
	width: 995px;
	position: relative;
	background: #fff url(img/content.png);
}


#Head {
  position: relative;
  height: 270px;
}

#Menu {		
	border: solid 0px #00ff00;
	height: 40px;
	position: absolute;
	top: 241px;
	left: 0;
	padding: 0px 0px 0px 5px;
}

#Menu a span {
	color: #6a6a6a;
	font-weight: normal;
	letter-spacing: normal;
	display: none;
}

#Menu a, #Menu a:visited {
	border: solid #000;
	background: url(img/75.png);
	border-width: 1px 1px 0px 1px;
	color: #000;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	margin: 0px 5px 0px 4px;
	overflow: hidden;
	padding: 3px 6px 5px 6px;
	text-decoration: none;
	text-align: center;
}

#Menu a.current, #Menu a.current:visited {
  background: #fff;
  color: red;
}

#Menu a:hover {
	background: #fff;
}

#login {
  position: absolute;
  bottom: -2px;
  right: 10px; 
  width: auto;
  padding: 0px 0;
  line-height: 32px;
  text-align: right;
	white-space: nowrap;
}

#login form * {

}

#login form {
  display: none;
  background: url(img/75.png);
  padding: 0px 6px;
  margin: 0 0 0px 0;
  position: relative;  
}

#login h3 {
  font-size: 100%;
}

#loggedIn {
  border: 1px solid black;
  font-weight: bold;
  border-bottom: none;
  background: url(img/75.png);
  padding: 0 6px;
  text-align: right;
  position: relative;
  top: -2px;
  right: 0px;
  height: 29px;
  overflow: hidden;
  line-height: 29px;
}

#loggedIn img {
  
}

#Content {
	float: right;
	margin: 0px 2px 1px 0;
	padding: 0px 6px 8px 12px;
	width: 620px;
  position: relative;
  
}

dd, dt {
	margin: 0 0 3px 10px;
}

legend {
  margin: 0 0 6px 0;
  text-transform: lowercase;
  color: #555;
}

dt {
	font-weight: bold;
}

fieldset {
	padding: 8px;
	width: auto;
	border: 1px solid #ccc;
}

h1 {
	font-size: 220%;
	font-weight: normal;
	margin: 8px 0 10px 0;
	padding: 4px 6px 4px 0;	
}

h2 {
	font-weight: normal;
	margin: 12px 0 10px 0;
	padding: 4px 6px 4px 0;
	color: #606060;
	font-size: 16px;
}

h3 {
	margin: 0px 0px;
	font-size: 130%;
	padding: 4px 4px 4px 0;
	font-weight: normal;
}

h4 {
	margin: 0px 0px;
	font-size: 120%;
	padding: 4px 4px 4px 0;
	border-top: 0px dotted #ccc;
	font-weight: normal;
}

h6 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0;
}

hr {
	background: #ccc;	
	border: solid #ccc;
	border-width: 1px 0 0 0;	
	color: #ccc;
	margin: 5px 3%;
	padding: 0;
	height: 0px;
}

iframe, #news {
	margin: 0;
}

img {
	border: none;	
	vertical-align: middle;
	margin: 5px;
}

p {
	line-height: 1.5em;
	margin: 6px 3px;
	padding: 0 0 0 3px;
}

table {
	border-collapse: collapse;
}

table.border td, table.border th, table.border tr {
	border: 1px solid #ccc !important;
	padding: 2px 4px !important;
}

table.noborder td, table.noborder tr, table.noborder, table.noborder th {
	 border: none !important;
}

/*
table.table_border td, table.table_border th, table.table_border tr {
	border: 1px solid #FE9249 !important;
	padding: 2px 4px !important;
}
*/
textarea {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
}

th {
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

ul {
	line-height: 160%;	
	list-style-type: circle;
	list-style-image: url(img/design_list_style.gif);
	margin:  8px 8px 8px 16px;
	padding: 4px;
}

ul li {
  padding: 0 0 0 5px; 
} 

label {
  display: block;
  float: left;
  width: 140px;
  text-transform: lowercase;
  color: #444;
}

input, select {
  margin-bottom: 1px;
  font-size: 100%;  
}

.aleft	{
	float: left;
}

.aright	{
	float: right;
}

.button, .button:visited, input[type=submit] {
	background: #eee;
	border: 1px outset #000;
  text-transform: capitalize;
  letter-spacing: 1px !important;
  display: inline;
	margin: 0px 1px 0 0px;
	color: #000;
	padding: 0px 4px;
	text-decoration: none;
}

.button:hover {
	background: #fefefe;	
}

.button:active {
	background: #fff;
	border: 2px inset #ccc;
}

label.label_normal {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.capitalize {
	text-transform: capitalize;
}

.center		{
	text-align: center;
}
.bcenter {
	margin-left: auto;
	margin-right: auto;
}
.clearall, .clear				{
	clear: both;
	float: none;
}

.clearl {
	clear: left;
}

.clearr {
	clear: right;
}

.invisible {
  color: white;
}

.explain {
  border-bottom: 1px dotted #555;
}

.highlight {
  background: #e5e5e5;
}

.error, .alert  {
	color: #ff0000;
}

.middle	{
	vertical-align: middle;
}

.noborder {
	margin: 0;
	text-decoration: none;
}

.none {
	display: none;
}

img.rss {
  margin: 0 5px;
}

.inline {
  display: inline;
}

.notice {
	color: #4a4a4a;
	font-weight: normal;
}

.small_caps {
	font-variant: small-caps;
}

.strike {
	text-decoration: line-through;
}

.nobr {
  white-space: nowrap;
}

.taleft	{
	text-align: left;
}

.taright	{
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

img.insertedImage {
  max-width: 600px;
}

div.ad_item {
	background: #ffffff;
	border: 0px solid #ccc;
	border-bottom: solid 1px #aaa;
	margin: 0 0 13px 0;
	padding: 0px 8px 8px 8px;
	width: 97%;
}

div.ad_item img {
	max-height: 130px;
	overflow: auto;
}

div.art_li {
  height: 155px;
  position: relative;
  border: 0px solid red;
  margin: 5px 0 0 0;
}

div.art_li h2 {
  margin: 5px 0;
  padding: 0;
  font-weight: bold;
}

div.art_li div.img {
  width: 180px;
  float: left;
  margin: 0 8px 0 0;
  line-height: 0px;
  height: 140px;
  overflow: hidden;
  position: relative;
  border: 0px solid red;
  text-align: center;
  
}

div.art_li div.img img.main {
  padding: 0;
  margin: 0;
  border: 0px solid blue;
  z-index: -50;
}

div.art_li div.img img.rounded {  
  margin: 0px 0 0 0;
  padding: 0;
  position: absolute;
  display: none;
}

div.art_li div.teaser {
  width: 420px;
  margin: 0 0 0 185px;
  padding: 0;
  line-height: 150%;
}

div.art_li div.foot {  
  margin: 14px 0 0 0;
  color: #666;
  position: absolute;
  bottom: 10px;
  left: 190px;
}

.artInsert {
  height: 150px;
  color: #999;
  overflow: auto;
  width: 100%;
  border: 1px solid #ccc;
}

.artInsert h1 {
  color: #999;
}

/**/
div.articleFoto {	
	float: left;
	height: 120px;
	text-align: center;
	margin: 0 5px 5px 0px;
	overflow: hidden;
	padding: 0;
	width: 200px;
	border-top: 0px solid #ccc;
  position: relative; 
}

div.articleFoto img {	
	margin: 0;
	padding: 0;
	max-width: 200px;
	max-height: 120px;	
}

#postsSorting {
  position: absolute;
  width: 221px;
  background: white;
  padding: 5px;
  line-height: 150%;
  border: 3px solid #ccc;  
}

div.event_li {
  border: 0px solid #ccc;
  padding: 9px 6px;
  width: 288px;
  float: left;
  margin: 0 10px 10px 0;
  background: #EDEDED;
}

div.event_li img {
  max-width: 96%;
}

div.event_li h2 {
  padding: 0px 5px;
  margin: 0px 0 0 0;
  font-size: 130%;
}

div.event_li p {
  
}

div.blog_li {
  clear: both;
  border-bottom: 3px solid #ccc; 
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
}

div.blog_li h2 {
  padding: 0 0 0px 5px;
  margin: 0 0 0 0;
}

div.blog_li div.head {
  padding: 0 0 0px 5px;
}

div.blog_li_foto_box {
  width: 75px;
  height: 50px;
  overflow: hidden;
  float: left;
}

div.blog_li_foto_box img {
  width: 75px;
}

div.cite_all {
	margin: 3px 3% 3px 3%;
}

div.cite_all2 {
	margin: 3px 0 3px 0;
}

div.cite_name {
	font-style: italic;
	padding: 0 0 0 0px;
	margin: 0 5%;
}

div.cite_post {
	background: url(img/design_quotes.gif) #ededed no-repeat 4px 4px;
	border: 1px solid #696969;
	margin: 0px 5%;
	padding: 0px 0px 0px 40px;
}

div.forum_post img {
	margin: 4px 6px 6px 0;
}

div.foto_div {	
	float: left;
	line-height: 14px;
	height: 225px;
	margin: 0 8px 2px 6px;
	overflow: hidden;
	padding: 9px 0px 0px 0px;
	width: 192px;
	position: relative;
	border-bottom: 0px solid #ccc;
  background: url(img/fotodiv.jpg) 0px 100% no-repeat;	
}

div.foto_div div.foto {
	margin-bottom: 6px;
	height: 120px;
	line-height: 0px;
	overflow: hidden;
	padding-bottom: 3px;
	text-align: center; /*	border-bottom: 1px solid #a8a8a8;*/
}

div.foto_div img.foto_foto {	
	margin: 0;
	padding: 0px;
	width: 193px;
}

div.foto_div div.comment {
  padding: 0 0px;
}

div.foto_div div.foot {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

div.foto_div div.bubble a {
  vertical-align: sub;
}

div.foto_div div.more {
  float: right;
  padding: 5px 11px 0 0;
}

div.foto_div div.bubble span a {
  display: block;
  float: left;
  background: url(img/design_speech_bubble.png) no-repeat 0px 4px;
  color: #555;
  line-height: 22px;
  text-align: center;
  margin: 0 5px 3px 4px;  
  font-size: 8px;
  color: #555;
  height: 23px;
  width: 20px;
  border: 0px solid red;
  text-decoration: none;
  text-align: center;
  padding: 0 0 0 0px;
}

div.highpost {
	border: 3px solid #ff0000 !important;
}


div.min_height_160 {
	float: left;
	height: 170px;
	width: 0px;
}

div.post_text {
	background: #fbfbfb;
	border: 1px solid #d4d4d4;
	color: #000000;
	margin: 4px 0 0 0;
  min-height: 35px;	
	width: 550px;
	overflow: auto;
	padding: 0px;
}

div.post_text img {
	margin: 1px;
	vertical-align: middle;
}

div.Profil_box {
	border-bottom: 1px solid #eee;
	width: 300px;
	float: left;	
	margin: 15px 6px 3px 0;
	overflow: hidden;
	padding: 0 0px 0 0px;
	height: 120px;
}

div.Profil_box div.img {	
	margin: 0 0px 0 0;
	width: 110px;
	float: left;
	border: 0px solid red;
	text-align: center;
}

div.Profil_box div.info {
	line-height: 150%;
	width: 180px;
	margin: 0 0 0 118px;
	border: 0px solid blue;
}

div.Profil_box div.info label {
	width: 50px;
	color: #555;
	
}

div.Profil_box div.img img {
	max-width: 110px;
	margin: 0;
}

div.inlinePopUp {
  display: none;
  background: #fff url(img/75.png);
  padding: 6px;
  margin: 10px 0 0 0;  
}

div.inlinePopUp a.close, a.closeMe {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  position: relative;
  top: -15px;
  left: 15px;
  background: url(img/close.png) no-repeat;
}

div.inlinePopUp a span {
  display: none;
}

div.inlinePopUp p {
  margin: 0;
  padding: 0;
}

div.inlinePopUp img {
	margin: 0;
}

#Admin ul li {
	margin: 0 0 15px 0;
}

#Alert {
	background: #ffae4a;
	border: 1px solid #000000;
	font-weight: bold;
	margin: 8px 8px 12px 8px;
	padding: 8px;
}

#flash {
   margin: 0 0 0px 0;
   height: 82px;
}

#anketa {	
	margin: 0 auto 10px auto;
	padding: 0 0px 0 8px;
	text-align: left;
}

#anketa #quest {
	margin: 0 0 6px 0;
	font-style: normal;
}

#anketa .allVotes {  
  text-transform: lowercase;
  color: #555;
}

#anketa .opt {
	padding: 0 0 4px 0;
	border-bottom: #ccc 0px solid;
}

#anketa img {
	display: block;
	background: url(img/design_anketa.gif) repeat-x;
	margin: 0px 1px 1px 0px;
}

#Footer {
	border-top: 4px solid #000;
	clear: both;
	margin: 0 0 0 0;
	padding: 7px 8px 6px 8px;
}

#forum_list {
	border-collapse: collapse;
	margin: 15px 0 0 0;
	width: 99%;
}

#forum_list td, #forum_list th {
	border-bottom: 1px solid #eee;
	padding: 2px 6px 4px 0px;
	text-align: left;
	vertical-align: middle;
}

#Left {
	line-height: 15px;
	width: 145px;
	margin: 3px 0 0 0;
	padding: 0 1px 20px 0;
	line-height: 140%;
	left: 0;
}

#Left h3, #Right h3, h3.uvod, h1.uvod {
	border: double #d8d8d8;
	text-transform: lowercase;
	border-width: 0px 0 3px 0;
	clear: left;
	margin: 0 0 10px 0;
	padding: 2px 0px 4px 0;
	text-align: center;
	font-weight: normal;
	font-size: 1.4em;
}

#Right {
	clear: both;
	float: right;
	line-height: normal;
	margin: 0px 0 1px 0px;	
	padding: 0 0 20px 0;
	width: 215px;
	position: relative;
}


#mojeMapa {
	border: 3px solid #ccc;
	height: 400px;
	margin: 10px auto 10px auto;
	width: 610px;
	clear: both;
}

#news {
	padding: 0 6px;
}

#news hr {
	margin: 2px 0;
}

#smile_list {
}

#smile_list img {
	margin: 0px;
}

#user_name {
	padding-bottom: 4px;
	text-align: center;
}

#Uvod_h1 {
	height: 46px;
	margin: 0 auto;
	padding: 0;
	width: 326px;
}

#Uvod_p {
	margin-top: 0;
	text-align: center;
}

.sitenav {
  margin: 15px 0 5px 0;
}

.sitenav span, .sitenav a:link, .sitenav a:visited, .sitenav a:active {
	padding: 2px 6px;
	margin:0 1px;
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	text-decoration:none;
}
	
.sitenav span {
  color: rgb(181,181,181);
}

.sitenav a:hover {
	background: #548246;
	color: white;
}

div.sitenav a.cur {
	padding: 3px 6px;
	margin: 0px 1px;
	border: 1px solid #ccc;
	background: #A5D29A;
	color: black;
	text-decoration: none;
}

.comments {  
  text-align: center;
  padding: 0;
  white-space: nowrap;
  font-size: 8px;
  color: #666;
  position: relative; 
}

.comments img {  
  padding: 0;
  margin: 0;
  vertical-align: middle;  
}

.comments span {  
   position: relative;
   left: -12px;  
   top: -2px;
}

#newsSuggest {
  margin: 10px 0 0 0;
  border: 1px solid #ccc;
  position: relative;
  width: 440px;
  padding: 6px;
  background: #fff;
}

#latest_photos div.container {
  margin: 0 0 15px 0;  
}

#latest_photos div.img {
  width: 212px;
  height: 150px;
  overflow: hidden;
  text-align: center;
  border-bottom: 0px solid #ccc;
  position: relative;
  background: #eee;  
}

#latest_photos div.img img {
  margin: 0;
  width: 215px;
}

#latest_photos div.img img.zoom {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  background: white;
}

#latest_photos div.text {
  font-size: 10px;
  background: url(img/75.png);
  padding: 0px 6px;
  position: absolute;
  line-height: 14px;
  bottom: 0px;
  left: 0px;
  text-align: left;
  width: 100% !important;
  border-bottom: 1px solid #ccc;
}

#latest_photos div.text img {
  margin: 0;
  width: auto;
}

#latest_photos a.bubble {
  display: block;
  float: right;
  line-height: 18px;
  background: url(img/design_speech_bubble.png) no-repeat 2px 3px;
  color: #333;
  text-align: center;
  width: 25px;
  margin: 0 5px 0 0;
  height: 22px;
  border: 0px solid red;
  text-decoration: none;
}

#systemMessage {
  border: 1px solid #ccc;
  background: #ADD8E6;
  padding: 8px 8px 8px 30px;
  font-weight: bold;
  margin: 10px;
  text-align: center;
}

#fotoDetail div.foto {
  text-align: center;
  background: #eee;
  margin: 6px 0;
  padding: 10px 0;
}

#fotoDetail div.foto img {
  margin: 0;
}

#fotoDetail div.rating {
  text-align: center;
  float: right;
  position: relative;
  top: -10px;
}

#fotoDetail caption {
  text-align: left;
}

#fotoDetail h1 {
  font-size: 14px;
  margin: 0 0 0 0;
}

table.myCalendar {
  float: left;
  margin: 10px 0px 0 10px;
  border: 1px solid #ccc;
  color: #555;
}

table.myCalendar span {
  display: block !important;
  padding: 2px;
}

table.myCalendar a {
  display: block;
  padding: 0px 0px;
}

table.myCalendar td {
  border: 1px solid #ccc;
  padding: 2px;
  text-align: center; 
}

/*hlavní kalendář*/
table.myCalendarMain {
  border: 3px solid #aaa;
  margin: 10px 10px 0 20px;
  color: #000;
}
table.myCalendarMain td {  
  padding: 5px;
  border: 1px solid #ccc;
}
table.myCalendarMain caption {  
  font-weight: bold;
}

/*levej kalendář*/
#leftCalendar table.myCalendar * {
  padding: 0;
  margin: 0;
}
#leftCalendar table.myCalendar {
  padding: 0px;
  margin: 0 0 0 4px;
  border: none;
  position: relative;
}
#leftCalendar table.myCalendar td {
  padding: 2px;
}
#leftCalendar table.myCalendar p, #leftCalendar table.myCalendar h4 {
  padding: 6px;
}
#leftCalendar td.today {
  padding: 0;
  font-weight: bold;
}

table.myCalendar th {
  text-align: center; 
}

table.myCalendar div.eventDiv {
  display: none;
  border: 3px solid #ccc;
  padding: 5px 5px 5px 5px;
  background: #fff no-repeat top left;
  position: absolute;
  z-index: 10;
  min-width: 250px;
  max-width: 400px;
  text-align: left;   
}

table.myCalendar div.eventDiv .more {
	padding: 8px !important;
}

table.myCalendar td.sunday {
  background: #FFEEE3;
}

table.myCalendar td.today {
  font-weight: bold !important;
}

table.myCalendar td.action {
  background: #D6FFB4;
}

table.myCalendar td.collision {
  background: #A5D29A;
}

table.myCalendar td.selected {
  border: 2px solid red;
}

table#userDetailTable {
  border: 1px solid #ccc;
}

table#userDetailTable td {
  border: 1px solid #ccc;
  padding: 4px 5px;
}



#ie6FuckOff {
  border: 3px solid red;
  padding: 6px;
  background: #FFD700;
  color: red;
  text-align: center;
  font-size: large;
  margin: 10px 0; 
}
