body
{
	overflow: hidden;
	background-color: #FFF;
	background-image: url(bild/bg.png);
	background-repeat: repeat-x;
	background-position: 0 -22px;
	background-attachment: fixed;
}

u {
  color: #C3CD00;
  text-decoration: none;
  font-weight: bold;
}

#logo
{
	position: absolute;
	top: -1px;
	left: 0;
}

#logo a
{
	position: absolute;
	top: 0;
	left: 0;
	width: 151px;
	height: 36px;
	background-image: url(bild/intevo.png);
	background-repeat: no-repeat;
	background-position: 0 -3;
	text-indent: -10000px;
}

#fullbox
{
	position: relative;
	margin: 70px auto;
	width: 920px;
	height: 556px;
	background-position: -1000px -1000px;
	background-repeat: no-repeat;
}

#centerbox, #box
{
	position: absolute;
	top: 0px;
	width: 556px;
	height: 568px;
	z-index: 50;
	background: transparent url(bild/bgcenter.png) 0 0;
}

#centerbox {
  left: 180px;
}

#box
{
	z-index: 99;
	position: absolute;
	margin-top: 70px;
	background-image: url(bild/bgcenter_ns.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content, #boxContent
{
	position: absolute;
	background-color: transparent;
	padding-right: 25px;
	padding-bottom: 10px;
	left: 50px;
	top: 50px;
	height: 430px;
	right: 15px;
	bottom: 30px;
	overflow: auto;
}

#slideshow {
  bottom:0px;
  left:0px;
  overflow:hidden;
  padding:0px;
  right:0px;
  top:0px;
  z-index:-1;
  height:514px;
}

#boxContent img {
  border: 1px #C3CD00 solid;
}

#content p, #boxContent p { margin-top: 10px; }

#content ul, #boxContent ul
{
	list-style: square outside;
	margin-left: 15px;
}

#centerbox .tb, #box .tb
{
	position: absolute;
	width: 330px;
	height: 80px;
	top: 300px;
	right: 12px;
	background-image: url(bild/teaserbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}

#centerbox .tb p, #box .tb p,
#centerbox .tb h1, #box .tb h1
{
	text-transform: none;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	margin: 5px 10px;
}

#centerbox .tb h1, #box .tb h1
{
	line-height: 25px;
	font-size: 14px;
}

.menu a
{
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}

.menu ul li ul a {
  font-size: 12px;
	line-height: 18px;
}
#menuteambox a { color: #EBF5B4;}
#menuintevo a { color: #91A1D1; }

#menuteambox, #menuintevo
{
	background-image: url(bild/menu_trans.png);
	position: absolute;
	background-color: transparent;
	width: 220px;
	height: 555px;
	top: 17px;
	background-repeat: no-repeat;
}

#menuteambox.closed
{
	left: 150px;
	background-position: left top;
		background-color: #606060;
}

#menuteambox:hover
{
		background-color: #C3CD00;
}

#menuintevo.closed
{
	left: 545px;
	background-position: right top;
	background-color: #787878;
}

#menuteambox.open
{
	left: 0;
	background-position: left top;
		background-color: #C3CD00;
}
#menuintevo:hover
{
		background-color: #1E50A0;
}

#menuintevo.open
{
	left: 700px;
	background-position: right top;
		background-color: #1E50A0;
}

#menuintevo a:hover, #menuintevo a.current,
#menuteambox a:hover, #menuteambox a.current { color: #fff; }

#menuteambox a.mtoggle, #menuintevo a.mtoggle
{
	position: absolute;
	width: 40px;
	height: 500px;
	text-indent: -10000px;
	cursor: pointer;
}

#menuteambox a.mtoggle
{
	left: 0;
	top: 0;
}

#menuintevo a.mtoggle
{
	right: 0;
	top: 0;
}

.menu ul
{
	margin-left: 50px;
	margin-top: 25px;
}


.menu ul li ul
{
	margin-left: 20px;
	margin-top: 00px;
}

.menu ul li ul li { margin-top: -5px; }

#menuintevo
{
	left: 550px;
	margin-left: 0;
	text-align: left;
	background-position: right top;
}

h1
{
	color: #C3CD00;
	font-size: 22px;
	line-height: 30px;
	text-transform: none;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}

.intevo h1 { color: #1E50A0; }

h2, h2 a, h2 a:hover {
	color: #404040;
	font-weight: normal;
	font-size:16px;
	margin-bottom: -5px;
	border:none;
}



p.modultoc a {
  font-weight:bold;
  color: #C3CD00;
  text-decoration: none;
}

#content a, #boxContent a,
#content a:link, #boxContent a:link,
#content a:hover, #boxContent a:hover,
#content a:active, #boxContent a:active,
#content a:visited, #boxContent a:visited {
  color: #999;
  border-bottom: 1px #404040 dotted;
  text-decoration: none;
}

#content a:hover, #boxContent a:hover {
  border-bottom: 1px #404040 solid;

}

#box #close, #centerbox #close{
    position:absolute;
    top:15px;
    right:15px;
    cursor:pointer;
}

#box .boxclose, #centerbox #boxclose {
  position: absolute;
  top: -5px;
  left: 0px;
}

#box .boxnext, #centerbox #boxnext {
  position: absolute;
  top: 20px;
  right: 0px;
}

#box .boxprev, #centerbox #boxprev {
  position: absolute;
  top: 20px;
  left: 0px;
}

#overlay{ 
    background-image: url(bild/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

input, textarea {
  font-size:12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #DDDDDD;
  background-color:#ffffff;
}


input.button {
border: 1px solid #01508F;
color: #01508F;
}


#whitebox {
  z-index: 45;
  position:absolute;
  top: 10px;
  left: 200px;
  right: 196px;
  bottom: 0px;
  background-color: #fff;
}

img.noborder, #boxContent img.noborder {
  border: none;
}

#puzzle #blank {
    background-color: transparent;
    background-repeat:no-repeat;
    padding: 0px;
    margin: 0px;
    position: absolute;
    overflow: hidden;
    text-align: center;
    width: 148px;
    height: 145px;
}

#puzzle .play {
    padding: 25px;
    padding-top: 51px;
    text-align: center;
}

#puzzle .play .play-link {
    border-bottom: 1px dotted #404040;
    cursor: pointer;
    cursor: hand;
}

#puzzle .piece {
    margin: 0px;
    padding: 0px;
    border: 0px;
    position: absolute;
    overflow: hidden;
}

#puzzle #pieces {
    position: absolute;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

#puzzle .staffLink {
    padding: 25px;
}

#puzzle {
    overflow: hidden;
    width:100%;
    height:100%;
}
