* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #fff1e9;
}
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #870a5c;
}
hr {
	background: #c0c0c0;
	border: 0px;
	height: 1px;
	margin: 1ex 0;
}
#page {
	background: #fff url("../images/design/bg.jpg") repeat-x;
	text-align: left;
	margin: 0 auto;
	width: 900px;
	position: relative;
}
#middle {
	background: url("../images/design/bg_bottom.jpg") bottom left no-repeat;
}
#top {
	height: 185px;
	padding-left: 30px;
	padding-bottom: 15px;
}
#top .por {
	color: #ec006b;
	position: absolute;
	top: 103px;
	right: 50px;
}
#top span.alternativeText {
	display: none;
}
#otazky {
}
h1 {
	font-weight: bold;
	font-size: 225%;
	color: #9c1561;
	border-bottom: 1px dotted #e48eb5;
}
h2 {
	font-size: 150%;
	color: #9c1561;
}
h1:first-letter, h2:first-letter {
	font-size: 150%;
}
.pomoze {
	font-size: 150%;
	font-weight: bold;
	color: #9c1561;
	margin-bottom: 1ex;
}
.pomoze2 {
	font-size: 125%;
	font-weight: bold;
	color: #9c1561;
	margin-bottom: 1ex;
}
.pomoc {
	padding-top: 1ex;
	font-size: 150%;
}
#menu {
	position: absolute;
	top: 0px;
	right: 50px;
	font-size: 120%;
	padding-top: 32px;
	padding-bottom: 4px;
	width: 600px;
}
#menu li {
	float: left;
	list-style-type: none;
	padding-top: 1px;
	padding-right: 1px;
}
.pomoc a {
	padding: 5px;
	margin-left: 8em;
	width: 10em;
	display: block;
	background-color: #b22f82;
	color: #fff;
	text-decoration: none;
}
.pomoc a:after {
	content: ' »»';
}
#menu li a {
	padding: 4px;
	color: #572121;
	display: block;
	padding-left: 20px;
	width: 125px;
	text-decoration: underline;
}
#menu li a:hover {
	background: #bf4090;
	color: #fff;
	text-decoration: none;
}
.pomoc a:hover {
	background: #730543;
	color: #fff;
}
#content {
}
#content .cpad2 {
	background-image: url("../images/design/zena_right.jpg");
	background-repeat: no-repeat;
	background-position: 680px bottom;
	padding: 10px 20px 30px 35px;
	padding-right: 30%;
	min-height: 430px;
}
h1, p, ul, hr {
	margin-bottom: 1ex;
}
h2, h3 {
	margin-bottom: 0.5ex;
}
#footer {
	color: #c0c0c0;
	font-size: 90%;
	background-color: #fff1e9;
	text-align: center;
	padding: 5px 0;
}
#footer a {
	color: #c0c0c0;
}
#footer a:hover {
	color: #aa9ba5;
}
#content p, #content ul {
	font-size: 105%;
}
#content ul {
	padding-left: 28px;
	margin-bottom: 2ex;
}
#content ul {
	list-style-type: none;
	list-style-image: url("../images/design/arrow.png");
}
#content ul ul {
	padding-left: 2ex;
	list-style-type: disc;
	list-style-image: none;
}
#content li {
	padding-bottom: 2px;
}
#content li img {
	padding-top: 2px;
}
#content ul ul li {
	padding-top: 2px;
}

#chatLogin { /* http://www.iconfinder.net/search/2/?q=chat */
	background: url("../plugins/chat/chat_a.png") 5px 5px no-repeat;
	border: 1px dotted #e48eb5;
	background-color: #fff1e9;
	height: 110px;
	padding-top: 30px;
	padding-left: 180px;
}
.cText {
	border: 1px dotted #e48eb5;
	background-color: #fff;
	width: 200px;
}
.cSub {
	margin-top: 10px;
	padding: 3px;
	border: 0px;
	background-color: #b22f82;
	color: #fff;
	font-size: 200%;
}
.cSub:hover {
	background: #730543;
}
#chatOffline { /* http://ghostintheshell.wikia.com/wiki/Category:Images/commons */
	background: url("../plugins/chat/warning.png") 5px 5px no-repeat;
	border: 1px dotted #e48eb5;
	background-color: #fff1e9;
	padding-top: 30px;
	font-size: 200%;
	padding-left: 180px;
	height: 90px;
}
#chatContent {
	background: url("../plugins/chat/chat_a_opacity.png") 5px 5px no-repeat;
	border: 1px dotted #f0f0f0;
	background-color: #fff1e9;
	height: 300px;
	position: relative;
}
#chatClients {
	position: absolute;
	top: 140px;
	left: 15px;
	width: 120px;
}
#chatClients a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 2.5ex;
	border: 1px dotted #e48eb5;
	background-color: #fff7f3;
	font-weight: bold;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 0px;
}
#chatClients a:hover {
	background-color: #fff;
}
#chatMessages {
	border: 1px dotted #e48eb5;
	background-color: #fff7f3;
	position: absolute;
	padding: 3px;
	top: 10px;
	left: 150px;
	width: 400px;
	height: 240px;
	overflow-y: scroll;
}
#chatMessage {
	padding: 3px;
	border: 1px dotted #e48eb5;
	width: 300px;
	position: absolute;
	top: 270px;
	left: 150px;
}
#chatName {
	position: absolute;
	top: 275px;
	right: 460px;
	text-align: right;
	font-weight: bold;
}
#chatSend {
	text-align: center;
	padding: 3px;
	border: 0px;
	color: #fff;
	background-color: #b22f82;
	position: absolute;
	top: 270px;
	left: 470px;
	width: 70px;
}
#chatSend:hover {
	background: #730543;
}
