/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #ffffff left top no-repeat;
	color: #000000;
	font: .80em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #79797b;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #a5a5a7 1px solid;
	color: #767676;
	font-size: 12px;
	padding: 2px 2px 3px
}

li{
	list-style: none
}
h2{
	font-size: 1em;
	margin: 0 0 1em
}
h3{
	font-size: 1.4em;
	font-weight: normal;
	/*text-transform:uppercase;*/
	/*letter-spacing: 0.2em;*/
	margin: 0 0 1.1em
}
h4{
	font-size: 1em;
 	padding: 1px 0 1px 0;
}
h5{
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 .5em
}
p{
	line-height: 1.4em;
	padding: 0 0 1.6em
}
#centercol td {
	line-height: 1.4em;
}

/*=== Layout ===*/
#page{
	width: 1050px;
	
}
/*=== Header ===*/
#header{
	height: 136px
}
/*- Logo -*/
#header h1{
	background: url(../images/gspo-logo.gif) no-repeat;
	float: left;
	margin: 1px 0 0 -135;
	text-indent: -9999px;
	width: 1050px
}
#header h1 a{
	display: block;
	height: 135px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	margin: 0 0 150px
}
.nav1 li a{
	color: #000000;
	display: block;
	min-height: 20px;
	margin: 5px 0 0 0;
	/*line-height: 20px*/
}
.nav1 li a:hover
{
	font-weight: bold;
	text-decoration: none
}
.nav1 li.active a{
	color: #b21131;
	font-weight: bold;
	text-decoration: none
}

/*- Nav1 Level2 -*/
.nav1 li.active li a{
	color: #000000;
	border-bottom: 1px solid #b8babc;
	font-weight: normal;
	padding: 2px 0 0 10px
}
.nav1 li.active li.active a,
.nav1 li.active li a:hover{
	color: #b21131;
	/*color: #000000;*/
	/*font-weight: bold*/
}
/*- Nav1 Level3 -*/
.nav1 li.active li li a,
.nav1 li.active li.active li a{
	color: #000000;
	font-weight: normal;
	padding: 0 0 5px 25px
}

.nav1 li.active li.active li.active a,
.nav1 li.active li.active li a:hover{
	color: #b21131;
	font-weight: normal
}
/*- Nav2 -*/
.nav2{
	color: #909092;
	font-size: .9em;
	height: 35px;
	line-height: 35px;
	margin: 0 0 30px
}
.nav2 li{
	display: inline;
}
.nav2 li a{
	color: #909092;
	font-weight: bold;
}
.nav2 li a:hover,
.nav2 li.active a{
	color: #909092;
	text-decoration: none
}
/*- Nav3 -*/
.nav3{
	color: #909092;
	font-size: .85em;
	height: 35px;
	line-height: 35px;
	margin: 0 0 30px
}
.nav3 li{
	display: inline;
	padding: 0 10px 0 0
}
.nav3 li a{
	color: #171419
}
.nav3 li a:hover,
.nav3 li.active a{
	color: #b21132;
	text-decoration: none
}
/*=== All Columns ===*/
#columns{
	background: #ffffff;
	height: 1%;
	min-height: 550px;
	padding: 0 6px 35px 35px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	margin: 65px 0 0;
	width: 150px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 0 0 0 60px;
	width: 490px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 245px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	font-size: .85em;
	margin: 0 2em 1em 0
}
.list1 h3{
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 1.0em
}
.list1 h4, .list1 h4 a{
	color: #000000
}
.list1 li{
	margin: 0 0 1.3em
}
/*- List2 -*/
.list2{
	margin: 0 0 1.5em
}
.list2 em, .list2 a{
	color: #b21132;
	font-style: normal
}
.list2 li{
	margin: 0 0 .2em
}
.list2 li a{
	color: #79797b
}
.list2 dl{
	clear: both;
	display: block;
	height: 1%;
	padding: 0 0 .4em
}
.list2 dt{
	float: left;
	width: 110px
}
.list2 dd{
	float: left;
	width: 380px
}
/*- List3 -*/
.list3{
	margin: 0 0 1.5em
}
.list3 li{
	clear: both;
	display: table;
	height: 1%;
	padding: 0 0 20px
}
.list3 p{
	padding: 0 0 .5em
}

/*=== Lists in #centercol ===
#centercol ul {
	margin-bottom: 1.6em;
	margin-left: 0;
}
#centercol ul li {
	list-style-type: none;
	list-style-position: outside;
	background: url(icoHyphen.png) no-repeat scroll 0 7px;
	margin-bottom: 0.6em;
	padding-left: 28px;
}
#centercol ol {
	margin-bottom: 1.6em;
	margin-left: 19px;
}
#centercol ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 0.6em;
	padding-left: 10px;
}
#centercol .nav2 li{
	list-style: none;
	background: none;
}
--*/

/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
.intranet{
	background: #eaede6;
	color: #000000;
	height: 1%;
	margin: 0 0 20px;
	padding: 6px 8px
}
/*- Newsletter -*/
.form-newsl{
	background: #eaede6;
	color: #000000;
	height: 1%;
	margin: 0 0 20px;
	padding: 8px 10px
}
.form-newsl a{
	color: #000000
}
.form-newsl label{
	display: block;
	margin: 0 0 5px
}
.form-newsl input{
	float: left;
	width: 190px
}
* html .form-newsl input{
	width: 185px;
}
.form-newsl input.btn{
	margin: 0 0 0 5px;
	position: relative;
	width: auto
}
/*=== Link Buttons ===*/
.btn-more a{
	color: #b21132;
	margin: 0 0 1em
}
/*=== Person Buttons ===*/
a.btn-person {
	color: #000000;
}
a.btn-person:hover,
{
	color: #b21132;
	text-decoration: none
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 1em
}
.pic.fl img{
	margin-right: 10px
}
.pic.fr img{
	margin-left: 0px
}
.thumb{
	background: #f2f4f0;
	border: 1px solid #cccdce;
	float: left;
	height: 116px;
	margin: 0 25px 0 0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 116px
}
.thumb img{
	/*height: 89px;*/
	margin: 19px 0 0
}
.description {
	width: 347px;
	float: right;
}
/*=== Misc. ===*/
.test{
	border: none;
}
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
.nobreak {
    white-space: nowrap; 
}

/*=== Navigation years ===*/
.years{
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
 	padding: 0 0 20px 0;
}
.years li{
	color: #9C9C9C;
	float: left;
	line-height: 26px;
	padding: 0 16px 0 0;
	position: relative
}
.years li a{
	color: #9C9C9C;
	display: block;
	float: left;
	text-transform: uppercase
}
.years li a:hover,
.years li.active a{
	color: #000000;
	text-decoration: none
}

/*=== Template Liste ===*/
.listeTitle {
	float: left;
	margin: 0 5px 0 0;
	width: 210px
}

.listeText {
	float: left;
	margin: 0;
	width: 260px
}

.listeLine {
	clear: both;
	height: 1px;
	margin: -15px 0 0px 0;
	border-top: 1px solid #b8babc;
}

.gallerySubtitle {
	font-size: .9em;
}

a.title {
	color: #000000;
}

/*- Sitemap -*/
.sitemap{
	margin: 0 0 150px
}
.sitemap li{
	margin-top: 1em; 
}
.sitemap > ul > li{
	margin-top: 1.5em; 
}
.sitemap li a{
	color: #000000;
	display: block;
	min-height: 20px;
	margin: 5px 0 0 0;
	/*line-height: 20px*/
}
.sitemap li a:hover
{
	font-weight: bold;
	text-decoration: none
}
.sitemap li.active a{
	color: #b21131;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

/*- Sitemap Level2 -*/
.sitemap li.active li a{
	color: #000000;
	font-weight: normal;
	padding: 2px 0 0 10px;
	display: inline;
}
.sitemap li.active li.active a,
.sitemap li.active li a:hover{
	/*color: #b21131;*/
	color: #000000;
	/*font-weight: bold*/
}
/*- Sitemap Level3 -*/
.sitemap li.active li li a,
.sitemap li.active li.active li a{
	color: #000000;
	font-weight: normal;
	padding: 0 0 5px 25px;
	display: inline;
}

.sitemap li.active li.active li.active a,
.sitemap li.active li.active li a:hover{
	color: #b21131;
	font-weight: normal
}
