.sg--bg-pale {
	background		: url("../images/bg_box1_bgtrans_rev.png") no-repeat scroll left top transparent;
}
.sg--bg-dark {
	background		: url("../images/bg_box1_bgtrans.png") no-repeat scroll left top transparent;
}
/* ------------------------------------------------------------
   general styles
   ------------------------------------------------------------ */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin			:0;
	padding			:0;
}
html {
 	height			: 100%;  
 	/*
    scrollbar-Track-Color		: #383535;
    scrollbar-Face-Color		: #F9F8EC;
    scrollbar-Shadow-Color		: #383535;
    scrollbar-Highlight-Color	: #383535;
    scrollbar-Arrow-Color		: #750000;
    */
}
body {
	font			: 75%/130% "Lucida Sans Unicode","Lucida Grande", Lucida, Sans-Serif, Verdana;
	color			: #283340;
	margin			: 0px;
	padding			: 0px;
	background		: #070300 url(../images/bg_main.jpg) no-repeat center top;
	min-height		: 500px;  
}
table {
	width			: 100%; 
	border-collapse	: collapse;
}
table td, table th {
	padding			: 0px;
	vertical-align	: top;
	text-align		: left; 
}
ul, li {
	list-style-type	:none;
}	
a {
	color			: #78090e; 
	text-decoration	: none; 
}
a:hover {
	color			: #fff;
}
img {
	border			: 0;
}
blockquote {
	margin			: 0px 10px 10px 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family		: 'Trebuchet MS','Lucida Sans Unicode',Verdana, Arial, Sans-Serif;
}
h1 {
  	font-size		: 1.6em;
  	line-height		: 1.6em; 
  	font-weight		: bold;
}
h2 {
  	font-size		: 1.6em;
  	line-height		: 1.6em; 
  	font-weight		: normal;
}
h3 {
	font-size		: 1.3em;
  	line-height		: 1.3em; 
  	font-weight		: bold;
}
h4 {
	font-size		: 1.3em;
  	line-height		: 1.3em; 
  	font-weight		: normal;
}
h5 {
	font-size		: 1.1em;
  	line-height		: 1.1em; 
  	font-weight		: bold;
}
h6 {
	font-size		: 1.1em;
  	line-height		: 1.1em; 
  	font-weight		: normal;
}


/* ------------------------------------------------------------
   dojo tooltips
   ------------------------------------------------------------ */
.tundra .dijitTooltipContainer {
	opacity			: 0.92;                    	/* Firefox, Safari(WebKit), Opera */
	-ms-filter		: "alpha(opacity=92)"; 		/* IE 8 */
	filter			: alpha(opacity=92);       	/* IE 4-7 */
	-moz-box-shadow	: 0 0 1em 0 #999;
}
.dc_dijitTooltip_container {
	display			: none; 					/* it will be made visible dynamically */	
}
.dc_dijitTooltip_content {
	max-width		: 300px;
	font			: 0.9em/1.3em Helvetica, Arial, Sans-Serif, Verdana;
	color			: #475c6c;
}


/* ------------------------------------------------------------
   messages
   ------------------------------------------------------------ */
div.error,
div.errorMsg {
	padding			: 5px 5px 5px 28px; 
	margin-bottom	: 1em; 
	border			: 1px solid #F70000;
	background		: #FBE3E4 url(../../../images/icons/error.png) no-repeat 5px 5px; 
	color			: #E70000; 
}
div.warn {
	padding			: 5px 5px 5px 28px; 
	margin-bottom	: 1em; 
	border			: 1px solid #fec000;
	background		: #fefbd2 url(../../../images/icons/warn.png) no-repeat 5px 5px; 
	color			: #DF6E00; 
}
div.info,
div.confirmMsg,
div.resultMsg {
	padding			: 5px 5px 5px 28px; 
	margin-bottom	: 1em; 
	border			: 1px solid #2879c7;
	background		: #d9e5f3 url(../../../images/icons/info.png) no-repeat 5px 5px; 
	color			: #000;
}

/* ===== New message styling ===== */
div#dc-usermessages-output {
    min-height		: 85px;
   	border			: 1px solid #7e7e7e;
   	padding			: 3px;
   	background		: transparent url(../images/bg_box3_bgtrans.png) repeat;
   	color			: #DAD7D7;
   	font-size		: 1.1em 
}

div.msg-outer {
    /* background		: #fff url(../images/bg_msg.png) no-repeat 7px 7px; */
}
div.msg-outer-lean {

}
div.msg-outer div.msg-i1 {
	padding			: 12px 0 10px 0;	
}
div.msg-outer-lean div.msg-i1 {
	padding			: 0 0 2px 0;	
}
div.fatalMsg-i1,
div.errorMsg-i1 {
    background      : url(../../../images/icons/mid_error.png) no-repeat top left; 
}
div.warningMsg-i1 {
    background      : url(../../../images/icons/mid_warn.png) no-repeat top left; 
}
div.msg-outer div.infoMsg-i1,
div.msg-outer div.resultMsg-i1 {
    background      : url(../../../images/icons/mid_info.png) no-repeat top left; 
}
div.successMsg-i1 {
    background      : url(../../../images/icons/mid_enabled.png) no-repeat top left; 
}

div.msg-outer div.msg-inner {
    padding	        : 2px 5px 2px 22px; 
    margin-left     : 40px; 
}
div.msg-outer-lean div.msg-inner {
    padding	        : 2px 5px 2px 22px; 
    margin-left     : 0px; 
}
div.errorMsg-inner,
div.fatalMsg-inner {
	color           : #F70000;
	background      : url(../../../images/icons/error.png) no-repeat top left; 
}
div.warningMsg-inner {
	color           : #FBA623;
	background      : url(../../../images/icons/warn.png) no-repeat top left; 
}
div.infoMsg-inner,
div.resultMsg-inner {
	background      : url(../../../images/icons/info.png) no-repeat top left; 
}
div.successMsg-inner {
	background      : url(../../../images/icons/enabled.png) no-repeat top left; 
}


div.msg-inner-lean {
	background-image: none !important;
	padding			: 1px 5px 1px 0 !important;
}

td.dc-usermessages-output-closer {
	text-align		: right;
}

/* --- minimized messages info --- */
div#header-usermessages-min {
	opacity			: 0;                    /* Firefox, Safari(WebKit), Opera */
	-ms-filter		: "alpha(opacity=0)"; 	/* IE 8 */
	filter			: alpha(opacity=0);     /* IE 4-7 */
	position		: absolute;
	right			: 51px;
	top				: 7px;
	width			: 265px;
	background		: url("../images/bg_box3_bgtrans.png") repeat scroll 0 0 transparent 
}

div.msg-min {
	padding			: 5px;
	border-right	: 1px solid #7e7e7e;
	border-bottom	: 1px solid #7e7e7e;
	border-left		: 1px solid #7e7e7e;
}
div.msg-min-icon {
	width			: 20px;
	height			: 20px; 
	float			: left; 
	padding			: 0 3px;
}
div.msg-min-icon.lev-success {
	background      : url(../../../images/icons/enabled.png) no-repeat top left;
}
div.msg-min-icon.lev-info, 
div.msg-min-icon.lev-result {
	background      : url(../../../images/icons/info.png) no-repeat top left;
}
div.msg-min-icon.lev-error,
div.msg-min-icon.lev-fatal {
	background      : url(../../../images/icons/error.png) no-repeat top left; 
}
div.msg-min-icon.lev-warning {
	background      : url(../../../images/icons/warn.png) no-repeat top left; 
}

a div.msg-min-msgnum  {
	color			: #fadbbe;
}
a:hover div.msg-min-msgnum  {
	color			: #fff;
}


/* ------------------------------------------------------------
   fieldsets
   ------------------------------------------------------------ */
fieldset {
	padding			: 0;
	margin			: 0 0 25px 0;
	border	 		: 0;
	background-position: 0px 8px;
}
*:first-child+html fieldset,  /* specialy for IE7 */
* html fieldset {             /* and <= IE6 */
    background-position: 0px 21px;
}

legend {/* same as h3 */
	font			: bold 1.3em/1.3em 'Trebuchet MS','Lucida Sans Unicode',Verdana, Arial, Sans-Serif;
  	color			: #283340;
  	text-align      : left;
  	margin-bottom	: 15px; 
  	padding			: 0;
}
*:first-child+html legend,  /* specialy for IE7 */
* html legend {             /* and <= IE6 */
    margin-left		: -6px;
}

fieldset div.fieldsetContent {
	padding			: 0 5px 10px 0;

}
fieldset div.blockContent {
	padding			: 11px 5px 5px 5px;

}

/* ------------------------------------------------------------
   forms
   ------------------------------------------------------------ */
form {
	display			: inline;
}
input,
textarea,
select {
	background-color: #e8e8e6;
	border			: 1px solid #C9AE96;
	font-size		: 1em;
	padding			: 1px;
	color			: #444;
}
input {
	padding			: 2px;
}
select {
	padding			: 1px;
}
textarea {
	font			: 100%/130% "Lucida Sans Unicode","Lucida Grande",Lucida,Sans-Serif,Verdana
}
.button, /* for static definitions */
.formButton, /* XOOPS standard */
.input[type=submit],
.input[type=button],
.input[type=reset],
.dynformstyler-submit,
.dynformstyler-button,
.dynformstyler-reset {
	background		: transparent url(../images/bg_button.png) repeat-x left top;
	border-width	: 0;
	padding			: 6px 10px 6px;
	color			: #78090e;
	font-family		: arial;
	font-size		: 0.9em;
	font-weight		: bold; 
}
input[type=radio], 
input[type=checkbox] {
	background		: none;
	border-width	: 0;
}
.dynformstyler-checkbox,
.dynformstyler-radio {
	border-width	: 0;
}

.noborder {
	border-width	: 0px;
}

input:focus, textarea:focus {
	border			: 1px solid #502929;
	background-color: #faf9f5;
	color			: #283340;
}

/* --- Link Buttons ---------------------- */
div.link-button {
	float			: left;
}
div.link-button div {
	background		: transparent url(../images/bg_button.png) repeat-x left top;
	margin-right	: 10px;
	padding			: 5px 10px;
	white-space		: nowrap;
}
div.link-button div a {
	font-family		: arial;
	font-size		: 0.9em;
	font-weight		: bold; 
	line-height		: 18px; 
}
div.link-button div img {
	vertical-align	: top; 
	padding-right	: 3px;
}
div.btn-lineend-fix {
	clear: both;
}

/* --- MCE Editor ---------------------- */
body.mceContentBody {
	background-color: #faf9f5;	
	background-image: none;
}
body.mceContentBody a {
    color           : #78090e !important; 
    text-decoration : none !important; 
}
body.mceContentBody td,
body.mceContentBody th {
	font-size		: 75%; 	
}


/* --- themeform.php -> render() ---------------------- */
table.xoopsform-laytab {
	width				: auto;
}
caption.xoopsform-laytab-title div { /* same as h3 */
	font				: bold 1.3em/1.3em 'Trebuchet MS','Lucida Sans Unicode',Verdana, Arial, Sans-Serif;
  	text-align      	: left;
  	margin-bottom		: 5px; 
}
td.xoopsform-laytab-label {
    padding				: 4px 10px 3px 10px;
    vertical-align		: top;
	width				: 21%;
	min-width			: 130px;
}
td.xoopsform-laytab-label-view {
    padding				: 4px 10px 0px 0px;
    vertical-align		: top;
    width				: 21%;
    min-width			: 150px;
}

div.xoops-form-element-help {
	float				: right;
	padding-left		: 5px;
}
.xoops-form-element-help_dijitTooltip {
	max-width			: 300px;
	font-size			: 90%;
}
div.xoops-form-element-caption-marker {
	float				: right;
    color				: #78090e;
    font-size			: 1.6em;
    line-height			: 0.5em;  
    padding-left		: 3px;
}
div.xoops-form-element-caption-text,
div.xoops-form-element-caption-text-required {
	float				: right;
	text-align			: right;
}


td.xoopsform-laytab-data {
    padding				: 2px 3px 2px 2px !important;
}
td.xoopsform-laytab-data-textonly {
    padding				: 4px 3px 3px 3px !important;
}
td.xoopsform-laytab-data-view {
    padding				: 4px 3px 3px 3px !important;
}
td.xoopsform-laytab-data-button {
	padding				: 10px 3px 10px 2px !important;
}
td.xoopsform-laytab-data .formButton,
td.xoopsform-laytab-data-textonly .formButton {
	background-color	: #E8E8E6;
	background-position	: 10px 50%;
	border-top-color	: #F6F2EF;
	border-left-color	: #F6F2EF;
	border-right-color	: #7E7E7E;
	border-bottom-color	: #7E7E7E;
	border-width		: 1px;
	font-size			: 1em; 
	padding				: 1px 10px 0;
}

tr.xoopsform-laytab-row-onlybtns td {
	background-image	: none; 
}



/* ------------------------------------------------------------
   tables
   ------------------------------------------------------------ */
/* === Standard Tables ======================================== */

table.outer {
	border-top:1px solid #aeaeae;
	border-right:1px solid #aeaeae;
	border-collapse:collapse;
}
table.outer caption {
	font-family		: 'Trebuchet MS','Lucida Sans Unicode',Verdana, Arial, Sans-Serif;
	font-size		: 1.3em;
  	line-height		: 1.3em; 
  	font-weight		: bold;
  	text-align:left;
	caption-side:top;
	padding:0;
	margin-bottom:.2em;
}	
table.outer td,
table.outer th {
	border-bottom	: 1px solid #aeaeae;
	border-left		:1px solid #bbb;
	padding			:.2em .4em;
	font-size		: 0.9em;
}				
table.outer td table td, /* no borders in inner tables */
table.outer td table th {
	border: 0;
	padding: 0;
}				

table.outer th,
.head,
tr.head td {
	background:#f8f8f8 url(../images/bg_tbhead_2.jpg) no-repeat;
	text-align:left;
	font-weight: normal;
}
.subhead {
	background:#f8f8f8 url(../images/bg_tbhead_2.jpg) no-repeat;
	text-align:left;
	font-weight: normal;
}	

.odd {
	background		: transparent url(../images/bg_odd.png) repeat;
}
.even {
	background		: transparent url(../images/bg_even.png) repeat;
}
.foot {
	background		: transparent url(../images/bg_box1_bgtrans_rev.png) repeat;
	padding			: 10px 3px 5px 3px;
}


/* === Module Top Nav =========================================== */
.mod-header-nav {
	position			: relative;
	height				: 15px;
}
.mod-header-nav ul {
	position			: absolute;
	top					: -76px;
	left				: 78px;
	width				: 670px;
	padding				: 47px 5px 15px 10px;
	background			: url(../images/bg_mainnav_bg_l0_nav.png) no-repeat top left;
}
.mod-header-nav li {
	float				: left;
	line-height			: 1.9em;
	padding-left		: .6em;
	font-family			: arial; 
	font-size			: 0.95em;
	font-weight			: bold;
	color				: #DAD7D7; 
}		
.mod-header-nav li a {
	background			: url(../images/crumb.png) no-repeat right center;
	display				: block;
	padding				: 0 25px 0 0;
	color				: #D2B8A0;
}							
.mod-header-nav li a:hover,
.mod-header-nav li a:focus {
	color				: #FFFFFF;
}
.mod-header-nav-breadcrumb {
	display				: none;	
}
.mod-header-nav li a span.mod-header-nav-home {
	display				: block;
	width				: 23px;
	background			: url(../images/crumb_home.png) no-repeat left 0px;
	
}

/* === Module Toolbar =========================================== */
div.appl-nav-outer {
    background		: #eeeae6 url(../images/bg_appl_nav.jpg) repeat;
	height			: 25px;
	border-right	: 1px solid #939393;
	border-bottom	: 1px solid #939393;
	margin-bottom	: 10px; 
	padding-top		: 1px;
}
div.appl-nav-outer a:hover {
	color			: #78090e;
}
ul.appl-nav {
	margin			: 0;
	padding			: 0;
}
.appl-nav li {
	float			: left;
	padding			: 0;
	margin			: 0;
	list-style		: none;
	background		: transparent url(../images/appl_nav_sep.gif) no-repeat right top;
	font-size		: 11px; 
	font-weight		: bold;
	font-family		: arial; 
}
.appl-nav li.last {
	background-image: none;
}
.appl-nav li div {
	float			: left;
	line-height		: 25px;
	padding			: 0 10px 0 10px;
	text-decoration	: none;
}
.appl-nav li div img {
	vertical-align	: text-bottom;
	padding-right	: 3px; 
}	
.appl-nav .formButton {
	background-color	: #E8E8E6;
	background-position	: 10px 50%;
	border-top-color	: #F6F2EF;
	border-left-color	: #F6F2EF;
	border-right-color	: #7E7E7E;
	border-bottom-color	: #7E7E7E;
	border-width		: 1px;
	font-size			: 1em; 
	padding				: 1px 10px 0;
}

/* dropdown button */
.dc-appl-nav_dojo-dropdownbutton {
	margin			: 0 !important; 
}
.dc-appl-nav_dojo-dropdownbutton .dijitButtonNode {
	border			: 0 !important; 
	padding			: 0 5px !important;  
	background		: transparent none !important; 
}
.dc-appl-nav_dojo-dropdownbutton .dijitButtonNode button::-moz-focus-inner  {
    border			: none !important; 
}
.dc-appl-nav_dojo-dropdownbutton .dijitButtonNode button:focus  {
    outline			: none !important; 
}
.dc-appl-nav_dojo-dropdownbutton .dijitButtonText {
	border			: 0px solid red !important; 
	text-align		: center !important; 
	color			: #78090e !important;
	line-height		: 25px; 
	padding			: 0 5px !important; 
	font-size		: 11px; 
	font-weight		: bold;
	font-family		: arial;  
}
*:first-child+html .dc-appl-nav_dojo-dropdownbutton .dijitButtonText,  /* specialy for IE7 */
* html .dc-appl-nav_dojo-dropdownbutton .dijitButtonText {             /* and <= IE6 */
	line-height		: 22px !important; 
}

/* dropdown box */
table.dc-appl-nav_dojo-menu {
	width			: auto;
	border-top-width: 0 !important; 
	border-left		: 1px solid #fff !important;
	border-right	: 1px solid #939393 !important;
	border-bottom	: 1px solid #939393 !important;
	background-color: #eeeae6 !important;
	color			: #283340 !important; 
	margin			: 1px;
	-moz-box-shadow	: 0.2em 0.3em 0.8em -0.3em #999;
	opacity			: 0.90;                    		/* Firefox, Safari(WebKit), Opera */
	-ms-filter		: "alpha(opacity=90)"; 			/* IE 8 */
	filter			: alpha(opacity=90);       		/* IE 4-7 */
	zoom			: 1;       						/* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */
}
.dj_ie table.dc-appl-nav_dojo-menu {
	margin			: 0px;
}
table.dc-appl-nav_dojo-menu tr.dijitMenuItemSelected {
	background-color: #f7f9fa !important; 
	color			: #78090e !important; 
	-moz-outline-style: none;	
}
table.dc-appl-nav_dojo-menu .dijitMenuItem td {
	padding			: 3px 2px 3px 2px !important; 
	text-align		: left !important; 
    font-size		: 11px !important;
}

table.dc-appl-nav_dojo-menu td.dijitMenuArrowCell {
	vertical-align: middle;	
}

/* popup */
.dijitDialogTitle {
	color			: #333 !important;	
}
.dijitDialogCloseIcon {
	top				: 6px !important;
}
.dijitDialogPaneContent {
	background-color: #eeeae6 !important; 
}
.dijitDialogUnderlay {
	background-color: #111 !important; 
	opacity			: 0.7 !important; 
}
.dijitDialogPaneContent a {
	color			: #78090e !important; 
	font-weight		: bold;
}

/* ------------------------------------------------------------
   main layout
   ------------------------------------------------------------ */
div#outer {
	background		: url(../images/bg_main_mask.png) repeat;
	padding			: 10px 0 0 30px; /* we need 30px left because of resizing at div#lcolumn-content */
}
div#outermain {
	width			: 1012px;
	margin			: 0 auto;
	background-color: #CCC;
}
div#outermain-l1 {
	background		: url(../images/bg_inner_mid.jpg) repeat-y;
}
div#outermain-l2 {
	background		: url(../images/bg_inner_top.png) no-repeat top left;
}
div#outermain-l3 {
	background		: url(../images/bg_inner_bottom.png) no-repeat bottom left;
}
div#contentouter {
	clear			: both;
	position		: relative;
	z-index			: 10;
	top				: -152px;
	
}


/* === Header ================================================ */
div#header {
	position		: relative;
    width			: 1113px !important;
    height			: 230px;
	background		: url(../images/bg_head_main.png) no-repeat top left;
	margin			: -17px 0 0 -50px;		
}
div#headerlogo {
	position		: absolute;
    width			: 367px !important;
    height			: 148px;
	background		: url(../images/logo_sg_head.png) no-repeat top left;
	margin			: 30px 0 0 60px;
}
div#headersearch {
	position		: relative;
	text-align		: right;
	top				: 40px;
	right			: 80px;
	background		: url(../images/search_box.png) no-repeat top right;
}
input#headersearch-input {
	width			: 189px;
	height			: 24px;
	padding			: 11px 0 0 11px;
	background-color: transparent;
	border			: 0;
	font			: normal 1.1em 'courier new', courier;
}
input#headersearch-button {
	height			: 38px;
	width			: 37px;
	background-color: transparent;
	border			: 0;
	background		: none; 	
}


/* --- Header Main Nav ----------------------------------------------- */
div#headermainnav-bg {
	position		: relative;
	z-index			: 10;
	height			: 55px;
	top				: -110px;
	left			: 300px;
	background		: url("../images/bg_mainnav_bg_l0_norm.png") no-repeat scroll left top transparent;
}
div#headermainnav  {
	position		: relative;
	z-index			: 20;
	height			: 62px;	
	top				: -180px;
	left			: 300px;
	background		: url("../images/bg_mainnav_bg_l1_norm.png") no-repeat scroll 5px top transparent;
}
#navheader li {
	float			: left;
	padding			: 0;
	margin			: 0;
	list-style		: none;
}
#navheader li a {
	display			: block;
}
#navheader li#navheader-home a {
	width			: 86px;
	height			: 55px;				
	background		: url("../images/topnav_home.png") no-repeat scroll 18px 7px transparent;
}
#navheader li#navheader-band a {
	width			: 69px;
	height			: 55px;				
	background		: url("../images/topnav_band.png") no-repeat scroll 2px 6px transparent;
}
#navheader li#navheader-live a {
	width			: 56px;
	height			: 55px;				
	background		: url("../images/topnav_live.png") no-repeat scroll -2px 10px transparent;
}
#navheader li#navheader-media a {
	width			: 80px;
	height			: 55px;				
	background		: url("../images/topnav_media.png") no-repeat scroll left 9px transparent;
}
#navheader li#navheader-freunde a {
	width			: 99px;
	height			: 55px;				
	background		: url("../images/topnav_freunde.png") no-repeat scroll -2px 9px transparent;
}
#navheader li#navheader-shop a {
	width			: 57px;
	height			: 55px;				
	background		: url("../images/topnav_shop.png") no-repeat scroll left 9px transparent;
}
#navheader li#navheader-kontakt a {
	width			: 97px;
	height			: 55px;				
	background		: url("../images/topnav_kontakt.png") no-repeat scroll 2px 12px transparent;
}
#navheader li#navheader-pinwand a {
	width			: 133px;
	height			: 55px;				
	background		: url("../images/topnav_pinwand.png") no-repeat scroll 2px 12px transparent;
}

/* === left column =========================================== */
div#lcolumn-content {
	padding			: 5px;
    width			: 210px;
	position		: relative;
	left			: -28px;
	background		: transparent url(../images/bg_subnav2_top.png) no-repeat top left; 
	color			: #b4b2b2;
	min-height		: 200px; 
}
div#lcolumn-content a {
	color			: #d2b8a0;
}
div#lcolumn-content a:hover {
	color			: #fff;
}
div#lcolumn-content .formButton {
	background-color	: #E8E8E6;
	background-position	: 10px 50%;
	border-top-color	: #F6F2EF;
	border-left-color	: #F6F2EF;
	border-right-color	: #7E7E7E;
	border-bottom-color	: #7E7E7E;
	border-width		: 1px;
	font-size			: 1em; 
	padding				: 1px 10px 0;
}

div#lcolumn-content table.outer {
	border-top		:1px solid #434343;
	border-right	:0px solid #434343;
}
div#lcolumn-content table.outer td,
div#lcolumn-content table.outer th {
	border-bottom	: 1px solid #434343;
	border-left		: 0px solid #434343;
}
div#lcolumn-content table.outer th,
div#lcolumn-content .head,
div#lcolumn-content tr.head td {
	color			: #DAD7D7;
	background-image: none;
	background-color: transparent;
	font-weight		: bold;
}
div#lcolumn-content .odd {
	background		: transparent url(../images/bg_box1_bgtrans.png) repeat;
}
div#lcolumn-content .even {
	background		: transparent url(../images/bg_box2_bgtrans.png) repeat;
}
div#lcolumn-content .foot {
	background-image: none;
}

div#lcolumn-content-l1 {
	background-image: url(../images/bg_subnav2_mid.png);
	background-repeat: repeat-y; 
	background-position: -5px 0;
	margin-top		: 27px;
}
div#lcolumn-content-l2 {
	position		: absolute;
	height			: 60px;
	width			: 230px;
	bottom			: -25px; 
	background		: url(../images/bg_subnav2_bottom.png) no-repeat -5px bottom;
}
div#lcolumn-content-inner {
	padding			: 5px 15px 0 15px;
	position		: relative; 
	top				: -18px;
	min-height		: 155px; 	
}

/* ------ lblocks ------ */
div.lblock-outer-box,
div.clblock-outer-box {
	margin-bottom	: 15px;	
}
div.lblock-header-box-content,
div.clblock-header-box-content {
	font			: bold 1.2em/1.2em 'Trebuchet MS','Lucida Sans Unicode',Verdana, Arial, Sans-Serif;
	color			: #dad7d7;
	text-align		: center;
	padding-bottom	: 5px; 
}
div.lblock-content-box,
div.clblock-content-box {
	background		: transparent url(../images/bg_box2_bgtrans.png) repeat;
	padding			: 5px;
}

div.lblock-content-box-content ul,
div.clblock-content-box-content ul {
	list-style-type	: none;	
	margin			: 0;
	padding-bottom	: 4px;
}
div.lblock-content-box-content li.mainnav,
div.clblock-content-box-content li.mainnav {
	padding			: 2px 3px 2px 0px;
}
div.lblock-content-box-content li.mainnav-home,
div.clblock-content-box-content li.mainnav-home {
	font-weight		: bold; 	
}
div.lblock-content-box-content li.subnav, 
div.clblock-content-box-content li.subnav {
	background		: url(../images/breadcrumb_menusub.gif) no-repeat 0px 7px;
	font-size		: 0.9em;
	padding			: 0 3px 0 10px;
}


/* ------ SG Member ------ */
div.member-outer {
	margin-bottom	: 15px;	
}
div.member-title {
	font			: bold 1.2em/1.2em 'Trebuchet MS','Lucida Sans Unicode',Verdana, Arial, Sans-Serif;
	color			: #dad7d7;
	text-align		: center;
	padding-bottom	: 5px; 
}
div.member-welcome {
	padding			: 5px;
	background		: transparent url(../images/bg_box2_bgtrans.png) repeat;
}
div.member-privmsgs {
	border			: 1px solid #434343;
	background		: transparent url(../images/bg_box2_bgtrans.png) repeat;
}
div.member-privmsgs div.infoMsg-inner {
	background      : url(../../../images/icons/messagebox_info.png) no-repeat 3px 3px;
	padding			: 2px 2px 2px 25px;  
}
div.member-myaccountdirect li.user-menu-link {
	line-height		: 14px
}
div.member-logon {
	padding			: 5px;
	background		: transparent url(../images/bg_box2_bgtrans.png) repeat;
	text-align		: center; 
}

/* === center content =========================================== */

td#maincontent {
	width			: 800px;
	padding-right	: 37px;
}
td#centerBLcolumn,
td#centerBRcolumn {
	width			: 50%;
}




div.brblock-outer-box,
div.crblock-outer-box,
div.blblock-outer-box {
	background		: transparent url(../images/bg_box1_bgtrans.png) no-repeat 0 10px;
}
div.brblock-outer-box,
div.crblock-outer-box {
	margin			: 0 0 10px 0;
}
div.blblock-outer-box {
	margin			: 0 10px 10px 0;
}
div.brblock-outer-box-i1,
div.crblock-outer-box-i1,
div.blblock-outer-box-i1 {
	background		: transparent url(../images/bg_box1_tr.png) no-repeat right 10px;
}
div.brblock-outer-box-i2,
div.crblock-outer-box-i2,
div.blblock-outer-box-i2 {
	background		: transparent url(../images/bg_box1_tl.png) no-repeat left 10px;
}
div.brblock-outer-box-i3,
div.crblock-outer-box-i3,
div.blblock-outer-box-i3 {
	background		: transparent url(../images/bg_box1_br.png) no-repeat right bottom;
	
}
div.brblock-outer-box-content,
div.crblock-outer-box-content,
div.blblock-outer-box-content {
	background		: transparent url(../images/bg_box1_bl.png) no-repeat left bottom;
	min-height		: 300px;
	padding			: 10px;
}

div.brblock-header-box,
div.crblock-header-box,
div.blblock-header-box {
	font			: bold 1.3em/2.3em 'Trebuchet MS','Lucida Sans Unicode',Verdana, Arial, Sans-Serif;
}

/* ------ Pinwand ------ */
div.dc-xfgb-block-new {
	background		: transparent url(../images/title_pinwand.png) no-repeat 0 -5px;
	padding			: 80px 0 0 0;
	position		: relative;
	top				: -10px;
}

div.dc-news-block-top-news {
	background		: transparent url(../images/title_sg_blog.png) no-repeat 0 -12px;
	padding			: 80px 0 0 0;
	position		: relative;
	top				: -10px;
}
div.dc-news-block-top-news-visit {
	padding-top		: 10px;
}

/* === Footer ================================================ */
div#footer-in {
	background		: transparent url(../images/bg_footer.png) repeat 0 0;
	width			: 1012px;
	height			: 68px;
	margin			: 0 auto;
	position		: relative; 
}
div#footer-in a {
	color			: #696969; 
}

div.footer-logo {
	background		: transparent url(../images/bg_footer_schnapperglas.png) no-repeat 0 0;
	position		: absolute;
	top				: -27px;
	left			: 430px;
	width			: 200px;
	height			: 200px; 
}
div.footer-copyright {
	background		: transparent url(../images/bg_footer_copyright.png) no-repeat 0 0;
	position		: relative;
	top				: 45px;
	left			: -70px;
	width			: 300px;
	height			: 50px; 
		
}



div#footer-in-legal {
	padding			: 1px 5px 10px;
	font-size		: 0.9em;
}
div#footer-in-bookmark-title {
	padding			: 0 5px 2px 0;	
}
div#footer-in-bookmark-button {
	padding			: 0 5px 12px 0;	
}
div.footer-in-partner {
	text-align		: right; 
	padding-top		: 5px; 	
}

div#footer-out {
	width			: 964px;
	margin			: 0 auto 0 auto;
	padding			: 30px 18px 20px 18px;
	/* background		: url(img/bg_main_footer.gif) no-repeat top left; */
}
div#footer-out-coyright {
	width			: 360px;
	height			: 35px;
	margin			: 0 auto 0 auto; 
	/* background		: url(img/bg_footer-out_copyright.gif) no-repeat top left; */
		
}



/* === Menus & Navigations ====================================== */
#mainmenu a,
#usermenu a {
	text-align		: left; 
	display			: block; 
	margin			: 0; 
	padding			: 0;
}
#mainmenu .menuTop,
#usermenu .menuTop {
	padding			: 4px 0px;
	font-weight		: bold;
}
#mainmenu a.menuMain {
	padding			: 0px 3px 2px 8px;
	/* background		: url(../images/breadcrumb_menumain.gif) no-repeat 0px 6px; */
}
#mainmenu a.menuSub {
	padding			: 0px 3px 2px 14px;
	/* background		: url(../images/breadcrumb_menusub.gif) no-repeat 6px 6px; */
}
#usermenu a.highlight {
	color			: #0000ff; 
}





#xoopsHiddenText {
	visibility		: hidden; 
	color			: #000000; 
	font-weight		: normal; 
	font-style		: normal; 
	text-decoration	: none;
}

/* xoops standard: */
.item { }
.itemHead {
	clear			: both;
}
.itemTitle { /* same as h1 */
	font			: bold 1.6em/1.6em 'Trebuchet MS','Lucida Sans Unicode',Verdana, Arial, Sans-Serif;
}
.itemInfo {
	color			: #777;
	line-height		: 100%; 
	padding			: 0 0 10px 0; 
}
.itemBody {
	background		: transparent url(../images/bg_box1_bgtrans.png) repeat;
	margin-bottom	: 10px;
	padding			: 10px;
	border			: 1px solid #7E7E7E;
}

.itemText {
	line-height		: 1.4em;
	padding-bottom	: 5px;
}
.itemFoot {
	clear			: both;
	padding			: 0 0 5px 0;
}
.itemIconsbar {
	text-align		: right; 	
}
.itemIcon {
	padding-left	: 1px;	
}


.xoopsCode { 
    background		: #333; 
    border			: 1px solid #555; 
    font-family		: "Courier New",Courier,monospace; 
    padding			: 6px;
}
.xoopsQuote { 
    background		: #333; 
    border			: 1px dashed #555; 
    font-family		: "Courier New",Courier,monospace !important; 
    padding			: 6px;
}

/* ------------------------------------------------------------
   comments
   ------------------------------------------------------------ */
.comTitle {
	font			: bold 1.3em/1.0em 'Trebuchet MS','Lucida Sans Unicode',Verdana, Arial, Sans-Serif;
	padding-bottom	: 5px;
}
.comTitleCaption {
    font-weight		: normal;
}

.dc-ComUserBtn {  
	margin-bottom	: 10px; 
}
.dc-ComUserName {  
	font			: bold 1.2em/1.0em 'Trebuchet MS','Lucida Sans Unicode',Verdana, Arial, Sans-Serif;
	padding			: 7px 0 5px 0; 
}
.dc-ComUserName img {
	vertical-align	: bottom;
}

.comUserImg {
}
.comUserRank {
	padding-bottom	: 5px;
}
.comUserRankImg {
	padding-bottom	: 2px;
}
.comUserRankText {

}
.comUserStat {
    font-weight		: bold;
    padding			: 1px;
}
.comUserStatCaption {
    font-weight		: normal;
}
.comDate {
	text-align		: right; 
	color			: #555;
	font-size		: 0.9em;
	padding-right	: 2px;
}
.dc-ComPostNum {  
}
.dc-ComUserInfoData {  
	padding-bottom	: 2px; 
}
.dc-ComUserInfoDataCaption {
    font-weight		: bold;
}
.dc-sys-comments-amsg {
	background			: transparent url(../images/bg_box2_bgtrans_rev.png) no-repeat left top;
	border				: 1px solid #7E7E7E;
	padding				: 5px;
}
.comText {

}

/* --- styles for dc_system_comments_container.html -------------- */
div.dc-sys-comments-title {
	font			: bold 1.3em/1.3em 'Trebuchet MS','Lucida Sans Unicode',Verdana, Arial, Sans-Serif;
}
div.dc-sys-comments-content {
	background			: transparent url(../images/bg_box1_bgtrans.png) no-repeat left top;
	border				: 1px solid #7E7E7E;
	margin-bottom		: 10px;
	padding				: 10px;
}

span.dc-sys-comments-disbl,
span.dc-sys-comments-enbl {
	font-weight		: normal;	
}
div.dc-sys-comments-writecom-btn {
	padding-bottom	: 10px;
}
table.dc-sys-comments-navbar td {
	text-align		: right;	
}
div.dc-sys-comments-notice {
	padding-bottom	: 15px;
	text-align: center;
}
td.dc-sys-comments-pgnav-info,
td.dc-sys-comments-pgnav {
	vertical-align: bottom;
	padding-bottom: 3px;	
}
div.dc-sys-comments-pgnav-box {
	float: right;	
}
td.dc-sys-comments-userdata {
	width			: 20%;
	text-align		: center;
	vertical-align	: top;
	padding-bottom	: 15px;
}
td.dc-sys-comments-userdata .link-button {
	float			: none;	
}
td.dc-sys-comments-content {
	vertical-align	: top;
	padding-bottom	: 15px;
}
div.dc-sys-comments-content-iconsbar {
	padding-top		: 2px;
}
td.dc-sys-comments-posterdata {
	text-align: center;
}
td.dc-sys-comments-msg {
	/* border-bottom: 1px solid #B0B0B0 !important;  */
}
td.dc-sys-comments-msg .comText {
	padding: 5px 5px 5px 5px;
}

table.dc-sys-comments-thread {
	margin-top: 10px;
}
table.dc-sys-comments-thread-replies {
	margin: 5px 0px 0px 0px;
}
table.dc-sys-comments-thread-replies th {
	padding: 3px;
	font-weight: bold;
}
div.dc-sys-comments-thread-nav {
	padding: 8px 0px 8px 3px;
}
table.dc-sys-comments-nest {
	margin-top: 10px;
}
table.dc-sys-comments-nest-replies-inner {
	margin-top: 3px;
}
table.dc-sys-comments-reply-themecenterposts {
	border: 1px solid #B0B0B0;
	margin-bottom: 10px;
}

/* ------------------------------------------------------------
   page navigation
   ------------------------------------------------------------ */
.pagenav-label {
	float			: left; 
	padding			: 7px 5px 5px 3px;
	font-weight		: bold; 
}
.pagneutral {
	float: left;
	font-size: 9px; 
	font-weight: bold;
	padding: 7px 2px 5px 2px;
	text-align: center;  
}
.pagact {
	float			: left;
	padding			: 6px 2px 4px;
	text-align		: center; 
	font-size		: 1.5em;
	 
}
.paginact {
	float: left;
	font-weight: bold;
	padding: 7px 2px 5px 2px;
	text-align: center; 
}

/* --- POPUPS ----------------------------------------- */
html.dc-popup {
	/*
    scrollbar-Track-Color		:#FFF;
    scrollbar-Face-Color		:#ECEBE9;
    scrollbar-Shadow-Color		:#7F9DB9;
    scrollbar-Highlight-Color	:#ECEBE9;
    scrollbar-Arrow-Color		:#000;	
    */
}
body.dc-misc-popup-smilies,
body.dc-misc-popup-avatars,
body.dc-misc-popup-friend,
body.dc-misc-popup-online,
body.dc-misc-popup-pmlite,
body.dctoplist-popup {
	background		: url("../images/bg_inner_mid.jpg") repeat-y scroll 0 0 transparent; 
	background-color: #000;
	padding			: 10px 10px 10px 30px;
}
div.dc-misc-popup-online-uid {
	display			: inline;
	font-weight		: bold;
}
div.dc-misc-popup-online-inarea {
	display			: inline;
	padding-left	: 5px;
}
td.dc-misc-popup-online-detailsarea_btn {
	text-align		: right;
	padding			: 12px 5px 0px 0px;
} 
div#dc-misc-popup-online-summaryarea {
	padding-top		: 15px;
}

/* --- styles for system_userform.html ---------------- */
div#sys-userform-lostpwd-dsc {
	padding-bottom	: 10px; 
}
td#sys-userform-lostpwd-maillabel,
td#sys-userform-login-unamelabel,
td#sys-userform-login-pwdlabel {
    padding			: 4px 10px 3px 10px;
    text-align		: right;
    vertical-align	: top;
	width			: 140px;
}
td#sys-userform-login-unameinput,
td#sys-userform-lostpwd-mailinput {
	padding			: 2px 3px 2px 2px !important;
	background		: url("../images/bg_box1_bgtrans.png") repeat scroll 0 0 transparent; 
}
td#sys-userform-login-pwdinput {
	padding			: 2px 3px 2px 2px !important;
	background		: url("../images/bg_box2_bgtrans.png") repeat scroll 0 0 transparent; 
}
td#sys-userform-lostpwd-btn,
td#sys-userform-login-btn {
	padding-top		: 10px;
}
div#sys-userform-login-register {
	padding-top		: 20px;
}

/* --- styles for system_notification_select.html ---------------- */
div.sys-notifselect-outer {
    padding-top: 20px;
}
div.sys-notifselect-outer fieldset legend {
	color			: #aaa;
}
span.dc-sys-notifselect-disbl, 
span.dc-sys-notifselect-enbl {
	font-weight		: normal;		
}
table.sys-notifselect-tab {
    /* border: 1px dashed  #B0B0B0; */
}
div.sys-notifselect-headinfo {
    padding-bottom	: 5px;
    padding-top		: 10px;
    color			: #aaa;
}
div.sys-notifselect-btn {
	padding			: 10px 0px 15px 0px;
	text-align		: center;	
}

/* --- styles for system_notification_list.html ---------------- */
table.sys-notiflist-itmslisttab {
	margin: 10px 0px 5px 0px;
	/* border: 1px solid #B0B0B0; */
}


/* --- styles for istats_block_show.html -------------- */
div#sg-istats-bl-show {
	position		: relative;
	top				: 90px;
    margin			: 0 5px 0 5px;
    color			: #777;
    font-weight		: bold;
    font-size		: 1.1em;  
    text-align		: center;  
}

/* --- styles for system_block_online.html -------------- */
table#sys-bl-online-tab {
    width			: auto;
}
table#sys-bl-online-tab td {
    padding-right	: 3px;
}
div#sys-bl-online-names {
    padding			: 1px 0px 8px 10px;
}
div#sys-bl-online-more {
	font-weight		: bold;
}
div#sys-bl-online-areatotal {
    padding-top		: 5px;
}


/* --- styles for system_userinfo.html -------------- */
div.dc-sys-userinfo-funcs {
	height				: 100px;	
}
div.dc-sys-userinfo-afunc-outer {
	float				: left;
	width				: 80px;
	height				: 70px; 
	background			: transparent url(../images/bg_box1_bgtrans_rev.png) repeat;
	border				: 1px solid #BBBBBB; 
	padding				: 5px 3px; 
	margin				: 0 3px 3px 0; 
	text-align			: center;
}
div.dc-sys-userinfo-afunc-title {
	padding-top			: 10px; 
	font-size			: 90%; 
	line-height			: 110%;
}
div.dc-sys-userinfo-userdata {
	background			: transparent url(../images/bg_box1_bgtrans_rev.png) repeat;
	border				: 1px solid #BBBBBB; 
	padding				: 5px 5px 15px 5px; 
}

div.dc-sys-userinfo-signature {
	background			: transparent url(../images/bg_box1_bgtrans_rev.png) repeat;
	border-left			: 1px solid #BBBBBB; 
	border-right		: 1px solid #BBBBBB; 
	border-bottom		: 1px solid #BBBBBB; 
	padding				: 5px 5px 15px 5px; 
}
td.dc-sys-userinfo-basicinfo {
	width				: 50%;
	padding-right		: 10px;	
}
td.dc-sys-userinfo-profileinfo {
	width				: 50%;
}
div.dc-sys-userinfo-signature-cont {
	padding				: 5px;	
}

div.dc-sys-userinfo-modules {
	margin-top			: 15px;
}


/* --- styles for edituser.php -------------- */
div.dc-sys-edituser-curravatar {
	margin-bottom		: 15px;	
}
h3.dc-sys-edituser-curravatar-title {
	padding-bottom		: 5px;	
}
input.dc-sys-edituser-delbtnavatar {
	margin-bottom: 4px;
}

/* --- styles for viewpmmsg.php -------------- */
table.dc-sys-viewpmmsg-modulestab {
	margin-top: 10px;
}

/* --- styles for readpmsg.php -------------- */
div.dc-sys-readpmsg-posterfrom {
	padding-top: 3px;
}
table.dc-sys-readpmsg-msglaytab {
	margin: 10px 0px 5px 0px;
}

/* --- styles for search.php ------------------- */
table.dc-sys-search-catlaytab {
	margin				: 0px 0px 20px 0px;	
}
td.dc-sys-search-catlaytab-head {
	vertical-align		: bottom;
}
span.dc-sys-search-catlaytab-head-modname {
	font-size			: 14px;
	font-weight			: bold;
}
td.dc-sys-search-catlaytab-head .button {
	background-color	: #E8E8E6;
	background-position	: 10px 50%;
	border-top-color	: #F6F2EF;
	border-left-color	: #F6F2EF;
	border-right-color	: #7E7E7E;
	border-bottom-color	: #7E7E7E;
	border-width		: 1px;
	font-size			: 1em; 
	padding				: 1px 10px 1px;
	margin-top			: 2px;
}
div.dc-sys-search-publdata {
	padding-top			: 2px;	
	font-size			: 10px;
	color				: #666;
}

/* --- Site Closed ----------------------------------------- */

body.dc-sys-siteclosed div#headermainnav {
	display				: none;	
}
body.dc-sys-siteclosed div#contentouter {
	top					: -50px;	
}
body.dc-sys-siteclosed .blockTitle {
	font			: bold 1.2em/1.2em 'Trebuchet MS','Lucida Sans Unicode',Verdana, Arial, Sans-Serif;
	color			: #dad7d7;
	text-align		: center;
	padding-bottom	: 5px; 	
}


/* --- Styles for xfguestbook integration ------------------ */
div.dc-xfgb-block-new-item {
	padding			: 0 0 15px 0;
}
div.dc-xfgb-block-new-head {
	padding			: 0 0 5px 0;
	font			: bold 1.1em 'Trebuchet MS','Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
}
div.dc-xfgb-block-new-title {
	padding			: 0 0 5px 20px;	
	font			: bold 1em 'Trebuchet MS','Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	color			: #555;
}
div.dc-xfgb-block-new-msg {
	padding			: 0 0 0 20px;	
	font			: 1em courier new, courier;
}
div.dc-xfgb-block-new-more {
	padding			: 5px 35px 0 0;
	text-align		: right; 
	font-weight		: bold; 
}
div.dc-xfgb-block-new-visit,
div.dc-xfgb-block-new-newentry {
	padding-top		: 10px;	
}

/* --- Styles for news integration ------------------ */
div.dc-news-index-top {
	padding			: 0 0 25px 0;	
}
td.dc-news-index-rss {
	width			: 30%;
	padding			: 1px 2px;
	border			: 2px solid #C6D880;
	background-color: #E6EFC2; 
	font-size		: 11px; 
	color			: #2F5F00;
}
div.dc-news-index-rss-text {
	padding-bottom	: 3px;
}
div.dc-news-index-rss-img {
	text-align		: center;	
	padding-bottom	: 2px;
}

div.dc-news-artimg {
	padding			: 0 5px 5px 0;	
}
div.dc-news-art-teaser {
	padding-bottom	: 10px;	
}

div.dc-news-art-bodytext {
	clear			: both; 	
}
div.dc-news-block-top-news-title {
	padding			: 0 0 3px 0;
	font-family		: Trebuchet MS,verdana,tahoma,arial,sans-serif;
	font-size		: 16px; 
	font-weight		: bold;
	color			: #302f2f;
}
div.dc-news-block-top-news-head {
	padding			: 0 0 5px 0;
	clear			: both;
	color			: #555;
	font-size		: 0.9em;
}

div.dc-news-block-top-news-images {
	padding			: 0 15px 5px 0;
}
div.dc-news-block-top-news-text,
div.dc-news-block-top-news-more {

}
div.dc-news-block-top-news-text {
	padding-bottom	: 15px;
}
div.dc-news-block-top-news-more {
	clear			: both;
	padding			: 0 35px 5px 0;
	text-align		: right; 
	font-weight		: bold; 
}
div.dc-news-block-top-news-sep {
	clear			: both; 
}

/* --- Styles for smartsection integration ------------------ */
div.dc_smartsection_block_items_spot_content {
	padding-bottom	: 20px;	
}
div.dc_smartsection_block_items_spot_summary {
	padding-bottom	: 5px;
}

.smartsection-item .itemBody {
	background		: transparent url(../images/bg_box1_bgtrans.png) repeat;
	margin-bottom	: 10px;
	padding			: 0;
	border-width	: 0; 
}
.smartsection-item .itemBody-l1 {
	background		: transparent url(../images/bg_box1_tr.png) no-repeat right top;
}
.smartsection-item .itemBody-l2 {
	background		: transparent url(../images/bg_box1_tl.png) no-repeat left top;
}
.smartsection-item .itemBody-l3 {
	background		: transparent url(../images/bg_box1_br.png) no-repeat right bottom;
}
.smartsection-item .itemBody-content {
	background		: transparent url(../images/bg_box1_bl.png) no-repeat left bottom;
	min-height		: 300px;
	padding			: 10px;
}


/* --- Styles for extcal integaration  ------------------ */
div.dc-extcal-blockupcoming-gotocal {
	padding-top			: 8px;
	text-align			: right;
}

/* --- Logger -------------------------------------------- */
#xo-logger-output {
	background-color: white;
}
div.xo-logger-trc {
	font-family		: Courier New,Courier; 	
	white-space		: nowrap;
	display			: list-item; 
	margin-left		: 14px;
}
.xo-logger-traces-error {
	color			: red;	
}
div.xo-logger-trc-firstline span.xo-logger-trc-file, 
div.xo-logger-trc-firstline span.xo-logger-trc-lineno {
	font-weight		: bold;
}



/* --- SG specifics ----------------------------------------- */
#sg-home-welcome-outer {
	height			: 210px;
}
#sg-home-welcome {
	position		: absolute;
	top				: -47px;
	left			: 190px;
	background		: transparent url(../images/willkommen.png) no-repeat top left;
	height			: 270px;
}
#sg-home-welcome-txt {
	padding			: 105px 60px 0 375px;
	width			: 350px;
}
#sg-home-welcome-txt a {
	font-weight		: bold;
}
