/*index.php*/

body {
background-color:#ffd100;
font: normal 14pt/22pt'Comic Sans MS';
}

a:link {
font-weight: normal;
color: #0000ff;
text-decoration: none;
}

a:visited {
color: #0000ff;
text-decoration: none;
}

a:hover {
color: #cc0000;
text-decoration: none;
}

a:active {
color: #3366CC;
text-decoration: none;
}

.menu{
margin-left: 15px;
font: 14pt 'Comic Sans MS'
}

#left {
position: absolute;
padding: 0px;
top: 20px;
left: 5px;
width: 168px;
border-right: 2px solid #206814;
}

.indexlink{
margin-left: 30px;
font: normal 8pt/10pt Arial; 
}

.head{
margin-top: -15px;
text-align: center;
font: italic bold 64pt 'Monotype Corsiva' ;
color: #206814;
}
.adres{
text-align: center;
font: italic 9pt 'Comic Sans MS';
}
 .mailto{
position:absolute;
top:120px;
width: 98%;
font : normal 9pt Arial;
text-align: center;
}

.kolom{
position:absolute;
top:220px;
left: 0px;
width: 99.9%;
font: italic 16pt Arial;
text-align: center;
margin-left: 0px;
}

#kolom1{
position:absolute;
left: 0px;
width: 32%;
}

#kolom2{
position:absolute;
left:33%;
width:33%;
}

#kolom3{
position: absolute;
right: 0px;
width: 32%;
}

.cottage{
position:absolute;
top: 35px;
left: 0;
text-align: center;
}

#container {
	width: 1005px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
}

#cottage {
	position:absolute;
	left:50%;
	width:389px;
	margin-top:45px;
	margin-left:-195px;
	padding:0px;
	}
#logo-left{
    position:absolute;
    left:15%;
    width: 161px;
    margin-top:130px;
    margin-left:-81px;
    padding: 0;
}

#logo-right{
    position:absolute;
    right:15%;
    width: 161px;
    margin-top:130px;
    margin-right:-81px;
    padding: 0;
}