/* http://www.kamminke.eu */


*{
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #FFFFFF url(images/img1.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	text-align:center;}

h1, h2, h3 {
	color: #4F789F;}

h1 {}

h2 {}

h3 {
	font-size: 1em;}

p, blockquote, ul, ol {}

p {}

blockquote {}

ul {}

ul li {}

ol {}

ol li {}

a {
	color: #4F789F;}

a:hover {
	text-decoration: none;}

img {
	border: 1px solid #3B3B3B;}

img.left {
	float: left;
	margin: 0 20px 0 0;}

img.right {
	float: right;
	margin: 0 0 0 20px;}

/* Boxed Style */

.boxed {}

.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;}

.boxed .content {
	padding: 15px;}

.boxed ul {
	list-style: none;}

/* Post */

.post {
	clear: both;
	padding: 20px;
	border-bottom: 1px solid #3B3B3B;
	float: none;}

.post .title {}

.post .content {
	line-height: 1.6em;}

.post .title {
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;}

/* Mouse Over - BOX open */

.glossar{
display:inline;}

.glossar a {
font-style:italic;
text-decoration:none;}

.glossar a span{
display:none;}

.glossar a:hover {
font-style:normal;
text-decoration:none;}

.glossar a:hover span{
display:inline;
position:absolute;
background-color:#FFFFFF;
color:#505050;
text-align:justify;
font-style:italic;
font-size:0.7em;
border:1px solid #000000;
width:18em;
padding:0.5em;}

/* Header */

#header {
	width: 700px;
	height: 150px;
	background: #69B10A url(images/img2.jpg);
	text-align: center;
	margin: auto;}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;}

#header a {
	text-decoration: none;
	color: #FFFFFF;}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y;
	border-top: 20px solid #3B3B3B;
	text-align: center;}

#content {
	float: right;
	width: 497px;
	padding-right: 1px;
	text-align: left;}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
	background-color: #FFB069;}

/* Stil */

.Stil1 {color: #000000;
	font-weight: bold;}
.Stil2 {color: #FFFFFF}
.Stil3 {color: #000000}
.Stil4 {font-size: 9px}
.Stil5 {font-size: 16px}
.Stil6 {font-size: 10px;}
.Stil7 {font-size: 10px; font-weight: bold;}


/* Menu */

#menu {}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;}

#menu li {
	display: inline;}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: underline;
	color: #3B3B3B;}

#menu a:hover {
	background: #4F789F;
	color: #FFFFFF;}

#menu .active a {
	background: #BABABA;
	color: #000000;}

/* Login */

#login {}

#login fieldset {
	border: none;}

#login legend {
	display: none;}

#login input {
	margin-bottom: 5px;}

#inputtext1, #inputtext2 {
	width: 160px;}

/* Updates */

#updates {}

#updates ul {}

#updates li {
	margin-bottom: 20px;}

#updates h3 {
	font-size: .77em;}

/* Footer */

#footer {
	width: 700px;
	height: 15px;
	margin: auto;
	background: #3B3B3B;
	font-size: 0.77em;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0px 5px 0px;}

#legal {
	float: left;
	margin-left: 15px;}

#links {
	float: right;
	margin-right: 15px;}

/* Picture viewer */

.thumbnail{
position: relative;
z-index: 0;}

.thumbnail:hover{
background-color: transparent;
z-index: 50;}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */}