
  .back1{
  
  }
  
  body {
    color: orange; background-color: #666666;
    font-size: 100.01%;
    font-family: Arial MT,Arial,Helvetica;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }
  
  body#tinymce{
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 500px;
    padding: 0;
    border: 0;
	background: #444444;
	color: orange;
  }
  
  body#tinymce td{
	color: orange;
  }
  
  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 780px;
    padding: 0;
    background: #444444;
    border: 0;
    font-family: Arial MT,Arial,Helvetica;
  }
  html>body div#Seite {
    border-color: black;/* Farbangleichung an den Internet Explorer  */
  }



  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.3em;
    text-align: right;
    /*background: black url(chris.jpg) repeat-y;*/
    border-bottom: 0px solid black;
    height: 40px;
    color: orange;
  }
  
    body#tinymce h1 
    {
    	 background: none;
    	 text-align: left;
    }

  div#content 
  {
  	float: none;
  	
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
	padding-left: 30px;
	padding-right: 30px;
    padding-top: 120px;
    padding-bottom: 10px;

    background-color: #444444;
    border: 0;
    color: orange;
    font-family: Arial MT,Arial,Helvetica;
    font-size: 0.9em;
    min-height:600px;
  }
  div#content h1 {
    font-size: 1.5em;
    margin: 0; 
    text-align: center;
    background: transparent;
    border-bottom: 0px solid black;
    color: orange;
    height: auto;
  }


  div#content .liste {
/*background-color: transparent;*/
color: orange;
}
div#content .liste ul {
list-style-position: outside;
list-style-type: circle;
padding: 0px 0px 0px 20px;
}

div#content p, #content li {
font-size: 0.9em;
margin: 0 0 0 0;
line-height: 150%;
color: orange;
link: orange;
alink: orange;
vlink: orange;
}

div#content h1 {
background-color: transparent;
color: orange;
font-size: 110%;
}

div#content h2 {
background-color: transparent;
color: orange;
font-size: 115%;
}

div#content a, body#tinymce a, div#content a:link, body#tinymce a:link, div#content a:visited, body#tinymce a:visited, div#content a:active, body#tinymce a:active,div#content a:focus, body#tinymce a:focus   {
text-decoration: none;
border-bottom: 1px solid #bbbbbb;
background-color: transparent;
color: orange;
link: orange;
alink: orange;
vlink: orange;
}

div#content a:hover, body#tinymce a:hover {
background-color: transparent;
color: #AAAAAA;
}

 
  div#Inhalt {
    margin: 0 0 0 0;
    padding: 0 0;
    border: 0;
    font-family: Arial MT,Arial,Helvetica;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }


  p#Fusszeile {
    clear: both;
    font-size: 0.6em;
    margin: 0; padding: 0.1em;
    text-align: right;
    background-color: #444444;
    border-top: 0px solid silver;
    height: 25px;
    color: #AAAAAA;
  }

  p#Fusszeile a {
    font-size: 1.4em;
    padding: 0.2em;
    font-weight: bold;
    text-decoration: none;
  }
  p#Fusszeile a:link {
    color: #AAAAAA;
  }
  p#Fusszeile a:visited {
    color: #AAAAAA;
  }
  p#Fusszeile a:hover {
    color: #FFFFFF; 
  }
  p#Fusszeile a:active {
    color: #AAAAAA;
  }



.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

