/* text */

body
	{margin-top: 10px;
	 margin-bottom: 10px;
	 background-color: #900;
	 font-family: Verdana, "Geneva CE", lucida, sans-serif;
	 color: #666;
	 line-height: 135%}
td, th
	{font-size: 0.65em}

/*
td, th
	{font-size: 1em}
*/

p,ul,li
	{line-height: 140%}
li
	{margin: 1em}
em
	{font-weight: bold}
h6
	{color: #900;
	 font-size: 120%;
	 font-weight: bold}
h5
	{color: #900;
	 font-size: 140%;
	 font-weight: bold}
.thkurzy
	{color: #FFF;
	 font-weight: bold;
	 height: 1em;
	 background-color: #900}
.justify
	{text-align: justify;
	 text-indent: 5ex}
#justifynoindent
	{text-indent: 0ex;
	 text-align: justify}
#footertxt
	{color: #FFF;
	 font-size: 60%}

/* forms */

.input
	{font-weight: bold;
	 line-height: 130%;
	 color: #666;
	 background-color: #FFF;
         width: 150px;
	 height: 20px;
	 border: 1px solid #CCC;
	 padding-left: 4px;
	 padding-top: 2px}
.input2
	{font-weight: bold;
	 line-height: 130%;
	 color: #666;
	 background-color: #FFF;
         width: 150px;
	 height: 150px;
	 border: 1px solid #CCC;
	 padding-left: 4px;
	 padding-top: 2px}
.submit
	{font-weight: normal;
	 line-height: 130%;
	 color: #666;
	 background-color: #E8E8E8;
         width: 120px;
	 height: 20px;
	 border: 1px solid #CCC}

/* links */

a:link
	{text-decoration: underline;
	 color: #000;
	 font-weight: normal}
a:visited
	{text-decoration: underline;
	 color: #000;
	 font-weight: normal}
a:active
	{text-decoration: none;
	 color: #000;
	 font-weight: normal}
a:hover
	{text-decoration: none;
	 color: #900;
	 font-weight: normal}
a.menu:link
	{text-decoration: none;
	 color: #999;
	 font-weight: bold}
a.menu:visited
	{text-decoration: none;
	 color: #999;
	 font-weight: bold}
a.menu:hover
	{text-decoration: underline;
	 color: #900;
	 font-weight: bold}
a.footer:link
	{text-decoration: underline;
	 color: #FFF;
	 font-weight: bold}
a.footer:visited
	{text-decoration: underline;
	 color: #FFF;
	 font-weight: bold}
a.footer:hover
	{text-decoration: none;
	 color: #FFF;
	 font-weight: bold}


/* News */

div#pageholder {
  position: relative;
  width: 720px;
  margin: 0 auto;
  }

div#dropin {
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #666;
	width: 500px;
	/* height: 300px; */
	position: absolute;
	left: 110px;
	top: 100px;
	visibility: hidden;
  }

div#dropin h2, div#dropin p {
  text-align: center;
  }

div#dropin div {
  text-align: right;
  font-weight: bold;
  color: #666;
  }

div#dropin a {
  font-weight: bold;
  }


/* CSS new aproach */

table.general-table {
  border-collapse: collapse;
  }

table.general-table th {
  background: #900;
  padding: 8px;
  border: 1px solid #000;
	color: #fff;
  }

table.general-table td {
  padding: 5px;
  border: 1px solid #000;
	text-align: center;
  }

.typo-r {
	text-align: right !important;
  }
.ashop {
	color: #900 !important;
  }