body
{
	background: url(img/body_shadow.jpg) repeat-x #FFEFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px; 
	color: #404040;
	padding: 0px;
	margin: 0px;
}

a
{
	color: #FF79FF;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFB6FF;
}

#container
{
	width: 680px;
	vertical-align: middle;
	margin: 0px auto;
	margin-top: 40px;
}

#header_top
{
	width: 680px;
	height: 30px;
	background: url(img/header/header_top_back.jpg) no-repeat #FFFFFF;
}

#header_shadow_l
{
	width: 10px;
	height: 285px;
	background: url(img/header/header_shadow_left.jpg) no-repeat;
	float: left;
}

#header_shadow_r
{
	width: 10px;
	height: 285px;
	background: url(img/header/header_shadow_right.jpg) no-repeat;
	float: right;
}

#header
{
	width: 660px;
	height: 285px;
	background: url(img/header/pattern.gif) 0 50px repeat-x #FFE8FF;
	float: left;	
}

#header_container
{
	height: 65px;
}

#desc
{
	float: right;
	position: relative; 
	right: 10px; 
	top: 30px; 
	font-style: italic;
	overflow: auto;
}

#logo
{
	width: 240px; 
	height: 56px;
	background: url(img/header/logo.gif) no-repeat;
	float: left; 
	position: relative; 
	left: 18px; 
}

#foto
{
	width: 660px; 
	height: 220px;
	background-image: url(img/header/foto.jpg); 
}

#mainnav
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
}


#mainnav ul 
{
	float: right;
	margin: 1px 0 0 0;
}

#mainnav ul li
{
	display: inline;
	color: #FFFFFF;
}

#mainnav ul li a
{
	color: #FFFFFF;	
	text-decoration: none;
	margin: 0 12px 0 12px;
}

#mainnav ul li a:hover
{
	color: #FFB6FF;
	background-color: #FFFFFF;
}

#mainnav ul li a:visited {
}

#sep
{
	width: 660px;
	height: 15px;
	margin-left:10px;
	background:url(img/header/pattern_sep.gif) repeat-x;

}

#main_container
{
	width: 680px;
	clear: both;
	background: url(img/content/content_shadow.jpg) repeat-y #FFFFFF;
}

#content
{
	margin: 20px 25px 5px 25px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#404040;
	clear:both;
}

#content ul li
{
	list-style: url(img/content/square.gif);
}

h1
{
	font-size: 18px;
	font-weight: normal;
	color: #FFB6FF;
}

h2
{
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px; 
	color: #404040;
	padding: 0px;
	margin-left: 5px;	
}

p
{
	margin:10px 20px 0px 5px;
}

ul li
{
	list-style: none;
	margin: 0; padding: 0;
}


#footer
{
	width: 680px;
	height: 23px;

	background: url(img/footer/footer_back.jpg);
}

#copyright
{
	width: 645px;
	height: 32px;
	font-size: 9px;
	color: #555555;
	text-align:right;
}

#left {
	float: left;
	width: 310px;
	margin-bottom: 20px;
}

#left h1
{
	font-size: 18px;
	font-weight: normal;
	color: #FFB6FF;
}

#right
{
	float: right;
	width: 310px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #404040;
}
	

#right h1
{
	font-size: 18px;
	font-weight: normal;
	color: #FFB6FF;
	background: url(img/marker.gif) no-repeat;
}

#right p {
	margin:10px 20px 0px 5px;
}

.border_top
{
	height:15px;
	background:url("ximg/contact/border_top.gif") no-repeat top;
}
.border_bottom
{
	height: 15px;
	background: url("ximg/contact/border_bottom.gif") no-repeat bottom;
}

#contactform
{
	float:right;
	width:525px;
	background:url("ximg/contact/border.gif") repeat-y;
}

#format
{
	margin:0 10px;
}

form
{
	margin: 0;
	padding: 0;
	color: #404040;
}

form p
{
	margin:0;
	padding:0 0 8px 0;
}

input, textarea
{
	width: 360px;
	border: 1px solid #FFB6FF;
	font-size: 11px;
	color: #404040;
	padding-left: 4px;
	background: transparent;
}

textarea
{
	overflow: auto;
}

input.send
{
	margin:5px 0 5px 130px;
	width: 100px;
	font-size: 10px;
	background: #FFB6FF;
	border: 1px solid #999999;
}