/* main body style */
/* remove border from linked images */

a img {
	border: 0px;
}

a:hover, a:active, a:focus {
	outline:none;
}

/* link classes 
Note 1: we only specify anything that changes from the base class in 
all other classes 
Note 2: we only specify individual styles for the pseudo classes 
e.g. (A:link, A:hover etc.) if styling these differently 
*/
a, a.pn-normal {
	background: none;
	color: #e2001a;
	font-size: 12px;
	text-decoration: underline;
	border: none;
}

a.fade:link {
	color: White;
	background: transparent;
	font-size: 14px;
}

a.fade:visited {
	color: White;
	background: transparent;
	font-size: 14px;
}

a.fade:hover {
	color: White;
	background-color: #e2001a;
	font-size: 14px;
}

a.fade:active {
	color: White;
	background-color: #e2001a;
	font-size: 14px;
}

a.pn-logo {
	font-size: 12px;
	text-decoration: none;
}

a.pn-pagetitle, h1 a {
	font-size: 12px;
}

a.pn-sub {
	font-size: 12px;
	font-weight: normal;
}

a.pn-title, h2 a {
	font-size: 14px;
	font-weight: bold;
}

a.small:link {
	color: White;
}

a.small:visited {
	color: White;
}

a.small:hover {
	color: Silver;
}

a.small:active {
	color: Silver;
}

body {
	background-image: url(http://www.kw-club.de/WORLDLEAGUE/gfx/bgr/1_home.jpg);
	background-attachment: fixed;
	background: #1a171b;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

html {
	height: 102%;
	scrollbar-3dlight-color: #E2001A;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #C0C0C0;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #808080;
}

form {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

hr {
	width: 100%;
	border: thin ridge silver;
	/* border: 1px inset silver; */
	height: 1pt;
}

.linered {
	height: 1px;
	width: 33%;
	color: #E2001A;
	border: 1px dashed;
	text-align: center;
}

input {
	font-family: "Times New Roman", Times, serif;
	background-color: transparent;
	border: 1px outset Silver;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 5px 0px 0px 0px;
}

li {
	list-style-type: square;
}

select {
    font-family: "Times New Roman", Times, serif;
	background-color: black;
	border: 1px outset Silver;
	color: #FFFFFF;
	font-size: 12px;
}

/* styling for block elements */
td, th, div {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	letter-spacing: 1px;	
}

textarea {
	background-color: transparent;
	border: 1px solid Silver;
	color: Silver;
	font-size: 12px;
}

.blocksatz {
	text-align: justify;
}

.skyscraper {
	float: right;
	width: 160px;
	height: 600px;
}

/* styles for legacy opentable functions */

/*.box1 {
	border: 1px inset Silver;
	margin-bottom: 6px;
	padding: 4px;
	width: 98%;
}*/

.box1 {
}

.box2 {/*
	border: 1px inset Silver;
	margin-bottom: 6px;
	padding: 4px;
	width: 96%;
*/}

.centerblock {
	color: White;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	text-align: left;
	background: transparent;
}

.fade {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.main {
/*	background: url(/WL08/gfx/WL-Logo.gif) no-repeat;
	background-image: url(/WL08/gfx/WL-Logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
*/
}

/* postnuke specific classes */
.pn-logo {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
}

.pn-logo-small {
	font-size: 12px;
	font-weight: bold;
}

.pn-normal {
	color: #1a171b;
	font-size: 12px;
	text-decoration: none;
}

.pn-pagetitle, h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.pn-statusmsg {
	color: #e2001a;
	font-weight: bold;
}

/* news styles */
.pn-storytitle {
	font-size: 14px;
	font-weight: bold;
}

.pn-sub {
	font-size: 12px;
}

.pn-title, h1, h2, h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 24px;
}

/* block styles */
/*.sideblock {
	background: url(/WORLDLEAGUE/themes/WorldLeague/images/sideblock-bgr.jpg) no-repeat;
	background-color: #1a171b;
	background-image: url(/WORLDLEAGUE/themes/WorldLeague/images/sideblock-bgr.jpg);
	background-repeat: no-repeat;
	border: 1px inset Silver;
	margin-bottom: 4px;
	padding: 8px;
	text-align: left;
	width: 150px;
	color: #FFFFFF;
}

.sideblockmain {
	background-color: #FFFFFF;
	color: #808080;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 3px;
	width: 142px;
}
*/
.sideblockleft {
	margin-bottom: 4px;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
}

.sideblockright {
	margin-bottom: 4px;
	padding: 0px;
	text-align: right;
	color: #FFFFFF;
}

.sideblockmain {
	/* font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 3px;
	*/
}

.small {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: White;
}

.norm {
	font-size: 12px;
	color: White;
}

#email_lost_password {
	width: 200px;
}

#memberslist_letter {
	width: 70px;
}

#memberslist_nickname, #memberslist_realname, #memberslist_url {
	background-color: Grey;
	border: 0px none;
}

/* styling for lists 
ul {
	margin-left: 1em;
	padding-left: 1em;
	text-indent: 0em;
}
*/

a.flyer {
	border: 1px inset Silver;
}

.flyer {
	border: 1px outset Silver;
}

.zeile {
	/* line-height: 140%; */
}

.head {
	font-size: 12px;
	font-weight: bold;
	color: Silver;
	/* padding: 6px 6px 4px 10px; */
}
.weblnk {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #1a171b;
}

.red {
	color: #e2001a;
}

.redhead {
	font-size: 14px;
	font-weight: bold;
	color: #e2001a;
}

