/* reset 
---------------------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}
p {padding-bottom: 10px;}
img {border-style: none;}
i {display: none;}
* {outline-style: none;}

/* html / body
---------------------------------------------------------------*/
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 0.75em;
	color: #666;
	background-color: #FFF;
	text-align:center; /* solution to margin:auto in IE5/Win  */
}

/* structure 
---------------------------------------------------------------*/
#wrapper, #welcome-wrapper {
	position: relative;
	width:960px;
	margin-top:15px;
	/*TODO margin-left javascript */
	background-color: #FFF;
	text-align:left;
}

#welcome-wrapper {
	width:800px;
	margin:15px auto;
}

#header {
	float: right;
	width: 800px;
	height: 30px;
	border-bottom: 1px solid #E4E4E4;
}

#logo a{
	float: right;
	width: 95px;
	height: 20px;
	background: transparent url(../images/invaliden_logo_small.jpg) no-repeat 0 0;
}

#main_menu {
	float: left;
	width: 160px;
	margin-top: 55px;
}

#content {
	position: relative; /* CHECK */
	float: right;
	width: 800px;
	min-height: 350px;
	margin-top: 20px;
}

#ex_images {
	float: right;
	width: 800px;
	height: 287px;
	margin-bottom: 10px;
	overflow: hidden;
}

#ex_text {
	position: relative;
	margin-left: 0px;
}

#ex_data {
	position: relative;
	margin-bottom: 30px;
	clear: both;
}

#ex_data br {margin-bottom: 0.4em;}


#text_en, #text_es, #text_de {
	text-align: justify;
}

#footer {
	clear: both;
	float: right;
	padding-bottom: 20px;
	width: 800px;
}

#text_lang {
	position: absolute;
	top: -30px; right: 0px;
	margin: 0; padding: 0;
	z-index: 10;
}

#text_lang.about_us {
	top: 0px;
	float: right;
}

#aboutus {
	margin-top: 20px;
}

#press a {
	text-decoration: none;
}                              

#press a:hover {
	color: #2B2B2B;
}                                              

#press ul {
	padding-left: 0px;                
	margin-top: 20px;
}
#press ul li {
	list-style: none;
	margin-bottom: 5px;
}

#text_lang li {
	list-style: none;
	float: right;
}

#text_lang li a {	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #2B2B2B;
	display: block;
	padding: 5px 5px;
	text-decoration: none;
	border: 1px solid #E4E4E4;
	margin: 1px;
	width: 10px;        
	height: 10px;
}

#text_lang li a:hover {
	border-color: #AAA;
}
                                  

#ex_actions {
	margin: 0;
	padding: 0;                    
	position: absolute;
	bottom: 0px;                  
	right: 0px;                      
	z-index: 11;                           
}              
#ex_actions li {
	float: left;
	list-style: none;    
}
#ex_actions .button {
	display: block;
	width: 80px;                            
	border: 1px solid #E4E4E4;
	background-color: #fff;
	color:#2B2B2B;
	font-size:0.7em;
	padding: 5px 15px 5px 5px;
	margin: 1px;
	text-decoration:none;
	text-transform:uppercase;
	cursor: pointer;             
}

#ex_actions .button:hover {
	border-color: #AAA;                      
}                       

#ex_actions li ul {
	padding: 10px 15px;
	margin-top: 1px;
	border: 1px solid #E4E4E4;
	background-color: #fff;
	font-size: 0.9em;
	position: absolute;
	right: 0px;
	width: 200px;
	visibility: hidden;
}

#ex_actions li ul li {	
	float: none;
	display: list-item;
	margin-bottom: 0.3em;
}

#ex_actions li ul li a {
	text-decoration: none;
}
#ex_actions li ul li a:hover {
	color: #2B2B2B;
}

/* main_menu 
---------------------------------------------------------------*/
#main_menu ul, #founder_menu ul {
	padding: 0;
}

#main_menu a, #founder_menu a {
	font-size: 0.75em;
	text-transform: uppercase;
}
	
#main_menu ul li {	
	float: left;
	list-style: none;
}

#main_menu li a {	
	display: block;
	padding: 5px 0px 2px 0px;
	text-decoration: none;
	margin: 1px;
	width: 115px;
	height: 10px;
	color: #2B2B2B;
	white-space: nowrap;
	text-align: left;
}

#main_menu li a:hover, #footer_menu a:hover, #founder_menu li a:hover {
	font-weight: bold;
}
		
#main_menu li ul {	
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
}
		
#main_menu li ul li {	
	float: none;
	/*display: inline;*/
}
		
#main_menu li ul li a {	
	padding: 3px 0px 3px 0px;
	height: auto;
}


#footer_menu {
	margin-top: 5px; padding: 0;
	text-align: center;
	color: #E4E4E4;
}

#footer_menu a {	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #2B2B2B;
	padding: 5px 5px;
}

/* extra styling 
---------------------------------------------------------------*/
li.current{
	font-weight: bold;
}

h1, h2, strong {     
	color: #2B2B2B;
}

h1 {
	font-size: 1.0em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

.quote {
	text-align: left;
	font-size: 0.95em;
}

.quote_signature{
	text-align: left;
	font-size: 0.9em;
}
.signature {
	text-align: right;
	font-size: 0.9em;
}

/* js / miscelanius 
---------------------------------------------------------------*/
.js-icon-fold {                                           
	background: transparent url(../images/icon-up.png) no-repeat right 6px;
}

.js-icon-unfold {                   
	background: transparent url(../images/icon-down.png) no-repeat right 6px;
}

/* page specific
---------------------------------------------------------------*/
#content .welcome {
	float: center;
	display: block;
	width: 499px;
	height: 195px;
	margin: 100px auto;
}

/* founder page
---------------------------------------------------------------*/
#content.founder {
	width: 688px;
	float: left;
}
#founder_menu {
	width: 112px;
	float: right;
	margin-top: 30px;
}

#founder_menu ul li {	
	float: right;
	list-style: none;
}    

#founder_menu li a {	
	display: block;
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	margin: 1px;
	width: 110px;
	height: 15px;
	color: #2B2B2B;
	white-space: nowrap;
	text-align: right;
}

#main_image {
	height:400px;
	text-align: center;
	margin-bottom: 40px;
}

#main_image .galleria_wrapper {
	overflow: hidden;                             
}

#main_image .galleria_wrapper img {
	display: block;
	height: 400px;
	margin: 0 auto 10px auto;
}

fieldset {
	border: 0;
}

#ex_navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* pager
---------------------------------------------------------------*/
.pager {
	float: left;
	margin-top: 10px;
	clear: both; /* test! */
}

.pager .prev_ex, .pager .prev_none {
	margin-right: 20px;
}

.pager a {
	text-decoration: none;
}

.prev_ex, .next_ex {
	font-weight: bold;
	color: #2B2B2B;
	text-decoration: none;
}

.next_ex, .next_none {
	display: inline;
	padding-right: 17px;
	padding-left: 20px;   
  background: transparent url(../images/icon-next.png) no-repeat right bottom;

}

.prev_ex, .prev_none {
	display: inline;
	padding-left: 17px;  
  background: transparent url(../images/icon-prev.png) no-repeat left bottom;
}

.prev_none { 
	color: #E4E4E4;
	background: transparent url(../images/icon-prev-off.png) no-repeat left bottom;
}

.next_none {   
	color: #E4E4E4;
	background: transparent url(../images/icon-next-off.png) no-repeat right bottom;
}
                            
a {
	text-decoration: underline;
	color: #666;
}

p.exhibition a {
	color: #2B2B2B;
}

.column-1, .column-2, .column-3 {
	width: 260px;
	float: left;
}

.collaborator {                             
	margin-bottom: 5px;
}
.collaborator ul, #exhibitions ul {
	padding-left: 10px;
	list-style: none;                      
}
.collaborator li, #exhibitions li {
	padding-bottom: 5px;                       
}
.collaborator li a:hover, #exhibitions li a:hover, .collaborator .name:hover {
	color: #2B2B2B;
}

#contact_text {
	width: 500px;
	float: left;
	margin-top: 5px;
}

#contact_newsletter {
	width: 250px;
	float: right;
}

#contact_newsletter input[type=text] {
	width: 250px;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}
#contact_newsletter input[type=submit] {
	width: 250px;
}

.news-item {
	margin-bottom: 20px;
}
.news-item h2 {
	margin-bottom: 0;
}

.news-title { margin-bottom: 4px; }
.news-item-date {
	display: block;
	margin-bottom: 10px;
	font-size: 0.9em;
}

.one-image {
	display: block;
	width: 798px;
	height: 285px;
	border: 1px solid #E4E4E4;
	list-style: none;
	padding: 1px;
	margin: 0;
}
.one-image li {
	display: block;
	width: 798px;
	height: 285px;
	overflow: hidden;
}
