/* scroll */

	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:470px;
		height:auto;	/* The height of the scrolling div */
        margin-left: 10px;
        font-size: 105%;
	}
	#scrolldiv_parentContainer{
		width:470px;	/* Width of the scrolling text */
		height:auto;
		overflow:hidden;
		border:0px solid #BC8FBD;
		float:left;
		position:relative;
	}

	/*
	CSS for the scrolling content
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
		font-family: Verdana;
		font-size: 80%;
		line-height:130%;
		color: #fff;
        text-align: justify;
	}

	/*
	The scrollbar slider
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:10px;
		height:auto;
		float:left;
	}

	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:490px;	/* Total height - 40 pixels */
		border:0px solid #BC8FBD;
		position:relative;

	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:0px;
		width:13px;
		height:13px;
		position:absolute;
		top:0px;
		left:0px; 	/* Total height - 40 pixels */
		border:1px solid #BC8FBD;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:0px solid #BC8FBD;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}

#scrolldiv_content a, #scrolldiv_content a:active, #scrolldiv_content a:link, #scrolldiv_content a:hover, #scrolldiv_content a:visited {
  color: #FFFFCC;
  font-weight: bold;
  text-decoration: underline;
}


/* scroll konec */

#center{
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}


.table-uvod{
  width: 1000px;
  height: 700px;
  background-image: url(images/telo-back.jpg);
}

.table-prace{
  width: 1000px;
  height: 700px;
  background-image: url(images/telo-back2.jpg);
}

.td-top{
  height: 100px;
  padding-left: 420px;
  vertical-align: bottom;
  font-size: 105%;
  font-weight: bold;
  text-align: left;
}

.td-middle1{
  width: 420px;
  height: 490px;
}

.td-middle2{
  width: 470px;
  height: 490px;
  text-align: center;
  vertical-align: middle;
}

.td-middle3{
  width: 110px;
  height: 490px;
}

.td-bottom1{
  width: 600px;
  padding-left: 400px;
  height: 110px;
  vertical-align: top;
  font-size: 105%;
  font-weight: bold;
  text-align: left;
}

.text_red{
  color: #FF0033;
}


.clanek-foto{
  margin: 20px 0px 10px 0px;
  text-align: center;
  width: 100%;
}

.foto{
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

a, a:visited, a:hover, a:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a:active{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a:hover{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a:link{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a:visited{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

body {
  background-color: #000000;
  color: #ffffff;
  font-family: verdana;
  font-size: small;
  margin: 0;
  padding: 0;
}

h2{
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline;
  color: #FFFFCC;
}


