/*#############################################################
Author: Viktor Persson
URL: http://templates.arcsin.se
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	color: #543;
	background-color: #000000;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.1em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.2em;
	margin-bottom: 4px;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 5px;
}
h3 {
	font-size: .8em;
	margin-bottom: 5px;
}

h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/bgcontainerf.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	height: 160px;
	margin: 0 auto;
	width: 760px;
	background-image: url(img/header2010.jpg);
	background-repeat: no-repeat;
}

/* title */
.title {
	text-align: center;
	padding-top: 112px;
}
.title h1 {
	color: #E4DBCF;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: 2.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: .3em;
}

/* navigation */
.navigation {
	background: #c6162b;
	height: 44px;
	width: 724px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 18px;
	padding-left: 18px;
}
.navigation a {
	color: #fff;
	text-decoration: none;
	margin-right: 6px;
	line-height: 44px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.navigation a:hover {
	color: #000;
	background-color: #fff;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
}
.sidenav h1 {
	color: #3E3E39;
	font-size: 14px;
	height: 26px;
	margin: 0;
	padding-left: 10px;
	background-color: #DBD7CC;
	background-image: none;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #CCC;
	border-bottom-color: #999;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.sidenav h2 {
	background: #BCB39F url(img/sidenavh1d.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 12px;
	height: 22px;
	margin: 0;
	padding-left: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.sidenav p {
	background: #CCC3AF;
	color: #554;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
}

.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}

.content .sport {
	color: #987E57;
	font-size: 14px;
	margin-bottom: 6px;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.left {
	float:left;
	margin:3px 10px 2px 0;
	border: 1px solid #000000;
}
.right {
	float:right; 
	margin:2px 0 2px 10px;
	border: 1px solid #000000;
}
/* search */
input.styled {
	margin: 1px auto;
	padding: 2px 3px;
	background-color: #555555;
	border: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


/* footer */
.footer {
	color: #FED;
	font-size: 1em;
	line-height: 25px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
	background-color: #c6162b;
	background-image: url(img/bgfooter.gif);
	background-repeat: repeat-x;
	vertical-align: bottom;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}