/* KoRn19.Ch design
(c) Oct 2009 - Jan 2011

- http://korn19.ch/misc/about.php
*/

/* General Elements */
body {
	margin: 0 0;
	padding: 0;
	color: #000;
	font-size: 10pt;
	font-family: Verdana, Sans-serif;
	background-color: #ccf;
	background-image: url('http://korn19.ch/style/blue/fade.png');
	background-repeat: repeat-x;
}
h1 {
	margin: 0 0 0 3px;
	font-weight: normal;
	font-size: 25pt;
	font-family: Georgia;
	text-align: center;
	letter-spacing: 2px;
}
h2 {
	margin-left: -3px;
	margin-bottom: 0;
	color: #106;
	font-size: 16pt;
	font-family: 'trebuchet ms', sans-serif;
	font-weight: normal;
	text-transform: capitalize;
}
h3 {
	margin: 10px -2px 0 -2px;
	color: #ccf;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
a img, img {
	border: 0;
}
input, textarea {
	background-color: #fff !important;
	border: 1px solid #000;
}
input.chk {
	border: 0 !important;
}
acronym:hover {
	cursor: help;
}
p {
	margin-top: 0;
}

/* Links */
a:link, a:visited {
	color: #00c;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #009;
	text-decoration: underline;
}

/* Siite-n-ufbau */
div.container {
	width: 790px;
	margin: -1px auto;
	padding: 0 16px;
	background-color: #fff;
	border: 1px solid #106;
}
div.title {
	margin: 0 -16px;
	padding: 8px 0 15px 0;
	background-color: #fff;
	background-image: url('http://korn19.ch/style/all/bg.png');
	background-repeat: no-repeat;
	border-bottom: 1px dashed #106;
}
div.subtx {
	font-size: 13pt;
	font-family: 'Trebuchet MS', sans-serif;
	text-align: center;
}
div.crumbs {
	margin: 0 50px;
	padding-left: 16px;
	background-image: url('http://korn19.ch/style/all/magnifier.png');
	background-repeat: no-repeat;
}
div.crumbs a {
	text-decoration: none;
}
div.style {
	margin: 0 50px;
	padding-left: 16px;
	font-size: 8pt;
	background-image: url('http://korn19.ch/style/all/color.png');
	background-repeat: no-repeat;
}
div.footer {
	margin: 10px -16px 0 -16px;
	padding: 7px 100px;
	background-image: url('http://korn19.ch/style/all/about.png');
	background-position: 5px 13px;
	background-repeat: no-repeat;
	border-top: 1px dashed #106;
}
div.ftrtxt {
	padding: 1px 7px;
	border-left: 1px solid #106;
}

/* Other stuff */
div.code, div.smallcode {
	width: 90%;
	font-size: 9pt;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 10px;
	border: 1px dotted #106;
	border-left: 3px double #106;
	margin: 10px;
}
div.code {
	padding: 4px 28px;
	background-image: url('http://korn19.ch/style/blue/php.png'); /* OKLAHOMA 18pt 26x68 */
}
div.smallcode {
	padding: 4px;
}
div.overflow {
	width: 95%;
	height: 150px;
	font-size: 8pt;
	overflow: scroll;
}
div.overflow:first-line {
	font-size: 10pt;
}
img.frame {
	border: 1px solid #106;
}
.breathe li { /* Space is always good */
	margin-bottom: 15px;
}
div.excl {
	padding: 2px 20px;
	background-image: url('http://korn19.ch/style/all/excl.png');
	background-repeat: no-repeat;
	background-position: 2px 10px;
	background-color: #ccf;
	border: 1px dotted #106;
	border-left: 3px double #106;
}

/* Menu */
div.menu {
	margin: 0;
}
div.menu ul {
	list-style-type: none;
	margin: 1px 0 1px 0;
	padding: 5px 10px 3px 10px; 
	font-size: 12pt;
	text-align: left;
}
div.menu ul li {
	display: inline;
	margin: 0 5px;
	padding-left: 16px;
	background-repeat: no-repeat;
}
div.menu ul li a {
	margin-right: 0;
	padding: 3px 4px;
	color: #106;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
div.menu li a:hover {
	color: #00c;
}
/* Menu items */
li.cam {
	background-image: url('http://korn19.ch/style/all/cam_off.png');
}
li.cam:hover {
	background-image: url('http://korn19.ch/style/all/cam.png');
}
li.pc {
	background-image: url('http://korn19.ch/style/all/pc_off.png');
}
li.pc:hover {
	background-image: url('http://korn19.ch/style/all/pc.png');
}
li.main {
	background-image: url('http://korn19.ch/style/all/guy_off.png');
}
li.main:hover {
	background-image: url('http://korn19.ch/style/all/guy.png');
}
li.vid {
	background-image: url('http://korn19.ch/style/all/video_off.png');
}
li.vid:hover {
	background-image: url('http://korn19.ch/style/all/video.png');
}
li.misc {
	background-image: url('http://korn19.ch/style/all/misc_off.png');
}
li.misc:hover {
	background-image: url('http://korn19.ch/style/all/misc.png');
}
li.title {
	font-size: 10pt;
	font-weight: bold;
	background-image: url('http://korn19.ch/style/all/map.png');
}
li.active a {
	color: #00c !important;
	font-size: 11pt !important;
	text-transform: uppercase;
}
