body {
	background: #333;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}


/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background: #3B7932 none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
	font-size: 12px;
}

p.opis {
	line-height: 1.9em;
	margin-bottom: 20px;
	font-size: 12px;
        text-align: justify;
        text-indent: 20px;
}


a {
	color: #000;
}

a:hover {
	color: #458D3A;
}

a:focus {
	outline: none;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form input.formbutton {
	border: none;
	background: #3B7932;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	color: #888;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #458D3A;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #3B7932;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}


#container {
	width: 940px;
	margin: 50px auto;
	padding: 10px;
	background-color: #fff;
}

#header {
	padding: 30px 15px;
	background-color: #458D3A;
	margin: 0 auto;
	border-bottom: 12px solid #3B7932;
      	background-image: url("imgpage/kpdg_platz3.gif");
        background-repeat: no-repeat;
        background-size: 100%;
        
        opacity: 0.95;
/*        display: block;*/
}

#header h1 a {
        color: #fff;
	font-size: 50px;
	font-weight: 200;
	text-decoration: none;
	letter-spacing: -3px;
	float: left;
        margin-top: -15px;
        font-family: 'Futura', sans-serif;
        padding: 0px 0px 0px 0px;
}

#header a {
    color: #009900;
}

#header h2 {
	color: #C9E7C5;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-left: 12px;
	margin-top: 24px;
	padding-left: 4px;
	letter-spacing: 0;
}

#header #krava  {
    opacity: 1.1;
    margin-top: -10px;
    height: 140px;
    margin-left: 30px;
}
#nav {
	height: 45px;
	width: 940px;
	background-color: #222;
        display: inline-block;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 45px;
}

#nav ul li {
	float: left;
	display: block;
	padding: 0;
}

#nav ul li a {
	color: #ddd;
	display: block;
	border-right: 1px solid #000;
	border-left: 1px solid #444;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
	padding: 15px 20px;
	text-decoration: none;
}

#nav ul li.start a {
	border-left: none;
}

#nav ul li.end a {
	border-right: none;
}

#nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
        background-color: #3B7932;
}

#body {
	background: none;
	margin:0 auto;
	padding: 30px 12px 0;
	width: 920px;
}

#content {
	float: left;
	width: 620px;
}

#content div.opis p {
    text-indent: 15%;
    text-align: justify;
    
}

#content div.opis p img{
    height: 150px;
    position: relative;
    padding: 5px 25px 5px 5px;
    cursor: pointer;
}


.sidebar {
	width: 250px;
	padding: 10px 0 0;
	float: right;
}

.sidebar p {
    text-align: justify;
    text-indent: 10%;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
}

.sidebar li ul li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	border-top: none;
	padding: 6px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13px;
	border: none;
}

.sidebar li ul li a {
	font-weight: normal;
	color: #222;
}

.sidebar li ul li a:hover {
	color: #3B7932;
}

.sidebar li ul.blocklist li {
	padding: 0;
	display: inline;
}

.sidebar li ul.blocklist li a {
	background-color: #EAEAEA;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.sidebar li ul.blocklist li a:hover {
	background-color: #3B7932;
	color: #fff;
}



.pageselector {
	width: 250px;
	padding: 10px 0 0;
	float: none;
}


.pageselector ul {
	margin: 5px;
	padding: 0;
	list-style: none;
        
}

.pageselector ul li {
	margin-bottom: 10px;
	line-height: 1.9em;
}

.pageselector li ul {
        background-color: #6e6;
}

.pageselector ul li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	border-top: none;
	padding: 6px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13px;
	border: none;
}

.pageselector ul li a {
	font-weight: normal;
}

.pageselector ul li a:hover {
	color: #eee;
        background-color: #aaa;
        font-weight: bold;
}


.pageselector li ul.blocknaslov li {
	padding: 0;
	display: inline;
        background-color: #6e6;
}

.pageselector  ul.blocknaslov li a {
	background-color: #EAEAEA;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.pageselector ul.blocknaslov li a:hover {
	background-color: #aaa;
}





.clear {
	clear: both;
}

#footer {
	margin:0 auto 0;
	border-top: 10px solid #458D3A;
	width: 920px;
}
#footer p {
	text-align: left;
	color: #ccc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#footer p.vabilo {
	text-align: left;
	color: #00000f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0;
}

#footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 2px 25px 30px;
	background: #ddd;
	border-top: 10px solid #3B7932;
}

#footer .footer-content ul {
	width: 260px;
	list-style: none;
	margin: 0 75px 0 0;
	padding: 0;
	float: left;
        max-width: 240px;
}

#footer .footer-content li {
	border-bottom: 1px dashed #666;
	padding: 0px 5px;
        max-width: 300px;
}

#footer .footer-content li a, #footer .footer-content h4 {
	font-family: Arial, Helvetica, sans-serif;
}

#footer .footer-content li a {
	color: #333;
	text-decoration: none;
}

#footer .footer-content h4 {
	font-weight: normal;
	font-size: 25px;
	color: #333;
}

#footer .footer-content ul.endfooter {
	margin-right: 0;
}

#footer .footer-content span.sitename {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #aaa;
	float: left;
}

#footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #222;
}

#footer .footer-bottom p {
	text-align: center;
}

#footer .footer-bottom p, #footer .footer-bottom p a {
	color: #666;
}   


#albumknjiga{
	margin:3px auto 0;
	border-top: 14px solid #458D3A;
	background-color: #EAEAEA;
        padding-bottom: 4px;
}


#albumknjiga .knjiga {
	border-top: 1px solid #458D3A;
        display: block;
}

#albumknjiga .knjiga:hover  {
        background-color: #444;
        cursor:pointer ;
}

#albumknjiga .p a {
	margin-left: 15px;
        width: 300px;
        height: 100%;
}
#albumknjiga a:hover {
        color:  #fff;
}

#albumknjiga .knjiga p {
        margin-bottom: 2px;
        margin-top: 4px;
}

#footerslikakpdg {
    width: 915px;
    padding: 5px;
    
}

.spomin img {
    height: 250px;
    padding: 0px 45px 35px 55px;
    cursor: pointer;
    border: #00000f;
    border-width: 3px;
}


   
.spomin h4 {
    padding-left: 55px;
}

#sporocila {
    margin-bottom: 15px;
    padding: 25px 0px 0px 25px;
    border-color:  #458D3A;
    border-bottom: 3px solid; 
}

#sporocila div {
    padding: 0px 25px 0px 25px;
}

#sporocila div p {
    text-indent: 35px;
    text-align: justify;
}

#sporocila p.cassporocila   {
    background-color: #eee;
    position: static;
    margin-top:  -43px;
    text-align: right;
    padding-right: 5px;
}

#sporocila h6 {
    font-size: 12px;
}


img.obletnica {
    position: static;
    margin-top: -95px;
    margin-left: 20px;
    padding-top: 20px;
    height: 105px;
}

#header h1 a.larfe {
     color: gold;
     opacity: 0.55;
}

div.zastava {
   width: 100%;
   height: 8px;
   background-color: crimson;
   opacity: 0.7;
}

div.zastava1{
   width: 100%;
   height: 8px;
   background-color: gold;
   opacity: 0.7;
}
div.zastava2{
   width: 100%;
   height: 8px;
   background-color: silver;
   opacity: 0.7;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  left: 200px;
  padding: 20px;
  border: 1px solid #888;
  width: 880%;
  top: 10px;
  display: inline;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


div.buttons {height: 100px;
             display: inline;
             text-align: center;
             width: 100%;
             text-align: center;
    
}

.buttons ul { 
             position: relative;
             float: left;
             display: inline;
             left: 10%;  
             height: 25px;
             width: 100%;
             padding: 1em;
}

.buttons li {position: static;
            float: left;
            display: inline;
            right: 50%; 
            width: 90px;
             text-align: center;
             background: #eee;
             border-style: dotted; 
             border-width: 2px;
             padding: 5px;
             margin-right: 2px;
}
.buttons p {
    width: 100%;
}

#content div.youtubes p {
    width: 100%;
    background: #EAEAEA;
    border-style: dotted;
    border: dotted;
    border-width: 2px;
    text-align: center;
}
