/* general */

.layout-index, .layout-article {
	border-collapse: collapse;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.layout-index .columnContainer, .layout-article .columnContainer {
	display: table-row;
	border-style: solid;
	border-width: 0;
}

.layout-index .first {
	width: 290px;
}

.layout-index .first, .layout-article .first {
	padding:0 25px 0 0;	
}

.layout-index .second, .layout-article .second {
	padding:0 0 0 25px;	
}

.layout-article .column {
	width:50%;
}

/* index */

#tplIndex #news {
	margin-bottom:20px;
}

#tplIndex #news #articlesNew {
	float: left;
	width: 48%;
}

#tplIndex #news #articlesLastEdited {
	float: right;
	width: 48%;
}

#tplIndex #newsBox:after {
	content:"";
	clear:both;
	display:block;
}

#tplIndex #news h4 {
	margin:0.6em 0.4em 0.6em 0.4em;
	font-size:1.2em;
	font-weight:bold;
}

#tplIndex #news h4 span {
	font-size:100%;
	margin-left:10px;
}

#tplIndex #news h5 {
	font-size:1.0em;
}

.sideBox {
	margin-bottom:20px;
}

#languageChoose .pageMenu img{
    padding-top: 5px;
	padding-left: 5px;
}

.welcomeIcon {
	float:left; 
}

.welcomeText {
	min-height: 130px;
}

#articleAddBox {
	margin-top: 20px;
	position: relative;
	text-align: center;
}

#articleAddBox img {
	position: absolute;
	right: -15px;
	top: -15px;
}

#articleAddBox div {
	margin: 0;
}

#articleAddBox a {
	text-decoration: none;
	line-height: 1.5;
	font-weight: bold;
	display: block;
	padding: 10px;
}

.subHeadline img {
    margin-top: -5px;
}

#newsBox {
	padding:8px;
}

/* article */

.article {
	margin-bottom:20px;
}

.article > .articleInner {
	padding: 0;
}

.article h3, .article h4, .article h5, .article h6 {
	border-width:0 !important;
}

.articleBody h3, .articleBody h4, .articleBody h5, .articleBody h6 {
	border-bottom-width:1px !important;
}

.articleMenu span {
	padding: 0px 0px 0px 0px !important;
}

.articleMenu .level-1 {
	padding-left: 0px;
}

.articleMenu .level-2 {
	padding-left: 12px;
}

.articleMenu .level-3 {
	padding-left: 35px;
}

.articleMenu .level-4 {
	padding-left: 40px;
}

.articleMenu .level-5 {
	padding-left: 45px;
}

.articleBody {
	padding:15px 25px;
}

.articleBody .articleHeading {
	margin:1em 0 0.8em 0;
}

.article .articleEdit {
	font-weight: normal;
	text-decoration: none;
	margin-top:0.2em;
	font-size: 0.9em;
	line-height:1.8em;
	float: right;
}

.articleBody h3 {
	font-size:1.4em;
	font-weight:bold;
}

.articleBody h4 {
	font-size:1.3em;
	font-weight:bold;
}

.articleBody h5 {
	font-size:1.2em;
}

.articleBody h6 {
	font-size:1.1em;
}

.articleHeader {
	border-width:0 0 1px 0 !important;
	padding:15px;
	margin:0 15px;
}

.articleFooter {
	border-width:1px 0 0 0 !important;
	padding:0 0 15px 0;
	margin:10px 15px 0 15px;
}

.articleIndex {
	margin:15px;
	width:30%;
	float:right;
}

/* version list */

table.versionList .columnDate {
	width:150px;
}

table.versionList td.columnDate {
	text-align:left;	
}

table.versionList .columnAuthor {
	width:160px;
}

table.versionList td.columnMark {
	width:45px;
	text-align:center;
}

table.versionList .columnOptions {
	width:150px;
}

/* difference */

.permalink input {
	border-width:0;
	background-color:transparent;
	margin:10px;
}

/* category */

.layout-category .column {
	width:50%;
}

.layout-category .column:first-child .columnInner {
	padding-left:0;
}

.layout-category .column:last-child .columnInner {
	padding-right:0;
}
