/* CSS Document */

html, body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #eae9d1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	background-image: url(images/tlo_gradient.gif);
	background-repeat: repeat-x;
} 
div#main {
	text-align: left;
	width: 960px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ul {
	font-size: 12px;
	line-height: 16px;
	list-style-image: url(images/punkt.gif);
	list-style-type: none;
	list-style-position: outside;
}

p {
  text-align: justify;
	font-size: 12px;
	line-height: 14px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #CC0000;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}


#top {
	height: 63px;
	width: 960px;
	background-image: url(images/tlo_g.gif);
	background-repeat: repeat-x;
	float: left;

}
#photo {
	height: 169px;
	width: 960px;
	float: left;

}
#menu {
	float: left;
	height: 22px;
	width: 428px;

}
#m_corner {
	float: right;
	height: 22px;
	width: 531px;
	background-image: url(images/m_tlo.gif);
	background-repeat: repeat-x;

}
#left {
	width: 500px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;

}
a:link {
	color: #CC3333;
	text-decoration: none;
}
a:visited {
	color: #CC3333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #CC3333;
	text-decoration: none;
}

#right {
	width: 460px;
	float: right;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 25px;
	
}
#footer {
	height: 25px;
	clear: both;
	background-image: url(images/paski.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	width: 960px;
}
#menu_footer {
	float: left;
	width: 500px;

}
#txt {
	float: right;
	padding-top: 5px;	
	width: 445px;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
	margin: 0px;	

}
.color {
	font-size: 10px;
	color: #FF3300;
	text-align: right;
	padding-right: 10px;
	margin: 0px;
}
.menu_s {
	font-size: 11px;
	color: #FF0000;
	margin: 0px;
	margin-top: 5px;
	padding-left: 30px;
}
.color2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.form {
	font-size: 11px;
}

.input_long {
  width: 225px;
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
  margin-bottom: 2px;
  margin-top: 2px;  
  margin-right: 15px;
  
}

.input_contact, .textarea_contact {
  width: 425px;
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
  margin-bottom: 2px;
  margin-top: 2px;  
  margin-right: 15px;
}

.textarea_contact {
  height: 50px;
}

.submit_contact {
  background-color: #C7C7C7;
  border: 1px solid #999999;
}

div#right table td {
  font-style: italic;
}

