/* Basich Layout */

table.basic-set{
	width: 950px;
	border: 2px solid Blue;
}


/* Basic Kopf */

table.basic-set-head{
	width: 100%;
	background-image: none;
	background-color: Yellow;
}

/* Aktuelle Position */

table.site{
	width: 100%;
	background-color: Yellow;
	border-top: 2px solid Blue;
	background-image: none;
	}

td.head-menu-left{
	padding-left: 10px;
	font-weight: normal;
	font-size: 10px;
	vertical-align: middle;
	color: Red;
	padding-top:4px;
	padding-bottom:4px;
}

td.head-menu-right{
	padding-right: 10px;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	color: Red;
	padding-top:4px;
	padding-bottom:4px;
}

/* Basic Hauptinhalt mitte */

table.basic-set-main{
	width: 100%;
	height: 400px;
	border-bottom: 2px Blue solid;
	border-top: 2px Blue solid;
}

/* Menu Inhalt links */

td.content-left{
	width: 150px;
	background-color: Yellow;
	border-right: solid Blue 2px;
}


/* Hauptinhalt mitte */

td.content-middle{
	background-color: transparent;
	padding-top:12px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	background-image: url(../grafik/back50w.gif);
	/*border-right: 2px white solid;
	border-left: 2px white solid;*/
}

td.content-middle20{
	background-color: transparent;
	padding-top:12px;
	padding-bottom:20px;
	padding-left:25px;
	padding-right:10px;
	background-image: url(../grafik/back50w.gif);
	/*border-right: 2px white solid;
	border-left: 2px white solid;*/
}


/* Inhalt rechts */

td.content-right{
	width: 150px;
	background-color: Yellow;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: solid Blue 2px;
}
input.feld {
	/*border: 1px solid black;*/
	border: 0px;
	background-image:url(../grafik/trennung.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: white;
	padding: 1px;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	width: 145px;
	height: 18px;
	color: Blue;
}
form {
	background-color: transparent;
	border-top: solid white;
	border-top-width: 1px;
	border-bottom: solid white;
	border-bottom-width: 1px;
	background-image: url(../grafik/back50y.gif);
}
/* Fussnote */

table.basic-set-foot {
	width: 100%;
	padding-top:4px;
	padding-bottom:4px;
	background-color: Yellow;
	background-image: none;
}


td.foot-left {
	color: Red;
	font-size: 12px;
	padding-left:10px;
	text-align:left;
}

/* Bilddarstellung */

table.bild {
	border: 1px solid Black;
	background-color: White;
	width: 110px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}
td.bild {
	height: 110px;
	vertical-align: middle;
	text-align: center;
}
td.bildtitel {
	height: 25px;
	background-color: Gray;
	color: black;
	font-weight: normal;
	text-align: center;
	vertical-align:middle;
}
a.bildtitel {
	text-decoration: none;
