/* css-dokument owner : click-click web (www.c2w.biz) */

body {
	background-color: #f9f9f9;
	margin-top: 0px;
	padding-top:0px;
}

body, p {
	font-family:Verdana;
	font-size:11px;
	line-height: 16px;
	color: #161715; /* grey */
	text-align:justify;
}

h1 {
	font-size: 20px;
}

a{
	text-decoration:none;
	color: #FF6600;
}

a:hover{
	text-decoration:underline;
	color: #00CC00;
}

a:visited{
	text-decoration:none;
	color: #FF6600;
}

th {
	text-align:center;
}

#shadow{
	width: 906px;
	margin: auto;
	background-color: #eeeeee;
}

#container {
	width: 900px;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
}

#header {
	background-image:url(../image/header_white.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height: 250px;
}

#leftSide {
	width: 260px;
	margin-left: 20px;
	padding-right:18px;
	float:left;
}

*html #leftSide {
	margin-left: 10px;
	float:left;
}

#content{
	float:left;
	width: 580px;
	padding-left: 10px;
}

#footer{
	clear:both;
	height: 20px;
	padding-top: 5px;
	margin-top:10px;
	background-color: #eb9e98; /* #8EBFBF #04064f; */ 
	text-align: center;
	font-size: 10px;
	color: #6e6c68; /* grey */
}

