/*  ==========================
    CSS by Patrick Beeli
    www.patrickbeeli.ch  
    ==========================  */

body {
	font: normal 12px Verdana,Arial;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(bgbox.jpg);
	background-repeat: repeat-y;
	background-position: 166px bottom;
	text-align: left;
	color: #000;
}
a {
	text-decoration: none;
	color: #f0f;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
}

/*  ==========================
    Container
    ==========================  */
#container {
	background: #fff url(bg.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
}

/*  ==========================
    Logo
    ==========================  */
#logo {
	float: left;
	width: 166px;
	margin: 225px 0 0 0;
}

/*  ==========================
    Head
    ==========================  */
#head {
	height: 145px;
	margin: 0 0 0 166px;
	padding: 10px 30px;
	width: 740px;
}

/*  ==========================
    Navigation
    ==========================  */
#nav {
	height: 60px;
	margin: 0 0 0 166px;
	padding: 0 0 0 20px;
	width: 780px;
}
#nav a, #nav a:visited {
	color: #000;
	padding: 5px 10px 38px 10px;
	font-size: 12px;
	border: 2px solid transparent;
	border-bottom: 0;
	display: block;
}
#nav a:hover, #nav a:active, #nav .here {
	color: #000;
	border: 2px solid #D0BbD0;
	border-bottom: 0;
}
#nav li.here a:hover, #nav li.here a:active, #nav li.here a {
	color: #000;
	border: 0;
	border-bottom: 0;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	float: left;
}
#nav li {
	float: left;
	padding: 0;
	list-style: none;
	margin: 0;
}

/*  ==========================
    Transparent
    ==========================  */
#trans {
	background: #d9a3d9;
	padding: 30px;
	margin: 0 0 0 166px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	min-height: 207px;
	height:expression(this.scrollHeight > 207 ? "auto":"207px"); 
	width: 740px;
}
/*  ==========================
    Content
    ==========================  */
#content {
	position:absolute;
	top: 226px;
	left: 166px;
	padding: 30px;
	margin: 0;
	min-height: 207px;
	height:expression(this.scrollHeight > 207 ? "auto":"207px");
	border-bottom: 20px solid #fff;
	width: 740px;
}
#content ul {
	list-style: circle;
}
/*  ==========================
    eForm
	==========================  */
.errors {
	margin: 20px 0;	
	
}