/*general */
* {padding: 0; margin: 0;}
p {padding-top: 1%;}
body, html {
 height: 100%;
 width: 98%;
}

body {
 font-family: Verdana, sans-serif;
 text-decoration: none;
 color: #1D272E;
 background: url(images/logobasis.png) no-repeat ;
 background-position: center 88px;
 font-size: 14px;
 margin: 1%;
}

#maincontainer {
 min-height: 100%;
 _height: 100%;
 margin: -30px 0 0 0;
 }
#headercontainer {
 padding: 30px 0 0 0;
 }
#change {
 width: 100%;
 height: 100%;
 border-collapse: collapse;
 float: left;
 }
td.head1 {
 color: #333333;
 font-size: 22px;
font-family: "Consolas", sans-serif;
vertical-align: bottom;
 text-align: right;
 margin: 2px;
 }
td {
 margin: 2px;
 padding: 10px;
 vertical-align: top;
 }
 
 
ul{
margin-left:50px;
}
 
a {
 text-decoration: none;
 }
#nav {
clear: left;
}
#head1 {
 text-align: right;
 font-family: "Consolas", sans-serif;
 padding-top: 0;
 font-size: 24px;
 color: #97A8C2;
 }
#nav, #nav ul {
 float: left;
 width: 100%;
 list-style: none;
 line-height: 1;
 background: #FFFFFF;
 font: 16px;
 padding: 0;
 border: solid #97A8C2;
 border-width: 1px 0;
 margin: 0 0 10px 0;
 height: 18px;
 }
#nav a {
 display: block;
 width: 13%;
 color: #FC9D0D;
 text-decoration: none;
 padding: 0.25em 2em;
}
#nav li {
 float: left;
 padding: 0;
 width: 13%;
 list-style: none;
 }
#nav li ul {
 position: absolute;
 left: -999em;
 height: auto;
 width: 13em;
 w\idth: 13em;
 font-weight: normal;
 border-width: 1px;
 margin: 0;
 background: white;
 }
#nav li li {
 width: 13em
}
#nav li ul a {
 width: 13em;
 w\idth: 9em;
 padding-left: 10px;
 }
#nav li ul ul {
 margin: -2.6em 0 0 12.7em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
 left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
 left: auto;
}
#nav li:hover, #nav li.sfhover {
 background: #FBF67D;

 margin: 0px 0px 0px 0px;
 }
#nav li li:hover, #nav li li.sfhover {
 border: solid #97A8C2;
 border-width:  1px 1px 1px 0;
 margin: -1px -20px -1px 0px;
 padding-right: -10px;
 }
#title {
 clear: none;
 color: #FC9D0D;
 font-size: 25px;
 font-weight: bold;
 font-variant: small-caps;
 text-align: center;
 vertical-align: top;
 line-height: 1.5em;
 margin-bottom: 10px;
}
#subtitle {
 clear: none;
 color: #FC9D0D;
 font-size: 15px;
 font-weight: bold;
 font-variant: small-caps;
 text-align: center;
 vertical-align: top;
 line-height: 1.2em;
 margin-bottom: 5px;
}
h1{
clear: none;
 color: #FC9D0D;
 font-size: 25px;
 font-weight: bold;
 font-variant: small-caps;
 text-align: center;
 vertical-align: top;
 line-height: 1.5em;
 margin-bottom: 10px;
}

h3{
 font-size: 14px;
 font-weight: bold;
 font-variant: small-caps;
}

span {
 float: left;
 }

#photobook, #photobookhome {
 width: 120x;
 margin-bottom: 1%;
 }
#photobookhome {
 margin-right: 2%;
 float: left;
 }
#photobook {
 margin-left: 2%;
 float: right;
 }
img.photo{
 border: inset #EEF5FF 4px;
 border-bottom: 2px;
 width: 100px;
 height: auto;
 }
#copy {
 height: 25px;
 padding: 5px 0px 0px 0px;
 text-align: center;
 color: #333333;
 font-size: 12px;
 font-family: "Consolas", sans-serif;
 }
#leftmenu{
 width: 15%;
 position: left;
 vertical-align: top;
 font-size: 16px;
font-weight: bold;
 line-height: 20px;
 font-family: "Consolas", sans-serif;
 color: #333333;
 background: #FFFFFF;
 border-bottom: 2px;
 margin: 0 0 1em 0;
 padding: 0.5em 0.5em 1em 0.5em;
 }
#newstit {
 clear: none;
 font-size: 12px;
 color: #FC9D0D;
 font-variant: small-caps;
 vertical-align: top;
 margin-top: 5px;
}
#news {
 clear: none;
 font-size: 12px;
 color: #1D272E;
 font-variant: small-caps;
 font-weight: bold;
 vertical-align: top;
 margin-top: 3px;
}
#newslong {
 clear: none;
 font-size: 12px;
 color: #1D272E;
 font-variant: small-caps;
 vertical-align: top;
 margin-top: 8px;
}
ul.rock {
 list-style: none;
 font-size: 15px;
 height:100%;
 margin-left: 0px;
/* Voor IE moet hier margin-left: komen)*/
}
li.blue {
 color: #FF4500;
 }
ul.rock li ul li{
 display: none;
    height: 0px;
 }
ul.rock li ul {
       display: none;
         }
a {
 text-decoration: none;
 color: #5E6879;
 }
a:hover {
 color: #FC9D0D;
 /*font-weight: bold; */
 }
li {
 list-style: square;
 }
table.list {
 border: 1px outset #EEEEFF;
 padding: 2px;
 width: 60%;
}
tr.listtitle {
 font-weight: bold;
 }
tr.row1{
 font-size: 14px;
 padding: 4px;
 margin-right: 10px;
 background: #EEEEFF;
 color: #5E6879;
 height: 30px;
}
tr.row2{
 font-size: 14px;
 padding: 4px;
 margin-right: 10px;
 background: white;
 color: #5E6879;
 height: 30px;
 }
table.list td {
 border: 1px outset #EEEEFF;
 padding: 5px 10px;
 color: #5E6879;
 font-size: 13px;
 }
 table.continent {
  
 width: 83%;
 height: 95%;
 margin-left: 10px;
 font-size: 18px;
 position: left;
}
 table.continentsites {
 width: 83%;
 height: 95%;
 margin-left: 10px;
 font-size: 12px;
 position: left;
}
tr.orgtitle {
 background: #5E6879;
 font-size: 120%;
 color: white;
 text-align: center;
}
table.europe {
 height: auto;
 text-align: left;
 color: #EEBB00;
}
td.euname {
 font: 100%;
 font-weight: bold;
 text-align: right;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
td.eu{
 font: 80%;
 text-align: left;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
table.latin {
 height: auto;
 color: #5E6879;
 border-color: white;
}
td.laname {
 font: 100%;
 font-weight: bold;
 text-align: right;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
td.la {
 font: 80%;
 text-align: left;
 color: #339900;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
table.africa {
 height: auto;
 color: #FF4500;
 border-color: white;

}
td.afname {
 font: 100%;
 font-weight: bold;
 text-align: right;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
td.af {
 font: 80%;
 text-align: left;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
table.partner {
 width: 95%;
 height: auto;
 margin-bottom: 2%;
 border: 2px outset #EEEEFF;
 padding: 5px;
 font: 14px;
 color: #5E6879;
 vertical-align: top;
 position: center;
 }
 table.partner td {
 border: 1px outset #EEEEFF;
}
table.orgdesc {
 width: 95%;
 height: auto;
 margin-bottom: 2%;
 border: 5px outset #EEEEFF;
 padding: 5px;
 font: 15px;
 color: #5E6879;
 vertical-align: top;
 position: center;
 }
table.totallogin {
	
	width: 20%;
	height: auto;
	left: 50%; 
	margin-top: 100px;
	vertical-align: middle;

	
	}
table.login {
	width: 95%;
	height: 95%;
	margin-top: 2%;
	border: 1px outset #EEEEFF;
	padding-top: 30px;7t: 12px;
	color: #5E6879;
	vertical-align: middle;
	position: center;
 }
 table.register {
	width: 60%;
	height: auto;
	margin-left: 25%;
	margin-right: 25%;
	vertical-align: top;
	border: 2px outset #EEEEFF;
	font: 12px;
	}
 table.register td{
	border: 1px inset #EEEEFF;
	vertical-align: middle;
	}

table.competences{
	width: 60%;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
	vertical-align: middle;
	position: left;
	border: 5px outset #EEEEFF;
	font: 12px;
	}
table.compbinnen{
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-right: 2%;
	vertical-align: middle;
	position: left;
	border: 2px outset #EEEEFF;
	font: 12px;
	}	
#competences td {
	border: 1px;
	}
table.competences input{
	width: 50px;
	padding-left: -5px;
	margin-left: -10px;	}

table.competences checkbox{
	width: 50px;
	padding-left: -5px;
	margin-left: -10px;
	}
select{
	width: 400px;
	background: transparent;
	color:#5E6879;
	font-size: 14px;
	height: 20px;
	}
button {
	width: 150px;
	height: 30px;
	background: #EEEEFF;
	font-size: 18px;
	color: #FC9D0D;
	text-align: center;
	}
textarea {
	width: 100%;
	color: #5E6879;
	background: transparent;
	}
input {
	width: 500px;
	font-size: 14px;
	height: 25px;
	padding-left: 2px;
	background: transparent;
	}
title.sopmenuklein{
	width: 300px;
	font-size: 14px;
	height: 25px;
	padding-left: 2px;
	}
form.news {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	}
input.news {
	width: 200px;
	font-size: 14px;
	color: white;
	height: 25px;
	padding-left: 2px;
	background: #1D272E;
	}
select.news{
	width: 400px;
	background: white;
	color: #5E6879;
	font-size: 14px;
	height: 20px;
	}	
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------======================================================================================================================================================================================================================================--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/	
/*   
Colors 	Colores	GL:
yellow	amarillo:	F8E34A
blue	azul	:	97A8C2
orange	naranja	:	FC9D0D
grey	gris	:	848484
*/
* {
	margin: 0;
	padding: 0;
}
body.index {
	text-transform: uppercase; 
	text-align: center;
	font-size: 13px;	
	font-family: "Letter Gothic Std", verdana, sans-serif;
	}
/*index.php*/
div.htitel1 {
	color: #97A8C2;
	height: 5%;
	}
a.english{
	color: #97A8C2;
	font-weight: bold; 
	height: 5%;
	}
div.htitel2 {
	color: #FC9D0D;
	}
a.spanish{
	color: #FC9D0D;
	font-weight: bold; 
	}
#bg {
	position:fixed;
	margin: 0 30%;
	top: 15%;
	left:0;
	height: 80%;
	z-index: -1;
}
/*index2.php*/
#maincontainer {
 min-height: 100%;
 _height: 100%;
 margin: -30px 0 0 0;
 }
#headercontainer {
 padding: 30px 0 0 0;
 }
#change {
 width: 100%;
 height: 100%;
 border-collapse: collapse;
 float: left;
 }
#head1 {
 text-align: right;
 font: "century gothic" verdana sans-serif;
 padding-top: 0;
 }
/*general */
* {padding: 0; margin: 0;}
p {padding-top: 1%;}
body, html {
 height: 100%;
 width: 98%;
}
body {
 font-family: Verdana, arial, sans-serif;

 text-decoration: none;
 color: #1D272E;
 background: url(images/logobasis.png) no-repeat ;
 background-position: center 88px;
 font-size: 14px;
 margin: 1%;
}
#maincontainer {
 min-height: 100%;
 _height: 100%;
 margin: -30px 0 0 0;
 }
#headercontainer {
 padding: 30px 0 0 0;
 }
#change {
 width: 100%;
 height: 100%;
 border-collapse: collapse;
 float: left;
 }
td.head1 {
 color: #333333;
 font-size: 20px;
font-family: "Letter Gothic Std", verdana, sans-serif;
vertical-align: bottom;
 text-align: right;
 margin: 2px;
 }
a {
 text-decoration: none;
 }
#nav {
clear: left;
}
#head1 {
 text-align: right;
 font: "century gothic" verdana sans-serif;
 padding-top: 0;
 }
/*#nav, #nav ul {
 float: left;
 width: 100%;
 list-style: none;
 line-height: 1;
 background: #FFFFFF;
 font: 16px;
 padding: 0;
 border: solid #97A8C2;
 border-width: 1px 0;
 margin: 0 0 10px 0;
 height: 18px;
 }
#nav a {
 display: block;
 width: 13%;
 color: #FC9D0D;
 text-decoration: none;
 padding: 0.25em 2em;
}
#nav li {
 float: left;
 padding: 0;
 width: 13%;
 list-style: none;
 }
#nav li ul {
 position: absolute;
 left: -999em;
 height: auto;
 width: 13em;
 w\idth: 13em;
 font-weight: normal;
 border-width: 1px;
 margin: 0;
 background: white;
 }
#nav li li {
 width: 13em
}
#nav li ul a {
 width: 13em;
 w\idth: 9em;
 padding-left: 10px;
 }
#nav li ul ul {
 margin: -2.6em 0 0 12.7em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
 left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
 left: auto;
}
#nav li:hover, #nav li.sfhover {
 background: #FBF67D /*#eda; */
 border: solid #97A8C2;
 border-width:  0px 2px 0px 2px;
 margin: 0px -2px 0px -2px;
 }
#nav li li:hover, #nav li li.sfhover {
 border: solid #97A8C2;
 border-width:  1px 1px 1px 0;
 margin: -1px -20px -1px 0px;
 padding-right: -10px;
 }
#title {
 clear: none;
 color: #FC9D0D;
 font-size: 25px;
 font-weight: bold;
 font-variant: small-caps;
 text-align: center;
 vertical-align: top;
 line-height: 1.5em;
 margin-bottom: 10px;
}
#subtitle {
 clear: none;
 color: #FC9D0D;
 font-size: 15px;
 font-weight: bold;
 font-variant: small-caps;
 text-align: center;
 vertical-align: top;
 line-height: 1.2em;
 margin-bottom: 5px;
}
h1{
clear: none;
 color: #FC9D0D;
 font-size: 25px;
 font-weight: bold;
 font-variant: small-caps;
 text-align: center;
 vertical-align: top;
 line-height: 1.5em;
 margin-bottom: 10px;
}

h3{
 font-size: 14px;
 font-weight: bold;
 font-variant: small-caps;
}

span {
 float: left;
 }

#photobook, #photobookhome {
 width: 120x;
 margin-bottom: 1%;
 }
#photobookhome {
 margin-right: 2%;
 float: left;
 }
#photobook {
 margin-left: 2%;
 float: right;
 }
#copy {
 height: 25px;
 padding: 5px 0px 0px 0px;
 text-align: center;
 color: #333333;
 font-size: 10px;
 font-family: "Letter Gothic Std" sans-serif;
 }
#leftmenu{
 width: 10%;
 position: left;
 vertical-align: top;
 font: 12px bold;
 font-family: "Letter Gothic Std" sans-serif;
 color: #FF4500;
 background: #FFFFFF;
 border-bottom: 2px;
 margin: 0 0 1em 0;
 padding: 0.5em 0.5em 1em 0.5em;
 }
#newstit {
 clear: none;
 font-size: 12px;
 color: #FC9D0D;
 font-variant: small-caps;
 vertical-align: top;
 margin-top: 5px;
}
#news {
 clear: none;
 font-size: 12px;
 color: #1D272E;
 font-variant: small-caps;
 font-weight: bold;
 vertical-align: top;
 margin-top: 3px;
}
#newslong {
 clear: none;
 font-size: 12px;
 color: #1D272E;
 font-variant: small-caps;
 vertical-align: top;
 margin-top: 8px;
}
ul.rock {
 list-style: none;
 font-size: 12px;
 height:100%;
 margin-left: 0px;
/* Voor IE moet hier margin-left: komen)*/
/}
li.blue {
 color: #FF4500;
 }
ul.rock li ul li{
 display: none;
    height: 0px;
 }
ul.rock li ul {
       display: none;
         }
a {
 text-decoration: none;
 color: #5E6879;
 }
a:hover {
 color: #FC9D0D;
 /*font-weight: bold; */
 }
li {
 list-style: square;
 }
table.list {
 border: 1px outset #EEEEFF;
 padding: 2px;
 width: 100%;
}
tr.listtitle {
 font-weight: bold;
 }
tr.row1{
 font-size: 14px;
 padding: 4px;
 margin-right: 10px;
 background: #EEEEFF;
 color: #5E6879;
 height: 30px;
}
tr.row2{
 font-size: 14px;
 padding: 4px;
 margin-right: 10px;
 background: white;
 color: #5E6879;
 height: 30px;
 }
table.list td {
 border: 1px outset #EEEEFF;
 padding: 5px 10px;
 color: #5E6879;
 font-size: 13px;
}
table.continentsites {
 width: 83%;
 height: 95%;
 margin-left: 10px;
 font-size: 12px;
 position: left;
}
tr.orgtitle {
 background: #5E6879;
 font-size: 120%;
 color: white;
 text-align: center;
}
table.europe {
 height: auto;
 text-align: left;
 color: #EEBB00;
}
td.euname {
 font: 100%;
 font-weight: bold;
 text-align: right;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
td.eu{
 font: 80%;
 text-align: left;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
table.latin {
 height: auto;
 color: #5E6879;
 border-color: white;
}
td.laname {
 font: 100%;
 font-weight: bold;
 text-align: right;
}
td.la {
 font: 80%;
 text-align: left;
 color: #339900;
}
table.africa {
 height: auto;
 color: #FF4500;
 border-color: white;

}
td.afname {
 font: 100%;
 font-weight: bold;
 text-align: right;
}
td.af {
 font: 80%;
 text-align: left;
}
table.partner {
 width: 95%;
 height: auto;
 margin-bottom: 2%;
 border: 2px outset #EEEEFF;
 padding: 5px;
 font: 14px;
 color: #5E6879;
 vertical-align: top;
 position: center;
 }
 table.partner td {
 border: 1px outset #EEEEFF;
}
table.orgdesc {
 width: 95%;
 height: auto;
 margin-bottom: 2%;
 border: 5px outset #EEEEFF;
 padding: 5px;
 font: 15px;
 color: #5E6879;
 vertical-align: top;
 position: center;
}
table.login {
	width: 95%;
	height: 95%;
	margin-top: 2%;
	border: 1px outset #EEEEFF;
	padding-top: 30px;7t: 12px;
	color: #5E6879;
	vertical-align: top;
	position: center;
}
table.register {
	width: 50%;
	height: auto;
	margin-left: 25%;
	margin-right: 25%;
	vertical-align: top;
	border: 2px outset #EEEEFF;
	font: 12px;
}
table.register td{
	border: 1px inset #EEEEFF;
	vertical-align: middle;
	}

table.competences{
	width: 60%;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
	vertical-align: middle;
	position: left;
	border: 1px outset #EEEEFF;
	font: 12px;
	}
table.competences td {
	border: 1px;
	}
table.competences input{
	width: 50px;
	padding-left: -5px;
	margin-left: -10px;	}

table.competences checkbox{
	width: 50px;
	padding-left: -5px;
	margin-left: -10px;
	}
select{
	width: 400px;
	background: transparent;
	color:#5E6879;
	font-size: 14px;
	height: 20px;
	}
button {
	width: 150px;
	height: 30px;
	background: #EEEEFF;
	font-size: 18px;
	color: #FC9D0D;
	text-align: center;
	}
textarea {
	width: 100%;
	color: #5E6879;
	background: transparent;
	}
input {
	width: 500px;
	font-size: 14px;
	height: 25px;
	padding-left: 2px;
	background: transparent;
	}
title.sopmenuklein{
	width: 300px;
	font-size: 14px;
	height: 25px;
	padding-left: 2px;
	}
form.news {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	}
input.news {
	width: 200px;
	font-size: 14px;
	color: white;
	height: 25px;
	padding-left: 2px;
	background: #1D272E;
	}
select.news{
	width: 400px;
	background: white;
	color: #5E6879;
	font-size: 14px;
	height: 20px;
}
iframe{
background-color:transparent;
}
