﻿

/* Start Produkttabelle */

table.products 
{
  	font-size: 12px; 
  	font-family: Arial, helvetica, sans-serif; 
  	color: #000080;
  	text-align: center;
}

table.products th {
	background-color:#F4F4FF;
  	border-bottom: 1px solid #DDDDFF;
}

table.products td {
  	border-bottom: 1px solid #DDDDFF;
  	border-left: 1px solid #DDDDFF;
}

table.products td.leer {
  	border-left: 1px solid #FFFFFF;
}

/* Ende Produkttabelle */

/* Die Liste der Bots */


table.botliste
{
	background-color: #EEEEEE;
	margin: 10px;
	padding:10px;
}

table.botliste tr 
{
	margin: 10px;
	padding:10px;
}

table.botliste tr th
{
	background-color: #EEEEFF;
}

table.botliste tr td
{
	background-color:  White;
}

table.botliste tr td, table.botliste tr th
{
	text-align:left;
}


.sprachauswahl 
{
	text-align:right;
	position: relative;
	right: 50px;
	top : 15px;
	padding: 0px 0px -40px 0px;
	margin:0px 0px -40px 0px;
}

.PflichtfeldStern 
{
	color: Red;
}



/* START Auswahl der Darsteller */

.DarstellerListe 
{
}

.DarstellerListenEintrag 
{
	background-color: #F5F5FF;
	margin: 10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	border-style: solid;
	border-color: #DDDDFF;
    border-width : 1px;
	float:left;
}

/* ENDE Auswahl der Darsteller */


.LizenzListeEintrag 
{
	width: 90%;
	background-color: #F5F5FF;
	margin: 10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	border-style: solid;
	border-color: #DDDDFF;
    border-width : 1px;
	float:left;
}

