body
{
 background-color: #ffffff;
}

#wrap
{
 width: 918px;
 margin: auto;
 margin-top: 80px;
}

#header
{
 width: 100%;
 height: 140px;
 background-image: url('index/header.jpg');
 background-color: #bbbbbb;
}

#language_bar
{
 float: right;
 font-family: arial;
 font-size: 12px;
 color: #7b7b7b;
}

#language_bar a
{
 text-decoration: none;
 color: #7b7b7b;
}

#language_bar a:hover
{
 text-decoration: underline;
 color: #517f4e;
}

#sidebar
{
 width: 256px;
 min-height: 350px;
 float: left;
}

#sidebar a
{
 text-decoration: none;
}

.button
{
 width: 234px;
 height: 46px;
 background-image: url('index/button.jpg');
 background-color: #88b982;
 margin-left: 18px;
 padding-left: 4px;
 line-height: 40px;
 font-family: arial;
 font-size: 14px;
 color: #7b7b7b;
 display: none;
 float: left;
}

.button:hover
{
 background-image: url('index/button_hover.jpg');
 margin-left: 14px;
 width: 230px;
}

.button2
{
 width: 234px;
 height: 46px;
 background-image: url('index/button2.jpg');
 margin-left: 18px;
 padding-left: 4px;
 line-height: 40px;
 font-family: arial;
 font-size: 14px;
 color: #676767;
 display: none;
 float: left;
 cursor: hand;
 cursor: pointer;
}

.button2:hover
{
 background-image: url('index/button2_hover.jpg');
}

#article
{
 width: 650px;
 padding-left: 12px;
 min-height: 350px;
 float: right;
 color: #636463;
 text-align: justify;
 font-family: arial;
}

#article th
{
 background-color: #636463;
 color: #ffffff;
 text-align: center;
}

#article td
{
 border: 1px solid #636463;
}

#article h1
{
 font-size: 30px;
 text-align: left;
}

#article h2
{
 font-size: 22px;
 text-align: left;
}

#article a
{
 color: #558150;
 font-weight: bold;
 text-decoration: none;
}

#article a:hover
{
 text-decoration: underline;
}

#footer
{
 clear: both;
 width: 905px;
 height: 69px;
 margin-left: 13px;
 background-image: url('index/footer.jpg');
 background-color: #88b982;
}

#copyright
{
 width: 100%;
 height: 20px;
 font-family: arial;
 font-size: 12px;
 color: #7b7b7b;
 text-align: center;
}

#copyright a
{
 color: #7b7b7b;
 text-decoration: none;
}

#copyright a:hover
{
 text-decoration: underline;
 color: #517f4e;
}

.nahled
{
 width: 100px;
 height: 120px;
 border: 5px solid #636463;
}

.green
{
 color: #008000;
 font-size: 18px;
}

.img
{
 float: left;
 margin-right: 5px;
 margin-top: 5px;
 border: 2px solid #636463;
}

/* GALLERY */

#slider
{
 width: 260px;
 border: 5px solid #575757;
}

#slider li
{
 width: 260px;
 height: 236px;
 overflow: hidden;
}

.gallery_preview
{
 width: 180px;
 height: 200px;
 border: 1px solid #000000;
}


