body {
	background-color: #666699;
}
body,td,th {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration:  underline;
	color: #FF9900;
}
a:active {
	text-decoration:  underline;
	color: #00FFFF;
}
a {
	font-size: 18px;
	color: #FFFF00;
}

* {
  box-sizing: border-box; 
}
/* Style inputs, select elements and textareas */
ul  {
  list-style: square inside url("../graphics/Buttons/sqpurple.png");
}

input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;}

/* Style the container */
.container {
  border-radius: 5px;
  background-image: url("../graphics/BG.png");
  background-color: #f2f2f2;
  margin-top:10px;
  padding:10px;
  float:left;
  width:100%;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  
}
.menu {
  overflow:auto;
  float:left;
  width:100%;
 text-align:center;
}
.menu a {
	font-family: "Lucida Bright", "Lucida Calligraphy";
	font-style: italic;
	font-weight: bold;
  float:left;
  padding:4px;
  margin-top:5px;
  margin-bottom:5px;
  margin-right:10px;
  display:block;
  width:140px;
  border: 2px solid #404072;
  border-radius: 5px;
 }
.menuselect {
	font-family: "Lucida Bright", "Lucida Calligraphy";
	font-style: italic;
	font-weight: bold;
  float:left;
  padding:4px;
  margin-top:5px;
  margin-bottom:5px;
  margin-right:10px;
  display:block;
  width:140px;
  border: 2px solid #FF99FF;
  border-radius: 5px;
	color: #00FFFF;
	font-size: 18px;
}
.break {
  width:100% ;
  height: 24px ;
  background-image: url("../graphics/rand.jpg");
  background-repeat: repeat;
  float:left;
}
.main {
  background-color:#ebebf2;
  margin-top:10px;
  padding:10px;
  float:left;
  width:100%;
}
.title {
 font-family: "Comic Sans MS"; 
  background-color:#ebebf2;
  margin-top:10px;
 text-align:center;
  font-size: 24px;
   font-style:normal;
    line-height: normal;
	 font-weight: bold;
	  font-variant: normal;
	   text-transform: uppercase;
	    color: #000000;
  float:left;
  width:100%;
}
.right {
  background-color:#ebebf2;
  float:right;
  width:100%;
  margin-top:10px;
  text-align:center;
}
.left {
  background-color:#ebebf2;
  float:left;
  width:100%;
  margin-top:10px;
  text-align:center;
}
.links {
  overflow:auto;
  background-color:#ebebf2;
  margin-top:10px;
  float:left;
  width:100%;
}
.links a {
/*  max-width:50%;height:auto;*/
  background-color:#ebebf2;
  float:left;
  display:block;
font-size: 18px;
  border: 2px solid #404072; 
  border-radius: 5px;
  margin:1px
}

/*
@media only screen and (max-width:620px) {
  /* For mobile phones: 
  .menu, .main, .right {
    width:100%;
    max-width:none;
  }
}
*/

.Lucy {
	font-family: "Lucida Bright", "Lucida Calligraphy";
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
.comiczwart {
	font-family: "Comic Sans MS";
 text-align:left;
	font-size: 18px;
	color: #000000;
/*  margin-left:10px;
  margin-right:10px;*/
}
.comicenhance {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
 text-align:left;
/*  margin-left:10px;
  margin-right:10px;*/
}
.titelBlack {
  font-family: "Comic Sans MS"; 
 text-align:center;
  font-size: 24px;
   font-style:normal;
    line-height: normal;
	 font-weight: bold;
	  font-variant: normal;
	   text-transform: uppercase;
	    color: #000000;
}
