/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { margin: 0px; padding: 0px; }
body 	{
  margin: 0 10%;
	padding: 0px;
	}
div { margin: 0px; padding: 0px; }
.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
.box-header 	{
	margin: 0px;
	border: none;
	}
.box-footer 	{
	clear: both;
	border: none;
	}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float 	{
	float: left;
	width: 76%;
	}
.column-one 	{
	float: left;
	width: 24%;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two { margin-left: 24%; }
.column-three {margin-left: 76%;}
/* */
.column-one-content, .column-two-content, .column-three-content
	{
	border: none;
	}
/* CSS HACK:  position:relative needed by IE6 otherwise the header and 
col 2 don't show up on initial rendering - they're there but you have 
to minimise the window or switch to another app and back to see the 
full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested 
element that needs a background colour appears to require to be be 
relatively positioned */ 
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
	{ p\osition: relative; }
/* */

 /* ====================================================================
Custom corners and borders
-------------------------------------------------------------------- */
/* Styles we want all browsers to see */
body {
  background: #D0D2FE;
  font: 0.7em/1.5 Geneva, Arial, Helvetica, sans-serif;
	color:#000078;
  }
div.Article {
  font: 12px/1.5 Geneva, Arial, Helvetica, sans-serif;
  background: #ffffff;
  border:none;
  position:relative;
  background: url(../images/custom_corners_topleft.gif) top left no-repeat;
	padding-bottom:-2px;
  } 
div.Article h1, div.Article h2, div.Article h3 {
  background: url(../images/custom_corners_topright.gif) top right no-repeat;
  padding:20px;
  margin:0;
	color: #0000F0;
	font-variant: small-caps;
	font-family: Times, serif;
  }
div.Article h1 {
/*  font-size:1.5em; */
	font: 1.5em;
	font-weight:bold;
  }
div.Article h2 {
  font-size:1.3em;
  }
div.Article h3 {
  font-size:1.2em;
	margin-top:5px;
	margin-bottom:5px;
  }
div.Article img {
	margin-top:24px; 
	margin-bottom:0px; 
	position: relative;
	}

div.ArticleBody {
  margin:0;
  margin-top:-1.7em;
/* 	position: relative; */
  background: url(../images/custom_corners_rightborder.gif) top right repeat-y;
  padding:20px;
	padding-top:0; 
  }
div.ArticleFooter {
  background: url(../images/custom_corners_bottomleft.gif) bottom left no-repeat;
  }
div.ArticleFooter p {
  margin:-2em 0 0 0;
/*	position: relative; */
  background: url(../images/custom_corners_bottomright.gif) bottom right no-repeat;
  display:block;
  padding:17px; 
  }
/* images in text*/
img.rechts {
  float:right;
	margin-right:25px;
 	position:relative; 
/* 	display:block; */
}
img.links {
  float:left;
	margin-left:25px;
	position:relative;
	display:block;
}

/* menu */
div.menu {
  width:100%; 	
} 
div.menu ul, div.menu ul li {
	margin: 2px;
	margin-left:0;
	padding: 0;
	list-style-type: none;
}
div.menu ul {
	border: none;
}
div.menu ul li {
	border: none;
	text-align: left;
}
div.menu ul li a {
/* 	display: block; */
	padding: 2px; 
	padding-left:0;
/*	position:relative; */
	width:100%;
	height:100%;
}
div.menu ul li a:hover {
}

/* general link styles */
a {	text-decoration: none;}
a:hover {color: red;}
a:active {color: #D6D6FF;}
a img {border:none; position: relative;}
a:hover img {color: red;}

/* some general styling */
em {
	color:#000078;
	font-variant: small-caps; 
	}
	
/* form elements */
label {
   font-variant: small-caps;
	 display:block;
	 }  
input {	}

.column-three-content {position:relative;}
