html,body {
	width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
}
h1{
	font-size: 1.5em;
	margin: 0;
}
h2 {
	margin: 0;
	color: #646464;
    font-size: 1.2em;
}
h3 {
	margin: 0;
	color: #646464;
    font-size: 1.1em;
}
a{
	outline: none;
}
a img{
	border: none;
}
img{
	font-size: 0;
	line-height: 0;
}
input {
	padding: 2px;
}
/* KONTEXT MENU */
#kontextMenu{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#kontextMenu li{
	display: inline;
	color: #646567;
	font-size: 0.9em;
}
#kontextMenu li a{
	color: #646567;
	text-decoration: none;
}
#kontextMenu li a:hover{
	text-decoration: underline;
}
#kontextMenu li a.active{
	text-decoration: underline;
}
/* IMAGE ANIMATION */
#sloganAnimation{
	margin: 0;
	padding: 0;
	list-style: none;
    float: left;
}
.submit{
	padding: 0;
	cursor: pointer;
}
.clear{
	clear: both;
}
.cleaner {
	border: 0 none;
	height: 0;
    margin: 0;
    padding: 0;
	font-size: 0;
	line-height: 0;
    clear: both;
    visibility: hidden;
}
.display-none{
	display: none;
}
.text-align-center{
	text-align: center;
}
.text-align-left{
	text-align: left;
}
.text-align-right{
	text-align: right;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.float-none{
	float: none;
}
.center{
	margin: 0 auto;
}
/* DOCUMENT DOWNLOAD */
.documentDownload{
	width: 660px;
	margin-bottom: 30px;
}
.documentDownload ul{
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.documentDownload li{
	padding: 2px 0;
}
.documentDownload a{
	text-decoration: none;
	color: #624242;
	vertical-align: top;
}
.documentDownload a:hover{
	text-decoration: underline;
}
.mimeicon{
	width: 15px;
	height: 15px;
}

/* GALLERY */
.lightbox{
	width: 660px;
	margin: 5px 0;
}
.galleryCell{
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px #C6AA6C solid;
	float: left;
}
.galleryCell span{
	font-size: 0.8em;
	color: #624242;
}

/* CONTENT ITEM LIST */
.listItem-container{
	width: 660px;
	margin: 0;
}
.listItem{
	width: 640px;
	margin: 5px 0;
	padding: 5px 10px;
	float: left;
}
.listItem-title a{
	font-size: 1.2em;
	text-decoration: none;
	color: #624242;
}
.listItem-title a:hover{
	color: #C6AA6C;
}
.listItem-image{
	margin: 10px 0;
	padding: 5px;
	border: 1px #E7DBBB solid;
	float: left;
}
.listItem-anotation{
	width: 75%;
	margin: 0;
	float: right;
}
.listItem-more{
	width: 75%;
	margin: 0;
	clear: both;
	float: right;
}
.listItem-more a{
	color: #624242;
}
.listItem-more a:hover{
	color: #C6AA6C;
}
