/* HTML Elemente */

body {
	margin:0px;
	font-family:Verdana, Tahoma, Arial;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(imgs/bg.gif);
	background-repeat:repeat;
	line-height:1.5;
	}
h1 {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}
textarea, select, input {
	font-size:12px;
	background-color:#CCCCCC;
	border:solid 1px #000000;
	padding:2px;
	}

select, input {
	font-size:11px;
	font-family:Verdana, Tahoma;
	}

/* Klassen */

.sectionItem {
	width:137px;
	height:18px;
	font-weight:bold;
	padding-left:10px;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #666666;
	background-image:url(./imgs/rubrik.jpg);
	}
.sectionItemA {
	width:137px;
	height:18px;
	font-weight:bold;
	padding-left:10px;
	color:#FFFFFF;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #666666;
	background-image:url(./imgs/rubrik2.jpg);
	}
.menuItem {
	width:142px;
	height:18px;
	padding-left:5px;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #666666;
	}
.menuItemA {
	width:142px;
	height:18px;
	padding-left:5px;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #666666;
	background-image:url(./imgs/menu2.gif);
	background-repeat:repeat-y;
	}
.menuItem:hover, .menuItemA:hover {
	background-color:#CCCCCC;
	background-image:none;
	text-decoration:underline;
	}
.button {
	cursor:pointer;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
	background-image:url(./imgs/button.gif);
	}
.htd 	{
	empty-cells:show;
	}
.htd td {
	background-color:#FFFFFF;
	background-image:url(imgs/tbg.gif);
	border-top:solid 1px #FFFFFF;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	padding:5px;
	text-align:justify;
	font-size:11px;
	}
.htd2 {
	background-color:#FFFFFF;
	background-image:url(imgs/cr.gif);
	}
.erfolg {
	border:solid 1px #003300;
	background-color:#006600;
	background-image:url(imgs/erfolg.gif);
	padding:3px;
	}
.fehler {
	border:solid 1px #990000;
	background-color:#990000;
	background-image:url(imgs/fehler.gif);
	padding:3px;
	}
.fg_rubrik {
	margin:15px;
	padding:5px;
	font-weight:bold;
	border:solid 2px #CCCCCC;
	background-image:url(./imgs/fg_rubrik.jpg);
	background-repeat:no-repeat;
	}
.fgf_container {
	width:100px;
	float:left;
	font-size:10px;
	text-align:center;
	border:solid 1px #FFFFFF;
	background-color:#E0E0E0;
	padding: 3px;
	margin:8px;

	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
    border-radius: 4px 4px 4px 4px;
	}
.fgf_container:hover {
	background-color: #CCCCCC;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.95);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.95);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.95);
}

/* Individualobjekte */

#header {
	background-image:url(./imgs/header.jpg);
	}
#menu {
	text-align:justify;
	vertical-align:top;
	background-image:url(./imgs/menu.jpg);
	background-repeat:repeat-y;
	}
#wrapper {
	text-align:justify;
	vertical-align:top;
	background-color:#FFFFFF;
	font-size:12px;
	}
#submenu {
	text-align:justify;
	vertical-align:top;
	background-image:url(./imgs/submenu.jpg);
	background-repeat:repeat-y;
	}
#weather {
	width:139px;
	height:121px;
	background-image:url(./imgs/wetteranzeige.gif);
	background-repeat:no-repeat;
	}
#other {
	width:129px;
	height:121px;
	vertical-align:top;
	padding:5px;
	background-image:url(./imgs/sonstiges.gif);
	background-repeat:no-repeat;
	}
#members {
	width:129px;
	height:121px;
	padding:5px;
	background-image:url(./imgs/members.gif);
	background-repeat:no-repeat;
	}
#membersBtn {
	width:100%;
	text-align:right;
	margin-top:3px;
	}
#footer {
	text-align:center;
	height:67px;
	background-image:url(./imgs/bottom.jpg);
	}

#menu a:link, #menu a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	}
#menu a:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
	}
#menu a:active, #menu a:focus {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}
#wrapper a:link, #wrapper a:visited {
	color:#003300;
	text-decoration:underline;
	}
#wrapper a:hover {
	color:#999999;
	text-decoration:underline;
	}
#wrapper a:active, #wrapper a:focus {
	color:#000000;
	text-decoration:underline;
	}
#members a:link {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	}
#members a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	}
#members a:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
	}
#members a:active {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}
#members a:focus {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}
