/*
 * Colors
 * ------
 * orange: #e98000
 * green:  #196a1e
 * black:  #000000
 * grey1:  #8a8b8e
 * grey2:  #aaaaaa
 * grey3:  #cccccc
 * grey4:  #eeeeee
 * white:  #ffffff
 *
 */

/* ---------- basic elements ---------- */

body {
	background: url(img/bg_body.png) #eeeeee left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

h1 {
	color: #e98000;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
    margin-top: 1px;
}

h2 {
	color: #8a8b8e;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

h3 {

}

p {
	margin-bottom: 7px;
}

a {
	color: #e98000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background:transparent;
}

table.clubs {
	width: 100%;
	margin-bottom: 30px;
}

table.events thead tr {
	color: #ffffff;
	padding: 3px 10px;
	text-align: left;
	position: relative;
}

thead tr.rounded th.left {
	background: url(img/bg_header_folge.gif) 0 0 no-repeat;
}
thead tr.rounded th {
	background: url(img/bg_header_folge.gif) 50% 0 no-repeat;
}
thead tr.rounded th.right {
	background: url(img/bg_header_folge.gif) 100% 0 no-repeat;
}

thead th {
	padding: 2px 10px;
	text-align: left;
}

thead tr.subheading th {
	background-color: transparent;
	color: #8a8b8e;
	border-bottom:1px solid #cccccc;
	padding-top: 0px;
	padding-bottom: 7px;
}

*thead tr.subheading th {
	border-bottom: 2px;
}

table.clubs tbody tr td {
	border-bottom: solid 1px #cccccc; 
	padding: 6px 10px;
	vertical-align: baseline;
}

*tbody tr td {
	position: relative;
}

tbody tr.last  td{
	border-bottom: solid 1px #e98000;
}

/*
td {
	padding: 6px 10px; 
} */

tr.odd td  {
	background-color: #eeeeee;
}

tr.even  td{

}


/* ---------- commonly used classes ---------- */

.date {
	font-weight: bold;
}

/* clearfix - Start */
/* to prevent clear-tags, src: http://jassesnee.de/easyclear/index.html (extended for ie7) */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* clearfix - End */

.first {
	margin: 0px !important;
}

.last {
	margin: 0px !important;
}

.right {
	text-align: right !important;
}

.nowrap {
	white-space: nowrap !important;
}

.width100 {
	width: 100% !important;
}

a.more {
	display: block;
	margin: 7px 10px 15px 0px;
	text-align: right;
}

a.icon {
	display: block;
	width: 0px;
	height: 16px;
	padding-left: 25px;
	overflow: hidden;
	background: url(img/icon_link.png) left top no-repeat;
}

a:hover.icon {
	background-image: url(img/icon_link_active.png);
}

a.rss {
	padding-left: 22px;
	background: url(img/icon_rss_16px.png) left top no-repeat;
	display: block;
	min-height: 16px;
}

.box-top {
	background: url(img/bg_box_top.png) left top repeat-y;
	width: 970px;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	border: 0px none;
}

.box-bottom {
	background: url(img/bg_box_bottom.png) left bottom no-repeat;
	position: relative;
	top: 20px;
	margin: 0px;
	padding: 0px 30px 30px 20px;
}

.box-top.smallpadding {
	background: url(img/bg_box_top.png) left 10px no-repeat;
	margin-top: 0px;
}

.box-top.smallpadding .box-bottom {
	padding-bottom: 20px;
}

.boxorange-left {
	background: url(img/bg_boxorange_left.png) left bottom no-repeat;
	padding: 0px;
}

.boxorange-right {
	background: url(img/bg_boxorange_right.png) right bottom no-repeat;
	position: relative;
	left: 15px;
	padding: 2px 25px 15px 0px;
	height: 15px;
}


/* ---------- specific selectors ---------- */

div.box {
	padding: 0px 10px;
}

.ocTrigger {
	background-position: right 7px;
	background-repeat: no-repeat;
	cursor: pointer;
}

h2.ocTrigger.ocOpen {
	background-image: url('img/bg_header_folge_close.gif') !important;
}

h2.ocTrigger.ocClosed {
	background-image: url('img/bg_header_folge_open.gif') !important;
}

ul.tabs {
	margin: 20px 0px;
	border-bottom: 1px solid #cccccc;
}

ul.tabs li {
	float: left;
	margin-right: 5px;
	background-color: #eeeeee;
	font-weight: bold;
	background: url('img/bg_tab_left.gif') top left no-repeat;
}

ul.tabs li  span{
	display: block;
	padding: 2px 10px;
	background: url('img/bg_tab_right.gif') top right no-repeat;
	cursor: pointer;
}

ul.tabs li.selected, ul.tabs li:hover {
	color: #ffffff;
	background: url('img/bg_tab_selected_left.gif') top left no-repeat;
}

ul.tabs li.selected span, ul.tabs li:hover span {
	background: url('img/bg_tab_selected_right.gif') top right no-repeat;
}

ul.tree li {
	margin: 5px 0px;
	padding-left: 20px;
	background: url(img/icon_hierarchy.png) 5px 3px no-repeat;
	position: relative;
}

ul.tree li a.icon {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	padding-right: 35px;
	padding-left: 0px;
	margin-left: 10px;
	background-position: right top;
}

ul.tree > li {
/*	border-bottom: 1px solid #ccc;
	padding-bottom: 5px; */
}

ul.tree > li > ul {
	margin-bottom: 10px;
}

ul.imglist li img {
	float: left;
	margin-right: 10px;
}

ul.imglist li div {
	padding-left: 60px;
}

#content-main ul.imglist li {
	margin-bottom: 15px;
}

#content-main ul.imglist li div {
	padding-left: 100px;
}

ul.imglist li div h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* ---------- template layout ---------- */

#container {
	position: relative;
	margin: auto;
	width: 970px;
}

#top-bar {
	position: relative;
	height: 32px;
	line-height: 11px;
}

#top-bar #meta-nav {
	position: relative;
	float: right;
	margin-right: 35px;
}

#top-bar #meta-nav ul {
	float: left;
	margin-top: 3px;
}

#top-bar #meta-nav ul li {
	float: left;
	margin-right: 10px;
}

#top-bar #meta-nav ul li a {
	color: #ffffff;
}

#top-bar #meta-nav ul#lang-nav {
	background: url(img/1px.png) right top repeat-y;
	margin-right: 10px;
}

#top-bar #search {
	float: right;
	margin-right: 15px;
	height: 32px;
}

#top-bar #search input {
	border: 0px none;
	background: url(img/search_field.png) left top no-repeat;
	width: 96px;
	height: 13px;
	padding: 2px 30px 0px 5px;
	color: #e98000;
	font-size: 10px;

}

#top-bar #search input.action {
	position: absolute;
	top: -3px;
	right: 23px;
	background: url(img/search_magnifier.png) left top no-repeat;
	width: 29px;
	height: 29px;
	overflow: hidden;
	padding-top: 200px;
}

#header {
	position: relative;
	margin-bottom: 30px;
}

#header .box-bottom {
	height: 100px;
}

#header a#unisg {
	display: block;
	position: absolute;
	top: -10px;
	left: 20px;

	background: url(img/logo_unisg.png) left top no-repeat;
	width: 221px;
	height: 65px;
	line-height: 300px;
	overflow: hidden;
}

#header a#shsg {
	display: block;
	position: absolute;
	top: 0px;
	right: 30px;

	background: url(img/logo_shsg.png) left top no-repeat;
	width: 357px;
	height: 51px;
	line-height: 300px;
	overflow: hidden;
}

#header a#icon-newsletter {
	display: block;
	position: absolute;
	top: 74px;
	right: 80px;

	background: url(img/icon_mail.png) left top no-repeat;
	width: 36px;
	height: 34px;
	line-height: 300px;
	overflow: hidden;
}

#header a#icon-rss {
	display: block;
	position: absolute;
	top: 75px;
	right: 40px;

	background: url(img/icon_rss.png) left top no-repeat;
	width: 33px;
	height: 33px;
	line-height: 300px;
	overflow: hidden;
}

#header #main-nav {
	background: url(img/bg_mainnav.png) left top no-repeat;
	position: absolute;
	top: 66px;
	left: 20px;
	width: 920px;
	height: 34px;
}

#header #main-nav ul li {
	float: left;
	padding-right: 1px;
	background: url(img/mainnav_delimiter.png) right 2px no-repeat;
}

#header #main-nav ul li a {
	padding: 9px 15px 10px 15px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#header #main-nav ul li a:hover, #header #main-nav ul li a.selected {
	background: url(img/bg_mainnav_btn_orange.png) -5px top no-repeat;
}

#header #main-nav ul li a.home {
	background: url(img/bg_mainnav_btn_green.png) left top no-repeat;
}

#header #main-nav ul li a.home:hover, #header #main-nav ul li a.home.selected {
	background: url(img/bg_mainnav_btn_orange.png) left top no-repeat;
}

#header .breadcrumbs {
	height: 110px;
}

#header #breadcrumb {
	position: absolute;
	top: 106px;
	left: 25px;
	color: #8a8b8e;
}

#visual {
	position: relative;
	height: 390px;
	margin: 30px 0px 10px 0px;
}

#visual #visual-stage {
	float: left;
	background: url(img/bg_visual_stage.png) left top no-repeat;
	width: 660px;
	height: 340px;
	padding: 20px 30px 30px 20px;
}

#visual #visual-stage .rounded, .visual.rounded {
    position: relative;
}

#visual #visual-stage .mask, .visual.rounded .mask {
    position: absolute ;
    top: 0px;
	left: 0px;
	background: url(img/visual_stage_mask.png) left top no-repeat;
	width: 660px;
	height: 250px;
}

#visual #visual-stage img {
	margin: 0px;
}

#visual #visual-stage h3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;  
	margin: 10px 0px 8px 0px;
}

#visual #visual-stage p {
	color: #8a8b8e;
	line-height: 16px;
}

#visual #thumbs {
	float:left;
}

#visual #thumbs .thumb {
	background: url(img/bg_visual_thumbs.png) left top no-repeat;
	width: 220px;
	height: 100px;
	padding: 10px 20px 20px 20px;
	cursor: pointer;
}

#visual #thumbs .rounded {
    position: relative;
}

#visual #thumbs .mask {
    position: absolute ;
    top: 0px;
	left: 0px;
	background: url(img/visual_thumb_mask.png) left top no-repeat;
	width: 220px;
	height: 80px;
}

#visual #thumbs .thumb.selected {
	background: url(img/bg_visual_thumbs_active.png);
}

#visual #thumbs h3 {
	color: #8a8b8e;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
}

#visual #thumbs .thumb.selected h3, #visual #thumbs .thumb.hover h3 {
	color: #e98000;
}

#visual .slide {
	display: none;
}

#visual .slide.selected {
	display: block;
}

/*
#breadcrumb {
	position: relative;
	background: url(img/bg_breadcrumbs.png) no-repeat left top;
	height: 40px;
	padding: 7px 20px;
}
*/

#content {
	position: relative;
}


#content img, #content div.img {
	margin-bottom: 10px;
}

#content div.img img {
	margin: 0px;
}

#content #content-navigation {
	float: left;
	width: 160px;
	padding-right: 30px;
}

#content #content-navigation > ul > li {
	margin-bottom: 10px;
}

#content #content-navigation > ul > li > a {
	display: block;
	padding: 2px 10px;
	color: #ffffff;
	font-weight: bold;
	background: url('img/bg_nav.gif') no-repeat left top;
	text-decoration: none;
}

#content #content-navigation > ul > li > a.selected {
	background: url('img/bg_nav_open.gif') no-repeat left top;
}

#content #content-navigation > ul > li > ul {
	padding-top: 5px;
}

#content #content-navigation > ul > li > ul > li > a {
	display: block;
	padding: 2px 10px 2px 10px;
}

#content #content-navigation > ul > li > ul > li > a.selected {
	color: #8a8b8e;
	text-decoration: underline;
}
	
#content #content-main {
	position: relative;
	float: left;
	width: 670px;
}

#content #content-main.following-nav {
	position: relative;
	float: left;
	width: 480px;
}

#content #content-main.homepage {
	width: 605px;
	padding-left: 65px;
	background: url(img/icon_calendar.png) left 35px no-repeat;
}

#content #content-main h2 {
	font-size: 13px;
	color: #e98000;
}

#content #content-main h2.bar {
	font-size: 11px;
	color: #ffffff;
	padding: 2px 10px;
	margin-bottom: 10px;
	background: url('img/bg_header_folge.gif') left top no-repeat;
}

#content #content-side {
	position: relative;
	float: left;
	margin-left: 20px;
	border-left: solid 1px #e98000;
	padding-left: 20px;
	width: 209px;
}

#footer {
	position: relative;
}

#footer ul li {
	float: left;
	padding-right: 5px;
	border-right: solid 1px #8a8b8e;
	margin-right: 5px;
}

#footer ul li.last {
	border: none;
}

#footer p {
	margin-top: 10px;
	margin-bottom: 0px;
}
