/*
Stylesheet by Robert Kuhfss
===========================

Font Green: #040;
Dark Green: #060;
Light Green: #280;

Font Blue: #147;
Dark Blue: #369;
Light Blue: #59B;

*/

html {overflow-y: scroll;}

body {
	margin: 0px;
	color: #010;
	background-color: #FFF;
	font: 15px serif;
}

.head {
	height: 25px;
	background-color: #060;
}

.body {
	margin: 0px auto 10px auto;
	padding: 0px 25px 25px;
	width: 800px;
	background-color: #FFF;
}

	.floatl {
		width: 395px;
		float: left;
	}

	.floatr {
		width: 395px;
		float: right;
	}
	
	.clear {
		clear: both;
	}


.logo {
	background-image: url('images/ksg-kiel.png');
	background-repeat: no-repeat;
	background-position: 25px 70%;
	height: 100px;
	width: 550px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	display: block;
}

.footer {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px;
	height: 50px;
	margin-bottom: 20px;
	font-family: serif;
}


/* IMPRESSUM */

.topLink {
	float: right;
	padding: 5px;
}
	
	.topLink img {
		border-width: 0px;
		vertical-align: text-top;
	}

	.topLink a {
		color: #888;
		margin-left: 5px;
		padding-left: 18px;
		background-image: url('images/icons/file.png');
		background-repeat: no-repeat;
		background-position: left center;
		text-decoration: none;
	}

	.topLink a:hover {
		text-decoration: underline;
	}


/* NAVIGATION */

.navi {
	font-family: sans-serif;
}

.navi_top {
	font-weight: normal;
}

	.navi_top a {
		padding: 2px 5px 2px 5px;
		margin: 0px 1px 0px 0px;
		color: #147;
		text-decoration: none;
		display: inline-block;
	}
	
	.navi_top a:hover, .navi_top a.active:hover {
		background-color: #369;
		color: #FFF;
	}
	
	.navi_top a.active {
		background-color: #060;
		color: #FFF;
	}

.navi_sub {
	border-top: 1px solid #DDD;
	font-weight: normal;
}

	.navi_sub a {
		padding: 2px 5px 2px 5px;
		margin: 0px 1px 0px 0px;
		color: #369;
		text-decoration: none;
		display: inline-block;
	}
	
	.navi_sub a:hover, .navi_sub a.active:hover  {
		background-color: #369;
		color: #FFF;
	}
	
	.navi_sub a.active {
		background-color: #280;
		color: #FFF;
	}


/* CONTENT */

.content {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-family: serif;
}
	/* Große, dunkle Überschrift */
	h1 {
		margin: 10px 0px 0px 0px;
		padding: 3px 9px 2px 9px;
		font: 24px serif;
		font-weight: normal;
		background-color: #060;
		color: #FFF;
		border-radius: 4px 4px 0 0;
	}

	/* Helle Überschrift */
	h2 {
		margin: 10px 0px 0px 0px;
		padding: 3px 9px 2px 9px;
		font: 18px serif;
		font-weight: normal;
		background-color: #280;
		color: #FFF;
		border-radius: 4px 4px 0 0;
	}
	
	/* Überschrift mit Pfeil */
	h3 {
		font: 16px serif;
		font-weight: bold;
		margin: 0px 0px 5px 0px;
		padding-left: 20px;
		background-image: url('images/icons/arrow-right.png');
		background-repeat: no-repeat;
		background-position: left;
		color: #147;
	}

	/* Termindaten */
	h4 {
		font: 16px serif;
		color: #3E799E;
		margin: 5px 0px 5px 0px;
		font-weight: bold;
	}

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

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


	.content a {
		color: #147;
		text-decoration: none;
	}
	
	.content a:hover, .content a:active, .content a.active {
		color: #369;
		text-decoration: underline;
	}

	.box {
		padding: 10px;
		margin: 0px 0px 0px 0px;
		border-width: 0px 1px 1px 1px;
		border-style: solid;
		border-color: #bdb;
		background-color: #F1FFEC;
		overflow: hidden;
		border-radius: 0 0 4px 4px;
	}

		.box .box {
			border-color: #bdb;
			background-color: #F9FFF5;
		}
	
	.content p {
		margin: 10px 0px 0px 0px;
	}
	
	.content ul {
		margin: 3px 0px;
		padding-left: 25px;
	}
	
	.content img.slide {
		padding: 1px;
		margin: 0px 10px 10px 0px;
		border-width: 3px;
		border-style: solid;
		border-color: #DDD;
	}
	.content img.slide:hover {
		border-color: #280;
	}


/* NEWS */

h1.headliner {
	background-color: #147;
}

.news {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	background-color: #F3FBFF;
	border-color: #BCD;
	border-radius: 4px;
}
	.news .date {
		float: right;
		font-size: 12px;
		color: #AAA;
	}


/* NEXT */

h2.next {
	background-color: #147;
	border-radius: 4px 4px 0 0;
}

div.next {
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	overflow: hidden;
	border-color: #BCD;
	background-color: #E5F0F5;
	border-radius: 0 0 4px 4px;
}

	div.next div.next, .box div.next {
		border-color: #BCD;
		background-color: #EFF5FF;
	}

tr.row0 {
	background-color: #F3FBFF;
}

tr.row1 {
	background-color: #ECF4F9;
}



p.big {
	/* WELCOME */
	margin: 0px;
	font-size: 18px;
	text-align: justify;
}

a.mail {
	padding-left: 18px;
	background-image: url('images/icons/mail.png');
	background-repeat: no-repeat;
	background-position: left center;
}

a.link {
	padding-left: 18px;
	background-image: url('images/icons/start.png');
	background-repeat: no-repeat;
	background-position: left center;
}

img.face {
	float: left;
	margin-right: 10px;
}

.error {
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	border: 1px solid #888;
	color: #222;
	padding: 10px 10px 10px 35px;
	background-image: url('images/icons/idea.png');
	background-repeat: no-repeat;
	background-position: 7px 50%;
	min-height: 15px;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 16px;
	border-radius: 4px;
}

h1.important {
	background-color: #ac0000;
}

div.important {
	padding: 8px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #dc6060;
	background-color: #E9F1F5;
	overflow: hidden;
}

.sql {
	margin: 5px 0px 5px 0px;
	background-color: #FFF;
	border: 1px solid #888;
	color: #222;
	padding: 10px 10px 10px 35px;
	background-image: url('images/icons/transaction.png');
	background-repeat: no-repeat;
	background-position: 7px 50%;
	min-height: 15px;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 14px;
	border-radius: 4px;
}


/* PROGRAMM TABLE */

table.programm {
	border-style: solid;
	border-width: 0px;
	border-color: #BCD;
	width: 100%;
}

	table.programm, table.programm tr, table.programm td {
		margin: 0px;
		padding: 0px;
		border-collapse: collapse;
	}
	
	/* date (monospace)*/
	table.programm td {
		padding: 7px 5px;
		text-align: right;
		font-family: serif;
	}
	
	/* day (left aligned) */
	table.programm td.min {
		text-align: left;
	}
	
	/* stretched description */
	table.programm td.max {
		text-align: left;
		width: 100%;
		padding-left: 5px;
	}
	
		/* time (italics) */
		table.programm td span {
			text-align: left;
			padding-left: 10px;
			font-style: italic;
			font-size: 85%;
			color: #888;
		}
	
	table.programm img {
		border-width: 0px;
		padding-bottom: 2px;
	}


/* IMAGE */

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 #23445A;
		margin-bottom: 3px;
	}

img.smiley {
	vertical-align: text-top;
}

/* KICK ASS FIREFOX */

a:active {outline: none;}
a:focus {-moz-outline-style: none;}
a:active, a:focus {outline: 0;}


