/*
Bildschirmeinstellungen
swiss orienteering PISTE Ranglisten Tool
*/


body {
	background: url(../pics/so_background.gif);
	background-position:right;
}

#rigth_border {
	position: absolute; top: 0px; right: 0px;
	background: #de0000;
	width: 4px;
	height: 100%;
}


.strip_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #494949;
    font-weight: bold;
    font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

.strip_link_left {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #494949;
    font-weight: bold;
    font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

.strip_link a {
	font-size: 7pt;
	font-weight: bold;
}

.strip_link a:hover {
	font-size: 7pt;
	font-weight: bold;
	color: #be0000;
}

/*------------ Menu -------------*/

#menu {
	background: #de0000;
	margin: 0;
	padding: 0;
	float: left;
	width: 175px;
}

#menu .pad {
	/*padding: 0 10px 0 10px;*/
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul a {
	padding: 6px 10px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #494949;
	background: #eeeeee;
	border-bottom: 1px solid #b4b4b4;
	border-collapse: collapse;
}

#menu ul ul a {
    font-size: 7pt;
	font-weight: normal;
}

#menu ul li.nav_current a {
	color: #494949;
	background: #b4b4b4;
}

#menu ul ul li.nav_current a {
	color: #494949;
	background: #eeeeee;
	font-weight: bold;
}

#menu li a:hover {
	color: #eeeeee;
	background: #494949;
}

#menu li.nav_current a {
	
	/*font-weight: bold;*/
}

#menu li.nav_current ul a {
	/*font-weight: normal;*/
}

#menu li.nav_current ul a:hover {
	/*color: #ee1d3c;*/
}

#menu li.nav_current a:hover {
	/*color: #ee1d3c;*/
}

#menu ul ul {
	/*padding-bottom: 0;*/
}

#menu ul ul a {
	/*border: none;
	padding: 3px 10px 3px 15px;
	font-size: 90%*/
}

#menu ul a:hover {
	/*color: #ee1d3c;*/
}

#menu ul ul li.nav_current a {
	/*color: #ee1d3c;*/
}


/*--- Main container --------------*/

#content {
	background: #fff;
	margin: 0 5px 0 175px;
	padding: 0 5px 5px 5px;
	/*overflow: auto;*/
}

/* normales Padding */
#content .pad {
	background: #eeeeee;
	padding: 20px 20px 80px;
}


/*---------- Footer ------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
}

#footer_left {
	float: left;
	width: 175px;
	height: 8px;
	background: #000;
}

#footer_right {
	margin: 0 9px 0 180px;
	height: 8px;
	background: #b4b4b4;
}
