/* Start of CMSMS style sheet 'nichess pivo' */
@charset "utf-8";
* {margin: 0;padding: 0; }

body, html {
    font: 11px "Trebuchet MS", "Bitstream Vera Sans", Verdana, sans-serif;
    background: #300000 url(uploads/images/hinten.gif) repeat-x fixed;
}

a img {border: none;}
div {font-size: 1em;}

/* ------- default link styles ----------- */

a,
a:link 
a:active {
   text-decoration: underline;
   color: #CB0001; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
}

/* remove underline on hover and change color */
a:hover {}

/*****************
basic layout 
*****************/
#logo { 
	padding-top: 5px;
	margin-left:10px;}
#main {
	width: 750px;
	margin: 0 auto;
    border: 3px solid #fff;
}

#top {
	clear:both;
	background-image:url(images/cms/toptop.jpg);
	height: 142px;
}

#top h1 {font-size: 18px;color: #fff;}

#menu {
	clear:both;
	background: #890000 url(images/cms/menubgb.jpg);
   border-top: 1px solid #fff; border-bottom: 1px solid #fff;
	height: 28px;
}

#menu ul {
	padding: 7px;
	list-style: none;
}

#menu ul li {
	float: left;
	padding: 0px 9px;
}

#menu ul li a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	color: #fc0;
        font-style: italic;
}

#slogan {
	clear:both;
	background: url(images/cms/sloganbg_thin.jpg) top no-repeat;
	height: 9px; /* 76px */
	padding-top: 31px; /*156px */
	padding-left: 30px;
}

#slogan h2 {
	color: #fff;
	font: 24px Arial, Helvetica, sans-serif;	
	font-weight: bold;
	letter-spacing: -2px;
}

#slogan h2 strong {
	font: 36px Arial, Helvetica, sans-serif;		
	font-weight: bold;
	letter-spacing: -3px;
}

#cols {
	clear: both;
	background: url(images/cms/contentbg.gif) left repeat-y;
	width: 750px;
}

#colA {
   float: left; 
	width: 300px;
}

#colB {
	float: left;
	width: 450px;
}

#welcome {
	padding: 15px 14px 5px 14px; 
	background: url(images/cms/corner.jpg) 0 0 no-repeat;
	border-bottom: 4px solid #8A0000;
}
#contend1 {
	background: url(images/cms/corner.jpg) 0 0 no-repeat;
        padding: 15px 0 0 0; 
}

#A {
	padding: 10px 20px;
}

#A ul li {
	list-style: none;
	padding: 3px 0px;
	border-bottom: 1px dashed #630;
}

#A ul li a {
	color: #900000;
	font-weight: bold;
	text-decoration: none;
}

#A ul li a:hover {
	color: #300;
}

#content {
	padding: 20px 14px;
}

#colA h3, #colA h2 {

	color: #4B1D1B;
	font: 18px Georgia;
        font-style: italic;
	font-weight: normal;

}

#colB h3, #colB h2 {
	color: #300;
	font: 18px Georgia;
	font-weight: normal;
 font-style: italic;
}

#cols p {
	color: #333;
	line-height: 14px;
	margin: 5px 0px;
	text-align: justify;
	clear: both;
}

#cols p a {
	color: #900000;
	text-decoration: none;
}

#cols p a:hover {
	text-decoration: underline;
}

#dots {
	border-bottom: 1px dashed #ccc;
}

#temp {
	float: right;
	margin-left: 2px;
}

#part img {
	float: left;
	margin: 2px;
}

#footer {
	clear:both;
	width: 710px;
	padding: 15px 20px;
	background: #a00 url(images/cms/bg-content-footer-sub.gif) top repeat-x;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
}

#footer a {
	color: #f90;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#both {clear:both;}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}
/* END TEXT */
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}
/* End of 'nichess pivo' */

