/* Standard-Stylesheet für Cooldino.de */


/* ## HAUPTCONTAINER
-------------------------------------------- */
#main {
	width: 100%;
}


/* ## HEADER
-------------------------------------------- */
#header {
	display: none;
}
#logo_print {
	width: 100%;
	text-align: right;
}
#navi {
	display: none;
}


/* ## MENUES
-------------------------------------------- */
.menubox {
	display: none;
}
.ad {
	display: none;
}

/* ## INHALTSBEREICH
-------------------------------------------- */
#content {
	width: 100%;
	float: left;
	font: normal 11pt Arial;
}
#content * {
	margin: 0px;
	padding: 0px;
}
#content h1 {
	font-weight: bold;
	display: block;
	width: 100%;
	margin-bottom: 10pt;
	border-bottom: 1px solid #000000;
}
#content #text h1 {
	font-size: 16pt;
}
#content #text p {
	margin: 0pt;
}
#content #marker {
	margin-top: 16pt;
	margin-bottom: 8pt;
	font-size: 10pt;
}
#content #marker a {
	color: #000000;
	text-decoration: none;
}
#content #info {
	display: none;
}
#content #comment {
	display: none;
}
#content #modimg {
	display: none;
}


/* ## FOOTER
-------------------------------------------- */
#footer {
	display: none;
}
