html, body					{ margin: 0; padding: 0;   font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif; background:#525252; color: #5c5c5c; text-align: center;}

/*---------- obecne --------------*/



a, a:link 				{	color: #1a171b;	font-weight: normal;	text-decoration: underline;}
a:hover					  { text-decoration: none; font-weight: normal;}

em                {font-size: 11px; font-weight: italic;}

/*---------- layout --------------*/

#obsah 						{	width: 600px;	text-align: left;	margin:  30px auto 0 auto; background: url(main.jpg) left top no-repeat; height: 477px; position: relative;} 

div.domena        { position: absolute; top: 135px; left: 0; width: 600px; height: 50px; color: #F26C47; font-size: 24px; font-weight: bold; text-align: center;}
div.domena_text   { position: absolute; top: 210px; left: 0; width: 600px; height: 50px; font-size: 18px;text-align: center; line-height: 20px;}

span.clearboth		 { clear: both; height: 0px; line-height: 0px; font-size: 0px; display: block; visibility: hidden; }
