/* CSS MAIN */

body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
/*  overflow: hidden; */
}

img {
	border: 0px none;
	}

a {color:#000000; text-decoration:none;}
a:visited {color:#000000;}
a:hover {color:#000000;text-decoration:underline;}

h1, h2, h3, h4, h5, h6 {color:#444444; font-weight:normal; font-family:Arial,Verdana,sans-serif;}
h1 {font-size:30px;}
h2 {font-size:24px;}
h3 {font-size:16px;}

/* ================================================ */
.bgrd {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
hr {
    border: 0px none;
    color: #888888;
    background-color: #888888;
    height: 1px;
    width: 100%;
    text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Search Box */
#search_box {
	color: #CC0000;
	text-align: center;
}
#search_box {
	float: right;
	clear: both;
	width: 120px;
}
#search_box fieldset {border:0px none;}
#search_box legend, #search_box label {display:none;}
#search_string {
	width: 100px;
	height: 16px;
	font-size: 0.8em;
	vertical-align: middle;
	border: 1px inset #AA0000;
}

#search_submit {
	width: 50px;
	height: 20px;
	font-size: 0.8em;
	vertical-align: middle;
	padding: 0 0 4px 0;
}
#searchform {
	font-size:0.7em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Galeria foto top */
#galerie {
	clear: both;
	width: 770px;
	background-color: #FFFFFF;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Site content */

#top {
    position: relative;
    left: 50%;
    width: 900px;
    margin-left: -465px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 5px 10px 5px 10px;
    clear: both;
    border: 1px solid #888888;
	border-bottom: 1px dotted #555555;
    z-index: 9;
	overflow: auto;
}

#top1 {
	position: absolute;
   left: 160px;
   top: 0;
   width: 450px;
   padding-bottom: 15px;
}

#top2 {
	position:absolute;
	right: 0;
	top: 0;
	padding-bottom: 15px;
	text-align: right;
	height: 60px;
}

* html #contentContainer {text-align:left;} /* ie6 misbehaves */
* html #contentContainer table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */
#content {
    position: relative;
    left: 50%;
    width: 900px;
    margin-left: -465px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 10px 5px 10px;
    clear: both;
    border: 1px solid #888888;
	bborder-top: 0px;
    z-index: 9;
	overflow:auto;
}

#content1 {
    position: relative;
	float: left;
	width: 730px;
	margin-top: 100px;
    font-family: Verdana,Tahoma,serif;
    font-size: 12px;
	line-height: 140%;
    font-weight: normal;
    color: #444444;
    line-height: 140%;
}

#content1 p {
    margin-bottom: 20px;
}

#content1 p:first-letter {
	margin-left: 40px;
	font-weight: bold;
	color: #000000;
}

#footer {
        font-family: Arial,Verdana,sans-serif;
        text-align: center;
        font-size: 11px;
        color: #555555;
        border-top: 1px solid #BBBBBB;
        padding: 10px;
        clear: both;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Forms */
form {margin: 0; padding: 0;}
.input {
    border: 1px dotted #AA0000;
    font-size: 0.75em;
    color: #222222;
    font-style: italic;
    text-align: center;
}

#galerie-apropocafe {
    height:600px;
    width:100%;
}