body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #252525;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	color: white;
	font-size: 0.7em;
}

#center {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
}
    
#main {
	width: 1000px;
	height: auto;
	text-align: center;
	padding: 0px;
	background-color: #252525;
	float: left;
}

#head {
	float: left;
	width: 1000px;
	height: 62px;
	text-align: left;
	background-repeat: no-repeat;
	background-color: #0B0B0B;
	background-image: url(../images/header_back.gif);
	background-repeat: repeat-x;
	color: White;
}

#logo {
	float: left;
	width: 433px;
	height: 62px;
}

#logo-text {
	margin-top: 0px; margin-left: 0px; padding: 0;
	position: relative;
	left: 0px; top: 0px;
	width: 433px; height: 62px;
	overflow: hidden;
}

#logo-text a {
	color: white;
}
		
#logo-text span {
   display: block;
   position: absolute; left: 0; top: 0; z-index: 1;
   width: 433px; height: 62px;
   margin: 0; padding: 0;
	background: url(../images/logo.gif) top left no-repeat;
	cursor: pointer;
}

#prihlaseni {
	float: right;
	height: 62px;
	width: 257px;
	margin-right: 19px;
	background-image: url(../images/form_back.gif);
	background-repeat: no-repeat;
}

#prihlaseni_form {
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu {
	width: 1000px;
	height: 21px;
	float: left;
}


#menu_polozky {
	float: left;
	width: 1000px; 
	height: 21px;
	background-color: #252525;
}

ul {
	margin-left: 12px;
	padding-left: 18px;
	list-style: square;
	list-style-image: url(../images/arrow.gif);
	line-height: 180%;
	margin-top: 12px;
	margin-bottom: 12px;
}

#menu_polozky img {
	border: 0px;
}

#menu_polozky UL {
	margin: 0px;
	padding: 0px;
	width: 1000px; 
	list-style: none;
	text-align: center;
	background-color: #252525;
	float: left;
}

#menu_polozky UL LI {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#menu_polozky UL LI A {
	color: white;
	font-size: 0.8em;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 21px;
	width: 111px;
	background-image: url(../images/button_off.gif);
	background-repeat: no-repeat;
	background-color: #0A0A0A;
	border: 0px;
	list-style-image: none;
}

#menu_polozky UL LI A:hover {
	color: white;
	background-color: #0F86A8;
	background-image: url(../images/button_on.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}

#menu_polozky UL LI A.active {
	background-color: #0F86A8;
	color: white;
	background-image: url(../images/button_on.gif);
	background-repeat: no-repeat;
}

#menu_polozky UL LI A.home {
	background-image: url(../images/home_button_off.gif);
}

#menu_polozky UL LI A.home:hover {
	background-image: url(../images/home_button_on.gif);
}

#menu_polozky UL LI A.home_active {
	background-image: url(../images/home_button_on.gif);
}


#menu_polozky UL LI A.account {
	width: 112px;
	background-image: url(../images/account_button_off.gif);
}

#menu_polozky UL LI A.account:hover {
	background-image: url(../images/account_button_on.gif);
}

#menu_polozky UL LI A.account_active {
	background-image: url(../images/account_button_on.gif);
}

#content {
	width: 1000px;
	height: auto;
	float: left;
	font-size: 1em;
	background-color: #303030;
	background-image: url(../images/content_back.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#left {
	float: left;
	width: 198px;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	display: inline;
	background-color: #252525;
}

#middle {
	float: left;
	width: 603px;
	height: auto;
	background-image: url(../images/middle_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#odsazeni_middle {
	margin: 9px 10px 0px 10px;
}

#right {
	float: left;
	width: 198px;
	height: auto;
	margin-right: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	display: inline;
	background-color: #252525;
}

.box_ohraniceni {
	float: left;
	background-image: url(../images/box_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #252525;
}

.box {
	width: 198px;
	height: auto;
	background-color: transparent;
	background-image: url(../images/box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	position: relative; /* kvuli IE - bez toho zdvojoval posledni radky */

	padding: 9px 0px 7px 0px;
}

.box UL {
	margin: 0px 0px 0px 11px;
	padding: 0px;
	width: 175px; 
	list-style: none;
	text-align: center;
	background-color: #252525;
	float: left;
	display: inline;
	height: auto;
}

.box UL LI {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

.box UL LI A {
	color: #1191B5;
	font-size: 0.8em;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	display: block;
	height: 12px;
	_height: 15px;
	width: 175px;
	background-image: url(../images/menu_vertical_off.gif);
	background-repeat: no-repeat;
	background-color: #16657C;
	border: 0px;
	list-style-image: none;
	text-align: left;
	line-height: 100%;
	text-indent: 1em;
}

.box UL LI A:hover {
	color: white;
	font-size: 0.8em;
	background-color: White;
	background-image: url(../images/menu_vertical_on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.box UL LI A.active {
	background-color: #0F86A8;
	color: white;
	background-image: url(../images/menu_vertical_on.gif);
	background-repeat: no-repeat;
}

.box img {
	margin-left: 11px;
}

#footer_ohraniceni {
	width: 603px;
	height: 36px;
	background-image: url(../images/footer_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #252525;
	float: left;
	position: relative; /* kvuli IE - bez toho zdvojoval posledni radky */
	margin-left: 198px;
	display: inline;
}

#footer {
	text-align: center;
	height: 27px;
	width: 583px;
	float: left;
	color: #16657C;
	margin-left: 10px;
	background-color: #1B8CAC;
	line-height: 250%;
	display: inline;
	font-weight: bold;
	font-size: 0.9em;
}  

a {
	font-size: 1em;
	font-family: Tahoma;
	color: #22AACF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-size: 1em;
	font-family: Tahoma;
	color: #22AACF;
	text-decoration: none;
	font-weight: bold;
}

a.footer {
	font-size: 1em;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

a.footer:hover {
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-family: Tahoma;
	font-size: 1.5em;
	color: white;
	margin: 0px; 
	padding: 0px;
}

h2 {
	font-family: Tahoma;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}

h2 img {
	vertical-align: text-bottom;
	margin-right: 10px;
	border: 0px;
}

h3 {
	font-family: Tahoma;
	font-size: 1.4em;
	font-weight: normal;
	color: Black;
}



td {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;

}

table.prihlasovani {
	margin: 5px 0px;
	padding: 0px;
}

td.label {
	text-align: right;
	width: 80px;
	vertical-align: middle;
}

td.input {
	width: 132px;
	text-align: left;
	vertical-align: middle;
}

a.fotky img {
	border: 1px solid #DBDBDB;
	margin: 10px;
}

a.fotky:hover img {
	border: 1px solid #FFE600;
	margin: 10px;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: justify;
	text-indent: 2em;
	line-height: 150%;
	margin-left: 20px;
	margin-right: 20px;
}

.searchbox {
	width: 123px;
	_height: 18px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
}

.button {
	width: 24px;
	height: 43px;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	background-color: #03A7D3;
	background-image: url(../images/searchbutton.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	border: 0px;
	cursor: pointer;
}

#shout_box_obsah {
	background-image: url(../images/shout_box_back.gif);
	background-repeat: repeat-y;
	margin-left: 11px;
	float: left;
	border-top: 1px solid #252525;
	display: inline;
	width: 175px;
	color: black;
}

#shout_box_form {
	background-image: url(../images/shout_box_form_back.gif);
	background-repeat: repeat-y;
	float: left;
	border-top: 1px solid #252525;
	width: 175px;
}

#shout_box_obsah .button {
	background-image: url(../images/button_shout_box.gif);
}

#shout_box_form .searchbox {
	width: 80px;
}

#shout_box_obsah em {
	color: #0B96BE;
}

#shout_box_form td.label {
	width: 25px;
}

#shout_box_form td.input {
	width: 80px;
}

.odsazeni {
	padding: 5px 20px 5px 10px;
	float: left;
}

#server_status {
	background-image: url(../images/shout_box_form_back.gif);
	background-repeat: repeat-y;
	float: left;
	border-top: 1px solid #252525;
	margin-left: 11px;
	display: inline;
	width: 175px;
	text-align: center;
	padding: 0px 0px 10px 0px;
	color: #00C6FF;
	line-height: 140%;
}

#server_status strong {
	color: white;
}

#server_status img {
	padding: 0px;
	margin: 0px;
}

#server_status img.online {
	border: 1px solid #00C6FF;
}

#clan_members {
	background-image: url(../images/shout_box_back.gif);
	background-repeat: repeat-y;
	margin-left: 11px;
	float: left;
	border-top: 1px solid #252525;
	display: inline;
	width: 175px;
	color: #7BA7B5;
	font-weight: bold;
}

.prispevek {
	background-image: url(../images/prispevek_back.gif);
	background-repeat: repeat-x;
	float: left;
	margin: 10px;
	border-bottom: 1px solid #1B8CAC;
	padding-bottom: 20px;
	display: inline;
	width: 563px;
	position: relative;
}

.prispevek a {
	color: #00C6FF;
	text-decoration: underline;
	font-weight: normal;
}

.prispevek a:hover {
	color: #00C6FF;
	text-decoration: none;
	font-weight: normal;
}

.prispevek a.more {
	float: right;
	margin-right: 20px;
}

.prispevek a.more img {
	border: 0px;
	text-decoration: none;
	margin-right: 5px;
}

.prispevek img.fotky {
	border: 1px solid #00C6FF;
	margin: 15px;
}

