	* {
		margin: 0;
		padding: 0;
	}	
	html {
		background-image: url(/fileadmin/design2/im/back3.jpg);
		background-repeat: repeat-x;
		background-color: #f9f6e5;		
	}
	body {
		padding: 0px;
  		margin: 0px;
  		height: 100%;
  		font-family: "Lucida Sans Unicode", sans-serif;  		
  		/* position: relative; */
	}
	html, body {
    	height: 100%;	/* needed for the footer ? */
	}
	#main {
		width: 760px;
  		margin: 0 auto;
  		padding: 0;
		text-align: center; /* for old ie-explorer */  	
		position: relative;
	}				
	#pagehead {
		width: 760px;
  		position: relative;
		text-align: left;
  		height: 310px;	/* for footer */	
	}
	#logoarea {
  		margin: 0 auto;
  		position: relative;
	}
	#logoimg {
  		position: absolute;
  		top: 0px;		
  		left: 0px;		
	}
	#logohandylearn {
  		position: absolute;
  		top: 16px;
		left: 60px;		
	}	
	#langswitch {
		position: absolute;
		right:  0px;
		top: 16px;
		font-size: small;
	}
	#langswitch ul{
		list-style-type: none;
		list-style-image: none;		
	}
	#langswitch li{
		float:  left;
		margin-left: 8px;
	}	
	#langswitch a{
		text-decoration: none;
	}
  #langswitch a img{
      border: none;
  }		
	#topmenu {
		width: 760px;
		height: 34px;
  		position: absolute;
  		top: 265px;
  		font-size: 125%;
  		text-align: left;   /* reset from pagehead */  		
	}
	#topmenu ul{
		list-style: none;		
	}
	#topmenu ul, #topmenu li {
  		text-align:  left;
		float: left;
		background: #282828;
		color: white;
	}
	#topmenu li {
		font-family: "Lucida Sans Unicode", sans-serif;
		letter-spacing: 1px;
		vertical-align: middle;		
		height: 30px;
		padding-top: 5px;
	}
	#topmenu li a {
		color: #ddeeff;
		text-decoration: none;
		padding-left:  1em;
		padding-right:  1em;
	}
	#topmenu li:hover {
		background: #444466;
		background-image: url(/fileadmin/design2/im/menuhigh.png);
		background-repeat: repeat-x;
	}
	#topmenu li a:hover {
		color: white;
	}	
	#topmenu .current{
		font-style: oblique;
		background-color: #555555;
		padding-left:  1em;
		padding-right:  1em;
	}
	#topmenu .parent{
		background-color: #555555;
		/* padding-left:  1em; padding-right:  1em; */
	}
	
	/* -- submenu level 2 --*/
	#submenuwrap{
  		background-image: url("/fileadmin/design2/im/roundorangeboxft.png");
  		background-repeat: no-repeat;
  		background-position: left top;
  		padding:  0px;
		width: 180px;
  		margin-top: 0.5em;
  		float:  right;
	}
	#submenubottom{
  		background-image: url("/fileadmin/design2/im/roundorangebox2b.png");
  		background-repeat: no-repeat;
  		background-position: left top;
		width: 180px;
		height: 10px;
		padding: 0px;
		margin: 0px;
		position:  relative;
		left: 0px;
	}
	#submenu{
  		margin-top: 6px;
  		font-size: 100%;
  		border-left: 2px solid #f2930b;
  		border-right: 2px solid #f2930b;
  		background-color: #fde8c9;
  		padding: 0px;
 		overflow: hidden;
  	}
    #submenuheader{
        padding-left: 1em;
		font-family: Tahoma, sans-serif;
		letter-spacing: 1px;
		border-bottom: 1px solid #888888;
	    background: #f2930b;
		color: white;
		
    }	  	
	#submenu ul{
		list-style-type: none;
		list-style-image: none;
		padding: 0;
	}
	#submenu ul, #submenu li {
		margin: 0;
  		text-align:  left;
		display: block;
	}
	#submenu li {
		font-family: Tahoma, sans-serif;
		margin-top: 0.3em;
	}
	#submenu li a {
		color: #000066;
		text-decoration: none;
		padding-left:  1em;
		padding-right:  1em;
		display: block;
		/* border-left: solid 2px #005ecf; */		
	}
	#submenu li a:hover {
		background-color: #f2930b;
		color: white;
	}
	#submenu li a:active {
		background-color: #005ecf;
		color: white;
	}
	#submenu .current{
		font-style: oblique;
		padding-left:  1em;
		padding-right:  1em;
		background: #cccccc;
/*		background-image: url("/fileadmin/design2/im/blueleft16x16.png");
		background-repeat: no-repeat; */ 
	}
	/* submenu 3rd level: more insest */
	#submenu ul ul a{
		padding-left:  2em;		
	}
	#submenu ul ul .current{
		padding-left:  2em;		
	}		
	
	
	
	#breadcrumb {
  		position: absolute;
  		top: 308px;	
  		left: 1em;	
		font-size: smaller;  			
	}
		
	#mainarea {
		max-width: 760px;
  		margin: 0 auto;
  		margin-top: 1em;
		padding-bottom: 1em; /* for the absolute defined footer */
		margin-bottom: 1em; 	
		/* border : dotted 1px #ccccff; */
		text-align: left;
	}
	#content {
		width: 520px;
		border-right : solid 3px #ffffff;
		border-left : solid 3px #ffffff;
		float: left;
		margin-left:  0px;		
		padding-left: 15px;
		padding-right: 15px;
	}
	#rightcontent {
		border-top: solid 1px #005ecf;
		background-color: #eeeeee;
		margin-top: 1em;
		width: 180px;
		float: right;
	}
	#footer {
		clear: both;	
		margin-top: 1em;
		height: 2em;
		background-color: #cccccc;
		border-top: 3px solid #ffffff;
		width: 100%;
		overflow: hidden;
	}
	#footer p {
		margin-left: 1em;
		margin-top: 0.3em;
		font-size: smaller;
	}
	/* text styles */
	h1 {
		font-family: "Lucida Sans Unicode", Verdana, sans-serif;
		letter-spacing: -2px;
		font-size: 2.5em;
		font-weight: normal;
		margin-top: 0.5em;
	}
	h2 {
		font-family: "Lucida Sans Unicode", Verdana,  sans-serif;
		letter-spacing: -1px;
		font-size: 1.75em;
		font-weight: normal;
		margin-top: 0.5em;
	}
	h3, h4 {
		font-family: "Lucida Sans Unicode", Verdana,  sans-serif;
		letter-spacing: -1px;
		font-weight: bolder;
		margin-top: 0.8em;
		margin-bottom:  0.4em;		
	}
	h3 {font-size: 120%;}
	h4 {font-size: 100%;}	
	p {
		font-size: 0.9em;
		line-height: 1.4;
	}
	a img{
      border: none;
    }		
	.leftout {
		position: relative;
		left: -180px;
	}
	.righttext {
		text-align: right;
	}
	.clearer {
		clear: both;
	}
	ul {
		list-style-position: inside;
		list-style-image: url(im/squareblue8u.png);
		font-size: 0.9em;		
	}
	/* design with one column */
	#content1col{
		max-width: 760px;
  		margin-top: 1em;
		padding-bottom: 1em; /* for the absolute defined footer */
		margin-bottom: 1em; 	
		text-align: left;		
	}
	/* typo3 content styles */
	ul.csc-bulletlist{
	   list-style-image: url("im/squareblue8u.png");
	}
  .simplerightframe {
	  float: right;
		display: block;
  	position:relative; /* absolute */
		right: 0px;
		margin-bottom: 10px;
		margin-left: 10px;
		padding: 2px;
		width: 160px;
		max-width: 180px;
		border: dotted 1px white;
  }
  .rightborder {
	    float: right;
		  display: block;
  	  position:relative; /* absolute */
		  right: 0px;
		  margin-bottom: 10px;
		  margin-left: 10px;
		  /* padding: 2px; */
		  width: 120px;
		  max-width: 160px;
		  /* border: 1px solid green; */
		  /* background-color: #F3EED0; */
}  
  /* ---- for special elements ---- */
  .attention { background-color: rgb(204, 204, 204);
      margin-left: 2em;
      margin-right: 2em;
      padding: 0.5em;
  }
  
  .downloadbox{
  	 border-top: 4px solid #f2930b;
  	 border-bottom: 4px solid #f2930b;
  	 background: #fde8c9;
  	 padding: 0.5em;
  	 margin-left: 2em;
  	 margin-right: 2em;
  	 margin-top: 0.5em;
  	 margin-bottom: 0.5em;
  	 vertical-align: middle;
  }
.paracol {
	 float: left;
	 width: 250px;
	 max-width: 270px;
	 padding: 2px;
	 font-size: 90%;
}  
  .sep {
    clear: left;
  }
  .endright {
	clear: right;
  }
/* Style for box with the latest news */
.news-latest-container{
	border-top: 4px solid #059303;
	border-bottom: 4px solid #059303;
	background-color: #e5f2bf;
	padding: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;	
	text-align: left;
}
.news-latest-item a{
	text-decoration: none;
}
  
table.producttable{
	border: 2px solid #fb980e;
	border-spacing: 2px;						
	background-color: white;	
}
table.producttable th{
	background-color: #A8D0FF;	
	padding: 0.3em;	
}
table.producttable td{
	background-color: #eeeeee;	
	font-family: verdana, sans-serif;
	font-size: smaller;
	line-height: 150%;
	padding: 0.3em;	
	vertical-align: top;
}
.producttable a img{
	border: 1px solid #eeeeee;
}
.producttable a img:hover{
	border: 1px solid red;
}
  
/* ---- for text spans ---- */
.handyurl {
	 font-size: 16px;
	 font-family: "Courier New", Courier, monospace;
	 font-weight: bold;
	 letter-spacing: 1px;
	 color: #333333;
}
.price {
  font-weight: bolder;
  color: maroon;  
}
span.stronger{
  font-weight: bolder;	
}      	
/* ---- typo3 specific ---- */
.external-link-new-window img{
							 border: none;
}
.internal-link img{
							 border: none;
}
p.bodytext{
	margin-bottom: 0.5em;
}
.contenttable {
	font-family: Tahoma,sans-serif;
    color: rgb(20,20,20);
	font-size: smaller; 
}

.contenttable-1 {
    border-collapse:collapse;
	border: 1px solid;
	border-color: #666666;
}
.contenttable-1 td {
	padding: 3px;
	vertical-align: top;	
}
/* text under pitures */
.csc-caption {
   font-size: 80%;  
}
.csc-textpic-caption {
   font-size: 80%;  
}