/*  =================================================
     eXe
     Copyright 2004-2005, University of Auckland

     style for standardwhite.
   ================================================== */


body {
    padding-left: 10px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color:#575757;
}

figcaption

{
    padding-left: 00px;
    
    font-family: 'Open Sans', sans-serif;
    color:#969696;
    font-size: 11px;
}

h1
{ 
    color: #4d7e9c;
    font-size: 24px;
    font-weight: bold;
    display: inline;
    font-family: 'Lato', sans-serif;
    
    padding-bottom:20px;
    
}

h2
{ 
    color: #90c95e;
    font-size: 20px;
    font-weight: bold;
    display: inline;
    font-family: 'Lato', sans-serif;
    
    padding-bottom:20px;
    
}

a { 
    color: #003366;
    border: 0;
}

a:hover {
    background-color: #F4F4F4;
    text-decoration: none; 
}

#nodeTitle { 
    color: #ccc;
    font-size: 18px;
    font-weight: bold;
    display: inline;
    font-family: 'Lato', sans-serif;
    padding-right: 20px;
}

div#nodeDecoration {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
   
    
    padding: 2px;
}

/* --- iDevice Styles --- */

.emphasis0 {
	padding-top: 10px;

}

.emphasis1 {
    background-color: #FFF;
    padding-left: 10px;
    padding-bottom: 16px;
    border-top: 0px solid #DDD;
    margin: 10px;s
}


input.feedbackbutton {
	background: #FFFDB1;
}

.iDevice_inner {
    margin-left: 0px;
    margin-right: 12px;
    border-bottom: 1px solid #DDD;
}

.iDevice p, .iDevice div.block {
    padding-left: 0px;
    line-height: 115%
    text-align: left;
    
}

.iDeviceTitle {
    color: #000;
    font-size: 22px;
    font-weight: normal;
	display: inline;
}    

.iDevice_icon {
    padding-top: 10px;
}

.iDevice li {
	list-style-position: outside;
}


/* styles for image with text iDevice */

.image_text { 
	border: 1px solid #CCC;
	background: #F9F9F9;
	padding: 4px;
	margin: 0px 20px 4px 4px;
}


.amensic-image-wrapper{
max-width:100%;
height:auto;
position: relative;
margin:0 auto;
    
margin-bottom: 30px;
}
.amensic-image-wrapper img{
width:100% !important;
height:auto !important;

}

p.reading_feedback {
    font-style: italic;
}

#box1
{
float:left;
width: 40%; /* optionale Weitenangabe */

margin-top:20px;
}
 
#box2
{
float:right;
width: 55%; /* optionale Weitenangabe */
margin-top:20px;

}

.blind { clear: both; }


#green
{
  
  border: 1px solid #bbb;
  padding: 10px 20px 10px 20px;
  margin:10px 10px 10px 0px; 
 color:#fff;
  background-color:#90c95e;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  
}

#green:hover
{
  
  
  background-color:#7db64c;
 
  
}