html, body {
	height:100%;
}
body,td,a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #013961;
}

body {
	margin:0px;
	background-color:#F9F4EE;
	background-image:url('back_verlauf.png'); 
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

.Fuss { color:#013961;}
.klein {font-size:9px;}

img.Rahmen {
	border:1px solid #0382DF;
}

.Kasten_Kopf {
	border:1px solid #0382DF;
	padding:0px;
	padding-bottom:7px;
	background-color:#0382DF;
	background-image:url('farbverlauf.jpg'); 
	background-position:center;
}

.Kasten_Menu {
	padding:7px;
}

.Kasten_Menu_back{
	background-image:url('farbverlauf2.jpg'); 
	background-position:left;
	background-repeat:repeat-y;
}

.Kasten_Fuss {
	border:1px solid #0382DF;
	padding:7px;
	background-color:#0382DF;
	background-image:url('farbverlauf.jpg'); 
	background-position:center;
}

.Kasten_rechts {
	padding:0px;
	border-top:0px;
	border-bottom:0px;
	background-color:#0382DF;
	border:1px solid #0382DF;
	padding:7px;
	background-image:url('farbverlauf.jpg'); 
	background-position:right;
	background-repeat:repeat-y;
}

h2 {
	font-size:18px;
}

li {
	padding-bottom:15px;
}

a.Menu,a.MenuA { font-size:14px; text-decoration:none; font-weight:bold; padding-left:10px;padding-right:10px;}
a.Menu:link,a.Menu:visited { color: #013961; }
a.Menu:hover,a.Menu:active { color: #B62641; }
a.MenuA:link,a.MenuA:visited { color: #0382DE; }
a.MenuA:hover,a.MenuA:active { color: #B62641; }

a.SubMenu,a.SubMenuA { font-size:12px; text-decoration:none; font-weight:bold; display:block; padding-top:20px;}
a.SubMenu:link,a.SubMenu:visited { color: #013961; }
a.SubMenu:hover,a.SubMenu:active { color: #B62641; }
a.SubMenuA:link,a.SubMenuA:visited { color: #EDE672; }
a.SubMenuA:hover,a.SubMenuA:active { color: #B62641; }

a.SubMenu2,a.SubMenu2A { font-size:12px; text-decoration:none; padding-top:10px;padding-bottom:0px; padding-right:2px; padding-left:18px; display:block;}
a.SubMenu2:link,a.SubMenu2:visited { color: #013961; }
a.SubMenu2:hover,a.SubMenu2:active { color: #B62641; }
a.SubMenu2A:link,a.SubMenu2A:visited { color: #EDE672; }
a.SubMenu2A:hover,a.SubMenu2A:active { color: #B62641; }


.GB_Eintrag {
	border:1px solid #0382DF;
}
.GB_Name {
	border-bottom:1px solid #0382DF;
	padding:7px;
	font-weight:bold;
	color: #FDF6E8;
	background-color: #013961;
}
.GB_Nummer {
	border-right:1px solid #0382DF;
	padding:7px;
	font-weight:bold;
	color: #013961;
	background-color:#EDBFB3;
	background-image:url('farbverlauf.jpg');
	background-position:bottom;
}
.GB_Text {
	background-color:#E8CDB2;
	background-image:url('farbverlauf.jpg');
	background-position:top;
	text-align:justify;
	padding:7px;
}

.Album {
	display:inline-block;
	margin:5px;
	padding:7px;
	width:300px;
	height:230px;
	border:1px solid #0382DF;
	background-image:url('album_back.jpg');
	background-position:center center;
	color:black;
	text-align:center;
	float:left;
	cursor:pointer;
}

.Album h4 {
	font-size:14px;
}

.Albumbild {
	margin:5px;
	width:125px;
	height:125px;
	border:1px solid #0382DF;
	background-image:url('album_back.jpg');
	background-position:center center;
	float:left;
	cursor:pointer;
}

