/* honga.de BASICS CSS */
/* Ian Händschke */
/* 2021-09 */


* {
	margin: 0;
	padding: 0;
}





body {
/*	font-family: TradeGothicLT, Helvetica, grotesque; */
	font-family: IHTypewriter, Courier, Monospace;

	font-size: 90%;
	line-height: 160%;
	
	padding: 10px;
}


p {
	margin-bottom: 6px;
}


strong, b {
	font-family: TradeGothicLTBoldTwo, Helvetica, grotesque;
	font-weight: normal;
}

img {
	border: none;
	outline: none;
	display: block;
}


ul {
	list-style: none;
}



a {
	color: #981010;
	outline: none;
}

a:hover {
	color: #fc3333;
}

lt {
	text-decoration: line-through;
}


a:hover,
.button:hover {
	cursor: pointer;
}






/* --- BASIC CLASSES --- */
.clear {
	clear: both;
}

.nodisplay {
    display: none !important;
}










/* --- Structure --- */
#mainwrap {
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
}




/* Social Network Links // 2012-04-04 */
ul#socialnetwork-links {
		position: absolute;
		margin: 0px;
		right: 10px;
		top: 10px;
	}

	ul#socialnetwork-links li {
		float: left;
		padding: 2px;

		margin: 0;
	}


/* Copyrightbox */
#copyright {
	clear: both;
	padding: 0 15%;

	font-family: TradeGothicLT, Arial, Grotesque;
	text-align: center;
	font-size: 90%;

/*	margin-top: 46px; */
	padding-bottom: 12px;
}


