/*
	--------------------------------------------
 	Version: 1.0
  	Last update: 2006-01-19
	--------------------------------------------

*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: "Tahoma CE", "Lucida Grande CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
	color: #666;
	font-size: 12px;
	background:#f8f8f8;
/*
    scrollbar-color: #3366CC;
    scrollbar-face-color: #06daff;
    scrollbar-shadow-color: #D6DFF7;
    scrollbar-highlight-color: blue;
    scrollbar-3dlight-color: white;
    scrollbar-darkshadow-color: #3366CC;
    scrollbar-track-color: #06daff;
    scrollbar-arrow-color: #3366CC
*/

}

* a {
	color: #ff2200;
	text-decoration: none;

}
/ a:visited {
	color: #ff2200;
	text-decoration: none;
}

* a:hover {
	color: #bb0000;
	text-decoration:underline;
}

/*	LAYOUT
	--------------------------------------------
*/

#layout {
	margin: 0px auto;
	margin-left: 25px;
        margin-top: 25px;
	width: 750px;
	border: 1px solid #CCC;
	background: white;
}

.layout_in {
        color: #000000;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
        margin-bottom: 25px;
	width: 700px;
	background: white;
	border: 1px solid #CCC;
        }

h1 {
        font-family: "Monotype Corsiva", "Tahoma CE", "Lucida Grande CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
        font-size: 35px;
        margin-left: 15px;
        margin-bottom: 5px;
        color: #000000;
        font-weight: normal;
}

h2 {
        text-decoration: underline;
        text-align: center;
        margin: auto;
        margin-top: 25px;
        margin-left: 25px;
        margin-bottom: 25px;
        font-size: 18px;
        color: #ff0000;
        font-weight: bold;
       }
       
h3 {
        text-decoration: underline;
	margin-left: 30px;
        font-weight: bold;
        text-indent: 0px;
	font-size: 18px;
	line-height: 35px;
	color: #880000;
        }

#blikat {
        text-decoration: blink
        }

#text_ozdobny {
        font-family: "Georgia", "Tahoma CE", "Lucida Grande CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
        font-size: 14px;
        text-indent: 30px;
        margin: auto;
        margin-top:25px;
        margin-left: 25px;
        margin-bottom: 25px;
	width: 700px;
	background: white;
        color: #000000;
        background: white;
        font-weight: bold;
}

#text_ozdobny p {
        margin-bottom: 10px;
                }

.error {  font-family: "Times New Roman", "Tahoma CE", "Lucida Grande CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
          color: red;
          font-size: 16px;
          margin-left: 20px;
          font-weight: bold;
          }

