/* CSS Document */

* {
	padding:: 0px;
	margin: 0px;
	outline:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a, a:hover, a:active {
	color: #fff;
	text-decoration: none;
}

body {
	background-color:#99CCFF;
}

form .email{
	width: 100%;
}
form .emailSubmit {
	float: right;
	margin-right: 20px;
}

#Container {
	width: 100%;
	height: 100%;
	text-align: center;
}

#Holder {
	margin-top: 100px;
	width: 700px;
	height: 350px;
	text-align: left;
	border: 1px #000033 solid;
}

#sidebar {
	background-color:#09F;
	width: 40px;
	height: 350px;
	float: left;
	background-image:url(../gfx/mini-logo.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#sidebar ul {
	float: left;
	margin-top: 50px;
	position: absolute;
	
	color:#fff;
	font-size:10px;
}
#sidebar ul li{
	width: 150px;
	height: 13px;
	overflow: hidden;
	padding: 3px;
	list-style:none;
	background-color:#0169af;
	behavior: url(js/hover.htc);
	cursor:pointer;
	z-index: 2;
}
#sidebar ul li:hover,
#sidebar ul li.hover{ /* IE behavior hack */
	background-color:#09c;
	width: 300px;
}

#main {
	background-color:#FFFFFF;
	float: left;
	height: 350px;
	width: 660px;
}

#top-left, #top-right {
	width: 329px;
	height: 50px;
	float: left;
}
#main-image, #main-tekst {
	height: 300px;
	float: left;
}
#top-left {
	border-right:1px #003 dashed;
	width: 309px;
	background-image:url(../gfx/logo.gif)
}
#top-right {
	width: 350px;
	color: #fff;
	float: left;
}

#top-right h3 {
	margin-top: 30px;
	margin-left: 10px;
	color: #000033;
	font-size: 14px;
	text-decoration:underline;
}
#top-right ul {
	float: right;
	margin-left: -40px;
	*margin-left: 0px;
}
#top-right ul li{
	float: left;
	padding: 5px;
	list-style:none;
	background-color:#0169af;
	behavior: url(js/hover.htc);
	cursor:pointer;
}
#top-right ul li:hover,
#top-right ul li.hover{ /* IE behavior hack */
	background-color:#09c;
	
}
#nav-left {
	width: 24px;
	height: 25px;
	background-image:url(../gfx/nav-left.gif);
	float: right;
	display:block;
}

#main-image{
	text-align: center;
	border-right:1px #003 dashed;
	width: 309px;
        background-repeat: no-repeat;
}
#main-tekst {
	width: 340px;
	height: 260px;
	padding: 5px;
	margin-top: 30px;
	overflow: auto;
}

.imageFade {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

.imageFull {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}