/* GENERAL fonts */
P, OL, UL, div, H1, H2, H3 {
	font-family: verdana, arial;
	font-size: 11px;
	color: #036;

}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
H3 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

a {
	color:#005A94;
	text-decoration:underline;
}

a:hover {
	color:/*#747361*/#244A6A;
}

body {
	font-family: verdana, arial;
	font-size: 11px;
	margin: 0 0 0 0;
}

#header_box {
  background-image: url(./../images/bgtop.gif);
	background-repeat:repeat-x;
  height:100px;
}

#header_logo {
  background-image: url(./../images/videoaktiv_4.gif);
	background-repeat:no-repeat;
	background-position:top;
  height:100px;
	width: 123px; 
	float:left;
	margin-left:10px;
}

#header_right {
  float: left;
}  

div#header_nav ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
}

div#header_nav ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;	
}

div#header_nav ul li.first {
	border-left: 0px none;
}

div#header_nav ul li a {
	font: 1em /1 verdana, sans-serif;
}

#main {
/*  clear: both;*/
	z-index:1;
	background-color: pink;
	/*border: 1px solid #CFE5F7;*/
}



#footer {
  position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;

	height:15px;
	margin-left: 0px;
	/* border-top: dotted 1px #999999; */
	background-color: #90bade;
	color:#FFFFFF;
	padding-top:1px;
	display: none; /*waiting for a good footer - problem with vertical scrolling*/ 
}

#footer P {
	padding:0;
	margin:0;
	font-size: 10px;
	text-align: center;
}


#socrates {
	font-size:9px; 
	color:#666666; 
	padding: 30px 5px 20px 5px;
	background-color: #E1EDF7;
	/*background-color: #E1EDF7;*/
}


#left {
/*  clear: both;
	float: left;*/
	position: absolute;
	width: 17em; /*180px;*/
	/*margin-top: 20px;*/
	margin-right: 10px;
	/*margin-top: 1.8em;*/
}

/* Content column */
#content {
	padding-top: 5px;
	padding-right: 15px;
	vertical-align: top; 
	min-width: 200px;
	width: 75%;
/*	float: left; */

	margin-left: 19em;	
	color:#111111;
/*  float: left;*/
  position: absolute;
	/*border: 1px solid #CFE5F7;*/
}

#content p {
}

#content h1 {
	color: #747361;
	padding-bottom:15px;
}

#content h1{color:#036}

#content h2 {	
	padding:0 0 0 10px; 
	background-color:#CFE5F7; 
	color:#036;
	margin-top: 25px;
}

#content h3 {
  margin: 20px 5px 5px 0px; 
	padding:0 0 0 0; 
	background-color:#FFF; 
	color:#036
}

/* removed 04-12-2006
#content ul{list-style:none;padding:0;}
*/

/* removed 05-12-2006
#content_border {
  position:absolute;
  z-index:100;
	top:134px;
	left:710px; 
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	vertical-align: top; 
	width: 100px;
}

*/
/* Menu 1 column */
/* Styles found at http://www.alistapart.com/stories/taminglists */
#menu_1 {
	/*width: 12em;*/
	border-right: 0px solid #000;
	padding: 0 0 1em 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #E1EDF7;

	color: #333;
}
		
#menu_1 div {
	border-bottom: 1px solid white;
	margin: 0;
}


#menu_1 div a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-top: 1px solid #CFE5F7;
	border-left: 1px solid /*#1c64d1*/#244A6A;
	border-right: 2px solid #CFE5F7;
	border-bottom: 2px solid /*#808080*/#244A6A;
	background-color: #90bade;
	color: /*#fff*/#244A6A;
	text-decoration: none;
	width: 100%;
}

/* For an explanation see http://www.alistapart.com/stories/taminglists */
html>body #menu_1 div a {
	width: auto;
}

		
#menu_1 div a:hover {
	border-left: 1px solid /*#1c64d1*/#244A6A;
	border-right: 2px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 div.menu1-level1-no {
}		
		
/*  MENU 1, level 1, active state (ACT) */
#menu_1 div.menu1-level1-act {
	font-weight:bold;
	font-size: 1.0em;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 div.menu1-level2-no {
	border-bottom: none;
}

#menu_1 div.menu1-level2-no a  {
	border: none;
	background-color: #244A6A;
	color: white;
	text-decoration: none;
	padding-left: 20px;
	border-bottom: none;
}


#menu_1 div.menu1-level2-no a:hover {
	border-left: 1px solid /*#1c64d1*/#244A6A;
	border-right: 2px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}


/*  MENU 1, level 2, active state (ACT) */
#menu_1 div.menu1-level2-act {
  font-size: 1.0em;
  font-weight: bold;
	border-bottom: none;
}

#menu_1 div.menu1-level2-act a {
	padding-left: 20px;
	border: none;
	background-color: #244A6A;
	color: white;
	text-decoration: none;
  font-weight: bold;
	color: #90bade;	
}

#menu_1 div.menu1-level2-act a:hover {
	border-left: 1px solid /*#1c64d1*/#244A6A;
	border-right: 2px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}


/* selector for languages */
#language_sel {
  position: absolute;
  top: 50px;
  float: right;
  right: 10px;
}

#menu_2 {
 /* white-space: nowrap; */
  border-width: 0 0 4px;
  border-color: /*#EDEBF1*/#CFE5F7;
  border-style: double; 
  font-family: verdana, arial;
  font-size: 0.9em;
  padding: 1px 1px 5px 21em;
	height: 1.5em;
	background-color: white;
	
}


/* colors
#B2B6D9 = HSL 166 86 198 lichtpaars
#DEE0F0        lichter paars
#036        donkerder paars
#EDEBF1		teaser header background
#3683CA     teaser hover 
*/


.box {
  padding : 0px; 
	width: 32%;
	float: left;
	margin-right: 1%;
}	

.box_content {
  background-color:#E1EDF7;
  color:#036;
  padding: 0px;
}

.box_header {
  color:#036;
  font-weight: bold;
  background-color: /*#EDEBF1*/#90bade;
  margin: 0px;
  padding: 5px 10px 5px 10px;
}

.box_text  {
  padding: 10px;
}

.rightbox {
  padding : 0px; 
	width: 150px;
	float: right;
	margin-right: 0%;
}	

.rightbox_content {
  background-color:#E1EDF7;
  color:#036;
  padding: 0px;
	margin-top: 10px;
}

.rightbox_header {
  color: #036;
  font-weight: bold;
  background-color: #E1EDF7;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  border-bottom: solid #90bade 2px;
}

.rightbox_text  {
  padding: 10px;
}



/* .br a:hover, .br a:focus{color:#3cc3ee;background:transparent;text-decoration:none;} */
/*.m10{margin:0 0 0 0;} */
/*.bottom {position:absolute;bottom:6px;padding:0 17px 0 15px;} */
/*.bottom p{margin-bottom:0;} */

.more_link {
  text-align: right;
	padding-top: 10px;
}
.more_link a {
  font-weight:bold;
  color:#036;
  text-decoration:none;
}

.more_link a:hover {
  color: #3683CA;
}  

.table_header {
  padding: 2px 5px 2px 5px;
  display: block;
  font-weight: bold;
  font-size: 10px;
  color: #036;
  background-color: #CFE5F7;  
  border: 1px solid #036;;
}

.table_cell {
  font-size: 10px;
  padding: 2px 5px 2px 5px;
  display: block;
  color: #036;
  background-color: #FFF;  
  border-style: solid;
  border-color: #036;
  border-width: 0px 1px 1px 1px;
  height: 2.5em;
}