/* CSS style::original */

body {
	margin: 0px;
	font-family: verdana;
	font-size: 11px;
	color: #474747;
	background-image: url(dsg/bg.jpg);
	background-position: top center;
}

.body {
	margin: 0px auto;
	width: 1020px;
}

img {
	border: none;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	border: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

input {
	font-family: verdana;
	font-size: 12px;
	
}

textarea {
	font-family: verdana;
	font-size: 12px;
}

img:hover {
	background-color: transparent;
}

form {
	margin: 0px;
	padding: 0px;
	display:inline;
}

.clear {
	clear: both;
}

#logo {
	float: left;
	padding: 30px;
}

#mainMenu {
	float: left;
	padding-top: 44px;
	padding-left: 42px;
}

.mainMenuItem {
	font-family: calibri;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 16px;
	color: #696969;
	text-decoration: none;
	letter-spacing: -0.1px;
}

#main {
	margin: 0px auto;
	margin-bottom: 0px;
	width: 968px;
	height: 602px;
}

.predstavitev {
	background-image: url(dsg/body/predstavitev.jpg);
}
.program {
	background-image: url(dsg/body/program.jpg);
}
.reference {
	background-image: url(dsg/body/reference.jpg);
}
.katalog {
	background-image: url(dsg/body/katalog.jpg);
}
.kontakt {
	background-image: url(dsg/body/kontakt.jpg);
}
.akcije {
	background-image: url(dsg/body/akcije.jpg);
}
.obvestila {
	background-image: url(dsg/body/akcije.jpg);
}

#content {
	width: 547px;
	background-color: #f6f6f6;
	float: right;
	margin-right: 46px;
	margin-top: 2px;
/*	height: 440px;	*/
	max-height: 440px;
	overflow: auto;
}
#contentBottom {
	float: right;
	margin-right: 46px;
}

.galleryItem {
	display: block;
	width: 242px;
	padding: 12px;
	font-family: arial; 
	font-size: 12px;
	color: #dda5af;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	background-image: url(dsg/gallery_bg.gif);
}
.galleryItem:hover {
	background-color: #b3334a;
	background-image: none;
	color: white;
}
.galleryItemSelected {
	display: block;
	width: 242px;
	padding: 12px;
	font-family: arial; 
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	background-color: #b3334a;
	color: white;
}

.galleryImage {
	float: left;
	margin: 12px; 
	background-position: center center;
	display: block;
	width: 87px; 
	height: 62px;
}

.text {
	width: 270px;
	border: 1px solid #a5a7ad;
	padding: 6px;
	font-family: verdana;
	font-size: 12px;
}

.textarea {
	width: 270px;
	border: 1px solid #a5a7ad;
	padding: 6px;
	font-family: verdana;
	font-size: 12px;
	height: 120px;
}

.label {
	padding-right: 18px;
	font-size: 12px;
	color: #8c8c9a;
}
.edit {
	padding-bottom: 14px;
}

#footer {
	margin: 6px auto;
	text-align: right;
	padding-right: 20px;
	width: 968px;
	color: white;
}

#footer a {
	color: white;
}

/* ADMIN CSS STILI KI MORAJO BITI TUDI V /admin/tinymce.css */
.fontSize8 {
	font-size: 8px;
}
.fontSize9 {
	font-size: 9px;
}
.fontSize10 {
	font-size: 10px;
}
.fontSize11 {
	font-size: 11px;
}
.fontSize12 {
	font-size: 12px;
}
.fontSize13 {
	font-size: 13px;
}
.fontSize14 {
	font-size: 14px;
}
.fontSize15 {
	font-size: 15px;
}
