﻿body {
	background-position: center;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url('../../img/PlasmakugelNeu010.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
} /* standard formatting for body (margin, background color ...) */
body,td,th {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #FFFFFF;} /* standard formatting for body, tables and cells (Fonttype, Font size, Font color ...) */

input {width: 220px;} /* standard formatting for input tags */
textarea {width: 211px; height: 60px;} /* standardformatiereung for textareas */
h1 {margin:0px; padding:15px; font-size:22px;text-transform:uppercase;} /* all h1 titles (e.g. title of the topsite) */

a:link {color: #FFFFFF;} /* all links without style */
a {
	font-size: 12px;
	color: #CCCCCC;
}
a:visited {
	color: #CCCCFF
}
a:hover {color: #FF9900;}
a:active {
	color: #FFCCFF;
}

.heading {font-size:18px;text-transform:uppercase;} /* titles (add.php and members area */
.error {
	color: #CC00FF;
} /* error text */
.stats {font-size: 10px; padding-left:5px; padding-top:2px; padding-right:5px; padding-bottom:2px;background-color:#000000;} /* stats at topsite and at registration site */
.updatemessage {
	color: #CC00FF;
	font-size: 18px;
	font-weight: bold;
} /* Text, which the script dispalys after submitting formulars */

td.row-header {
	background: url('../../img/contentmenu.gif') repeat;
	font: normal normal bold 100% Arial, Helvetica, Sans-Serif;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: large;
} /* cell with the header of the rows with the entrys and the titles at add.php and in the members area*/
td.row-midle{
	font: normal normal bold medium Arial, Helvetica, Sans-Serif;
	font-size: medium;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	background: url('../../img/contentmenu.gif');
} /* cell with the title, banner and description and cells at add.php and members area*/

/* ---------------- Topsite ---------------- */

td.row-left{
	background: url('../../img/contentmenu.gif');
} /* left cell of the rows with the entrys (rank) */
td.row-right1{
	background: url('../../img/contentmenu.gif');
} /*  right cell (hits in)*/
td.row-right2{
	background: url('../../img/contentmenu.gif');
} /*  second right cell (hits out)*/

td.top-header{
	background-position: center;
	background-color: #000000;
	background-image: url('../../img/dwvrfd.gif');
	color: #6600CC;
} /*  cell with the topsite title*/

a.topmenu {
	font-size: 14px;
	color: #CCCCCC;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
} /* top menu */
a.topmenu:visited {color: #CCCCFF; text-transform:uppercase;}
a.topmenu:hover {color: #FF9900; text-transform:uppercase;}
a.topmenu:active {color: #FFCCFF; text-transform:uppercase;}

a.topsitemenu {font-size: 14px;color: #FFFFFF; padding-left:4px; padding-top:4px; padding-right:4px; padding-bottom:0px}  /* subsites menu */
a.topsitemenu:visited {color: #CCCCFF;}
a.topsitemenu:hover {color: #FF9900;}
a.topsitemenu:active {color: #FFCCFF;}

a.members {font-size: 12px;color: #00CCFF;} /* Login and Join Link at bottom of topsite (footerlinks) */
a.members:visited {color: #CCCCFF;}
a.members:hover {color: #FF9900;}
a.members:active {color: #FFCCFF;}

a.sitetitle {
	font-size: 12px;
	color: #CC00FF;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	text-decoration: none;
} /* Title of each entry at topsite */
a.sitetitle:visited {color: #CCCCFF;}
a.sitetitle:hover {color: #FF9900;text-decoration: underline;}
a.sitetitle:active {color: #FFCCFF;text-decoration:none;}

.new {color: #FF0000; font-weight:bolder;} /* Text new at topsite */
.banner { padding:4px; padding-bottom:0px;} /* Banner of each entry at topsite */
.description { font-size:12px; padding-left:4px; padding-top:0px; padding-right:4px; padding-bottom:4px} /* Description of each entry at topsite */

/* ---------------- registration site ---------------- */

.inputs1 {width: 102px;} /* submitbotton */
.inputs {width: 211px;} /* all other input tags at registration page  */

/* ---------------- Login Lost ---------------- */

.input2 {width:150px;} /* all input tags at the Login and lost password page */

/* ---------------- Members Area ---------------- */

a.biglink:link {color: #FFFFFF;font-size: 14px;font-weight: bolder;text-decoration: none;text-transform:uppercase;} /* Big links in the members area (without the left menu) */
a.biglink:visited {color: #CCCCFF;font-size: 14px;font-weight: bolder;text-decoration: none;text-transform:uppercase;}
a.biglink:hover {color: #FF9900;font-size: 14px;font-weight: bolder;text-decoration: none;text-transform:uppercase;}
a.biglink:active {color: #FFCCFF;font-size: 14px;font-weight: bolder;text-decoration: none;text-transform:uppercase;}

a.smalllink:link {color: #FFFFFF;font-size: 12px;} /* small links in the members area (without the left menu) */
a.smalllink:visited {color: #CCCCFF;font-size: 12px;}
a.smalllink:hover {color: #FF9900;font-size: 12px;}
a.smalllink:active {color: #FFCCFF;font-size: 12px;}

.submitbuton {width: 78px;} /* submitbuttons in the members area */
/*.tdcontentbgcolor {background-color: #000033;} /* Backgrouncolor of the cell with the content part in the members area */