html, body {
	height: 100%;
}

body {
	background-color: #E1E1E1;
	background-repeat: repeat-y;
	background-position: center 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4f4e4b;
	padding: 0;
	margin: 0;
}
body #fwHeader {
	background-image: url(/fileadmin/museumgoch/media/);
	background-repeat: repeat-y;
	background-position: center top;
}

body#home #fwHeader   { background-image: url(/fileadmin/museumgoch/media/plainbg-default.gif); }
body#home             { background-image: url(/fileadmin/museumgoch/media/bg-default.gif); }
body#ajhaus #fwHeader { background-image: url(/fileadmin/museumgoch/media/plainbg-ajhaus.gif); }
body#ajhaus           { background-image: url(/fileadmin/museumgoch/media/bg-ajhaus.gif); }
body#museum #fwHeader { background-image: url(/fileadmin/museumgoch/media/plainbg-museum.gif); }
body#museum           { background-image: url(/fileadmin/museumgoch/media/bg-museum.gif); }
body#koenigshaus #fwHeader { background-image: url(/fileadmin/museumgoch/media/plainbg-koenigshaus.gif); }
body#koenigshaus      { background-image: url(/fileadmin/museumgoch/media/bg-koenigshaus.gif); }

div#fw {
	width: 746px;
	text-align: left;
}

.r { float: right; }
.m20r { margin-right: 20px; }
.m50r { margin-right: 50px; }

#fwHeader {
	display: block;
	clear: both;
	float: left;
	position: relative;
	width: 746px;
	min-height: 221px;
} * html #fwHeader {
	width: 747px;
	height: 221px;
}

#fwHeader h5 {
	background-position: 0% 0%;
	background-repeat: no-repeat;
	width: 514px;
	height: 100px;
	margin: 0;
	padding: 8px;
	display: block;
	text-align: right;
	font-size: small;
} * html #fwHeader h5 {
	height: 116px;
}
#fwHeader h5 a {
	color: #4f4e4b;
	text-decoration: none;
	text-transform: lowercase;
}
#fwHeader h5 a:hover {
	color: #000;
	text-decoration: underline;
}



#fwHeader ul#nav,
#fwHeader ul#nav li {
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	clear: none;
}
#fwHeader ul#nav {
	position: absolute;
	display: block;
	bottom: 28px;
	top: 112px;
	margin: 0;
	width: 542px;
} * html #fwHeader ul#nav {
	width: 543px;
	margin-left: 1px;
}
#fwHeader ul#nav li {
	width: 24%;
	font-size: 0.85em;
	font-weight: bold;
	background-color: #fff;
	margin: 0 3px 3px 0;
	line-height: 25px;
	text-align: center;
}
#fwHeader ul#nav li.act {
	background-color: #f4f4f4;
	color: #000;
}
#fwHeader ul#nav li a {
	display: block;
	text-decoration: none;
	color: #4f4e4b;
}
#fwHeader ul#nav li a:hover {
	color: #000;
	text-decoration: underline;
}
#fwHeader #Logo {
	position: absolute;
	right: 0;
	bottom: 28px;
	display: block;
	width:187px;
	height: 193px;
	overflow: hidden;
	background-color: #dadada;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(/fileadmin/museumgoch/media/logo.gif);
}
#fwHeader #Logo #LogoInner {
	display: none;
	visibility: hidden;
}


ul#subNav,
ul#subNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	line-height: 2em;
}
ul#subNav li a {
	color: #4f4e4b;
	font-size: small;
	text-decoration: none;
}
ul#subNav li a:hover {
	color: #000;
	text-decoration: underline;
}
ul#subNav li.act a {
	color: #000;
}


#fwContent {
	width: 100%;
	display: block;
	float: left;
	clear: both;
}

#fwContentLeft {
	width: 506px;
	float: left;
	clear: left;
}
#fwContentRight {
	width: 163px;
	float: right;
	clear: right;
}
#fwContentLeft, #fwContentRight {
	padding: 12px;
	display: block;
	height: 80%;
} * html #fwContentLeft, #fwContentRight {
	height: 100px;
}



div.clear {
	clear: both;
	display: block;
}
div.Padding {
	padding: 8px;
}



h1 {
	margin-top: 24px;
	font-size: large;
	font-weight: bold;
}
h2 {
	margin-top: 1.5em;
	font-size: medium;
	font-weight: normal;
} * html h2 {
	font-weight: bold;
}

li, td, input, textarea {
	font-size: small;
}

p {
	line-height: 160%;
}


/*** tabellen ***/

table, table caption {
	width: 100%;
}
table {
	clear: both;
	margin-top: 24px;
}
table caption {
	background-color: #dadada;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: small;
	font-weight: bold;
}
table tbody tr td {
	border-bottom: 1px solid #dadada;
} * html table tbody tr td {
	padding-top: 8px;
	padding-bottom: 12px;
}


/*** forms ***/
fieldset.csc-mailform {
	background-color: #edecec;
	border: 0;
	padding: 8px;
}

.csc-mailform-field label {
	display: block;
	float: left;
	clear: left;
	width: 180px;
}
.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
	width: 270px;
	border-color: #DBDADA #DBDADA #9d9ea0 #DBDADA;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
/* 	float: right; */
	clear: right;
	margin-bottom: 8px;
}
input.csc-mailform-submit {
	clear: both;
	margin-left: 180px;
}



/*** links ***/

a {
	color: #000;
}
a img {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: .99;
	-khtml-opacity: 1;
}
a:hover {
	color: #4f4e4b;
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=50);
	opacity: .50;
	-moz-opacity: .50;
	-khtml-opacity: .50;
}



/*** bilder ***/

dl.images {
	border-color: #D8D9D9;
	border-width: 1px 0 1px 0;
	border-style: solid;
	width: 100%;
	padding: 8px 0 5px 8px;
	list-style: none;
	vertical-align: bottom
}
dl.images dt,
dl.images dd {
	display: -moz-inline-box;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 8px 0 0;
	color: #939393;
}
* html dl.images dt,
* html dl.images dd {
	display: inline;
}
dl.images dd {
	width: 252px;
	vertical-align: bottom;
} 
dl.images dd p {
	padding: 0;
	margin:0;
}
div.csc-textpic-center {
	text-align: left;
}



/***** tx_museumgochmuseumsshop_pi2 *****/
div.shopBasket {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	clear: both;
	border-top: 1px solid #d8d9d9
}
div.shopBasket div.shopBasketDesc {
	list-style: none;
	display: block;
	float: right;
	clear: right;
	padding: 2px 0 2px 0;
	margin: 0;
	width: 132px;
}

.shopText {
	width: 18px;
	text-align: right;
	padding: 2px 0 2px 0;
}
div.shopText {
	margin: 0;
}
input.shopText {
	font-size: xx-small;
	margin: 2px 2px 2px 0;
}

.shopAngebot {
	display: block;
	width: 100%;
	border: 1px solid #d8d9d9;
	margin-bottom: 10px;
}

a.shopIntoBasket {
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/fileadmin/museumgoch/media/shopIntoBasket.png);
}
a.shopIntoBasket:hover {
	background-image: url(/fileadmin/museumgoch/media/shopIntoBasketHover.png);
}

a.shopOrder {
	display: block;
	text-decoration: none;
	color: #656565;
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/fileadmin/museumgoch/media/shopOrder.png);
}
a.shopOrder:hover {
	color: #000;
	background-image: url(/fileadmin/museumgoch/media/shopOrderHover.png);
}

ul.myKuenstler,
ul.myKuenstler li {
	list-style: none;
	padding: 0;
	margin: 8px 0 8px 0;
}
ul.myKuenstler li {
	padding: 0
}

ul.myKuenstler li a {
	padding: 0 0 0 16px;
	margin: 0;
	display: block;
	background-position: 0% 2px;
	background-repeat: no-repeat;
	background-image: url(/fileadmin/museumgoch/media/myKuenstler.gif);
	text-decoration: none;
}
ul.myKuenstler li a:hover {
	color: #666;
	background-image: url(/fileadmin/museumgoch/media/myKuenstlerHover.gif);
}


.typo3-editPanel { clear: both; }
