body {
	font-family: Verdana;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
#title {
	font-size: 10px;
	background-color: #000022;
	color: #ffffff;
	padding: 15px;
	
}
#menu {
	border-top: solid 1px #ffcc00;
	border-bottom:solid 1px #ffcc00;
	background-color: #555555;
	background-image: url(../images/menubg.gif);
	padding: 7px;
	color: #ffcc00;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
}
#footer {
	border-top: solid 3px #ffcc00;
	font-size: 11px;
	background-color: #000022;
	color: #ffffff;
	padding: 15px;
}
#footer a {
	color: #ffcc00;
	text-decoration: none;
}
a {
	text-decoration: none;
}
#content {
	padding: 10px;
}
input {
	font-size: 11px;
}
.biginput {
	font-size:16px;
}
.button {
	width:200px;
}
textarea {
	
	font-size: 11px;
}

.fakelink {
	cursor: pointer;
	color: #0000ff;
	text-decoration: underline;
}
.headline {
	font-size: 18px;
	font-weight: bold;
}
.text {
	font-size: 11px;
}
.separator {
	/*border-top: solid 1px #cccccc;
	margin-bottom: 10px;*/
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#leftcontent {
	float:left;
	width:500px;
}
#rightcontent {
	float:left;
	width:190px;
	background-color:#f4f4f4;
	border: solid 1px #cccccc;
	padding:5px;
}
#rightcontent .rubrik {
	width:185px;
	font-size: 12px;
	font-weight: bold;
	color:#ffcc00;
	padding:2px;
	background-color:#222222;
}
.admin {
	border: solid 1px #cccccc;
	margin:10px;
	padding: 5px;
	background-color: #efefef;
}
.login {
	color:#cccccc;
	font-size: 10px;
	text-align: right;
}

.teamsektionlist {
	width: 750px;
	padding: 5px;
	background-color: #333333;
	color: #ffcc00;
	margin-bottom: 10px;
	font-size: 12px;
	cursor: pointer;
}
.teamsektionlist a {
	color: #ffffff;
	text-decoration: none;
}
.teamsektionlist a:hover {
	color: #ffcc00;
	text-decoration: none;
}

.teams {
	width: 680px;
	padding: 2px;
	font-size: 14px;
}
.teams a {
	text-decoration: none;
}
.tableheadline {
	background-color:#cccccc;
	color:#333333;
	font-weight: bold;
}
.sbflink1 {
	color:#386c9a;
	font-weight: bold;
	text-decoration: none;
}
.sbflink2 {
	color:#386c9a;
	font-weight: normal;
	text-decoration: none;
}
.center {
	text-align: center;
}
.blackborder {
	border-bottom:solid 1px #000000;
	font-weight: bold;
}
.grayborder {
	border-bottom:solid 1px #cccccc;
}
h2 {
	background-color:#000022;
	background-image: url(../images/bannerbg.gif);
	color:#ffcc00;
	padding:5px;
	font-size:14px;
}
.teamheader {
	font-weight: bold;
	color: #ffcc00;
	background-color: #003;
	padding:5px;
}
.white {
	color:#ffffff;	
}
.teamitem {
	float: left;
	width:200px;
	padding:5px;
	margin:5px;
	border: solid 1px #efefef;
	background-color:#f5f5f5;
}
.teamitem a {
	font-size:12px;
	font-weight: normal;
	color:#000066;
}
.ui-button {
			cursor:pointer;
			margin:0;
			outline:0 none;
			padding:0.4em 1em 0.5em;
			position:relative;
			text-align:center;
			text-decoration:none;
		}