@import url("layout.css");
@import url("id_card.css");



body {
 text-align: center; 		/* IE workaround*/    /*Severin*/
  margin: 0px;
  padding: 0px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size:11px;
}
a:link {

 /* color: LightSeaGreen;Severin*/
  color:#000;
  background: transparent;
  /*text-decoration:none;*/
}
#term a:link{
  text-decoration:none;

}

a:visited {
  color: DodgerBlue;
  background: transparent;
  text-decoration:none;
}
a:active {
  color: DarkCyan;
  background: transparent;
  text-decoration:none;
}
a:hover {
  color: blue;
  background: transparent;
  text-decoration:underline;
}

a.programlink {
    color:#176DA6;
    font-weight:bold;
    text-decoration:underline;
}

/*start Severin*/
td {
	font-size: 12px;
    vertical-align: top;
	}
h2 {
	font-variant: small-caps;
	margin-bottom: 1px;
    margin-top:0px;
    font-size: 14px;
	color: #176da6;
	}

h3 {
	font-variant: small-caps;
	margin-bottom: 1px;
    padding:0px;
    font-size: 13px;
	color: #176da6;
	}

/*end Severin*/	
/*start Severin*/
#container{
	/*position: relative;*/ /*please do not use relative positions, it messes up existing layout, padding should be able to solve the same*/
	width: 948px;
	height: auto;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	border: #999 1px solid;
	}
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 105px;
	text-align: center;
	color: #000;
	border-bottom:#000 solid 1px;
	}

#logolink{
    display:block;
    width:170px;
    height:105px;
    }   
img { border:0px; }
img a { border:0px; }

.defaultheader {
    background:url(../images/header_ikieswijzer.png) no-repeat bottom;
	}

.beloftes {
	background:url(../images/header_beloftes.png) no-repeat bottom;
	}

.personen {
	background:url(../images/header_personen.png) no-repeat bottom;
	}

.programmas {
	background:url(../images/header_programmas.png) no-repeat bottom;
	}	

.eu {
	background:url(../images/header_eu.png) no-repeat bottom;
	}

.watisdit {
    background:url(../images/header_watisdit.png) no-repeat bottom;
	}


#header ul {
	position: relative;
	float: right;
	top: 74px;
	list-style: none;
	padding: 0;
	margin: 0;
	}	
#header ul li {
	float: left;
	margin: 0px;
	}
#header ul li a {
	display: block;
	padding: 4px;
	width: 12em;
	color: #fff;
	font-weight:bold;
	font-size:12px;
	background-color: #176da6;
	text-decoration:none;
      }
      /* place the "current" pseudo class here */
#header ul li a.current {
	background-color:#fa7d04;
	color:#FFFFFF;
      }
#header ul li a:hover {
	background-color:#3C72B0;
	color:#ffcc00;
}
#content{
	/*position: relative;*/ /*README: please do not use relative positions, it messes up a lot of existing layout! (use padding instead)*/
	width: 908px; 
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	}	
/*End Severin*/	


#mini_id_card {
  width: 250px;
  margin:0 auto;
  text-align: left;
  border-width: 2px;
  border-color: #6495ED;
  border-style: solid;
}
#mini_id_card img {
  //width: 80px;
  margin:0 auto;
}

#mini_id_card identifier {
  font-size: 11px;
  color: #6495ED;
}

#mini_id_card content {
  font-size: 13px;
  color: DarkSlateGray ;
//  padding-left: 10pt;
}
#stats identifier {
  font-size: 12px;
  color: #6495ED;
  text-align: right;
}

#stats content {
  font-size: 14px;
  color: DarkSlateGray ;
  padding-left: 60pt;
}
#stats average {
  font-size: 12px;
  color: DarkSlateGray ;
  padding-left: 60pt;
  
}
/*Severin*/
/*#stats {
  width: 500px;
  margin:0 auto;
  text-align: left;
  border-width: 2px;
  border-color: #6495ED;
  border-style: solid;
}*/    
small:no_tag{
  font-size: small;
}
img:karte {
    display: block;
    border: 0px solid;
    width="480";
    height="400"; 
}
div.termcloud {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    width: 500px;
    border-color: #6495ED;
    border-width: 2px;
    color: DarkSlateGray;
    border-style: solid;
}

.term {
    display: inline;
    margin: 0;
    padding: 0;
}



/*div.rank {
    font-size: 14px;
    color:Red;
    background-color: #6495ED;
    padding-left: 50pt;
}*/

input.text,  select{
  font-size:larger;
  border:1px solid #2E3436;
  padding:3px;
  width:250px;
}

input.submit {
  background-color:#EEEEEC;
  border:1px solid #D3D7CF;
  color:#555753;
  cursor:pointer;
  font-weight:bold;
  padding:2px 3px;
}

}
