/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #68695E url(../images/subpage1_01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: large;
	border: 0px #908374 solid;
	border-bottom-width: 2px;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	font-size: medium;
	border: 0px #908374 solid;
	border-bottom-width: 2px;
	margin-bottom: 10px;	
}

h4 {
	font-weight: bold;
	font-size: medium;
	margin-bottom: 10px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.smaller{
	font-size: 11px;
}

.x-large{
	font-size: x-large;
}

.srodek {
	vertical-align: middle;	
}

.align-center { text-align: center; }
.align-justify { text-align: justify; }
.align-right { text-align: right; }
.align-left { text-align: left;}

.float-right { float: right; }
.float-left { float: left; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

.data {
	margin-right: 20px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: right;
	float: right;
	font-size: 11px;
	font-style: italic;
}

.text1 {
	line-height: 14px;
	font-size: 10px;
}

.text2 {
	text-align: center;
	font-size: 10px;
	color: #7F4E47;
}

.text3 {
	padding-left: 1cm;
	background-color: white;
	font-style: italic;
}

.text-footer {
	font-size: 10px;
	color: #7F4E47;
}

.good {
	padding-left: 10px;
	background-color: #66FF66;
}

.bad {
	padding-left: 10px;
	background-color: #FF3333;
}

.nopadding {
	padding: 4px 11px 0px 11px;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
}

/** LINKS */

a {
	color: #473C29;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/subpage1_02.jpg) repeat-x left top; }
.bg2 { background: url(../images/subpage1_03.jpg) repeat-y left top; }
.bg3 { background: url(../images/subpage1_07.jpg) no-repeat left bottom; }

.bg4 { background: url(../images/subpage1_08.jpg) no-repeat left top; }
.bg5 { background: url(../images/subpage1_09.jpg) no-repeat left top; }

.bg6 { background: url(../images/subpage1_10.jpg) no-repeat left top; }
.bg7 { background: url(../images/subpage1_11.jpg) no-repeat left top; }

.bg8 { background: url(../images/homepage14.gif) repeat-y left top; }
.bg9 { background: url(../images/subpage1_13.jpg) no-repeat left top; }

.bg10 { background: url(../images/subpage2_01.jpg) repeat-y left top; }
.bg11 { background: url(../images/subpage2_02.jpg) no-repeat left bottom; }

.bg12 { background: url(../images/subpage2_03.jpg) no-repeat left top; }
.bg13 { background: url(../images/subpage2_04.jpg) no-repeat left top; }

/** MISC */

img { 
	border: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

.photo {
	margin: 2px;
}

hr {
/* display: none; */
}

.hr1 {
	height: 1px;
}

/** TOOLTIP **/

#tooltip {
    padding: 3px;
    background: #f9f9f9;
    border: 1px solid #eee;
    text-align: center;
    font-size: smaller;
}

span.tip {
    border-bottom: 1px solid #eee;
}
