﻿*	{
	margin: 0;
	padding: 0;
	
}
html, body{
	
}
#header {
	
}
#navigation {
	
}
#content_container {
	
}
#column_left {
	background-image: url('bgleft_can1.jpg');
	background-repeat: no-repeat;
}
#column_right {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
#page_content {
	background-repeat: repeat;
}
/* Formatvorlagen für Inhalt */
#inhal ul {
	border: thin solid #00FF00;
	width: 90%;
	margin: 0;
	padding: 0px;
	list-style-position: inside;
	float: left;
	height: 600px;
}
#inhal li {
	float: left;
	font-size: medium;
	line-height: 25px;
	list-style-type: none;
}
#inhal a {
	border-color: 0;
	border-width: 0px;
	margin: 0 2px 2px 2px;
	padding: 3px 5px;
	display: block;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
#inhal a:hover {
	color: #f93;
	font-weight: bolder;
	text-decoration: none;
}
#inhal a:visited {
	color: fuchsia;
}
.grossbild {
	margin: 20px auto 20px auto;
	border: 10px solid #FFFFFF;
	height: 300px;
	width: 400px;
	right: 10px;
}
.kleinbild{
	padding: 0px;
	border: 10px solid #FFFFFF;
	height: 195px;
	width: 260px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bildli {
	margin: 10px 10px 5px 0px;
	float: left;
}
.bildre {
	margin: 10px;
	border: thin solid #C0C0C0;
	float: right;
	width: 250px;
	text-align: center;
}


