/*
* Stylesheet für http://www.gm-computerservice.de/
*
* Standardstylesheet
*
* @author Gerhard Maul
* @link http://www.gm-computerservice.de/
* @copyright Copyright 2012, Gerhard Maul
*/

@charset "utf-8";

/**
----------------------------------------------------------
Regeln für allgemeine Elemente
---------------------------------------------------------- */

/* Alle kritischen Werte instanziieren */
/*
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  border-spacing: 0;
}
*/
/* Farben und Hintergrund setzen */
/*
body {
  color: #000000;
  background: #FFFFFF url(images/bg.gif) top left repeat-x;
}
*/
/* Schriftgröße kontrollieren */
/*
body, td, th {
  font: normal 80% Verdana, sans-serif;
}
td, th {
  font-size: 100%;
}
*/
/*
body {
	background-color: #FFFFFF; 
	text-align: center;
}
body,td,th {
	color: #000000;  
	font-family: "Arial Black", Times, serif;
	font-size: large;
	font-style: Normal;
}
*/
/* Links und Anker */
a:link {
	color: black;
	text-decoration: none;
	font-weight : bold;
}
/*	font-style: Bold;*/
a:visited {
	text-decoration: none;
	color: #0000FF; 
}
a:hover 
a:focus {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Arial Black", Times, serif;
	font-size: large;
	text-align: center;
	font-weight : bold;
}
/*	font-style: Bold;*/

a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
  border: 0;
}

/*
<p style="
  border-color:cyan yellow; 
  border-width:8px; 
  border-style:solid; 
  padding:16px">
xxxxx xxxxx xxxxx usw.</p>
*/


p.button_rahmen {
  font-family: "Arial Black", Times, serif; 
  border-top-color: #999999;
  border-right-color: #666666;
  border-bottom-color: #666666;
  border-left-color: #999999;

  border-width: 1.01em; /* 12px;  */
  border-style: solid; 
  padding: 0 /*0.8em; */ /* 16px; */
  
  font-weight: normal;
  font-size: 1.1em; /* 20px; */
}

p.butakt {
  font-family: "Arial Black", Times, serif; 
  border-top-color: #6699cc;
  border-right-color: #0000ff;
  border-bottom-color: #0000ff;
  border-left-color: #6699cc;

  border-width: 1.01em; 
  border-style: solid; 
  padding: 0 /*0.8em; */
  
  font-weight: bold;
  font-size:1.1em;
 }
 
.titel {
  font-family: "Arial Black", Helvetica, sans-serif;
  text-align: center;
  color: #000000; 
  font-weight: bold;
  font-size: 3em; /* 42px; */
}
/*	font-size: x-large;*/
.SzenarioBlack {
	font-size: 2em; /* 36px; */
	text-align: center;
	font-weight: normal;
	color: #000000;
	font-family: "Arial Black", Times, serif;
	font-style: normal;
}
.Rot {
	color: #FF3333;
}
.SzenarioXBlack {
	font-size: 1.5em; /* 24px */
	text-align: left;
	font-weight: normal;
	color: #000000;
	font-family: "Arial Black", Times, serif;;
	font-style: normal;
}
.ImpressumXBlack {
	font-size: 18px;;
	text-align: left;
	font-weight: normal;
	color: #000000;
	font-family: "Arial Black", Times, serif;;
	font-style: normal;
}
.ImpressumName {
	font-size: 24px;;
	text-align: center;
}
.ImpressumText {
	font-style: small;
}
.Copyright {
	font-size: 60%;;
	font-style: small;
}

.email>ins:before {content: "@"; text-decoration: none}
.email ins, .email del {text-decoration: none}
.email>del {display: none}
*:first-child+html .email>del {display:inline}  /* Workaround fuer IE 7 */


/*
.SzenarioXRed {
	font-size: 36px;
	text-align: left;
	font-weight: normal;
	color: #FF3333;
	font-family: "Arial Black", Times, serif;;
	font-style: normal;
}
*/ 
 
 
/*  background-color: #3399cc; */
 
/*
#navigation tr td div {
	font-family: "Arial Black", Times, serif;
	text-align: center;
	font-style: Normal;
	background-color: rgb(255, 255, 255);
	vertical-align: center;	
}

#navigation {
	font-size: large;
}
*/

/*
p { margin: 0; }
*/  
/*   
h1, h2, h3, h4, h5, h6 {
  color: #FF3333; rot
  background-color: transparent;
  margin: 2em 0 1em 0;
}
*/
/*
p {
  border-width: 1px;
  border-style: solid;
  border-color: red;
}
*/