a	{
	padding: 0 0px 0px 0;
	color: #80c1ff;
	text-decoration: none;
	cursor: pointer;
}

a:link {
	text-decoration: none;
}

a:visited	{
	text-decoration: none;
}

a:hover	{
	color: #84ff00;
	text-decoration: underline;
}

a:active	{
	color: #ff0000;
	text-decoration: none;
}

a[href^=mailto]	{
	padding: 5px 25px 5px 5px;
	background: url(pictures/nonpictures/email-link.gif) no-repeat 100% 2px;
}

a[href^=http]	{
	/*padding: 5px 25px 5px 5px;*/
	/*background: url(pictures/nonpictures/http-link.gif) no-repeat 100% 2px;*/
}

a[onclick^=window.open] {
	padding: 5px 25px 5px 5px;
	background: url(pictures/nonpictures/http-link-external.gif) no-repeat 100% 2px;
}

html {
  line-height: 100%;
}

body {
	padding: 10px 0 0 0;
	margin: 0;
	background: #eeeae4;
	font: 14px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#Body {
	width: 710px;
	margin: 0 auto 0 auto;
	border: none;
	background: #2a2a2a;
	color: #d5d5d5;
}

#Menu {
	border-bottom: 5px solid #eeeee4;
	padding: 16px;	
	background: #444;
}

#Menu li, #Menu ul {
	margin: 0 10px;
	display: inline;
	font-size: larger;
}

#Menu a.current_p {
  border-bottom: 5px solid #ccc;
}

#Menu span {
	display: none;
}

#Head {
	border-bottom: 1px dashed #deb887;
	padding: 6px;
	height: 85px;
	line-height: 85px;
	background: url(pictures/nonpictures/head_circle.gif) repeat-x 50% 50%;
}

#Head img {
	margin: 0 6px;
	max-height: 75px;
}

#Content {
	padding: 8px 8px 0px 8px;
}

#footer {
  border-top: 1px dotted #999;
  padding: 6px 9px 6px 0px;
  line-height: 20px;
  margin: 20px 0 0 0;
  clear: both;
}

#footer * {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

#postNav {
  background: #333;
  padding: 6px;
  margin: 15px 0;
  border: 4px solid #aaa;
  height: 20px;
}

textarea	{
	font: 0.9em 'Trebuchet MS', 'Lucida Grande', Verdana, Geneva, Arial, Helvetica, sans-serif;
}

pre.php {
  background: #ccc;
  color: #000;
  padding: 6px;
  overflow: auto;
  border: 2px dotted #333; 
}

h1	{
	font-size: 2.1em;
}

h2	{
	font-size: 1.8em;
}

h3	{
	font-size: 1.3em;
}

h4	{
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.0em;
	font-weight: bold;
}

hr	{
	border: ridge #9f9f9f;
	border-width: 1px;
	margin: 3px 1%;
	color: #ffffff;
	height: 4px;
}

img, form, object {
	border: none;
	margin: 8px;
}

fieldset {
	margin: 7px;
	padding: 8px;
	border: 1px solid #666;
}

p	{
	margin: 10px 8px;
	line-height: 150%;
}

table	{
	font-size: 1em;
	empty-cells: show;
}

strong {
	font-size: 105%;
}

ul {
	margin: 0px 5px 8px 20px;
	padding: 0px;
	list-style: inside square;
	font-size: 1em;
	line-height: 140%;
}

dl {
	margin: 0px 5px 8px 20px;
	padding: 0px;
	list-style-position: inside;
	line-height: 140%;
}

dt {
	font-weight: bold;
}

ul ul {
	margin-left: 5%;
	list-style: circle;
	list-style-position: inside;
}

input, ul li img {
	vertical-align: middle;
}

input, textarea, select {
	border: 3px double #9f9f9f;
	margin: 2px;
	background: #ffffff;
}

table.border td {
	border: 1px solid #000000;
	padding: 3px;
}

div.typ1	{
	border: dashed #cccccc;
	border-width: 0 0px;
	margin: 0px 0 0 0;
	padding: 10px 10px 10px 20px;
	background: #005bb2;
}

div.typ2	{
	border: dashed #cccccc;
	border-width: 0 0px;
	margin: 0px 0 0 0;
	padding: 10px 10px 10px 20px;
	background: #10344e;
}

div.book {
	padding: 8px;
	clear: both;
}

div.bookinfo	{
	border: solid #606060;
	border-width: 0px;
	margin: 0;
	padding: 3px 8px 3px 8px;
	background: #2a3d47;
	text-align: right;
}

div.booktext	{
	border: solid #9ca9b6;
	border-width: 0;
	margin: 0px 0;
	padding: 4px 0 4px 8px;
	background: transparent;
}

label {
	float: left;
	width: 8em;
	display: block;
}

.button, .button:hover {
  font-size: 9px;
  text-transform: uppercase;
  border: 2px outset #fff;
  padding: 0 5px;
  font-size: 9px;
  margin: 0 5px;
  color: #fff;
  background: #333; 
  text-decoration: none;
}

/*FREE*/
.none {
	display: none;
}

.error	{
	color: #ff0000;
}

.strike {
	text-decoration: line-through;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.small_caps {
	font-variant: small-caps;
}

.aleft	{
	float: left;
}

.aright	{
	float: right;
}

.center		{
	text-align: center;
}

.clearall, .clear				{
	clear: both;
	float: none;
}

.highlight	{
	border: 2px solid #aaaaaa;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

.lowmargin, .noborder, iframe {
	margin: 0px;
}

.middle	{
	vertical-align: middle;
}

.notice 				{
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	line-height: .9em;
}

.taleft	{
	text-align: left;
}

.taright	{
	text-align: right;
}

.border	{
	border: 2px dotted #666666;
}

/*ID*/
img.smile	{
	margin: 0px 2px;
	vertical-align: middle;
}

span.pink	{
	color: #ff53d5;
}

span.titul	{
	font-variant: small-caps;
}

span.topind	{
	position: relative;
	top: -10px;
	vertical-align: super;
}

/* GALERIE */
#GalleryAdmin {
	margin: 8px;
}

#GalleryAdmin div.hide {
	display: none;
}

#Galerie_body	{
	margin: 10px auto;
	padding: 0px;
	width: 90%;
	background: #000000;
	color: #ffffff;
}

#Galerie_body h1	{
	width: 150px;
	font-size: large;
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: auto;
	height: 100px;
}

#Galerie_body a	{
	border: none;
	color: #84ff00;
}

#Galerie_body .notice	{
	color: #d5d5d5;
}

#blogColumn {
  font-size: 90%;
  clear: both;
}

#blogColumn div {  
  float: left;
  width: 205px;
  margin: 0 15px 0 0;
}

#image_current {
	border: 4px solid #0000ff;
	margin: 2px;
}

img.image_plain {
	border: 4px solid #353535;
	margin: 2px;
}

#Content_gal	{
	padding: 10px 0 0 0;
}

#NavBar	{
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
}

#NavBar img	{
	vertical-align: top;
	height: 90px;
}

#NavBar a span	{
	display: none;
}

#GalControls {
	padding: 5px 15px;
	border-bottom: 3px double #ffffff;
	margin: 0 0px 0 0px;
}

#Foto {
	margin: 0 0 0 0;
	padding: 0px;
	text-align: center;
}

#Foto_img {
	border: 3px double #d5d5d5;
	padding: 1px;
}

#comments {
	width: 63%;
	margin: 10px auto 0 auto;
}

.nobr {
  white-space: nowrap;
}

.siteNav {
  margin: 15px auto 5px auto;
  text-align: center;
  background: #555; 
}

.siteNav span, .siteNav a:link, .siteNav a:visited, .siteNav a:active {
	padding: 2px 6px;
	margin: 0 5px;
	color: #fff;
	text-decoration: none;
}
	
.siteNav span {
  color: rgb(181,181,181);
  
}

.siteNav a:hover {
	border-bottom: 4px solid #666;
}
	
.siteNav .cur {
	padding: 3px 6px;
	margin: 0px 1px;
	background: #ccc;
	color: #000 !important;
	border: none;
	text-decoration: none;
}

.siteNav select {
  display: none;
}

.fotor {
  max-width: 300px !important;
  float: right !important;
  margin: 8px 0 8px 8px !important;
}

.fotol {
  max-width: 300px !important; 
  float: left !important;
  margin: 8px 8px 8px 0px !important;
}

.contentCenter {
  text-align: center;
}

.contentCenter div > img {
  margin: 0 15px 0 0 !important;
}

div.artItem {
  width: 530px;
  margin: 6px auto;
  padding: 0 0px 10px 0;
  border-bottom: 1px dashed #ccc;  
}

div.artItem h4 {
  margin: 0 0 6px 0;
  padding: 0;
}

div.artItem .date {  
  float: right;
  padding: 0px;
  height: auto;
  font-style: italic;  
}