@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	margin: 0px;
	background-color: #ffcc00;
	background-image:url(../img/i.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
img {
	border: 0px;
	background: none;
}
object{display:block; outline:none; border:none;}
a{outline:none;}
a:link {
	text-decoration: none;
	color: #000000;
	border-bottom:dashed 3px #FF9900;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border-bottom:dashed 3px #FF9900;
}
a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom:dashed 3px #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
	border-bottom:dashed 3px #FF9900;
}
h1, h2, h3 {
	margin: 0 0 10px 0;
	padding: 0px;
}
h1{
	font-size:36px;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	margin-top: -7px;
}
h2, h4{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
h3{
	font-size:14px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;	
}
.marked-txt{
	background-color:#FF9900;
}
.marked-txt2{
	color:#FF9900;
}
#main{
	position: absolute;
	width: 500px;
	top: 40%;
	left: 50%;
	margin-left: -250px;
	background-image: url(../img/logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left: 200px;
}
#separator{
	position: absolute;
	width: 100%;
	top: 800px;;
	margin-top: 200px;
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:center;
	height: 22px;
	margin: 100px 0 100px 0;
}
#content{
	position: absolute;
	width: 500px;
	height: 300px;
	top: 1100px;;
	left: 50%;
	margin-left: -250px;
	padding-left: 200px;
}
#corner {
	position: fixed;
	right: 0px;
	bottom: 0px;
}
#contact-form{
	margin: 300px 0 300px 0;
}
input{
	background-color:#ffcc00;
	border: 1px solid #FF9900;
	padding: 2px;
}
input:hover{
	border: 1px solid #FF6600;
}
textarea{
	background-color:#ffcc00;
	border: 1px solid #FF9900;
	padding: 2px;
	overflow: auto;
}
textarea:hover{
	border: 1px solid #FF6600;
	overflow: auto;
}
#button-send{
	background-color:#000000;
	color:#FFCC00;
	border: 0px;
	padding: 5px;
	margin: 10px 0 0 0;
	float: right;
}
#button-send:hover{
	background-color:#000000;
	color:#FFCC00;
	border: 0px;
	padding: 5px;
	margin: 10px 0 0 0;
	float: right;
}
#button-reset{
	background-color:#FF9900;
	color:#FFCC00;
	border: 0px;
	font-size:10px;
	margin: 10px 0 0 0;
	float: left;
}
#button-reset:hover{
	background-color:#FF6600;
	color:#FFCC00;
	border: 0px;
	font-size:10px;
	margin: 10px 0 0 0;
	float: left;
}
#form-message-ok{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 300px;
	border: 1px solid #669900;
	color: #669900;
	padding: 5px;
}
#form-message-error{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 300px;
	border: 1px solid #FF3300;
	color: #FF3300;
	padding: 5px;
}
#lang{
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 10px;
	background-color: #ffcc00;
}
#lang a:link{
	text-decoration: none;
	color: #000000;
	border-bottom:dashed 2px #FF9900;
}
#lang a:hover{
	text-decoration: none;
	color: #000000;
	border-bottom:dashed 2px #000000;
}
.header-mod{
	width: 100%;
	padding: 10px 0 10px 0;
	border-top:dotted 1px #FF9900;
	border-bottom:dotted 1px #FF9900;
	font-size: 18px;
	margin-bottom: 50px;
}
.portfolio-mod{
	margin-top: 300px;
}
.portfolio-mod a{
	text-decoration: none;
	border: 0px;
}
.portfolio-mod img{
	margin: 0 10px 10px 0;
}
#footer-mod{
	width: 100%;
	padding: 10px 0 10px 0;
	border-top:dotted 1px #FF9900;
	font-size: 10px;
}
#footer-mod a{
	text-decoration: none;
	font-size:12px;
	border: 0px;
}
#copyright{
	float: right;
}
.slideshow-title{
margin: 25px 0 25px 0;
}
.slideshow-link:link, .slideshow-link:visited, .slideshow-link:hover, .slideshow-link:active {
	font-size: 21px;
	text-decoration: none;
	color: #FF9900;
	border-bottom: 0px;
}
.slideshow-link:hover {
	color: #000000;
}
.no-s-link:link, .no-s-link:visited, .no-s-link:hover, .no-s-link:active{
border-bottom:0px;
color:#FF6600;
}
.no-s-link:hover{
border-bottom:0px;
text-decoration:underline;
}