/* globals */
body 				{ scrollbar-face-color: #000000; scrollbar-track-color: #a0a0a0; scrollbar-highlight-color: #a0a0a0; scrollbar-shadow-color: #a0a0a0; xscrollbar-3dlight-color: #ff9900; xscrollbar-darkshadow-color: #ff9900; scrollbar-arrow-color: #000000; scrollbar-base-color: #a0a0a0; }
/*		start.css													*/
/*		v0.9 by Ron van den Boogaard  - http://designby.ronvdb.com	*/
/*		based on =INITIAL  v2.1, by Faruk Ates - www.kurafire.net	*/
/*		Addendum by Robert Nyman - www.robertnyman.com				*/
/*		and undohtml.css by (CC) 2004 Tantek Celik. Some Rights		*/
/*		Reserved. http://creativecommons.org/licenses/by/2.0		*/
/*		This style sheet is licensed under a Creative Commons License. */

/* Globals; Purpose: undo some of the default styling of common (X)HTML browsers */

html, body, form, fieldset { font: 100% "Comic Sans MS",  Fantasy; color: #333 ; background-color: #fff;margin: 0; padding: 0;  }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 1em 0.5em; padding: 0;  }
dd, blockquote 		{ margin-left: 1em; }
ul, ol 				{ list-style: inside }
form label 			{ cursor: pointer; cursor: hand}
fieldset 			{ border: none; }
input, select, textarea { font-size: 100%; }
a:link, a:visited 	{ color: #000; text-decoration: underline }
a:hover				{ color: #f00}
a img { border: none }
address 			{ font-style: normal }

/* specifics */
h1#logo 	{  padding-top: 106px; /* height of the replacement image */ height: 0; width: 525px; overflow: hidden; background-image: url("images/logo2.jpg"); background-repeat: no-repeat; }
#logo_add			{ position: relative; top: -80px; left: 5px; z-index: 20;}
.tekst				{ font-size: 12px; }
a.tekst:link 		{  color: #000000; font-size: 12px; ; text-decoration: none}
a.tekst:visited 	{  color: #000000; font-size: 12px; text-decoration: none}
a.tekst:hover 		{  color: #ff8000; font-size: 12px; ; text-decoration: none}
.tekst_2			{ font-size: 12px; color: #000000; font-style: normal;  line-height: normal; font-weight: normal; text-transform: none }
b.tekst_2:link 		{ color: #000000; font-size: 12px; ; text-decoration: underline}
b.tekst_2:visited 	{ color: #33cc00; font-size: 11px; text-decoration: underline; }
b.tekst_2:hover 	{ font-size: 12px; text-transform: uppercase; } 