@media screen {
		* {margin:0px; padding: 0px; font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", Verdana; font-size: 11px; font-weight:normal;color:white;}
		body {text-align:center;background-image:url(../img/bg.jpg); background-position:top center; background-repeat: repeat-x;background-color:#331932;}
		a img {border:none;}
		a {text-decoration: none;}
 
		.error {font-size:16px; color:red;margin:10px; font-weight:bold;}
		.note {font-size:16px; color:green;margin:10px; font-weight:bold;}

		.color {background-color:#331932;}
		.footer {display:none;font-size:10px; padding:15px; color:#C2BAC2;text-align:left;}
		/*.under {zoom:1; width:100%; height: 100px; position:absolute; top:0px; left:0px; background-image:url(../img/top.jpg); background-position:top center; background-repeat:repeat-x;}*/
		.content {width:850px; margin:auto;margin-top:0px; }
		.content .text {height:530px;border-top:2px solid #BCBABB; text-align:center;background-color:black;padding:2px; position:relative;zoom:1;}
		.content .text p {color:#2B292C;}
		.content .text * {font-size:13px;}
		.content .text .over {zoom:1;padding:10px;width:770px;text-align:left; position:absolute; top:2px; right:2px; background-color: black; 	filter: alpha(opacity=90);	-moz-opacity: 0.9;}
		.content .text .over p {color:white; margin-bottom:10px;}
		.content .text .over h1 {margin-bottom:10px;font-size:20px;}
		.content .text .over li {margin-left:30px;}	
		.content .text .over ul {margin-bottom:20px;}	
		.menu {margin-top:22px;position:relative; zoom:1; height:112px;background-image:url(../img/bg_menu.jpg); background-position:top center; background-repeat: repeat-x;background-color:#331932;}
		
		.menu h1 a {position:absolute; top:-5px; left: 15px; color:#18AA00; font-size:23px;font-weight:bold;}
		.menu h2 a {position:absolute; top:30px; left: 15px; font-size:14px;}
		
		.green {color:#18AA00;}
		
		.menu .main {position:absolute; top:31px; right:5px;}
		.menu .main a {padding:0px 2px 20px 2px; zoom:1;width:70px;background-image:url(../img/mainmenu_tip.jpg); background-position:bottom center; background-repeat: no-repeat; color:#978A97;}
      .menu .main a:hover, .menu .main a.active1 {background-image:url(../img/mainmenu_tip2.jpg);color:#FF00DF;}
      
		.menu .sub {position:absolute; bottom:16px; left:5px;text-transform:uppercase;}
		.menu .sub a {padding:20px 2px 0px 2px; zoom:1;width:100px;background-image:url(../img/submenu_tip.jpg); background-position:top center; background-repeat: no-repeat;color:#978A97;}
      .menu .sub a:hover, .menu .sub a.active2 {background-image:url(../img/submenu_tip2.jpg);color:#FF00DF;}
      
		/* tabelka fieldset */

	   table {
	      border-spacing:         0px;
	      border-collapse:        collapse;
	      border-width:           0px;
	   }		
		
		.fieldset th {text-align:left;padding:2px;vertical-align:top;font-size:12px;}
		.fieldset td {text-align:left;padding:2px;}
		.fieldset {margin-left:50px;color:#ccc;}
		.fieldset input, .fieldset select, .fieldset textarea {border:2px solid gray; padding:2px; margin:2px;background-color:white;color:black;}
		.fieldset td textarea {width:300px;}
		
		.list, .w100 {width:100%}
		.list {color:#ccc;}
		.list th {font-weight:bold;}
		.list th, .list td {padding:2px;}
		
}

