@charset "utf-8";
body, html, * {

	margin:0;

	padding:0;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

body {
	background: #000000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #660E0C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: auto;
}
#header {
	width: 980px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660E0C;
	height: 100px;
	background-image: url(gfx/rsuLogoE.jpg);
}
#navi {
	background-image: url(gfx/back28.jpg);
	height: 26px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660E0C;
}

#navi ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
}

#navi li {
	margin: 6px;
	text-align: left;
	position: relative;
	float: left;
}

#navi a {
	display: block;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
}

#navi a:link, #navi a:visited {
	color: #991513;
	text-decoration: none;
}

#navi a:hover {
	color: #660E0C;
}

#main {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660E0C;
	width: 980px;
	background-color: #000000;
}

#mainnavi {
	float: left;
	width: 170px;
}

#mainlogo {
	width: 120px;
	margin-top: 10px;
	padding-left: 25px;
}
#maincrew {
	margin-top: 10px;
	padding-left: 25px;
}

#mainmembers h1 {
	font-size: 14px;
	font-weight: bolder;
	color: #991513;
}

#mainmembers ul {
	margin-top: 10px;
	font-weight: bold;
}

#mainmembers li {
	text-align: center;
	list-style-type: none;
	border: 2px solid #991513;
	margin-top: 5px;
	height: 16px;
	width: 112px;
	margin-left: 25px;
	font-size: 12px;
	padding: 2px;
	background-image: url(gfx/fadeA.jpg);
	background-repeat: repeat;
}

#mainmembers a {
	width: auto;
}
#mainplayer {
	margin-top: 10px;
	padding-left: 24px;
}
#mainplayerlink a {
	color: #aaaaaa;
	font-size: 12px;
	text-decoration: none;
	margin-left: 12px;
}
#mainplayerlink a:hover {
	color: #333333;
}

#mainsidebar  {
	width: 100px;
	margin-left: 35px;
}

#mainsidebar img {
	margin-top: 15px;
	margin-bottom: 5px;
}

#mainsidebar a {
	text-decoration: none;
	font-size: 10px;
	color: #EEEEEE;
}

#mainsidebar a:hover {
	color: #9B1410;
}

#mainmembers a:link, #mainmembers a:visited {
	color: #9B1410;
	text-decoration: none;
}

#mainmembers a:hover {
	color: #330706;
}

#mainform {
	width: 118px;
	margin-top: 10px;
	background-color: #222222;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-left: 17px;
}

#mainform p {
	font-size: 9px;
	padding-top: 5px;
}

.css_inp_user {
	width: 96px;
	height: 18px;
	background-image: url(gfx/fadeA.jpg);
	background-repeat: repeat;
}

.css_inp_pass {
	width: 96px;
	height: 18px;
	background-image: url(gfx/fadeA.jpg);
	background-repeat: repeat;
}

.css_inp_user2 {
	width: 96px;
	height: 18px;
	background-image: url(gfx/fadeB.jpg);
	background-repeat: repeat;
}

.css_inp_pass2 {
	width: 96px;
	height: 18px;
	background-image: url(gfx/fadeB.jpg);
	background-repeat: repeat;
}

.css_inp_login {
	width: 100px;
	height: 20px;
	font-size: 9px;
	background-image: url(gfx/fadeA.jpg);
	background-repeat: repeat;
	color: #000000;
}

.css_inp_reg {
	width: 100px;
	margin-top: 10px;
	height: 20px;
	font-size: 9px;
	background-image: url(gfx/fadeA.jpg);
	background-repeat: repeat;
	color: #000000;
}

.css_inp_reg2 {
	width: 100px;
	margin-top: 10px;
	height: 20px;
	font-size: 9px;
	background-image: url(gfx/fadeB.jpg);
	background-repeat: repeat;
	color: #000000;
}

#maintext {
	float: left;
	width: 606px;
	color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #660E0C;
	background-color: #333333;
	background-repeat: repeat-y;
	padding: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #660E0C;
	background-image: url(gfx/mainback2.jpg);
}
#maintext h1 {
	font-size: 18px;
	margin-bottom: 10px;
}
#maintext h3 {
	font-size: 16px;
	margin-bottom: 8px;
}

#maintext a {
	font-size: 14px;
	color: #660E0C;
	text-decoration: none;
}
#maintext a:hover {
	color: #9B1410;
}

#maintext p {
	font-size: 14px;
	margin-bottom: 15px;
}

.css_inp_w450 {
	width: 450px;
}

.css_inp_w450b {
	width: 450px;
	font-size: 9px;
}

.css_inp_w250 {
	width: 250px;
}

.css_inp_w100 {
	width: 100px;
	font-size: 9px;
}
.sbupload_table {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 20px;
	border: 1px solid #660E0C;
}
.sbupload_table td {
	padding: 10px;
	text-align: center;
}
.sbbutton_table {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
.sbbutton_table td {
	text-align: left;
}

#sidebar {
	float: left;
	width: 100px;
	padding-left: 35px;
	padding-right: 34px;
}

#sidebar img {
	margin-top: 15px;
	margin-bottom: 5px;
}

#sidebar a {
	text-decoration: none;
	font-size: 10px;
	color: #EEEEEE;
}

#sidebar a:hover {
	color: #9B1410;
}

#linktausch {
	float: left;
	padding-left: 1px;
	margin-top: 25px;
}

#footer {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 14px;
	background-color: #000000;
	color: #FFFFFF;
}
#singletextbox {
	width: 590px;
	border: 2px solid #660E0C;
	background-color: #555555;
	margin-bottom: 20px;
}

#searchwords {
	padding-left: 1px;
	margin-bottom: 10px;
}

.sw_table {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.sw_table td {
	font-size: 10px;
	border: 1px solid #660E0C;
	padding: 1px;
	padding-bottom: 2px;
	text-align: center;
}

#mainplayerlink {
	width: 120px;
	padding-left: 38px;
}
