/* Stylesheet fuer koelner-randkanal.de */

/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved. (edited by Rolf Thiele)
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */
ul {
	list-style-type: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,p.bodytext,blockquote,fieldset,input
	{
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

a:active,a:focus {
	outline: none;
}

address {
	font-style: normal;
}

/* end undohtml.css */

/****************************/
/*** HTML-Tags und Allgemeines ***/
/****************************/
body {
	background: url(gfx/bg.png) #cbe4e8;
	color: #000;
	font-family: Helvetiva, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0em;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 1px rgba(250, 250, 250, 1);
}

h1 {
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 20px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	line-height: 40px;
	padding-bottom: 20px;
	font-weight: bold;
}

p {
	padding-bottom: 20px;
	text-align: justify;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.zeitung p {
	font-family: "Georgia", "Times New Roman", Times, serif;
}

ul {
	padding-bottom: 20px;
}

li {
	padding-left: 20px;
	background: url(gfx/bullet-li.png) no-repeat 5px 8px;
}

a {
	color: black;
	text-decoration: underline;
	padding: 0 1px;
}

a:hover,a:focus,a:active {
	background: #75a82e;
	color: white;
	text-shadow: 1px 1px 1px rgba(68, 124, 22, 1);
}

.clearer {
	height: 0px;
	overflow: hidden;
}

.clearer.left {
	clear: left;
}

.clearer.right {
	clear: right;
}

.clearer.both {
	clear: both;
}

/****************************/
/*** Aufbau ***/
/****************************/
#container {
	margin: 0 auto;
	text-align: left;
	width: 940px;
	padding: 0 10px 60px 10px;
}

#head {
	height: 100px;
	overflow: hidden;
}

#head a {
	background: none;
}

#head #logo1 {
	width: 550px;
	float: left;
	margin-top: 30px;
}

#head #logo2 {
	width: 121px;
	float: right;
	margin-top: 25px;
}

#main {
	padding-top: 20px;
}

#main img {
	border: 5px solid #d8eef2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.25);
	float: right;
	margin: 20px 0 20px 20px;
}

#main img.pdfbox {
	float: none;
	margin-left: 0px;
}

#stancil {
	margin-left: 714px;
	margin-top: 216px;
	position: absolute;
	z-index: 10;
}

#stancil img {
	border: none;
	float: none;
	margin: 0px;
	box-shadow: none;
}

#stancil a:hover {
	background: none;
}

#footer {
	height: 140px;
	clear: both;
	background: url(gfx/bg-footer.png) repeat-x;
	padding: 20px 0;
	color: white;
	text-shadow: 1px 1px 1px rgba(68, 124, 22, 1);
}

#footer a {
	color: white;
	text-shadow: 1px 1px 1px rgba(68, 124, 22, 1);
	padding: 0;
}

#footer a:hover,#footer a:focus,#footer a:active {
	color: black;
	text-shadow: 1px 1px 1px rgba(250, 250, 250, .5);
	background: none;
}

#footer .inner {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

#footer .kontakt {
	width: 200px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
	text-align: left;
}

#footer .mitglieder {
	float: right;
	width: 580px;
	height: 80px;
	padding: 22px 20px 20px 22px;
	background: url(gfx/bg-footer-logos.png) no-repeat;
	color: black;
	text-align: left;
	text-shadow: none;
}

#footer .mitglieder p {
	padding: 0;
}

/****************************/
/*** Startseite ***/
/****************************/
#home #main {
	padding-top: 0;
}

#intro p {
	text-align: center;
	padding: 40px 100px;
}

.startBox {
	border: 5px solid #d8eef2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.25);
	background: url(gfx/bg-startbox.png);
	width: 250px;
	height: 150px;
	float: left;
	padding: 20px;
	margin-left: 20px;
	overflow: hidden;
}

.erste.startBox {
	margin: 0;
}

.startBox h2 {
	line-height: 20px;
	font-size: 22px;
}

.startBox p {
	padding: 0;
}

/****************************/
/*** Unterseiten ***/
/****************************/
#sub #main {
	margin-left: 320px;
}

#menu {
	border: 5px solid #d8eef2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.25);
	background: url(gfx/bg-startbox.png);
	width: 200px;
	float: left;
	padding: 40px 20px;
	overflow: hidden;
}

#menu li {
	padding-bottom: 20px;
	font-weight: normal;
}

#menu li.akt {
	font-weight: bold;
}

#menu li.letzter {
	padding-bottom: 0;
}

#menu li ul {
	padding: 20px 0 0 0;
}

#menu li a {
	text-decoration: none;
	display: block;
}