/* TimeSplitters-World (c) Artur Reilin */

/* Allgemeine Layout-Einstellungen */
body {background-color: #111111; color: #C9C9C9; font-size: 12px; font-family: Tahoma;}

a {text-decoration: none;}
a:link,a:visited {color: #FFFFFF;}
a:hover,a:active {color: #FFCC00; text-decoration: underline;}

/* Haupt-Container */
.main {
	width: 930px;
	vertical-align: top;
	background: #DFDFDF;
	border: 1px solid #656565;
	margin: auto;
}
.head-navi {
	padding: 3px;
	border-bottom: 1px solid #656565;
	background: #3D3D3D;
}
.head {
	width: 930px;
	height: 150px;
	text-align: center;
	border-bottom: 1px solid #656565;
}
.topnavi {
	width: 930px;
	text-align: center;
	background: #3D3D3D;
	border-bottom: 1px solid #656565;
}
.topnavi ul {display: block; margin: 0px; padding: 0px; font-size: 15px;}
.topnavi ul li {padding-left: 13px; padding-right: 13px; padding-top: 5px; padding-bottom: 5px; margin-left: 3px; margin-right: 3px; margin-top: 5px; margin-bottom: 5px;	font-weight: bold; border: 1px solid #656565; display: inline-block;}
.topnavi ul li:hover,.topnavi ul li:active,.topnavi ul li:focus {border: 1px solid #B1DEB1; background: #294574;}
.topnavi ul li a {text-decoration: none;}

.navi {
	width: 200px;
	text-align: center;
	vertical-align: top;
	background: #3D3D3D;
	border-right: 1px solid #656565;
	border-bottom: 1px solid #656565;
	float: left;
}
.content {
	width: 729px;
	text-align: left;
	float: right;
	vertical-align: top;
	color: #3C3C3C;
}
.content-in {
	margin: 5px;
}
.copyright {
	width: 930px;
	text-align: center;
	border-top: 1px solid #656565;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #3D3D3D;
	clear: both;
	font-family: verdana;
	font-size: 11px;
}


/* hnavi */
.menu {
	width: 200px; 
	text-align: left;
	background: #3D3D3D;
}

.menu .mdname {
	display:block;
	padding-left: 15px;
	border: 1px solid #656565;
	font-family: Arial;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
	background: #171717 url(images/mb.jpg) no-repeat top left;
	color: #D8E6F5;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	height: 20px;
}
.menu .mlink,.menu .mlink:link,.menu .mlink:visited {
	display: block;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	padding-left: 5px;
	padding-right: -5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.menu .mlink:hover,.menu .mlink:active,.menu .mlink:focus {
	text-decoration: none;
	background: #4D4D4D;
	padding-left: 10px;
} 
.menu .mlinkw,.menu .mlinkw:link,.menu .mlinkw:visited {
	display: block;
	font-size: 11px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	padding-left: 5px;
	padding-right: -5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.menu .mlinkw:hover,.menu .mlinkw:active,.menu .mlinkw:focus {
	text-decoration: none;
	background: #4D4D4D;
	padding-left: 10px;
}
.menu .mditem {
	padding-top: 4px;
	padding-bottom: 4px;
}
.menu .mdkat {
	border: 1px solid #656565;
	background: #171717;
	width: 188px;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	padding-left: 8px;
	font-weight: bold;
	clear: left;
}
.menu .mclear {clear: left;}

/* Div-Container */
.div-main {border: 1px solid #29313A; padding: 3px; background: #E9E9E9; color: #3C3C3C; text-align: left;}
.div-head {font-size: 12px; font-weight: bold; border-bottom: 1px solid #29313A;}
.div-content {text-align:justify; padding: 5px;}
.div-contentx {text-align: left; vertical-align: top;}
.div-avatar {margin: 2px; border: 1px solid #29313A; display: block; text-align: center;}
.div-footer {text-align: right; border-top: 1px solid #29313A; font-size: 11px;}

.div-image {margin: 2px;}

.div-main a,.div-main a:link,.div-main a:visited {color: #1F26EB;}
.div-main a:hover,.div-main a:active{color: #1F26EB; text-decoration: underline;}

.item1 a,.item1 a:link,.item1 a:visited,.item2 a,.item2 a:link,.item2 a:visited {color: #1F26EB;}
.item1 a:hover,.item1 a:active,.item2 a:hover,.item2 a:active {color: #1F26EB; text-decoration: underline;}

/* Schriftformatierungen */
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}

/* Diagonale Schriftformatierungen */
.leftt {text-align: left; vertical-align: top;}
.leftm {text-align: left; vertical-align: middle;}
.leftb {text-align: left; vertical-align: bottom;}
.centert {text-align: center; vertical-align: top;}
.centerm {text-align: center; vertical-align: middle;}
.centerb {text-align: center; vertical-align: bottom;}
.rightt {text-align: right; vertical-align: top;}
.rightm {text-align: right; vertical-align: middle;}
.rightb {text-align: right; vertical-align: bottom;}

/* Weitenangaben */
.w33-b {width: 32%; padding-left: 2px; padding-right: 2px;}
.w50-b {width: 49%; padding-left: 2px; padding-right: 2px;}

.w10{width: 10%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w33 {width: 33%;}
.w33b {width: 32%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w50b {width: 49%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}
.w90 {width: 90%;}
.w100 {width: 100%;}

/* Überschriften */
h1 {
	color: #474747; 
	font-family: Arial;
	font-size: 16px; 
	border: 1px solid #29313A; 
	background: #C8C8C8; 
	font-weight: bold; 
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px; 
	padding-left: 10px; 
	padding-right: 5px; 
	text-shadow: 1px 1px 1px #FFFFFF;
}
h2 {
	color: #474747;
	font-family: Arial;
	font-size: 14px; 
	border: 1px solid #29313A; 
	background: #C8C8C8; 
	font-weight: bold; 
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px; 
	padding-left: 10px; 
	padding-right: 5px; 
	text-shadow: 1px 1px 1px #FFFFFF;
}
h3,h4,h5,h6 {
	color: #474747;
	font-family: Arial;
	font-size: 12px; 
	border: 1px solid #29313A; 
	background: #C8C8C8; 
	font-weight: bold; 
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px; 
	padding-left: 10px; 
	padding-right: 5px;
}

/* Sonstiges */
img {border: 0px;}

.b {font-weight: bold;}
.u {text-decoration: underline;}
.s {text-decoration:line-through;}
.i	{font-style: italic;}
.nowrap {white-space: nowrap;}
.justify {text-align: justify;}

.floatl {float: left;}
.floatr {float: right;}

.clearl {clear: left;}
.clearb {clear: both;}
.clearr{clear: right;}

.border{border: 1px solid #838383;}
.borderl {border-left: 1px solid #838383;}
.borderr {border-right: 1px solid #838383;}
.borderb {border-bottom: 1px solid #838383;}

hr {height: 0px; border: 1px solid #29313A;}

.no-bullet {list-style-type: none;}

.div-main2 {border: 1px solid #29313A; padding: 3px; background: #D7D7D7; color: #3C3C3C; text-align: left;}

/* Für Story-Seiten */
.story-img {width: 160px; height: 100px; padding: 2px; border: 1px solid #838383;}
.story-title {font-size: 24px; margin-left: 25px;}
.story-desc {font-size: 18px; margin-left: 25px;}

/* table */
.rowbg {background: #F2F2F2;}

/* Herausforderungen-Styles */
.upc {border-top: 1px solid #333333; border-bottom: 1px solid #333333; margin: 2px; padding: 3px;}

/* Bronze */
.upb {color: #97302D; padding-left: 29px; padding-top: 5px; margin-top:1px; height: 20px; background-image: url(../img/bronze.gif); background-position: 5px; background-repeat: no-repeat; font-family: verdana;}
.upbr {color: #97302D; text-align: right; vertical-align: middle; padding-top: 5px; margin-top:1px;}

/* Silber */
.ups {color: #89887C; padding-left: 29px; padding-top: 5px; margin-top:1px; height: 20px; background-image: url(../img/silber.gif); background-position: 5px; background-repeat: no-repeat; font-family: verdana;}
.upsr {color: #89887C; text-align: right; vertical-align: middle; padding-top: 5px; margin-top:1px;}

/* Gold */
.upg {color: #735A21; padding-left: 29px; padding-top: 5px; margin-top:1px; height: 20px; background-image: url(../img/gold.gif); background-position: 5px; background-repeat: no-repeat; font-family: verdana;}
.upgr {color: #735A21; text-align: right; vertical-align: middle; padding-top: 5px; margin-top:1px;}

/* Platin*/
.upp {color: #3C7AC8; padding-left: 29px; padding-top: 5px; margin-top:1px; height: 20px; background-image: url(../img/platin.gif); background-position: 5px; background-repeat: no-repeat; font-family: verdana;}
.uppr {color: #3C7AC8; text-align: right; vertical-align: middle; padding-top: 5px; margin-top:1px;}

