/**
* 
*
* Standard Stylesheet
*
* @author Beat Schenkel
* @link http://www.webcenter.ch/
* @copyright Copyright 2010, Webcenter
* @license CC-A 3.0 / http://creativecommons.org/licenses/by/3.0/
* @date 04.08.2010
*/

/********************************************************* _Global Styles */

* {
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	list-style:none;
	background:none;
}

html, body {
	height:100%;
}

body {
	background-color:#e5e5e5;
}

body, table, input, select, textarea {
	font-family:Verdana;
	font-size:11px;
	color:#000;
}

a {color:#005b9f; text-decoration:underline; }
a:hover, a:active, a:focus {color:#005b9f; text-decoration:none; }

hr {
	height:1px;
	border-bottom:1px solid #DEDEDE;
	margin:15px 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	}
	table table {
		margin:0;
		}
	td,
	th {
		font-weight:normal;
		text-align:left;
		vertical-align:top;
		padding:0 2px 2px 1px;
		position:relative;
		}
	table p {
		margin:0;
		}


.clearer {
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

.hidden {
	display:block;
	position:absolute;
	left:-1500px;
	top:-1500px;
	overflow:hidden;
	width:0;
	height:0;
}

/********************************************************* _WYSIWYG Editor */

#wysiwyg_body {
	padding:0 5px;
	background:#FFF;
	height:auto;
}

/********************************************************* nyroModal-1.6.2 (Lightbox) */

#nyroModalWrapper {
	background:#FFF;
	-moz-box-shadow:0 0 9px #999;
	-webkit-box-shadow:0 0 9px #999;
	}
	
	#nyroModalWrapper h1 {
		font-size:12px;
		font-weight:bold;
		padding:10px 0 10px 10px;
		margin:0;
		border:1px solid #CCC;
		border-bottom:none;
		}
		
	#closeBut {
		position:absolute;
		top:0px;
		right:0px;
		text-decoration:none;
		height:20px;
		width:20px;
		text-indent:-9999px;
		overflow:hidden;
		background:url(/images/aa2/cms/lightbox_close.gif) no-repeat center center;
		}
		
/********************************************************* _Headings */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#005b9f;
	font-size:13px;
	margin-bottom:24px;
	font-weight:bold;
	background-color: #eee;
	padding: 4px;
}

h2 {
	font-size:11px;
	margin:10px 0 5px;
	color:#000000;
	font-weight:bold;
}

/********************************************************* _Text Styles */

.msg_box {
	margin-bottom:15px;
	padding:10px;
	background:#EFEFEF;
}

	.msg_box.error {
		color:red;
		border:1px solid red;
	}
	
	.msg_box.success {
		color:green;
		border:1px solid green;
	}

/********************************************************* _Forms */

select {
	background:#FFF;
	height:20px;
	}
	select option {
		padding:2px;
		}

input,
textarea {
	color:#000;
	line-height:normal;
	}

textarea,
.text,
.captcha {
	cursor:text;
	height:16px;
	border:1px solid #999;
	padding-left:1px;
	padding-top:1px;
	}
	
.text {
	width:180px;
	}

textarea {
	width:100%;
	height:150px;
	}

.radio,
.checkbox {
	background:none;
	border:none;
	width:12px;
	height:12px;
	}

.captcha {
	width:77px;
	}

.submit,
.button {
	padding:1px 4px;
	border:1px solid #CDCDCD;
	cursor:default;
	color:#000;
	overflow:visible;
	background:#EFEFEF;
	}
	
.submit:hover {
	}
	
.form_highlight {
	border:1px solid #C00;
	}

.input_submit {
	padding:1px 4px;
	border:1px solid #CDCDCD;
	cursor:default;
	color:#000;
	overflow:visible;
	}
	
.input_submit:hover {
	background-position:0 -21px;
	}

/********************************************************* _Structure */

#head_out {
	width:100%;
	height:200px;
	background-image:url(/custom/sysmatrix.ch/images/bg_syma.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
}
	#head {
	width:920px;
	height:200px;
	margin:0 auto;
	background-image:url(/custom/sysmatrix.ch/images/bg_syma.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	} 
#menu_1_out {
	width:100%;
	height:29px;
	background-color:#e5e5e5;
}
	#menu_1 {
	width:920px;
	height:29px;
	margin:0 auto;
	border-left:1px solid #666;
	}
	
#content_out {
	width:100%;
	background-color:#FFFFFF;
}   
	
	#content {
		width:922px;
		margin:0 auto;
		padding:30px 0px 40px 0px;
	}
		#content_left {
		width:200px;
		display:inline;
		float:left;
		}
			#menu_2 {
			height:115px;
			}
			
			#foto {
			width:100%;
			text-align:left;
			}
			
		#icons {
		text-align:right;
		padding-right:30px;
		}
				
		#content_main {
			width:582px;
			display:inline;
			float:left;
			background-image:url(/custom/sysmatrix.ch/images/layout/Linie_Punkt.gif);
			background-repeat:repeat-y;
			background-position:right top;
			}
			#content_main .inner {
				padding:20px 30px 5px 20px;
				background-image:url(/custom/sysmatrix.ch/images/layout/Linie_Punkt.gif);
				background-repeat:repeat-y;
				background-position:left top;
				}

/********************************************************* _Search */

	#search .input_text {
		float:left;
		width:125px;
		margin:0;
		height:15px;
		background:#FFF;
		border:1px solid #e5e5e5;
	  font-size:11px;
	  padding:2px 0px 0px 5px;
	  color:#909090;
	  text-transform:uppercase;
	  font-size:10px;
		}
	
	#search .input_submit,
	#search .input_submit:focus {
		border:none;
		background:none;
		padding:0;
		cursor:default;
		width:16px; 
		height:16px;
		margin-left:3px;
	  margin-top:2px;
		float:left;
		}

/********************************************************* _Menu 1 */

#menu_1 ul {
	margin:0;
	overflow:hidden;
}

#menu_1 li a span {
	display:inline;
	float:left;
	padding:8px 16px 8px 16px;
	text-decoration:none;
	color:#666;
	font-size:11px;
	font-weight:bold;
	border-right:1px solid #666;
	}
	
	#menu_1 .cur a span {
		display:inline;
	  float:left;
	  background-color:#f5f5f5;
	  color:#005b9f;
	  }

	#menu_1 .cur a:link,
	#menu_1 .cur a:visited,
	#menu_1 .cur a:hover {
	  position:relative;
	}
	
	#menu_1 a:hover span {
	  background-color:#f5f5f5;
	}
	
	#menu_1 .cur {
		  position:relative;
	  float:left;
	}
	
/********************************************************* _Menu 2 */

#menu_2 ul {
	margin:0;
}

#menu_2 li a span,
#menu_2 .cur a span {
	display:block;
	padding:3px 15px 3px 9px;
	font-size:11px;
	color:#666;
	background-image:url(/custom/sysmatrix.ch/images/layout/Icon_Menu_2.gif);
	background-repeat:no-repeat;
	background-position:0px 9px;
	}

#menu_2 li {
	display:inline-block;
	width:100%;
	position:relative;
	}
*/   

/* 2 Menüstufe NICHT AKTIV */

#menu_2 li a {
	width:100%;
	display:block;
	text-decoration:none;
	}

#menu_2 a:hover {
	text-decoration:none;
	}

#menu_2 a:hover span {
	color:#0079c2;
	}

/* 2 Men�stufe AKTIV */

#menu_2 .cur a span {
		color:#0079c2;
	}

/********************************************************* _Content Text */

.ce_text {
	line-height:18px;
	position:relative;
	}

.ce_text .required {
	color:#CC0000;
	}

.ce_text li {
	list-style-type:none;
	background:url(../images/layout/li.gif) 2px 7px no-repeat transparent;

	padding-left:20px;
	margin-left:5px;
	}

.ce_text .img_left {
	float:left;
	margin:0 10px 10px 0;
	}
.ce_text .img_right {
	float:right;
	margin:0 0 10px 10px;
	}
/*
.ce_text a.icon:link,
.ce_text a.icon:visited,
.ce_text a.lightbox:link,
.ce_text a.lightbox:visited {
	background:none;
	border:none;
	padding:0;
	}
*/
	
/* Text structure */
	
.ce_text table p { margin:0; }
	
.ce_text ol,
.ce_text ul,
.ce_text p { margin:10px 0; }

	
.ce_text hr {
	margin:20px 0;
	height:1px;
	overflow:hidden;
	border:none;
	border-top:1px dotted #bfd3e1;
	}


/* Icon Link */

.icon {
	padding-left:20px;
	background-repeat:no-repeat;
	display:inline-block;
	line-height:11px;
	padding:1px 0 1px 20px;
	}
	
.icon.pdf { background-image:url(../images/icons/pdf.gif); }
.icon.internal { background-image:url(../images/icons/internal.gif); }
.icon.external { background-image:url(../images/icons/external.gif); }
.icon.back { background-image:url(../images/icons/back.gif); }
.icon.more { background-image:url(../images/icons/more.gif); }
.icon.email { background-image:url(../images/icons/email.gif); }
.icon.tel { background-image:url(../images/icons/tel.gif); }
.icon.download { background-image:url(../images/icons/download.gif); }
.icon.upload { background-image:url(../images/icons/upload.gif); }
	
/* Icon Box */
  
.icon_box {
	display:block;
	width:16px;
	height:16px;
	text-indent:-9999px;
	overflow:hidden;
	background:none;
	}

.icon_box.view { background:url(../images/icons/view.gif); }
.icon_box.solve { background:url(../images/icons/solve.gif); }
.icon_box.rate { background:url(../images/icons/rate.gif); }

/* Form Elements in <table> */
	
table .radio,
table .checkbox {
	position:relative;
	top:3px;
	}


/********************************************************* _Content */

.ce_text ul {
	margin-left:10px;
}
.ce_text ol {
	margin-left:30px;

}
.ce_text ul li {
	list-style-type:none;
	background-image:url(../images/layout/li.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:12px;
}
.ce_text ol li {
	list-style-type:decimal;
}


.ce_text ol,
.ce_text ul,
.ce_text p {
	margin-bottom:20px;
}

.ce_text table p {
	margin:0;
}

.ce_text a,
.ce_text a:hover {
	color:#005b9f !important;
	text-decoration:underline!important;
}
.ce_text a:hover {
	color:#005b9f;
	text-decoration:underline;
}

.ce_text .aa2adminbutton:hover {
	background:none;
}

/********************************************************* _Print */

#print {
	position:absolute;
	right:20px;
	top:0px;
	font-size:10px;
	text-decoration:none;
	background-image:url(/custom/sysmatrix.ch/images/layout/Icon_Print.gif);
	background-position:0 1px;
	background-repeat:no-repeat;
	padding-left:14px;
}
#print a:link,
#print a:visited {
	text-decoration:none;
} 

/********************************************************* _Footer */

#footer {
	width:920px;
	margin:0 auto;
	font-size:10px;
	color:#999;
	margin-top:15px;
	padding-bottom:30px;
}

#footer_left {
	width:400px;
	display:inline;
	float:left;
}
#footer_right {
	width:520px;
	display:inline;
	float:right;
	text-align:right;
}
		#footer a {
			cursor:pointer;
		color:#999;
		text-decoration:none;
		}
		#footer a:hover {
		  color:#666;
		}
		
/********************************************************* _aa2 Box*/

.ce_wrap {
	position:relative;
	}

.aa2_box:link,
.aa2_box:visited {
	display:block;
	width:14px;
	height:14px;
	border:none;
	padding:0;
	margin:0;
	background-image:url(../../../images/aa2/cms/aa2_box.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	}
	a.aa2_box img {
		}
		
a.aa2_box.invisible {
	background-image:url(../../../images/aa2/cms/aa2_box_invisible.gif);
	}

#menu_1 li.cur .aa2_box {
	position:absolute;
	top:50%;
	left:1px;
	margin-top:-7px;
	z-index:5;
	}
	
#menu_2 .cur .aa2_box:link {
	position:absolute;
	top:50%;
	margin-top:-7px;
	left:-8px;
	z-index:5;
	}
	
.ce_wrap .aa2_box {
	position:absolute;
	left:-16px;
	top:1px;
	}
.ce_wrap td .aa2_box {
	position:relative;
	left:0;
	top:0;
	}
	.ce_wrap .aa2_box img {
		padding:0;
		border:none;
		}

#embeddedlogout #aa2_logout_link {
	margin: 2px;
	padding: 2px;
	text-decoration: underline;
}
#logoutclaim {
	margin: 2px;
	padding: 2px;
}
#aa2_logout_link {
	display: block;
	background-color: rgba(255,255,255,0.5);
	float: left;
}
#loggedinuser {
	margin-right: 2px;
	display: block;
	float: left;
}