body {
    font-family: arial, tahoma, helvetica;
    font-size: 12px;
    color: #000;
    line-height: 18px;
    margin-top: 40px;
    background-image: url(background.png);
    background-repeat: repeat-x;
	background-color: #fff;
}

#matrix {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	padding-top: 20px;
}


/* */


#header {
    margin-left: 25px;
	margin-bottom: 20px;
}


/* */


#content {
    width: 700px;
}

	#content td {
	    vertical-align: top;
	}


/* */


#navi {
    width: 150px;
    text-align: right;
    border-right: 1px dashed #ccc;
    padding: 20px 40px;
	padding-left: 30px;
    line-height: 24px;
}

	#navi a {
	    display: block;
	    text-decoration: none;
	    color: #69c;
	    font-size: 16px;
	    border-bottom: 1px dashed #ccc;
	    padding: 5px 0px;
	}

    #navi a:hover, #navi .active {
        color: #9cf
    }

    #navi .active {
        color: #f90;
    }


/* */


#article {
    padding: 10px 35px 30px;
    color: #888;
}

	#article p, #article div, #article h1, #article h2, #article h3, #article h4, #article h5, #article ul  {
		clear: left;
	    margin: 20px 0px 0px;
	}

	#article .marking-1 {
		background-color: #f90;
		color: #fff;
		padding: 5px 10px;
		margin-top: 30px;
		width: 150px;
		text-align: center;
	}

	#article ul {
		list-style-type: square;
		padding-left: 15px;
	}

	#article p img {
		float: left;
		margin-right: 10px;
		margin-bottom: 20px;
	}

	#article h1, #article h2 {
		margin-top: 35px;
		margin-bottom: 20px;
	}
	
	#article .h1-top, #article .h2-top {
		margin-top: 20px;
	}

	#article h1 {
	    font-weight: normal;
	    font-size: 16px;
	    color: #000;
	}

	#article h2 {
	    font-weight: normal;
	    font-size: 14px;
	    color: #000;
		text-decoration: underline;
	}

	#article h3 {
	    font-weight: normal;
	    font-size: 12px;
	    color: #000;
	}

	#article h4 {
	}

	#article strong, #article b {
		color: #000;
		font-weight: normal;
	}

	#article a {
	    color: #69c;
		text-decoration: none;
	}

		#article a:hover {
			text-decoration: underline;
		}


/* */


#article table {
	font-size: 11px;
	vertical-align: top;
	margin-bottom: 20px;
}

	#article table td {
		padding: 10px 0px;
	}

	#article table .table-row-even {
		background-color: #ffc;
	}

	#article table .table-row-odd {
	}

	#article table .table-cell-1 {
		width: 90px;
		border-right: 1px solid #ccc;
	}

	#article table .table-cell-2 {
		padding-left: 10px;
		border-right: 1px solid #ccc;
		width: 120px;
	}

	#article table .table-cell-3 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#article table .table-cell-4 {
		border-left: 1px solid #ccc;
		padding-left: 10px;
	}
	
	#article table .referenten {
		padding-right: 10px;
	}

		#article .abstracts {
			width: 100%;
		}

		#article .abstracts .table-cell-1 {
			width: 23%;
			border-right: 1px solid #ccc;
		}

		#article .abstracts .table-cell-2 {
			width: 43%;
			padding-left: 10px;
			border-right: 1px solid #ccc;
		}

		#article .abstracts .table-cell-3 {
			padding-left: 10px;
			padding-right: 10px;
		}


/* */


	#article .form-error {
		color: #f00;
		font-size: 18px;
	}

	#article form table {
		margin: 0px;
		padding: 0px;
	}


/* */


#copyright {
    margin: 60px 40px;
    text-align: right;
    text-transform: uppercase;
    color: #999;
    font-size: 10px;
}

    #copyright a {
        color: #69c;
        text-decoration: none;
    }


/* END */


