*
{
	margin: 0;
	padding: 0;
}

html,body
{
	height: 100%
}

body
{
	font-family: tahoma;
	background-image: url('img/water.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* container */

#container
{
	width: 810px;
	margin: 0 auto;
	background-image: url('img/logo.gif');
	background-repeat: no-repeat;
	background-position: 40px -8px;
	padding-top: 12px;
	overflow: visible;

}

/* header */

#header
{
	height: 136px;
	width: 400px;

}

/* menu */

#menu
{
	
	float: left;
	width: 180px;
	margin-left: 30px;
	margin-right: 50px;

	
}

#menu ul
{
	list-style: none;
	height: 300px;
	background-image: url('img/gradient.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu li
{
	text-align: right;
	padding-top: 25px;
	border-right: 1px solid #8bd241;
}

#menu a
{
	display: block;
	font-size: 18pt;
	padding-right: 18px;
	border-right: 8px solid #8bd241;
	text-decoration: none;
	color: #717171;
}

#menu  a:hover
{
	border-right: 8px solid #717171;
}

/* content */

#content
{
	float: left;
	width: 550px;
	
}

h1
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 18pt;
	color: #8bd241;
	
}

h1:first-letter
{
	color: #717171;
}

p
{
	margin-top: 10px;
}

#content a
{
	color: #717171;
}

#content ul
{
	padding-left: 30px;
	list-style: none;
}

#content li
{
	margin-top: 2px;
}

/* contact */
form
{
	margin-left: 15px;
}

label
{
	margin-top: 5px;
}


input, select, textarea, option
{	
	border: 1px solid #8bd241;
}

/* linkpartners */

#linkpartners
{
	background-color: #EEE;
	background-image: url('img/round.gif');
	background-repeat: no-repeat;
	background-position: top right;
	width: 400px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 5px;
}

#linkpartners p
{
	margin-top: 0px;
}

#linkpartners a#slide
{
	font-size: 1.0em;
	color: #717171;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 5px;
text-align: center;
}

#linkpartners ul
{
	height: 190px;
	list-style: none;
	margin-left: 5px;
	
}

#linkpartners a
{
	color: #CCC;
	text-decoration: none;
}

#linkpartners a:hover
{
	color: #717171;
}

