/* Standard-Stylesheet für Cooldino.de */

/* ## VERSCHIEDENES
-------------------------------------------- */
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #f7dbc6;
}
a {
	font-family: Arial;
	color: #2C3CD6;
}


/* ## HAUPTCONTAINER
-------------------------------------------- */
#main {
	width: 785px;
	margin: 0px auto;
	text-align: left;
}
#sidead {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 400px;
}


/* ## HEADER
-------------------------------------------- */
#header {
	width: 780px;
	height: 170px;
	background-image: url('../images/header.jpg');
}
#logo_print {
	display: none;
}
#navi {
	position: absolute;
	top: 114px;
	margin-left: 159px;
	width: 454px;
	height: 46px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
}
#navi ul li {
	float: left;
	list-style-type: none;
}
#navi img {
	border: none;
}


/* ## MENUES
-------------------------------------------- */
.menubox {
	float: left;
	width: 163px;
}
.menu {
	margin: 0px;
	width: 163px;
	background-image: url('../images/menu.jpg');
}
.menu .header {
	height: 116px;
	background-image: url('../images/menu_header.jpg');
}
.menu .footer {
	height: 86px;
	background-image: url('../images/menu_footer.jpg');
}
.ad {
	margin: 10px 0px 0px 10px;
	width: 138px;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #E3AF8A;
	font-size: 12px;
}
.ad[class] {
	width: 126px;
}
.partner {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font: normal 12px Arial;
}
.partner .entry {
	padding: 2px;
	background-image: url('../images/dotted.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
.partner .entry a {
	color: #000000;
	text-decoration: none;
}
.partner .link {
	font-size: 11px;
}
.partner .title {
	font-weight: bold;
	margin-bottom: 8px;
}
.menu #dino {
	background-image: url('../images/menu_header_dino.jpg');
}
.menu ul.nav {
	margin: 0px 0px 4px 11px;
	padding: 0px 0px 1px 0px;
	width: 132px;
	list-style-type: none;
	background-image: url('../images/dotted.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
.menu ul.nav li {
	margin: 0px;
	padding: 1px 1px 1px 3px;
	background-image: url('../images/dotted.gif');
	background-position: top;
	background-repeat: repeat-x;
}
.menu ul.nav li a {
	font: normal 12px Arial;
	color: #000000;
	text-decoration: none;
}
.menu ul.nav li .subnav {
	display: block;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.menu ul.nav li .subnav a {
	font-size: 11px;
}
.menu ul.login {
	margin: 0px 0px 4px 11px;
	padding: 0px 0px 1px 0px;
	width: 128px;
	list-style-type: none;
	font: normal 11px Arial;
}
.menu ul.login li {
	margin: 0px;
	padding: 1px 1px 1px 3px;
}
.menu ul.login li.input input {
	width: 120px;
	font: normal 11px Arial;
	border: 1px solid #000000;
}
.menu ul.login li.submit {
	text-align: right;
}
.menu ul.login li.register {
	text-align: center;
	padding: 8px 0px 0px 0px;
}
.menu ul.login li.register a {
	font: normal 12px Arial;
	color: #2C3CD6;
}


/* ## INHALTSBEREICH
-------------------------------------------- */
#content {
	margin-top: 15px;
	float: left;
	width: 454px;
	font: normal 12px Arial;
	line-height: 20px;
}
#content * {
	margin: 0px;
	padding: 0px;
}
#content ul, #content ol {
	margin: 0px 0px 0px 20px;
}
#content h1 {
	font-weight: bold;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 2px;
	background-image: url('../images/dotted.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
#content h2 {
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 2px;
}
#content.fullsize {
	width: 100%;
}
#content.halfsize {
	width: 617px;
}
#content .centerad {
	margin-bottom: 10px;
}
#content .centerad[class] {
	margin-bottom: 3px;
}
#content #marker {
	margin: 0px 15px 5px 15px;
	font-size: 11px;;
}
#content #marker a {
	color: #000000;
	text-decoration: underline;
}
#content #marker a:hover {
	text-decoration: none;
}
#content #text {
	margin: 5px 15px 15px 15px;
}
#content #text h1 {
	font-size: 16px;
}
#content #text h2 {
	font-size: 14px;
}
#content #text p {
	margin: 0px;
}
#content #text .articleinfo {
	float: right;
	text-align: right;
	margin: 0px 0px 10px 10px;
}
#content .code {
	border: 1px dashed #A68166;
	font: normal 12px Courier New;
	padding: 10px;
	background-color: #EAC5AA;
}
.selectday {
	width: 45px;
}
.selectmonth {
	width: 100px !important;
}
.inputyear {
	width: 40px !important;
	text-align: center;
}


/* ## FOOTER
-------------------------------------------- */
#footer {
	clear: both;
	height: 18px;
	text-align: center;
	font: normal 11px Arial;
	color: #444444;
	margin-bottom: 10px;
}
#footer a {
	font: normal 11px Arial;
	color: #444444;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
