TABLE.newsletter {
	height: 150px;
	width: 150px;
	background-image: url(img/obalka.png);
	background-repeat: no-repeat;
	border: 0px;
}
INPUT.input {
	background: url(img/txtboxbg.gif);
	background-repeat : repeat-x;
	border : 1px solid Maroon;
	background-color: White;
	font-family : Arial;
	font-size : 12px;
}
.input_stul {
	background: url(img/txtboxbg.gif);
	background-repeat : repeat-x;
	border : 1px solid Maroon;
	text-align: center;
	background-color: White;
	font-family : Arial;
	font-size: 12px;
}

INPUT.button {
	background-image: url(img/bg_button.gif);
	border : 1px solid Maroon;
	font-family : Arial;
	font-size : 12px;
}


TD.left {
	background-image: url(border_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
TD.right {
	background-image: url(border_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
TD.main {
	border-bottom : none;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-top : none;
}
         .akce_header {
            background: #FF0033;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            border: 1px solid #FF0033;
            padding:5px;
            width:200px;
         }
		 
         .akce_body {
            background:#FFFFFF;
            font-family:arial;
            font-size:12px;
            border-left:1px solid #FF0033;
            border-right:1px solid #FF0033;
            border-bottom:1px solid #FF0033;
            padding:5px;
            width:200px;
         }

A.content:LINK, A.content:VISITED {
	text-decoration: none;
	color : #FFCCCC;
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
}
TD.content {
	color : White;
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
}
A.content:HOVER {
	text-decoration: none;
	color : #000000;
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
}

TD.kontakt_table {
	background-image: url(img/kontakt/logo_poz.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-position: left;	
	color : White;
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	
}
TEXTAREA.content {
	background: url(img/txtboxbg.gif);
	background-repeat: repeat-x;
	border : 1px solid Maroon;
	background-color: White;
	font-family : Arial;
}
.roll {
	font-family : Arial;
	font-size : 12px;
		border : 1px Maroon;
	}

.cislo_stul {
	font-size : 70px;
	font-family : Arial;
}
.fotka {
	border: 1px solid Black;
	border-color : Black;
}
.fotka:HOVER{
	border: 1px solid Gray;
	border-color : Gray;
}
.fotka_body {
	background-image: url(img/kontakt/logo_poz.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}
TD.banner {
	background-image: url(banner.jpg);
}
TD.ur3_02 {
	background-image: url(img/frame/ur3_02.gif);
}
TD.ur3_04 {
	background-image: url(img/frame/ur3_04.gif);
}
TD.ur4_03 {
	background-image: url(img/frame/ur4_03.gif);
}
TD.ur4_05 {
	background-image: url(img/frame/ur4_05.gif);
}
BODY.body {
	margin-top : 0px;
	margin-bottom: 0px;
}
INPUT.input2 {
	background-color: #CC0000;
	border: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	font-family: Arial;
	font-size: 17px;
	color: White;
	font-weight: bold;
}


/* --------------------------------------------*/
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;	
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		border:0px solid #000;
		background-color:#CC0000;
		padding:0px;
		height: 20px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		border:0px solid #317082;
		background-image: url(img/menu/poz1.png);
		background-repeat: repeat-x;
		overflow:visible;
		font-weight: bold;
		height: 20px;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		border-left:0px solid #555;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
		padding-left:0px;
		padding-right:0px;
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		border:0px solid #E2EBED;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-image: url(img/menu/poz2.png);
		background-repeat: repeat-x;
		border:0px solid #000;
		
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight: bold;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFFFFF;
		font-weight:bold;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		background-color: #3264C7;
		border:1px solid #000000;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:2px;
		background-color: #6699FF;
		border:1px solid #000;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#FFFFFF;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background-color:#EDE3EB;
		border:1px solid #000;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
		border:1px solid #000;
	}	
	
	/* Scrollovací akce na hlavní straně */
	#marqueecontainer{
	position: relative;
	width: 250px; /*marquee width */
	
	height: 200px; /*marquee height */
	background-color: transparent;
	overflow: hidden;
	border: 0px solid #666666;
	padding: 0px;
	padding-left: 0px;
  }
.scroll_div {
	border:solid 0px #3366FF;
	width: 240px;
	width/**/: 250px !important;
}
.vmarquee_content {
	position:absolute;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
