#tx-maxskel-skipToContent{
	display:none;
}

/* resetting some setings the peepz from css_styled_content just made */
.csc-textpic-intext-left ol,
.csc-textpic-intext-left ul{
	padding-left:0;
	overflow:visible;
}

/* taken care of that we now can start having fun */
body {
	font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size:13px;
	line-height:1.5;
	position:relative;
}

a{cursor:hand;}

.m-list{
	list-style-type:disc;
	margin-left:21px;
}

.m-list-ordered{
	list-style-type:decimal;
}

.m-table{
	border-collapse:collapse;
}
.m-table-cell{
	vertical-align:top;
}

.m-contentelement{
	/* margin-top:9px; /* 18 */
	line-height:1.4;
	clear:both;
	margin-bottom: 8px;
}
.m-contentelement-first{
	margin-top:0;
}
.m-contentelement .bodytext{
	margin-top:6px;
	margin-bottom:6px;
}

/* @group Table Styling */

.contenttable {
	width: 100%;
	border:1px solid #eee;
	}

td, th, caption {
	height: auto;
}

col {
	background-color: silver;
	}

thead th {
	text-align: left;
	font-weight: bold;
	}
	
th, tfoot th, tfoot td {
	text-align: left;
	}

caption {
	background-color: #ccc;
	font-style: italic;
	}

td.spancolumn-1,
th.spancolumn-1 {
	width: 30px;
	}

td.spancolumn-2,
th.spancolumn-2 {
	width: 80px;
	}

td.spancolumn-3,
th.spancolumn-3 {
	width: 130px;
	}

td.spancolumn-4,
th.spancolumn-4 {
	width: 180px;
	}
	
td.spancolumn-5,
th.spancolumn-5 {
	width: 230px;
	}


td.spancolumn-6,
th.spancolumn-6 {
	width: 280px;
	}

td.spancolumn-7,
th.spancolumn-7 {
	width: 330px;
	}

td.spancolumn-8,
th.spancolumn-8 {
	width: 380px;
	}

td.spancolumn-9,
th.spancolumn-9 {
	width: 430px;
	}


td.spancolumn-10,
th.spancolumn-10 {
	width: 480px;
	}

td.spancolumn-11,
th.spancolumn-11 {
	width: 530px;
	}

td.spancolumn-12,
th.spancolumn-12 {
	width: 580px;
	}


/* @end Table Styling */

/* @add general styling*/

blockquote  {
	clear:both;
	font-style:italic;
	padding:10px 62px;
	width:545px;
	background:url(../Icons/blockquote.png) #eeeeee no-repeat 10px 10px;
}

.indent {
	margin-left: 15px;
	}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
	}
	
.align-right {
	text-align: right;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float:none;
}

.csc-linkToTop {
	border-bottom:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:3px;
	padding-left:3px;
	padding-top:3px;
	margin-bottom: 10px;
}

.typo3-message {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin-bottom: 4px;
    padding: 12px 12px 12px 36px;
}
.typo3-message a {
    text-decoration: underline;
}
.typo3-message .message-header {
    font-size: 11px;
    font-weight: bold;
}
.message-notice {
    background-color: #F6F7FA;
    background-image: url("../../../../../../typo3/sysext/t3skin/icons/gfx/notice.png");
    border-color: #C2CBCF;
    color: #777777;
}
.message-notice a {
    color: #777777;
}
.message-information {
    background-color: #EAF7FF;
    background-image: url("../../../../../../typo3/sysext/t3skin/icons/gfx/information.png");
    border-color: #C5DBE6;
    color: #4C73A1;
}
.message-information a {
    color: #4C73A1;
}
.message-ok {
    background-color: #CDEACA;
    background-image: url("../../../../../../typo3/sysext/t3skin/icons/gfx/ok.png");
    border-color: #58B548;
    color: #3B7826;
}
.message-ok a {
    color: #3B7826;
}
.message-warning {
    background-color: #FBF6DE;
    background-image: url("../../../../../../typo3/sysext/t3skin/icons/gfx/warning.png");
    border-color: #B1905C;
    color: #9E7D4A;
}
.message-warning a {
    color: #9E7D4A;
}
.message-error {
    background-color: #F6D3CF;
    background-image: url("../../../../../../typo3/sysext/t3skin/icons/gfx/error.png");
    border-color: #D66C68;
    color: #AA0225;
}
.message-error a {
    color: #AA0225;
}
	
/* @end general styling */

.m-hasshadow{
	position:relative;
}
.m-shadow{
	display:block;
	position:absolute;
}

/* moved to: mgl/../form.css */
/*.m-input-text {
    background: url("../../../../../../typo3/contrib/extjs/resources/images/default/form/text-bg.gif") repeat-x #ffffff;
	border: 1px solid #B5B8C8;
	height: 23px;
}
.m-input-button {
	background: url("../../Assets/bg_searchbox_input.gif") repeat-x scroll 0 0 #E5002E;
    border: none;
    color: #FFFFFF;
    height: 23px;
}*/

.x-form-field-wrap {
	margin-right: 10px;
    float: left;
    left: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}

.m-filter {
	width: 100%;
}
