body
{
    background: #ffd83b url('Images/background.jpg') repeat-x;
    margin: 0;
    font-family: "trebuchet ms", tahoma;
}

#mainContainer
{
    width: 700px;
    background: #19b7e7;
    margin: 0 auto;
    border-left: 5px solid #61d8fc;
    border-right: 5px solid #61d8fc;
    border-bottom: 5px solid #61d8fc;
}

#top
{
    width: 700px;
    height: 170px;
	position: relative;
}

#top a img
{
    border: none;
}

.DE
{
	background: url('Images/top_de.jpg') top left no-repeat;
}

.PL
{
	background: url('Images/top.jpg') top left no-repeat;
}

a.languageSwitcherPL
{
	position: absolute;
	right: 0;
	top: 0;
	color: black;
	font-weight: bold;
	text-decoration: none;
	height: 35px;
	padding: 0 0 0 50px;
	margin: 10px 5px 0 0;
	background: url('Images/flaga_pl.jpg') no-repeat top left;
}

a.languageSwitcherDE
{
	position: absolute;
	right: 0;
	top: 0;
	color: black;
	font-weight: bold;
	text-decoration: none;
	height: 35px;
	padding: 0 0 0 50px;
	margin: 10px 5px 0 0;
	background: url('Images/flaga_de.jpg') no-repeat top left;
}



#menu
{
    background: url('Images/menu.jpg') repeat-x;
    padding-top: 2px;
    width: 700px;
    height: 27px;
    text-align: center;
    margin-top: 0 !important;
    margin-top: -4px;
}

#menu ul
{
    margin: 0;
    padding: 0;
}

#menu li
{
    list-style: none;
    display: inline;
    margin: 2px 20px 0 20px;
}

#menu a
{
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#menu a:hover
{
    text-decoration: underline;
}

#textContainer
{
    width: 470px;
    background: white;
    padding: 10px;
    font-family: tahoma;
    font-size: 12px;
    color: #3f3438;
    float: left;
    min-height: 550px;
    height: auto;
}

/* for Internet Explorer */
/*\*/
* html #textContainer {
height: 550px;
}
/**/

#textContainer p
{
    line-height: 1.5;
}


#textContainer h1
{
    font-size: 18px;
}

#textContainer a
{
    color: #1d80a2;
    font-weight: bold;
}

#oneBigContainer
{
    width: 700px;
    color: white;
    font-size: 12px;
    padding: 10px;
}

#oneBigContainer p
{

}

#oneBigContainer a img
{
    border: 5px solid white;
    margin-bottom: 10px;
}

#oneBigContainer a:hover img
{
    border: 5px solid #61d8fc;
}

#rightColumn
{
    width: 210px;
    float: right;
    text-align: center;
}

#rightColumn h1
{
    color: white;
    font-size: 14px;
    font-family: "trebuchet ms";
    float: left;
    margin: 10px !important;
    margin-left: 5px;
}

#rightColumn a img
{
    border: 5px solid white;
    margin-bottom: 10px;
}

#rightColumn a:hover img
{
    border: 5px solid #61d8fc;
}

.cl
{
    clear: both;
}

#footer
{
    width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #544b4c;
    font-size: 11px;
}

#footer a
{
    color: #544b4c;
}

textarea
{
    width: 420px;
    height: 160px;
}

input
{
    
}