/* 
	Styles for startpage for quizzies
	Author Marianne Silverlind, Cloud Nine 2009
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 64%/1.4 Arial, Verdana, sans-serif;
	color: #1a1a1a;
	height: 100%;
}
img {
	border: none
}
h1 {
	font-size: 3.6em;
	font-weight: bold;
}
h2 {
	font-size: 3em;
	font-weight: bold;
}
.box h3 {
	font-size: 1.8em;
	font-weight: bold;
}
.box ul {
	margin: 5px 0;
	padding: 0 0 0 15px
}
.box li {
	font-size: 1.2em;
}
.puff h3 a {
	font-size: 1.4em;
	font-weight: bold;
	color: #127036;
	text-decoration: none
}
p {
	font-size: 1.6em;
}
a {
	font-size: 1.2em;
}
a:hover,
h3 a:hover,
#footer a:hover {
	text-decoration: underline;
}
#isRam {
    width: 981px;
    margin: 0 auto;   
}
#head {
    border-bottom: 2px solid #1b1b1b; 
    padding:50px 0; 
    margin: 0 0 54px 0;
    text-align: center; 
     background: url(/ui/images/head.start.gif) no-repeat center center;  
   
}
#headerWithBg {
    padding: 0 0 3px 0;  
    margin: 0 0 15px 0;   
    border-bottom: 15px solid #000;  
}
#container {
        
}
#container .box {
    float: right;
    width: 26.3em;
    margin: 10px 0 46px 42px;
    padding: 15px 18px 18px 18px;
    border: 14px solid #cdcdcd;    
}
#container .box p {
    font-size: 1.2em;  
}
#container .content {
   margin: 0 0 40px 0     
}
#puffContainer {
     clear: both; 
     margin-right:-44px; 
}
#puffContainer .puff {
     float: left;
     width: 299px;
     margin-right: 42px;
     margin-bottom: 36px; 
}
#puffContainer .puff .image {
     padding: 13px;
     border: 1px solid #ccc; 
     width: 271px;
}
#puffContainer .puff h3 {
    margin:20px 0 0 0;
}
#puffContainer .puff p {
     font-size: 1.4em;  
}


#footer {
    clear: both;
    border-top: 2px solid #1b1b1b;
    text-align:center;
    padding:16px 0
}
#footer a {
    color: #127036;
    text-decoration:none;
    padding: 0 17px;
    font-weight:bold;
}
#footer ul {
      
}
#footer li {
    float: left;
    list-style: none;   
}
/* start new layer */
#overLay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12000;
	width: 100%;
	height: 100%;
}
#placeHolder {
	position: absolute;
	top: 10%;
	left: 20%;
	z-index: 20000
}
/* small */
#smallLayer #layerTop {
	background: url(/ui/images/Webbtestet/bg.top.layer.small.png) no-repeat left top;
	width: 410px;
	height: 25px;
}
#smallLayer #layer {
	background: url(/ui/images/Webbtestet/bg.layer.small.png) repeat-y left bottom;
	width: 340px;
	padding: 20px 35px;
	position: relative;
	overflow: hidden	
}
#smallLayer #layerBottom {
	background: url(/ui/images/Webbtestet/bg.bottom.layer.small.png) no-repeat left top;
	width: 410px;
	height: 25px;
}
/* end small */
/* big */
#newLayer #layerTop {
	background: url(/ui/images/Webbtestet/bg.top.layer.big.png) no-repeat left top;
	width: 761px;
	height: 25px;
}
#newLayer #layer {
	background: url(/ui/images/Webbtestet/bg.layer.big.png) repeat-y left bottom;
	width: 691px;
	padding: 20px 35px;
	position: relative;
	overflow: hidden	
}
#newLayer #layerBottom {
	background: url(/ui/images/Webbtestet/bg.bottom.layer.big.png) no-repeat left top;
	width: 761px;
	height: 25px;
	margin: 0 0 60px 0;
}
/* end big */
#layer .close {
	position: absolute;
	top: 0;
	right: 28px;
	z-index: 21000;
	cursor: pointer
}
#layer .left {
	float: left;
	width: 144px;
	margin: 0 45px 0 0;
}
#layer .print {
	float: right;
	color: #00505b;
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	padding: 0 35px 0 0
}

#layer .left ul li {
	list-style: none;
	border-bottom: 1px solid #cfcdc8
}
#layer .left ul li a {
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	padding: 3px
}
#layer .left ul li.active a,
#layer .left ul li.active a:hover {
	background-color: #034f5c;
	color: #fff
}
#layer .left ul li a:hover {
	background-color: #e0d8d8;
	color: #323232
}
#layer .left .top {
	background: url(/ui/images/Webbtestet/bg.top.layer.left.png) no-repeat left top;
	height: 3px
}
#layer .left .middle {
	background-color: #dcd3d3;
	padding: 5px 13px 5px 13px;
	margin: 0
}
#layer .left .middle h2 {
	padding: 0 0 5px 0;
	font-size: 1.6em
}
#layer .left .middle p {
	font-size: 1.2em;
	line-height: 1.9em;
	margin: 0;
	padding: 0 0 5px 0;
	overflow: hidden;
	white-space: nowrap
}
#layer .left .middle p img {
	margin: -3px 0 0 -2px;
	padding: 0 3px 0 0;
	float: left
}
#layer .left .bottom {
	background: url(/ui/images/Webbtestet/bg.bottom.layer.left.png) no-repeat left top;
	height: 3px
}
#layer .content {
	padding: 0 0 40px 0;
	overflow: hidden
}
#layer .content.padding {
	padding: 0 30px 40px 60px;
	overflow: hidden
}
#layer .content ul,
#layer .content ol {
	padding: 0 0 0 15px;
	margin: 0 0 10px 15px;
}
#layer .content li {
	font-size: 1.4em;
	padding: 0 0 10px 0
}
#layer .content h2 {
	font-size: 3em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	padding: 0 0 10px 0;
	width: 90%
}
#layer .content h3 {
	font-size: 2em !important;
	font-weight: bold;
	padding: 0 0 5px 0
}
#layer .content h4,
#layer .content strong {
	font-size: 1.4em !important;
	font-weight: bold;
	padding: 0 0 5px 0
}
#layer .content p {
    font-size: 1.4em;
    padding: 0 0 20px 0  
}
span.cookieID,
span.cookieName {
	display:none;
}
