﻿
* {
	margin: 0;
	padding: 0;
}


body {
	height: 100%;
}


html {
	height: 100%;
}

body {
	margin: 0;
	background: #1B2430 url(images/image01.jpg) repeat left top;
	text-align: left;
	font-family: "Segoe UI", lucida grande, arial, sans-serif;
	color: #333;
	line-height:1.8em;
	font-size: 100%;
	
}

/** HEADINGS */

h6 { color: #792AF7; font-family: "Trebuchet MS", Arial, sans-serif; text-align:center; margin: 1.5em;   text-shadow:#bbb 2px 2px 4px;}
h5 { color: #792AF7; font-family: "Trebuchet MS", Arial, sans-serif; text-align:center; margin: 1.5em;   text-shadow:#bbb 2px 2px 4px;}
h4 { color: #792AF7; font-family: "Trebuchet MS", Arial, sans-serif; text-align:center; margin: 1.5em;   text-shadow:#bbb 2px 2px 4px;}
h3 { color: #792AF7; font-family: "Trebuchet MS", Arial, sans-serif; text-align:center; margin: 1.5em;   text-shadow:#bbb 2px 2px 4px;}
h2 { color: #792AF7; font-family: "Trebuchet MS", Arial, sans-serif; text-align:center; margin: 1.5em;   text-shadow:#bbb 2px 2px 4px;}
h1 { color: #792AF7; font-family: "Trebuchet MS", Arial, sans-serif; text-align:center; margin: 1.5em;   text-shadow:#bbb 2px 2px 4px;}

h1 { font-size: 200%;}
h2 { font-size: 185%;}
h3 { font-size: 175%;}
h4 { font-size: 145%;}
h5 { font-size: 100%;}
h6 { font-size: 85%;} 



ol {
	margin-top: 1.5em;
}



ul {
	margin-top: 1.5em;
}



p {margin:0 1em 1em 1em; line-height :1.8em; text-align: left; }


ol {
	margin-left: 3em;
	
}

ul {
	margin-left: 3em;
	
}

li {font-size: 14px;
	margin-left: 50px;
	margin-right: 50px;
	line-height:1.5em;
	text-align:left;
	}

blockquote {
	margin: 2em 4em 2em 4em;
  	line-height:1.5em;
  	border-left: 4px solid #bbb;
  	border-right: 4px solid #bbb;
  	padding: 1em 2em 1em 2em; 
  	text-align:left;
}

a {
	color: #B6D434;
}

#wrapper {
	width: 924px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0px;
	background: url(images/image02.jpg) repeat-y left top;
}

html>body #wrapper {
	height: auto;
}

#logo {
	width: 920px;
	height: 80px;
	margin: 0 auto;
	/*padding-top: 50px;*/
	background: url(images/image03.jpg) repeat-y left top;
}

/*#logo, h5 {color: yellow;}

	background: url(images/image03.jpg) repeat-y left top;
}*/

#logo h4 {
	margin: 0px;
	padding: 30px 0px 0px 50px;
	/*padding-top: 20px;*/
	letter-spacing: 2px;
	color: #DCECFB;
	text-align:left;

}


#logo p {
	margin: 0px;
	padding: 10px 0px 0px 50px;
	font-size: 13px;
	font-weight: normal;
	color: #DCECFB;
	text-align:left;
}

#logo span {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

#logo a {
	
	/*float: left;*/
	
	margin-right: 3px;
	text-decoration: none;
	color: #DCECFB;}


#logo .active {
	color: #000000;
}

#logo a:hover {
	color: #66FFFF;}


#header {
	width: 920px;
	height: 270px;
	margin: 0 auto;
	background: url(images/lat.jpg) no-repeat left top;
}

.QBox {
   /*border:1px solid #9FCFFF;*/
   border: 1px solid #b4b2b2;
   background: #F5F5F5 url('images/quote-left.gif') no-repeat left top; 
   width: 620px;
   padding-top: 10px;
   padding-left: 40px; 
   font-style:normal; 
   font-variant:normal; 
   font-weight:normal; 
   font-size:15px; 
   font-family:Arial;
   margin: 0 auto;
}

.QBox div {
   background: transparent url('images/quote-right.gif') no-repeat right bottom;
   padding-right: 40px;
   padding-bottom: 10px
}

.dateblock {margin-bottom:10px;overflow:hidden; font-size:12px;}


#menu {
	width: 920px;
	height: 60px;
	padding-top: 20px;
	text-align:center;
	margin: auto;
	/*font-weight:bold;*/
	background: url(images/image04.jpg) no-repeat left top;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-size:12px;

	
}

#menu ul {
	margin: 0px;
	padding: 20px 60px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	
	/*float: left;*/
	
	margin-right: 3px;
	text-decoration: none;
	color: #DCECFB;}


#menu .active {
	background: cyan;
	color: #000000;
}

#menu a:hover {
	background: #304e68;
	color: #66FFFF;}
	
/* Menu */



#page {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0px;
	background: url(images/image06.jpg) repeat-y left top;
}

#content {
	
	width: 820px;
	margin: 0 auto;
	background: #e5e4df;
	border: 2px solid #CCCCCC;
	text-align:left;

}

.ctr {
	text-align: center;
	width: inherit;
	margin: auto;
	
}


#content p {color: #333;margin:1em 3em 1em 3em; line-height:1.5em; text-align: left;}
#content a:visited {color: #6600CC; text-decoration: underline;}
#content a:link {color: #6600CC; text-decoration: underline; }
#content a:hover {color: #F00; text-decoration: underline; }


#content .imgl {
	float: left;
	padding-right: 8px;
	margin-left: 45px;
	}

#content .imgr {
	float: right;
	padding-left: 9px;
	margin-right: 45px;
	
}

#content .imgl p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	line-height: 1.5em;
}

#content .imgr p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	line-height: 1.5em;
}

#content .ctr p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	line-height: 1.5em;
}

hr { height: 2px; border: solid #D1D7DC 2px; border-top-width: 1px;  margin:20px; width: 95%;}


.menuheader {
	
	/*font-weight:normal;*/
	width: 95%;
	background: #fff url(img/gradient2.png) repeat-x;
	border-top: 1px solid #bbb;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #ccc;
	margin:40px 10px 40px 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 10px;
	color:#792AF7;
	font-weight:bold;
	text-align: center;
	letter-spacing: 1.5px;
	  text-shadow:#888 2px 2px 4px;

}




#sidebar {
	float: left;
	width: 224px;
	padding: 0px 40px 0px 70px;
}

#sidebar a {
}

#sidebar .more {
	display: block;
	width: 70px;
	height: 22px;
	padding: 0px 0px 0px 16px;
	background: url(images/image09.jpg) no-repeat left top;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
} 

#sidebar h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
}

#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/image07.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	letter-spacing: 2px;
	color: #DCECFB;

}

/*#footer a {	color: #00FFFF;	text-decoration:none;}
#footer a:hoover {color: #FFFF00;	text-decoration:none;}*/

#footer a.dark:visited {color: #B7B7FF; text-decoration: none; text-align: center;}
#footer a.dark:link {color: #B7B7FF; text-decoration: none; text-align: center; }
#footer a.dark:hover {color: #0FF; text-decoration: none; text-align: center; }

.quote {border: 2px solid #cfebfa; color: #00008b; font-size: 10pt; voice-family: "\"}\"";  voice-family:inherit; margin: 30px 10px 30px 10px; padding : 10px; text-align: left; background: #f4faff; font-family: Verdana; font-style: italic }
.bold {border: 1px solid #DDDDDD; font-size: 10pt; margin: 30px 10px 30px 10px; padding: 10px; color:navy; font-family: Verdana; background-color: #F2F5F5;}
.green {border: 2px solid #B8E6E6;font-size: 10pt; voice-family: "\"}\"";  voice-family:inherit; margin: 30px 10px 30px 10px; padding: 10px; color: #006B6B; font-family: Verdana,Arial; font-style: italic; background : #F7FFF6;}

/*#content .gray {
  border: 1px solid #CCCCCC;
  margin-left: 2em;
  margin-right: 2em;
  padding: 15px;
  text-align: left;
  background-color: #f6f6f6;
}*/

#content .gray  {
		font-family: "Trebuchet MS", Arial, sans-serif; 
		border-left: 5px solid #7f7d99; 
		border-right: 5px solid #7f7d99; 
		border-top: 1px solid #7f7d99; 
		border-bottom: 1px solid #7f7d99; 
		font-style: italic; 
		font-size:15px; 
		margin: 2em 6em 2em 6em;
		padding: 15px;
		text-align:left; 
		background-color: #FFFFFF;
		}

#content .uak{color:black; font-size: 8pt; font-family: Verdana, sans-serif; font-style: italic; padding-bottom: 2px; text-align: center; }
#content .cytat {border-left: 5px solid #CCC; border-right: 5px solid #CCC; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC;font-style: italic; margin: 30px 10px 30px 10px; padding: 10px; padding-right: 20px; text-align:justify; background-color: #EFEFEF;}
.wazne {width:95%; background:#fff url(img/gradient2.png) repeat-x; color:#333; border-top:1px solid #ddd; border-right:1px solid #888; border-bottom:1px solid #888; border-left:1px solid #ddd; margin-left: 10px; margin-right: 10px; padding: 10px; text-align:justify;}

