/* Default-Layout */

/* Grundeinstellungen */
body {
  background-color: #ffffff;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

table {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  border-style: none;
  border-width: 0px;
  border-spacing: 0px;
  padding: 0px;
}

.background {
	background-image: url(/images/background.scl.jpg);
	background-repeat: repeat-y;
}

/* Links */
a:link    { color: #ff0000; font-weight: bold; text-decoration: none }
a:visited { color: #dd0000; font-weight: bold; text-decoration: none }
a:hover   { color: #ef6b10; font-weight: bold; text-decoration: underline }

a.black:link    { color: #000000; font-weight: normal; text-decoration: none }
a.black:visited { color: #000000; font-weight: normal; text-decoration: none }
a.black:hover   { color: #FFFF00; font-weight: normal; text-decoration: underline; }

a.blackbold:link    { color: #000000; font-weight: bold; text-decoration: none }
a.blackbold:visited { color: #000000; font-weight: bold; text-decoration: none }
a.blackbold:hover   { color: #FFFF00; font-weight: bold; text-decoration: underline; }

a.invisible { color: inherit; font-weight: inherit; text-decoration: inherit }


/* simulate links with <span class="link"></span>, e.g for popups */
span.link       { color: #FF0000; cursor: pointer; font-weight: bold; text-decoration: none; }
span.link:hover { color: #ef6b10; cursor: pointer; font-weight: bold; text-decoration: underline; }

/*b { color: #FF0000; font-weight: bold }*/
b.red { color: #FF0000; }

/* spezielle Formatierungen */
h1 { color: #ef2121; font-size: 14px; line-height: 120%; font-weight: bold }
h2 { color: #ef2121; font-size: 12px; line-height: 120%; font-weight: bold }
th { color: #ef2121; font-weight: bold }
th.big { /*color: #ef2121;*/ font-size: 14px; line-height: 120%; font-weight: bold; letter-spacing: normal; padding: 3px;}

/* Tabellen und Input-Field Formatierungen fuer Formulare */
table.form {
	border-color: #ef2918;
	border-style: solid;
	border-width: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	padding: 2px;
	margin: 2px;
}

th.form {
	border-color: #ef2918;
	border-style: solid;
	border-width: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	
	padding: 3px;
    margin: 1px;
			
	color: #ef2121;
    vertical-align: middle;
	font-weight: bold;
}

td.header {
	border-color: #ef2918;
	border-style: solid;
	border-width: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	
	padding: 3px;
    margin: 1px;
			
	background-color: #f77b10;
	color: #800000;
    vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

td.field {
	border-color: #ef2918;
	border-style: solid;
	border-width: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	
	padding: 3px;
    margin: 1px;
			
	color: #000000;
    vertical-align: middle;
	text-align: left;
	/*font-weight: normal;*/
}

td.border_tb {
	border-top: 1px solid #ef2918;
	border-bottom: 1px solid #ef2918;
	
	padding: 3px;
    margin: 1px;
}

td.input{
	border-color: #ef2918;
	border-style: solid;
	border-width: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	
	padding: 3px;
    margin: 1px;
			
	color: #000000;
    vertical-align: middle;
	text-align: left;
	font-weight: normal;
}

/* input field */
input.text {
  	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	/*font-size: 10px;
	line-height: 120%;*/
	border-style: none;
	border-width: 0px;
	padding: 1px;
	background-color: #ffad08;
	color: #aa0000;
	font-weight: bold;
}

input.text:focus {
	background-color: #ffbd08;
}

input.checkbox {
  	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 100%;
	border-style: none;
	border-width: 0px;
	padding: 1px;
	background-color: #ffad08;
	color: #aa0000;
}

textarea.text {
  	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 120%;
	border-style: none;
	border-width: 0px;
	padding: 1px;
	background-color: #ffad08;
	color: #aa0000;
	font-weight: normal;
}

textarea.text:focus {
	background-color: #ffbd08;
}

select.list {
  	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 120%;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	background-color: #ffad08;
	color: #aa0000;
	font-weight: bold;
}

select.list:focus {
	background-color: #ffbd08;
}

input.button {
  	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 120%;
	/*border-style: solid;
	border-width: 1px;
	*/
	border: 0px none #000000;
	padding: 0px;
	background-color: #ef2121;
	color: #000000;
	font-weight: bold;
}

input.button:hover {
	color: #ffff00;
/*	background-color: #ff4242;*/
}

input.button:focus {
	color: #ffff00;
/*	background-color: #ff4242;*/
}


/* Hints (include in <span class="hint">...</span> tags) */
span.hint  { font-size: 10px; font-weight: normal; font-style: italic; }

/* Error messages (include in <span class="error">...</span> tags) */
span.error { font-size: 12px; color: #ff0000; font-weight: bold; }

/* Notifications (include in <span class="info">...</span> tags) */
span.info{ font-size: 12px; color: #008000; font-weight: bold; }

/* Links concealed as buttons */
a.button {
  	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: normal;
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px 5px;
	background-color: #ef2121;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.button:hover {
	color: #ffff00;
/*	background-color: #ff4242;*/
}

a.button:focus {
	color: #ffff00;
/*	background-color: #ff4242;*/
}

.darkblue {
    color: #0000cc;
    font-weight: bold;
}

.darkred {
    color: #cc0000;
    font-weight: bold;
}

.yellow {
    color: #ffbd08;
    font-weight: bold;
}

.green {
    color: #ef2121;
    font-weight: bold;
}

.greenheading {
    color: #ef2121;
    text-align: center;
	font-weight: bold;
}

.blackheading {
    color: #000000;
    text-align: center;
	font-weight: bold;
}

/* elements with green background when hovered */
.greenhover {
    cursor: pointer;
	text-decoration: none;
}

.greenhover:hover {
	background-color: #ffee96;
}

/* elements with green background when hovered */
.bluehover {
	text-decoration: none;
}

.bluehover:hover {
	background-color: #ef8a81;
}

.linkcursor {
	cursor: pointer;
}

.defaultcursor {
	cursor: default;
}

.normal{
    font-size: 12px;
}

.big {
    font-size: 14px;
}

.huge {
    font-size: 18px;
}

.megahuge {
    font-size: 22px;
}

.bold {
	font-weight: bold;
}

.sectionheader {
	color: #f7fb20;
	background-color: #ef8a81;
}

/* Tabelle mit sichtbarem Rahmen */
.framed {
  background-color: #FFBD00;
  border-color: #CCA000;
  border-style: solid;
  border-width: 1px;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
}

.frame_top {
  border-top: 1px solid #CCA000;
  border-spacing: 0px;
  border-collapse: collapse;
}

.pad {
    padding: 5px;
}

.nopad {
    padding: 0px;
}

td.aligntop {
	vertical-align: top;
}

.separator {
    border-top: solid #CCA000 1px;
}

.leftalign { text-align: left; }
.rightalign { text-align: right; }

/* Navigation */
table.menu {
    /*background-image: url(/images/gradient.30.gif");*/
	border-collapse: collapse;
    border-spacing: 0px;
    border-style: none;
    border-width: 0px;
    /* color: #FFFF00; */
	padding: 0px;
	margin: 0px;
}

td.menu_top {
	background-color: #e32121;
	color: #000000;
    vertical-align: middle;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

td.menu {
	background-color: #e32121;
	color: #ffffff;
    vertical-align: middle;
	text-align: center;
	height: 24px;
	font-weight: bold;
}

td.menuselected {
	background-color: #f77b20;
	color: #ffffff;
    vertical-align: middle;
	text-align: center;
	height: 24px;
	font-weight: bold;
}

td.title {
	background-image: url(/images/logo.scl.jpg);
	height: 80px;
	/*color: #ffb700;*/
	color: #440000;
	vertical-align: middle;
	text-align: center;
	padding-left: 130px;
	padding-right: 180px;
	line-height: 120%;
	font-size: 24px;
	font-weight: bold;
}

a.menu:link    { color: #000000; font-weight: bold; text-decoration: none; }
a.menu:visited { color: #000000; font-weight: bold; text-decoration: none; }
a.menu:hover   { color: #ffb700; font-weight: bold; text-decoration: underline; }




table.footer {
    height: 30px;
    /*background-image: url(/images/gradient.30.gif);*/
    border-style: none;
    border-width: 0px;
    font-weight: bold;
}


table.standing {
	/*
	border-color: #668866;
	border-style: solid;
	border-width: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	*/

	padding: 0px;
	margin: 0px;
	cursor: default;
}

td.standing_header {
	/*
	border-color: #668866;
	border-style: solid;
	border-width: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	*/
	
	color: #0000ff;
    vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

td.standing{
	/*
	border-color: #668866;
	border-style: solid;
	border-width: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	*/
	
	color: #000000;
    vertical-align: middle;
	text-align: right;
	font-weight: normal;
}

.standing_team {
	/*
	border-color: #668866;
	border-style: solid;
	border-width: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	*/
	
	color: #000000;
    vertical-align: middle;
	text-align: left;
	font-weight: normal;
}

table.ranking {
	/*
	border-color: #668866;
	border-style: solid;
	border-width: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	*/
	
	padding: 0px;
	margin: 0px;
	cursor: default;
}

td.ranking {
	/*
	border-color: #668866;
	border-style: solid;
	border-width: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	*/

	color: #000000;
    vertical-align: middle;
	text-align: right;
	font-weight: normal;
}

table.forum {
	border-color: #ef2918;
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

.post {
	border-color: #ef2918;
	border-style: solid;
	border-width: 1px;
	border-spacing: 0px;
	border-collapse: collapse;

	padding: 3px;
	margin: 1px;	 
}

.author {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.threadtitle {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.posttitle {
	border-right: 0px none #000000;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.buttons {
	border-left: 0px none #000000;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}


.message{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

td.button {
	padding: 5px;
	text-align: center;
}

div.quote {
	border: 1px solid #008800;
	padding: 5px 3px;
}

div.code {
	border: 1px solid #008800;
	padding: 5px 3px;
	font-family: Courer, "Courier New", monospace;
}

div.alert {
	position: absolute;
	display: none;
	border: 4px solid #ff0000;
	background-color: #cf8ffc;
	color: #800000;
	padding: 10px;
	cursor: default;
}
