
/* no_editor_please */
/**
  *	generic styles
  */
form {
	margin: 0 0 0 0;
}

.verysmall, .verysmall a {
	font-size: 9px;
}

.small, .small a, .small td, .small th {
	font-size: 11px;
}

body.screen1024 .small, body.screen1024 .small a, body.screen1024 .small td, body.screen1024 .small th {
	font-size: 9px;
}
.normal, .normal a {
	font-size: 12px;
}

body.screen1024 .normal, body.screen1024 .normal a {
	font-size: 10px;
}

.large, .large a {
	font-size: 14px;
}

body.screen1024 .large, body.screen1024 .large a {
	font-size: 12px;
}

.extralarge, .extralarge a {
	font-size: 16px;
}

body.screen1024 .extralarge, body.screen1024 .extralarge a {
	font-size: 14px;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.vsub {
	vertical-align: sub;
}

.vsup {
	vertical-align: super;
}

.center {
	text-align: center;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.floatleft {
	float: left;
}

img.floatleft {
	margin-right: 10px;
	margin-bottom: 10px;
}

.floatright {
	float: right;
}

.sidenote {
	color: #8e8e8e;
	font-size: 10px;
}

.nomargin {
	margin: 0 0 0 0;
}

.content table td.nopadding, table.content td.nopadding, .nopadding {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.p5 {
	padding: 5px;
}

.p15 {
	padding: 15px;
}

.m10 {
	margin: 10px;
}

.m20 {
	margin: 20px;
}

.iw30 {
	width: 30px;
}

.w10 {
	width: 10%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w70 {
	width: 70%;
}

.w80 {
	width: 80%;
}

.w90 {
	width: 90%;
}

body.screen1024 .w90 {
	width: 95%;
}

.w100 {
	width: 100%;
}

.w20p {
	width: 20px;
}

.w50p {
	width: 50px;
}

.w100p {
	width: 100px;
}

.w400p {
	width: 400px;
}

.w650p {
	width: 650px;
}

.h100 {
	height: 100%;
}

.h75 {
	height: 75%;
}

.boxmargin {
	margin: 10px;
}

.black, .black a {
	color: #000000;
}

.grey, .grey a {
	color: #999999;
}

.lightgrey, .lightgrey a {
	color: #CECECE;
}

.green, .green a {
	color: #1fdf1f;
}

.darkgreen, .darkgreen a {
	color: #277827;
}

.red, .red a {
	color: #df1f1f;
}

.orange, .orange a {
	color: #ffbf00;
}
	
.white, .white a {
	color: #FFFFFF;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearall {
	clear: both;
}

.hr {
	font-size: 1px;
	height: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CECECE;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.o0 {
	opacity: 0;
	filter: Alpha(opacity=0);
}

.o5 {
	opacity: 0.05;
	filter: Alpha(opacity=5);
}

.o10 {
	opacity: 0.10;
	filter: Alpha(opacity=10);
}

.o30 {
	opacity: 0.30;
	filter: Alpha(opacity=30);
}

.o40 {
	opacity: 0.40;
	filter: Alpha(opacity=40);
}

.o50 {
	opacity: 0.5;
	filter: Alpha(opacity=50);
}

.o75 {
	opacity: 0.75;
	filter: Alpha(opacity=75);
}

.th {
	font-weight: bold;
	background-image: url('http://static.fatal-vortex.de/tplfiles/3/images/table/th.png');
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.thsub {
	font-weight: bold;
	background-image: url('http://static.fatal-vortex.de/tplfiles/3/images/table/th_sub.png');
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.bg {
	background-image: url('http://static.fatal-vortex.de/tplfiles/3/images/table/td.png');
}

.smallicon {
	width: 15px;
}

.nolink, .nolink a {
	text-decoration: none;
}

.nolink a:Hover, a.nolink:Hover {
	text-decoration: underline;
}

.nobg {
	background-image: none;
}

.clickable {
	cursor: hand;
}

.moveable {
	cursor: move;
}

.strike {
	text-decoration: line-through;
}

.border {
	border: 1px solid #000000;
}

.borderrow {
	border-bottom: 1px solid #000000;
}

.imgborder img {
	border: 1px solid #000000;
}

body.screen1024 .no1024 {
	display: none;
}

body.screen1280b .no1280b {
	display: none;
}

.only1024 {
	display: none;
}

body.screen1024 .only1024 {
	display: inline;
}

ul.dummy, ul.dummy li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}

.lspace200 {
	line-height: 200%;
}

.lspace150 {
	line-height: 150%;
}

.cursorHelp {
	cursor: help;
}
