
body
{
 onselectstart='return false';
 oncontextmenu='return false';
 ondragstart='return false';

 background-image:url(/Bilder/Bglogo.png);
 background-repeat:no-repeat;
 background-position:5px 5px 0px 0px;
 background-attachment:fixed;

 font-family:Verdana;
 font-size:12px;
 text-align:center;
 background-color:#aaaa33;

   scrollbar-base-color:#eeeeee;
           scrollbar-track-color:ffffff;
           scrollbar-face-color:;
           scrollbar-highlight-color:;
           scrollbar-3d-light-color:;
           scrollbar-dark-shadow-color:;
           scrollbar-shadow-color:;
           scrollbar-arrow-color:;
}

h1 {font-size:18px;color:#ffffff;margin:0px;}
h2 {font-size:14px;color:#ffffff;}
h3 {font-size:14px;color:#ffffff;}
p  {margin-top:0px;color:#ccffff;}

/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#ccffff;
}

/* Der Kasten mit dem Quellcode */
pre
{
 font-size:14px;
 color:#ccffff;
}

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:bold;
  color:#ffffff;
  font-size:12px;
}
a:active, a:hover
{
  color:#ff9200;
}
a.menu:link, a.menu:visited
{
  color:#ff9200;
}
a.menu:active, a.menu:hover
{
  color:#eeeeee;
}

/* Menuea */

a.menua:link, a.menua:visited
{
  color:#0000ff;
}
a.menua:active, a.menua:hover
{
  color:#ff1111;
}

/* Menueb */

a.menub:link, a.menub:visited
{
display:block;
width:200px;
height:50px;
background-image:url(/Bilder/Bglogo.png);
}
a.menub:active, a.menub:hover
{
display:block;
width:0px;
height:0px;
background-image:url(/Bilder/Bglogo1.gif);
}

/* ############################################################################################## */

/* TeC Inhalt O*/
#TeContentO {
margin-left:220px;
width:100%-220px;
height:50px;
border:1px solid #ffffff;
background-color:#669999;
color:#ffffff;
text-align:center;
-moz-border-radius:10px;
}

/* TeC Inhalt M*/
#TeContentM {
margin-left:220px;
	/* margin-left:220px; auto ist möglich*/
margin-right:220px;
min-width:300px;
width:60%-220px;
height:600px;
border:1px solid #ffffff;
background-color:#dddddd;
padding:5px;
color:#ffffff;
text-align:center;
font-size:14px;color:#000000;
-moz-border-radius:10px;

	text-shadow: #7485bc 3px -3px 4px;
}

/* TeC Inhalt U*/
#TeContentU {
margin:auto;
width:90%;
border:1px solid #ffffff;
background-color:#dddddd;
color:#ffffff;
text-align:center;
font-size:14px;color:#000000;
-moz-border-radius:10px;
}

/* TeC Inhalt Lb*/
#TeContentLb {
width:750px;
border:1px solid #ffffff;
background-color:#0000ff;
color:#ffffff;
text-align:center;
margin-left:auto; margin-right:auto; 
font-size:14px;color:#000000;
-moz-border-radius:10px;
}

/* TeC Inhalt Lc*/
#TeContentLc {
margin:auto;
width:750px;
border:1px solid #ffffff;
background-color:#000000;
color:#ffffff;
text-align:center;
margin-left:auto; margin-right:auto; 
font-size:14px;color:#000000;
-moz-border-radius:10px;
}

/* absolute und transparent */
#div10 {
 position:absolute;
 top:200px;left:35px;
 width:150px;height:350px;
 border:1px solid #ffffff;
 background-color:#6666aa;
 text-align:center;
 margin-left:auto; margin-right:auto; 
-moz-border-radius:10px;
-moz-opacity:0.8;
opacity: 0.8;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
filter:alpha(opacity=80);
}

/* Folie liegt Fixed ganz unten*/
#div11 {
 position:fixed;
 background-color:#6666aa;
 color:#ffffff;
 left:0px;
 bottom:0px;   /* von Unten (top:0px; ist damit überschrieben) */
 width:100%;
 height:20px;
/*  border:1px solid #000000;*/

filter:alpha(opacity=80);
-moz-opacity:0.8;

}


/* ############################################################################################## */

/* Der Inhalt position:absolute; */
#contentb {
position:absolute;
left:75px;top:200px;
width:100px;height:300px;
-moz-border-radius:10px;
border:1px solid #ffffff;
background-color:#8899aa;
color:#ffffff;
text-align:center;
}


/* Der Inhalt contentlogo*/
#contentlogo {
position:absolute;
left:480px;top:200px;
width:200px;height:100px;
/* filter:Alpha(opacity=25, finishopacity=0, style=1, startx=25, starty=25, finishx=200, finishy=100)*/
filter:alpha(opacity=25); -moz-opacity: 0.25; opacity:0.25;
  z-index: 0;
/* filter:Invert();   für MS Invert*/ left: 50%;
}

/* --------------------------------------------- Ab hier liegen IDEEN  */

/* absolute und transparent */
#div1 {
 position:absolute;
 top:50px;left:250px;
 width:150px;height:150px;
 border:1px solid #000000;
 background-color:#6666aa;
 z-index:1;
}
#div2 {
 filter:alpha(opacity=80);
 -moz-opacity:0.8;
 position:absolute;
 top:100px;left:350px;
 width:150px; height:150px;
 border:1px solid #000000;
 background-color:#6666aa;
}

