/*

Stylesheet by Robert Kuhfss
===========================

lila #873987
pink #C352C3

*/

html {overflow-y: scroll;}

body {
	margin: 0px;
	color: #873987;
	background-color: #F7EEF9;
	font: 14px sans-serif;
}

div.body {
	margin: 20px auto 20px auto;
	border: 1px solid #873987;
	padding: 10px;
	max-width: 900px;
	min-width: 800px;
	background-color: #fff;
}

div.header {
	background-image: url('images/ksg-logo.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	padding: 5px;
	margin-bottom: 5px;
}

div.floatl {
	width: 49%;
	float: left;
}

div.floatr {
	width: 49%;
	float: right;
}

div.clear {
	clear: both;
}

h1 {
	font: 26px serif;
	font-weight: normal;
	background-color: #873987;
	color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 1px 5px 1px 5px;
}

h2 {
	font: 20px serif;
	font-weight: normal;
	background-color: #C352C3;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 1px 5px 1px 5px;
}

h3 {
	font: 16px serif;
	font-weight: normal;
	color: #C352C3;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px dashed #C352C3;
}

h4 {
	font: 14px serif;
	color: #C352C3;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

h5 {
	font: 14px serif;
	color: #fff;
	background-color: #873987;
	margin: 0px;
	text-align:center;
	font-weight: bold;
}

h6 {
	font: 18px serif;
	color: #873987;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

img.random {
	float:right;
}

div.random {
	background-image: url('images/random.php');
	background-position: right;
	background-repeat: no-repeat;
}

div.hr {
	margin: 3px 0px;
	height: 0px;
	border-top: 3px solid #C352C3;
}

p {
	margin: 0px 0px 10px 0px;
}

table.images {
	text-align: center;
	width: 100%;
	margin: 0px;
}
table.images tr td {
	width: 50%;
	padding: 0px;
}
table.images tr td img {
	width: 200px;
	height: 200px;
	border: 1px solid #873987;
}

div.subnavi {
	border-bottom: 1px solid #C352C3;
	/*
	margin-top: 1px;
	*/
}

div.subnavi a {
	padding: 3px 5px 1px 5px;
	color: #C352C3;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}
div.subnavi a:hover, div.subnavi a:active, div.subnavi a.active {
	background-color: #C352C3;
	color: #fff;
}

div.subnavitop {
	border-top: 1px solid #873987;
	border-bottom: 1px solid #873987;
	font-weight: bold;
}

div.subnavitop a {
	padding: 3px 5px 1px 5px;
	color: #873987;
	text-decoration: none;
	display: inline-block;
}
div.subnavitop a:hover, div.subnavitop a:active, div.subnavitop a.active {
	background-color: #873987;
	color: #fff;
}

div.content {
	padding: 5px 0px 0px 0px;
}
div.content a {
	color: #C352C3;
	font-weight: bold;
	text-decoration: none;
}
div.content a:hover, div.content a:active, div.content a.active {
	color: #C352C3;
	text-decoration: underline;
}

div.box {
	background-color: #f3daf3;
	padding: 5px;
	border-width: 0px 1px 1px 1px;
	border-color: #C352C3;
	border-style: solid;
}

div.footer {
	background-image: url('images/ksg-logo-footer2.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	margin-bottom: 20px;
}

input.input_text {
	font-weight: lighter;
	color: #888;
}



/*div { border: 1px solid #000; }*/

/* KICK ASS FIREFOX */
a:active {outline: none;}
a:focus {-moz-outline-style: none;}
a:active, a:focus {outline: 0;}

