/* Erstmal nur die Farben... */

		* {											border-color: #FFFFFF;						}

		body, #breadcrumb {							background-color: #23558e;					}

		#logo, #navi a:hover {						background-color: #EB6E00;					}

		#navi, #head, #rechts {						background-color: #517fb3;					}
		
		#navi {										border-right-color: #517fb3;				}
		
		#rechts {									border-left-color: #517fb3;					}

		#navi, #content, #rechts {					color: #000;								}

		#head, #head a, #breadcrumb, #breadcrumb a {	color: #c6daf1;								}

		#navi div, #rechts div {						background-color: #c6daf1;					}

		#navi a, #rechts a {							border-color: #EB6E00;						}
		
		#navi a, #rechts a, #content a {				color: #23558e;								}

		#navi a:hover {								color: #E5E5E5;								}
		
		#content {									background-color: #FFF;						}
		
		#footer {									border-color: #E5E5E5;		color: #999;	}
		
		#rechts hr {									color: #FFF; background-color: #FFF;		}
		
		#content hr {									color: #AAA; background-color: #AAA;		}
		
		#rechts img {									border-color: #48728f;						}

/* Ab hier keine Farben mehr! */




* {
	/* Das setzen wir lieber so, wie wir es wollen... */
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: sans-serif;
	font-size: 0.8em;
	padding-bottom: 4%;
	background-image: url(../imgs/background-gradient.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#body {
	width: 960px;
	margin: 4% auto;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
}

#logo {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: center;
}

#logo img {
	border-width: 0px;
}

#head {
	vertical-align: top;
	height: 86px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#head img {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#head #title {
	margin: 10px;
	font-size: 1.8em;
	line-height: 1em;
}

#head #contact {
	margin: 5px;
	text-align: right;
	font-size: 0.8em;
}

#navi, #rechts {
	width: 200px;
	vertical-align: top;
	padding-top: 20px;
}

#navi {
	border-right-style: solid;
	border-right-width: 1px;
	line-height: 1.6em;
}

#navi div, #rechts div {
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 20px;
	padding: 4px;
	position: relative;
}

#navi a, #rechts a {
	display: block;
	text-decoration: none;
	border-left-style: solid;
	border-left-width: 5px;
	line-height: 1.2em;
	padding-left: 20px;
	text-indent: -10px;
}

#navi #current {
	font-weight: bold;
}

#rechts {
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	font-size: 0.9em;
}

#rechts p {
	margin-left: 20px;
	margin-bottom: 5px;
}

#rechts a {
	margin-bottom: 5px;
	border-left-width: 2px;
}

#rechts img {
	border-style: solid;
	border-width: 1px;
}

#rechts p.last {
    border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

.rss {
	position: absolute;
	border-style: none !important;
	top: 2px;
	right: 2px;
	padding: 0px !important;
}

.rss img {
	border-style: none !important;
}

#suche {
	font-family: sans-serif;
	width: 180px;
}

#breadcrumb {
	font-size: 0.8em;
	vertical-align: middle;
	padding: 3px;
	height: 21px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content {
	padding: 0px 20px 20px 40px;
	vertical-align: top;
}

#content h1 {
	margin: 20px 10px 1em -20px;
	font-size: 1.4em;
}

#content table {
	empty-cells: show;
}

#content table[align=center] {
	margin: 0 auto;
}

#content #footer {
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 2px;
	font-size: 0.8em;
	margin-top: 5em;
	text-align: right;
	margin-left: -20px;
}

#content #footer #print {
	float: left;
}

#content #footer #lastmod {
	float: right;
}

#content p, ul, ol {
	margin-bottom: 0.5em;
}

li {
	margin-left: 30px;
}

hr, .hr {
	border-style: none;
	height: 1px;
	margin-bottom: 10px;
}

#europaschule {
	margin-right: 1px;
}
