/* Start of CMSMS style sheet 'StarLink' */
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(uploads/images/blueback.gif) repeat-x scroll center -41px;
	font: normal small Arial, Helvetica, sans-serif;
	color: #708090;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #385B88;
}

h2 {
        margin-top: .4em;
	margin-bottom: .3em;
	font-size: 1.4em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-alpha;
}

ol li {
}

a {
	color: #EA672E;
}

a:hover {
	text-decoration: none;
	color: #005694;
        text-shadow: 0px 0px 5px #7395C7;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: left;
	margin: 0 1em 1em 0;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 1px solid #CAD4DF;
}

.boxed .title {
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.boxed .content {
        min-height: 68px;
	padding: 10px;
}

/* Header */

#header {
        background-color : transparent;
	width: 800px;
	height: 252px;
	margin: 0 auto;
        _margin-left: 150px;
}

/* Header > Logo */

#logo {
	height: 252px;
}

#logo h1 {
	padding: 15px 0 0 0;
	/* text-transform: uppercase; */
	font-size: 3em;
}

#logo h2 {
	margin: 0;
	padding: 5px 0 0 100px;
	text-transform: uppercase;
	font-size: 1.6em;
}

#logo a {
	text-decoration: none;
	color: #005694;
}

/* Header > Top Menu */

#topmenu {
	float: right;
	margin: 0 -4px 0 0;
}

#topmenu ul {
	margin: 0;
	list-style: none;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	height: 34px;
}

#topmenu a:hover {
}

#topmenu span {
	display: none;
}

#topmenu1 {
	width: 35px;
	background: url(images/img02.gif) no-repeat left center;
}

#topmenu2 {
	width: 31px;
	background: url(images/img03.gif) no-repeat left center;
}

#topmenu3 {
	width: 35px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 800px;
	height: 20px;
	margin: -93px auto 0 auto;
	padding: 0 0 0 2px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
        background: transparent url(images/cms/arrow-right.gif) no-repeat scroll 0.5em center;
	display: block;
	float: left;
	padding: 0 1.3em 0 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content > Main */

#main {
        margin-bottom: 0.8em;
	float: left;
	width: 560px;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 40px 0 1.5em 0;
	border-bottom: 1px dotted #CAD4DF;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
        /* margin: -84px 0 0 0; */
	margin: -142px 0 0 0;
        _margin: -20px 0 0 0;
}

/* Content > Sidebar > Login */

#login {
  opacity: 0.8;
}

#login label {

}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #m3searchinput {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login input {
/*	float: right;*/
/*	width: 60px;*/
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
  opacity: 0.6;
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 0em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
        font-weight: bold;
}

/* Content > Sidebar > Partners*/

#partners {
  opacity: 0.6;
  padding: 0.5em;
}

/* Footer */

#footer {
        margin: 0 auto;
        width: 800px;
        color: #ffffff;
	clear: both;
	padding: 0px 0 0px 0;
	background: #7394c7;
/*	border: 1px solid #CAD4DF;*/
}

#footer p {
	width: 800px;
	margin: 0 auto;
	font-size: x-small;
}

dfn {
  display:inline;
  height:0pt;
  left:-1000px;
  overflow:hidden;
  position:absolute;
  top:-1000px;
  width:0pt;
}

div#updates ul h3 {
  background: url(images/cms/arrow-right-active.gif) no-repeat scroll 0.4em center;
  display:block;
  font-size:1em;
  font-weight: bold;
  margin:0pt;
  padding:0.4em 0.5em 0.4em 1.5em;
}

div#updates ul ul ul h3 {
  background:transparent url(images/cms/arrow-right-active.gif) no-repeat scroll 2.7em center;
  padding:0.3em 0.5em 0.3em 4.3em;
}

div#updates ul ul ul a {
  background:transparent url(images/cms/dash.gif) no-repeat scroll 2.8em center;
  padding:0.3em 0.5em 0.3em 4.3em;
}

div#updates a {
  background:transparent url(images/cms/arrow-right.gif) no-repeat scroll 0.5em center;
  display:block;
  min-height:1em;
  padding:0.4em 0.5em 0.4em 1.5em;
  text-decoration:none;
}

div#menu h3 {
  background: url(images/cms/arrow-right-active.gif) no-repeat scroll 0.1em center;
  display:block;
  font-size:0.8em;
  font-weight:bold;
  padding:0pt 1.3em;
  text-decoration:none;
  text-transform:uppercase;
}

div#menu li {
/*  border-right:1px solid #C0C0C0; */
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
/*  margin:0pt; */
}

div#pozadi {
  background: url(uploads/images/starback.gif) no-repeat right 0px;
  margin:0pt auto;
  position: static;
  height : 554px;
  width : 880px;
  _height : 0px;
}

div#linka {
  background: #f8c423;
  height: 6px;
}

div#linkabila {
  background: #ffffff;
  height: 4px;
}

div#content h1 {
  margin-bottom: 0.1em;
}

.modulerssentry {
  margin-bottom: 4pt;
}
#hp {
  margin-bottom: 20px;
}

#cntnt01searchinput {
  width: 160px;
  margin-bottom: 5px;
}

.contactform {
  border-spacing: 10px 5px;
}
.contactform textarea {
  width: 400px;
}
.contactform input,textarea {
  color: #6988B6;
  border-style: solid;
  border-color: #6988B6;
  border-width: 2px;
  font-weight:bold;
}

.pictureintext {
	margin: 5px 10px;
}
/* End of 'StarLink' */

