@charset "utf-8";


/* Element rules */


body {
	background:url(../_sysImages/backgroundSite.gif) repeat-y center top;
	background-color: #333;
	color:#cdcdcd;
	font-family:"Trebuchet MS";
	font-size:11px;
}

a {
	color:#00c0ff;
	text-decoration:none;
}

img {
	border:0px;
}

form {
	margin:0px;
}

p {
	margin:0 0 10px 0;	
}

p p {
	margin:0px;
}

h1 {
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px 0;	
}

h2 {
	font-size:16px;
	color:#969696;
	margin:20px 0px 0px 0px;
}

h3 {
	font-size:14px;
	color:#969696;
	margin:20px 0px 0px 0px;
}

h4,h5,h6 {
	font-size:12px;
	color:#969696;
	margin:20px 0px 0px 0px;
}


ul {
	margin:0 0 10px 0;
	padding:0px;
	list-style-type:none;
}

ul li {
	background:url(../_sysImages/bullet.gif) no-repeat left 6px;
	padding-left:10px;
	margin-bottom:10px;
	margin-left:10px;
}

ol li 
{
    margin-bottom:10px;
}

div.hr {
  height: 1px;
  width:100% !important;
  background:url(../_sysImages/backgroundHr.gif) repeat-x;
  margin:0px;
}

div.hr hr {
  display: none;
}


/* Section id´s */
/*
#containerSite {
	position:absolute;
	width:952px;
	height:auto;
	top:0px;
	left:50%;
	margin-left:-476px;
	background:url(../_sysImages/backgroundContent.gif) no-repeat;
}
*/

#containerSite {
	width:952px;
	height:auto;
	margin:auto auto;
	background:url(../_sysImages/backgroundContent.gif) no-repeat;
}

#containerHead {
	width:952px;
	height:127px;
	background:url(../_sysImages/backgroundHead.gif) no-repeat;
}

#containerMenu {
	width:948px;
	height:33px;
	margin:0px 2px;
	background:url(../_sysImages/backgroundMenu.gif) no-repeat;
}

#containerBanner {
	width:896px;
	height:140px;
	margin:0px 28px;
	display:block;
}

#containerContent {
	width:896px;
	height:auto;
	margin:12px 8px 30px;
	padding:0px 20px;
}

#logotype {
	width:100px;
	height:45px;
	padding:55px 0 0 70px;
	float:left;
}


#shortkeys {
	width:120px;
	height:22px;
	padding:80px 15px 0 0px;
	float:right;
}


ul#navigation {
	list-style-type:none;
	height:22px;
	margin:0px 26px;
	padding:0px;
	padding-left:1px;
	background:url(../_sysImages/menuItemDeviderStart.gif) no-repeat;
}

ul#navigation li {
	float:left;
	padding:0px;
	margin:0px;
}

ul#navigation li a {
	display:block;
	padding:3px 13px 3px 11px;
	color:white;
	background:url(../_sysImages/menuItemDevider.gif) no-repeat right top;
}

ul#navigation li a:hover {
	background-color:#00afe8;
}

ul#navigation li a.active {
	background-color:#8b9598;
}



/* Sub navigation */

div#subNavigation {
	display:none;
}

body#submenuActiv div#subNavigation {
	width:215px;
	overflow:hidden;
	overflow:block;
	float:left;
	display:block;
	border-top:1px solid #00c0ff;
	height:400px;
}

div#subNavigation ul li {
	background:none;
	padding:0px;
	margin-bottom:0px;
}

div#subNavigation ul {
	margin-bottom:0px;
}

div#subNavigation ul li li {
	background:none;
	padding-left:0px;
	margin-bottom:0px;
}

div#subNavigation ul li a {
	display:block;
	padding:3px 0px 3px 11px;
	color:#00c0ff;
	margin-right:0px;
	background:url(../_sysImages/submenuItem_normal.gif) no-repeat;
}

div#subNavigation ul li a.open {
	background:url(../_sysImages/submenuItem_open.gif) no-repeat;
	color:#8b9598;
}

div#subNavigation ul li a.active, div#subNavigation ul li a:hover {
	background:url(../_sysImages/submenuItem_active.gif) no-repeat;
	color:white;
}


.topBorder {
	border-top:1px solid #00c0ff;
}

.box {
	width:193px !important;
	margin:-10px 0px 20px 0px !important;
	border:1px solid #00c0ff;
	padding:10px;
}

#footer {
	width:896px;
	margin:0px 8px 20px;
	padding:4px 20px;
	border-top:1px solid #676767;
	font-size:10px;
	float:left;
	clear:both;
}



#contentArea {
	width:896px;
	overflow:hidden;
}

#contentArea div {
	width:215px;
	overflow:hidden;
	float:left;
	padding-top:10px;
	margin-right:12px;
}

#contentArea div.wide {
	width:442px;
	overflow:hidden;
}


/* If submenu active */
body#submenuActiv #contentArea {
	width:669px;
	overflow:hidden;
	float:right;
}







/* Content templates - General settings */

.lastColumn {
	margin:0px !important;
}

.contentTemplate {
	overflow:hidden;
	margin:0px 0px 12px 0px;
	background-color:#787878;
	float:left;
	clear:both;
	padding:0px !important;	
	}
	
.contentTemplate div {
	overflow:hidden;
	background-color:#a4a4a4;
	margin-right:12px;
	float:left;
	padding:0px !important;
}	



/* 2 columns - narrow & wide */

#wrapperContentTemplate_2Cols {
	width:896px !important;
	overflow:hidden;
}
#wrapperContentTemplate_2Cols div {
	width:215px;
	overflow:hidden;
}

#wrapperContentTemplate_2Cols div.wide {
	width:669px;
	overflow:hidden;
}


/* 2 equal columns */

#contentTemplate_2cols_5050 {
	width:896px !important;
	overflow:hidden;
}

#contentTemplate_2cols_5050 div {
	width:442px;
	overflow:hidden;
}




/* IF SUBMENU ACTIVE */

/* 2 columns - narrow & wide */

body#submenuActiv #wrapperContentTemplate_2Cols {
	width:669px !important;
}

body#submenuActiv #wrapperContentTemplate_2Cols div {
	width:215px;
}

body#submenuActiv #wrapperContentTemplate_2Cols div.wide {
	width:442px;
}


/* 2 equal columns */

body#submenuActiv #contentTemplate_2cols_5050 {
	width:669px !important;
}

body#submenuActiv #contentTemplate_2cols_5050 div {
	width:328px;
}

/* START SETTINGS FOR ERRORPAGE */
div#errorBox {
	width:340px;
	height:200px;
	margin:150px auto;
	padding:30px; 
	background:url(/templates/sgs/_sysImages/backgroundErrorBox.gif) left 100px no-repeat;
}

div.errorMessage {
	line-height:18px;
	padding-top:50px;
}

div.errorMessage P {
	margin:0 0 20px;
}

div.errorMessage h1 {
	font-size:20px
}

#printLogo {
	display:none;
}

/* END SETTINGS FOR ERRORPAGE */




