/* KoRn19.Ch design
(c) October 2009

- 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: #fcc;
	background-image: url('http://korn19.ch/style/red/fade.png');
	background-repeat: repeat-x;
}
h1 {
	margin: 0 0 0 3px;
	font: italic normal 25pt Georgia;
	text-align: center;
	letter-spacing: 2px;
}
h2 {
	margin-left: -10px;
	margin-bottom: 0;
	color: #601;
	font-size: 16pt;
	font-family: 'trebuchet ms', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: capitalize;
}
h3 {
	margin: 10px -2px 0 -2px;
	color: #601;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
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;
}
/*ul li {
	list-style-image: url('http://korn19.ch/style/red/bull.png');
}*/

/* Links */
a:link, a:visited {
	color: #c00;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #900;
	text-decoration: underline;
}

/* Siitenufbau */
div.container {
	width: 790px;
	margin: -1px auto;
	padding: 0 16px;
	background-color: #fff;
	border: 1px solid #601;
}
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 #601;
}
div.subtx {
	font-size: 12pt;
	font-weight: bold;
	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 #601;
}
div.ftrtxt {
	padding: 1px 7px;
	border-left: 1px solid #601;
}

/* Other stuff */
div.code {
	width: 90%;
	padding: 2px 28px;
	font-size: 9pt;
	background-color: #fff;
	background-image: url('http://korn19.ch/style/red/php.png'); /* OKLAHOMA 18pt 26x68 */
	background-repeat: no-repeat;
	background-position: 0 10px;
	border: 1px dotted #601;
	border-left: 3px double #601;
}
div.overflow {
	width: 95%;
	height: 150px;
	font-size: 8pt;
	overflow: scroll;
}
div.overflow:first-line {
	font-size: 10pt;
}
img.frame {
	border: 1px solid #601;
}
ul.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: #fcc;
	border: 1px dotted #601;
	border-left: 3px double #601;
}


/* 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: #a00;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
/* 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: #f00 !important;
	font-size: 11pt !important;
	text-transform: uppercase;
}