body{
	font-family: Arial;
	color: white;
	background-color:white;
	margin:0px;
	font-size:15px;
}
* {
padding: 0;
margin: 0;
}

#header{
	width: 100%;
	background:url(../images/teorija_03.gif) repeat-x;
}
#menu{
	background:url(../images/teorija_05.gif) repeat-x;
	magin:0px;
}
ul li {
	float: left;
}
ul {
	list-style-type: none;
	padding-right: 25px;
}
ul li a {
	padding:10px;
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	background:url(../images/teorija_05.gif) repeat-x;
}
ul li a:hover {
	background:url(../images/teorija_06.gif) repeat-x;
}  

#content{
	width: 80%;
	margin-left: 20px;
	margin-top: 55px;
}

#content a {
	color:red;
	text-decoration:none;
}
#content a:hover{
	color:#A00;
	text-decoration:underline;
}
#content p.lect{
	margin-bottom:15px;
}
#content p.topic{
	margin-left:15px;
}
#content p.litt{
	margin-left:15px;
	font-size:12px;
	margin-bottom:15px;
}

#stylish {
	width: 623px;
	background: white url(../images/back.png) repeat-y;
	color: #620000;
	letter-spacing: -2px;
	font-weight: bold; 
}

#stylish #boks {
	background: transparent url(../images/back_t.png) no-repeat top left;
	padding: 1em 2em 0 2em;
}

#boks h2 {
	padding: 0;
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;
}

#boks ul {
	padding: 0;
	margin: 1em 0 0 1em;
	list-style-type: none;
}

#boks ul li {
	padding-left: .7em;
	background: transparent url(../images/bullet.gif) no-repeat 0 .6em
}

p.litt {
	width: 550px;
	overflow: auto;
	padding-bottom: .5em;
}

p.litt span {
	font-size: 2em;
	display: block;
	width: 510px;
	float: right;
}

p.info {
     letter-spacing: 0px;
}
p#end {
	background: transparent url(../images/back_b.png) no-repeat;
	height: 13px;
	margin: 0;
	padding-bottom: 0px;   
}

.pdflink {
	text-decoration: none;
	font-size: .7em;
	float: left;
	position: relative;
	top: .2em;
	left: .9em;
	margin-right: .4em;
}