body
	{
	color: #000066;
	background-color: #FFFFCC;
	font-size: 1em;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	min-width: 800px;
	background-image: url(Bilder/LogoGTblass.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 160px 190px
	}

p
	{
	font-size: .8em;
	line-height: 1.7em;
	text-align: justify;
	}

#header
	{
	height: 100px;
	background-image: url(Bilder/TitelzeileT.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 10px;
	}

#navbar
	{
	height: 25px;
	background-image: url(Bilder/NavBalken.gif);
	background-repeat: no-repeat;
	color: #CCCCCC;
	font-size: .8em;
	padding-left: 145px;
	padding-top: 1px;
	padding-bottom: 5px;
	}

#inhalt
	{
	min-height: 360px;
	}

#navbar a:link, #navbar a:visited
	{
	color: #CCCCCC;
	text-decoration: none;
	}

#navbar a:hover
	{
	background-color: #FF0000;
	color: #FFFFFF;
	}

.spacer
	{
	clear: left;
	width: 100%;
	height: 8px;
	}

.vertikalspacer
	{
	height: 360px;
	width: 1px;
	float: right;
	}

.col-1
	{
	border-right: ridge 1px #CCCCCC;
	width: 130px;
	height: 360px;
	float: left;
	margin-top: 10px;
	font-size: .9em;
	text-align: right;
	}

.col-1 a:link, .col-1 a:visited
	{
	color: #000066;
	background-color: #CCCC66;
	text-decoration: none;
	/*Navigationsleiste in blau*/
	/*color: #000066;
	background-color: #CCCCFF;
	text-decoration: none;*/
	padding: 2px;
	border-bottom: ridge 1px #CCCCCC;
	display: block;
	}

.col-1 a:hover
	{
	color: #000033;
	background-color: #CCCC33;
	/*background-color: #9999FF;*/
	}

.col-2
	{
	float: left;
	width: 412px;
	margin-left: 17px;
	padding-top: 10px;
	}

.col-2 a:link, .col-2 a:visited
	{
	color: #000066;
	background-color: #CCCC66;
	text-decoration: none;
	}

.col-2 a:hover
	{
	border: solid 1px #666633;
	margin: -1px;
	}

.col-3
	{
	width: 200px;
	float: left;
	margin-left: 17px;
	padding: 10px;
	font-size: .7em;
	line-height: 1.3em;
	font-style: italic;
	}

.spruch
	{
	width: 180px;
	margin-bottom: 30px;
	}

.spruchautor
	{
	text-align: right;
	}


