@charset "UTF-8";
/* =========================================== CSS Karl Moser =================================================== 
																Grundgerüst																			*/

html {	overflow-y: scroll !important;}

body {
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 150px 0px;
	background-image: url(../images/b_wolken.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

div#d_header {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	top: 0px;
	left: 0px;
	width:100%;
	height: 100px;
	background-image: url(../images/b_header.jpg);
	background-repeat: repeat-x;
	z-index: 10;
}

div#d_footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-image: url(../images/b_landschaftspanorama.png);
	background-repeat: repeat-x;
	z-index: 10;
}

@media screen {
	body>div#d_header {position: fixed;}
	body>div#d_footer {position: fixed;}
}

* html body {overflow: hidden;}
* html div#d_main {
	height: 100%;
	overflow: auto;
}

#d_navigation {
	position: fixed;
	left: 50%;
	top: 100px;
	width: 200px;
	margin: 0 -500px;
	padding: 20px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	z-index: 15;
}

#d_navigation p {
	padding: 0px 0px 20px 15px;
	margin: 0px 0px 0px 0px;
}

#d_navigation h1 {
	font-size: 22px;
	padding: 0px 0px 20px 15px;
	margin: 0px 0px 0px 0px;
}

#d_navigation p a:link		{color: #000000; text-decoration: none;}
#d_navigation p a:visited	{color: #000000; text-decoration: none;}
#d_navigation p a:hover		{color: #FF0000; text-decoration: none;}
#d_navigation p a:active	{color: #000000; text-decoration: none;}

.table_navigation {
	width: 200px;
}

.table_navigation td {
	height: 35px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
}

.table_navigation a:link		{color: #FFFFFF; text-decoration: none;}
.table_navigation a:visited	{color: #FFFFFF; text-decoration: none;}
.table_navigation a:hover		{color: #FFFFFF; text-decoration: none; text-decoration: underline;}
.table_navigation a:active		{color: #FFFFFF; text-decoration: none;}


/* ------------------------------------------- Seiten-Layout ------------------------------------------- */

#d_inhalt {
	position: relative;
	top: 0px;
	left: 50%;
	width: 780px;
	margin: 0 -280px;
	padding: 20px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	z-index: 5;
}

#d_inhalt a:link		{color: #000000; text-decoration: none;}
#d_inhalt a:visited	{color: #000000; text-decoration: none;}
#d_inhalt a:hover		{color: #FF0000; text-decoration: none;}
#d_inhalt a:active	{color: #000000; text-decoration: none;}

#d_inhalt img {
	margin: 5px 5px 5px 5px;
	border-bottom: #666666 solid 1px;
	border-right: #666666 solid 1px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
}

#d_inhalt a:link img		{border-bottom: #666666 solid 1px; border-right: #666666 solid 1px; border-top: 0px; border-left: 0px;}
#d_inhalt a:visited img	{border-bottom: #666666 solid 1px; border-right: #666666 solid 1px; border-top: 0px; border-left: 0px;}
#d_inhalt a:hover img	{border-bottom: #666666 solid 1px; border-right: #666666 solid 1px; border-top: 0px; border-left: 0px; background-color: #FF0000;}
#d_inhalt a:active img	{border-bottom: #666666 solid 1px; border-right: #666666 solid 1px; border-top: 0px; border-left: 0px;}

h1 {font-size: 28px; color: #000066; margin: 0px 0px 20px 0px;}
h2 {font-size: 22px; color: #000066; margin: 0px 0px 15px 0px;}

#d_inhalt a:link h1		{color: #000066; text-decoration: none;}
#d_inhalt a:visited h1	{color: #000066; text-decoration: none;}
#d_inhalt a:hover h1		{color: #FF0000; text-decoration: none;}
#d_inhalt a:active h2	{color: #000066; text-decoration: none;}

#d_inhalt a:link h2		{color: #000066; text-decoration: none;}
#d_inhalt a:visited h2	{color: #000066; text-decoration: none;}
#d_inhalt a:hover h2		{color: #FF0000; text-decoration: none;}
#d_inhalt a:active h2	{color: #000066; text-decoration: none;}


p { padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;}

ul {
	padding: 5px 0px 5px 20px;
	margin: 0px 0px 0px 0px;
}

.table_publikationen {
	background-color: #FAE6CA;
	border: #990000 solid 1px;
}

.table_publikationen td {
	vertical-align: top;
	color: #003300;
}

.table_publikationen img {background-color: #D3DDEC;}

.table_publikationen h1 {font-size: 23px; color: #FF6600; margin: 0px 0px 0px 0px;}
.table_publikationen h2 {font-size: 19px; color: #990000; margin: 0px 0px 0px 0px;}

.table_kurse {
	background-color: #CCF2C9;
	border: #006633 solid 1px;
}

.table_kurse th {
	font-size: 24px;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	background-color: #006633;
}

.table_kurse td {
	color: #562154;
	vertical-align: top;
	border: #ABC9AA solid 1px;
	background-color: #F0FFEE;
}

.table_kurse h1 {font-size: 18px; color: #9E0050;}

.table_termine {
	background-color: #A5B7E0;
	vertical-align: top;
	border: #2646A0 solid 1px;
}

.table_termine th {
	font-size: 24px;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	background-color: #2646A0;
}

.table_termine td {
	color: #004121;
	vertical-align: top;
	border: #869BBF solid 1px;
	background-color: #D3DBEA;
}

.table_termine h1 {font-size: 18px; color: #006633;}

.table_galerie_nav h2 {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.table_galerie_nav img { margin: 0px 0px 0px 0px;}

.table_galerie {
	vertical-align: middle;
}
