﻿/* CSS Document */
.nextbutton a:link, .nextbutton a:visited
	{
		display: block;
		padding: .1em .1em;
		background-color: #993366;
		color: #FBCDE4;
		border: 1px solid #FBCDE4;
		width: 8em;
		text-decoration: none;
		text-align: center;
	}

.nextbutton a:hover, .nextbutton a:active
	{
		background-color: #FBCDE4;
		color: #993366;
		border: 1px solid #993366;
	}

.KleinerText
	{
		font-size:75%;
		color:#993366;
	}
	
.SpruchText
	{
		font-size:100%;
		font-style:italic;
		color:#993366;
	}

.hellerText	
	{
		font-size:90%;
		color:#FBCDE4;
	}

html, body
	{	
		height:100%;
		margin: 0;
		padding: 0;
		font-size: 90%;
		font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
		color: #993366;
		background-color: #FBCDE4;
	}

	
a:link { color: #CACBF7; font-weight:bold; }
a:visited { color: #CACBF7; font-weight:bold; }

a:hover, a:active
	{
		color: #993366;
		background-color: #EEDDFF;
		font-weight:bold;
	}

/* Link für Bilder */
.bilder a:link { color: #993366; font-size:small; font-weight:normal; }
.bilder a:visited { color: #993366; font-size:small; font-weight:normal; }
.bilder a:hover, a:active
	{
		color: #CACBF7;
		background-color: #993366;
		font-weight:normal;
		font-size:small;
	}

.speziell a:link { color: #993366; font-weight:bold; }
.speziell a:visited { color: #993366; font-weight:bold; }
.speziell a:hover, a:active
	{
		color: #CACBF7;
		background-color: #993366;
		font-weight:bold;
	}

div#banner
	{
		color: #993366;
		background-color: #FBCDE4;
		border-bottom: 1px solid #000;
	}

div#banner h1
	{
		margin: 0;
		padding: .3em 0 .3em .5em;
		font-size: 2.2em;
		font-weight: normal;
	}

div#container
	{
		/* background-image:url(bilder/nav_col_base.jpg);
		background-repeat: repeat-y; */
	}
div#container2
	{
		/* background-image: url(bilder/more_col_base.jpg);
		background-repeat: repeat-y;
		background-position: right; */
	}
div#navigation
	{
		float: left;
		width: 150px;
		padding-top: 2em;
	}

div#navigation ul
	{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

div#navigation ul li { margin-top: 4px; }
		
#navigation ul li a
	{
		display: block;
		width: 135px;
		padding: 3px 5px 3px 10px;
		text-decoration: none;
		color: #993366;
		/* color: #000;
		background-image: url(bilder/nav_base.jpg);
		background-repeat: repeat-y; */
	}

#navigation ul li a:hover
	{
		background-color: #993366;
		color: #FBCDE4;
		/* color: #fff;
		background-color: #ccc;
		background-image: url(bilder/nav_base2.jpg);
		background-repeat: repeat-y; */
	}

div#more
	{
		float: right;
		width: 160px;
		margin: 0;
		padding: 2em 10px 0 0;
		color: #000;
	}

div#more h3
	{
		margin-top: 0;
		color: #000;
		padding: .2em;
		background-image: url(bilder/more_base.jpg);
		background-position: right;
		background-repeat: repeat-y;
	}
	
div#content
	{
		margin-left: 190px;
		margin-right: 200px;
		color: #993366;
	}

div#content h2
	{
		font-size: 2em;
		color: #993366;
		margin: 0;
		padding-top: 1em;
		font-weight: normal;
	}

div#content { line-height: 150%; }

#cleardiv
	{
		clear: both;
		height: 1em;
	}

div#header
	{
		clear: both;
		padding: .5em 1em;
		background-color: #993366;
		border-top: 0px solid #999;
		text-align: left;
	}

div#header ul
	{
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

div#header li
	{
		display: inline;
		margin-right: 1em;
	}

div#footer
	{	
		clear: both;
		padding: .5em 1em;
		background-color: #993366;
		border-top: 1px solid #999;
		text-align: right;
	}

div#footer ul
	{
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

div#footer li
	{
		display: inline;
		margin-right: 1em;
	}

