/*  ==========================================================================================================================
 *
 *	Default stylesheet for nskCMS
 *
 *	(c)2016 Nicolas Krzywinski
 *	http://www.site7even.de
 *	v1.0
 *
 *  ======================================================================================================================= */

body
{
	background			: #C7D7E9;
	padding-left		: 250px;
}

p, t, h, td, th, a, div, select, input
{
	font-family			: 'Lucida Sans Unicode', Lucida, Arial, sans-serif;
	text-align			: left;
	font-size			: 12pt;
	line-height			: 135%;
}

a:link, a:visited
{
	text-decoration		: none;
	color				: #A4784D;
}

a:hover
{
	color				: #8B6641;
}

div.kopf
{
	text-align			: center;
	width				: 100%;
}

div.navi
{
	position			: fixed;
	top					: 20px;
	left				: 0;
	width				: 280px;
	float				: left;
}

table
{
	width				: 100%;
}

table.box
{
	table-layout		: fixed;
}

th.box.navi, th.box.mitte, td.box
{
	background-color	: #E7D8C9;
	padding				: 10px 14px;
}

td.schattenlinks, th.box.links, td.box.links
{
	background			: transparent;
	width				: 1px;
}

td.schattenrechts, th.box.rechts, td.box.rechts
{
	background			: transparent;
	width				: 20px;
}

td.box.bodyfuss
{
	font-size			: 78%;
	text-align			: right;
}

div.datum
{
	float				:left;
	font-weight			: bolder;
	font-size			: 100%;
}

.fusslink
{
	font-size			: 100%;
}

.fusslink.rechts
{
	margin-right		: 5px;
}

.fusslink.rechts:hover:before, a.navilink:hover:before
{
	content				: "\00BB  ";
}


select.hform, input.hform
{
	width				: 100%;
	height				: 100%;
}

.notice
{
	background			: #BAD0E9;
	padding				: 10px;
	border				: 1px;
	border-style		: dashed;
	border-color		: #c9a887;
	margin-right		: 30px;
	margin-bottom		: 20px;
}

.notice.debug
{
	margin				: 0;
	font-family			: courier;
}

td.profil
{
	background			: #BAD0E9;
	padding				: 5px;
}

.profil.klein
{
	padding				: 2px 0;
	font-size			: 90%;
}

td.profil-links
{
	background			: #BAD0E9;
	padding				: 5px;
	text-align			: right;
}

td.profil-links.klein
{
	padding				: 2px;
	font-size			: 90%;
}

pre, .littlebox
{
	background-color	: #C7CFD8;
	padding				: 7px;
	text-align			: left;
	font-size			: 70%;
	overflow			: hidden;
	margin				: 20px;
	border				: solid thin black;
}

div.debugctrl
{
	position			: fixed;
	top					: 20px;
	right				: 20px;
	border				: dotted thin red;
	padding				: 5px;
	z-index				: 100;
}

/* Star-HTML Hack for old IE */
* html div.old_browser
{
	position			: absolute;
	top					: 10px;
	left				: 240px;
	right				: 10px;
	border				: dashed 1px red;
	background			: #fff88f;
	padding				: 5px;
	z-index				: 20;
}

html>body div.old_browser
{
	display				: none;
}
