/* Stylesheet-Datei für allgemeine Styles
10-05-25 SW, schalk & friends gmbh */


/* Reset - Browser Default Styles deaktivieren
-------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

address, cite, code, dfn,  var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	vertical-align: top;
}

fieldset,img {
	border: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

a {
	outline: none;
}


.hinweisSurfEdit {
	float: left; 
	border: 2px solid #e5e5e5; 
	margin-bottom: 10px; 
	padding: 20px 20px 10px 20px;
	text-align: center;
}

/* Allgemeine Styles */

.print,
.access { /* Links zur Verbesserung der Accessibility */
	display: block;
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.group:after { /* automatisches Clearing von Floats */
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.fBook, .fBold {
	letter-spacing: 1px;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 62.5%; /* Schriftgroesse auf 10px setzen - besser zum Rechnen */
	line-height: 140%;
	background-color: #fff;
	color: #000;
}

#pageWrapper {
	width: 980px;
	margin: 0px auto;
}

#headerWrapper {
	padding: 5px 20px 25px;
}

#navSubWrapper {
	width: 220px;
	float: left;	
	padding-left: 20px;
}

#marginalWrapper {
	width: 220px;
	float: right;
	border-bottom: 1px solid #e5e5e5;
	margin-right: 20px;
}

#contentLeft #content {
	float: right;
	width: 460px;
}
#contentWide #content {
	float: right;
	width: 720px;
}

#contentLeft {
	width: 720px;
	float: left;
}

#contentWide .innerContent {
	padding-right: 20px;
}

#portletWrapper {
	float: left;
	padding: 10px 0 20px 20px;
	width: 960px;
}

.innerPortletWrapper {
	float: left;
	padding: 0px 18px 0 0;
	width: 222px;
}

#footer {
	padding: 0px 20px 40px;
}

#footer h2 {
	text-transform: uppercase;
	font-size: 1.5502em; /*1.3em*/
	margin-bottom: 10px;
}

#footer p {
	font-size: 1.1em;
	line-height: 1.6em;
}

#footer h2,
#footer p {
	color: #999;
}

#logo,
#logo a {
	width: 134px;
	height: 51px;
}

#logo {
	float: left;
}

#logo a {
	display: block;
	background: #fff url(/media/images/site/logo.png) left top no-repeat;
	text-indent: -9999px;
}

a {
	text-decoration: none;
	color: #000;
}



p {
	font-size: 1.2em;
	line-height: 160%;
	padding-bottom: 10px;
}

p.teaser {
	font-size: 1.4em;
	line-height: 140%;
	font-weight: bold;
}

#content p {
	padding-bottom: 25px;
	/*float: left;
	width: 100%;*/
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	/*float: left;
	clear: both; 
	width: 100%;*/	
}

#content {
	padding-bottom: 25px;
	position: relative;
	z-index: 1;
}

#content a {
	text-decoration: underline;	
}

#content a:hover {
	color: #e1001f;
	border-color: #e1001f;
}

#content a.link {
	padding-left: 15px;
	background: #fff url(/media/images/site/icons/pfeile.png) left 4px no-repeat;
	border: none;
	text-decoration: none;
}

#content a.linkintext {
	padding-left: 15px;
	padding-right: 5px;
	background: #fff url(/media/images/site/icons/pfeile.png) left 4px no-repeat;
	border: none;
	text-decoration: none;
}

#content a.link:hover,
#content a.linkintext:hover {
	background-position: left -196px;
	color: #000;
}


#content a.button220 {
	color: #fff;
	width: 200px;
	text-align: center;
	background: transparent url(/media/images/site/backgrounds/bg-buttons.png) left -180px no-repeat;
	display: block;
	padding: 3px 10px;
	border: none;
	text-decoration: none;
}

#content a.button220:hover {
	background-position: left -210px;
}

h1 {
	font-size:  4.616em; /*4em */
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
}

.h1Wrapper {
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 0px 35px 0;
	margin-bottom: -10px;
	margin-top: -15px;
}

.h1WrapperNoBackground {
	padding-right: 0px;
	background: none !important;
}

#contentLeft .h1Wrapper {
	padding-right: 0px;
}

.h1WrapperSmall {
	margin-top: -9px;
	padding-bottom: 35px;
}

.h1WrapperSmall h1 {
	font-size: 2.885em; /*2.5em*/
	padding-bottom: 10px;
	font-weight:normal;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: 3px;
}


h2 {
	font-size: 2.308em; /*2em*/
	padding-bottom: 10px;
	font-weight:normal;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.h3 {
	display: block;
}

.h3,
h3 {
	font-size: 1.5002em; /*1.3em*/
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1.4em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #555; 
	padding-bottom: 10px;
}

h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
	padding-bottom: 10px;
}

span.gplusone{
	padding-left: 5px;
	height: 15px;
}

a.drucken{
	background: #fff url(/media/images/site/icons/klafs-icons-sprite.jpg) scroll 0 -100px;
	text-indent: -99999px;
	display: block;
	height: 18px;
	width: 18px;
	position: absolute;
	bottom: 4px;
	right: 0px;
}

a.druckenabstand{
	right: 20px;
}

a.download{
	background: #fff url(/media/images/site/icons/klafs-icons-sprite.jpg) no-repeat scroll 0px 0px;
	padding-left: 23px;

}

a.word{
	background: #fff url(/media/images/site/icons/klafs-icons-sprite.jpg) no-repeat scroll 0px -50px;
	padding-left: 23px;
	padding-top: 2px;
}

a.jpg{
	background: #fff url(/media/images/site/icons/klafs-icons-sprite.jpg) no-repeat scroll 0px -150px;
	padding-left: 23px;
	padding-top: 2px;

}

a.pdf{
	background: #fff url(/media/images/site/icons/klafs-icons-sprite.jpg) no-repeat scroll 0px -201px;
	padding-left: 23px;
	padding-top: 2px;
}

a.ind{
	background: #fff url(/media/images/site/icons/klafs-icons-sprite.jpg) no-repeat scroll 0px -250px;
	padding-left: 23px;
	padding-top: 2px;
}

a.video{
	background: #fff url(/media/images/site/icons/klafs-icons-sprite.jpg) no-repeat scroll 0px -301px;
	padding-left: 23px;
	padding-top: 2px;
}

a.excel{
	background: #fff url(/media/images/site/icons/klafs-icons-sprite.jpg) no-repeat scroll 0px -350px;
	padding-left: 23px;
	padding-top: 2px;
}

.innerContent ul,
.innerContent ol {
	font-size: 1.2em;
	padding-bottom: 25px;
	/*float: left;
	clear: both;
	width: 100%;*/
}

.innerContent ul ul,
.innerContent ul ol,
.innerContent ol ol,
.innerContent ol ul {
	padding-bottom: 0px;
	margin-top: 5px;
	/*float: none;
	clear: none;
	width: 100%;*/
	font-size: 1em;
}

.innerContent ul li,
.innerContent ol li {
	padding-left: 15px;
	padding-bottom: 5px;
}

.innerContent ul li li,
.innerContent ol li li {
	padding-bottom: 5px;
}

#content .innerContent ul.linkList li {
	padding-left: 0px;
	background: none;
}

#content .innerContent ul.linkList li a {
	padding-left: 15px;
	background: transparent url(/media/images/site/icons/pfeile.png) left 3px no-repeat;
	border: none;
	display: block;
	text-decoration: none;
}

#content .innerContent ul.linkList li a:hover {
	padding-left: 15px;
	background: transparent url(/media/images/site/icons/pfeile.png) left -197px no-repeat;
	color: #000;
}

#content .innerContent ul.linkList li li a {
	padding-left: 30px;
	background-position: 15px 3px;
}

#content .innerContent ul.linkList li li a:hover {
	padding-left: 30px;
	background-position: 15px -197px;
}

#content .innerContent ul.linkList li li li a {
	padding-left: 45px;
	background-position: 30px 3px;
}

#content .innerContent ul.linkList li li li a:hover {
	padding-left: 45px;
	background-position: 30px -197px;
}


#content .innerContent ul.linkList li li li li a {
	padding-left: 60px;
	background-position: 45px 3px;
}

#content .innerContent ul.linkList li li li li  a:hover {
	padding-left: 60px;
	background-position: 45px -197px;
}

#content .innerContent ul.linkListCol2 li,
#content .innerContent ul.linkListCol3 li {
	display: block;
	float: left;
	margin-right: 20px;
	width: 220px;
}

#content .innerContent ul li.last {
	margin-right: 0px;
}

#content .innerContent .faqList {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 10px 0px;
}


/* Sitemap */

#content .innerContent #sitemap {
	border-top: 3px solid #e5e5e5;
	padding-bottom: 25px;
}

#content .innerContent #sitemap li a {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content .innerContent #sitemap ul  {
	padding: 0px;
	margin: 0px;
}

#content .innerContent #sitemap li  {
	padding: 0px;
}

#content .innerContent ul#sitemap li a {
	background-position: left 13px;
}

#content .innerContent ul#sitemap li a:hover {
	background-position: left -187px;
}

#content .innerContent ul#sitemap li li a {
	background-position: 15px 13px;
}

#content .innerContent ul#sitemap li li a:hover {
	background-position: 15px -187px;
}

#content .innerContent ul#sitemap li li li a {
	background-position: 30px 13px;
}

#content .innerContent ul#sitemap li li li a:hover {
	background-position: 30px -187px;
}


#content .innerContent ul#sitemap li li li li a {
	background-position: 45px 13px;
}

#content .innerContent ul#sitemap li li li li  a:hover {
	background-position: 45px -187px;
}

.innerContent ul li {
	background: #fff url(/media/images/site/icons/icon-bullet-grey.png) left 5px no-repeat;
}

.innerContent ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 1.5em;
	padding-left: 0;
}

.innerContent table {
	font-size: 1.2em;
	margin-bottom: 25px;
	border: none;
	/*border-top: 3px solid #e5e5e5;*/
	/*border-bottom: 1px solid #e5e5e5;*/
	border-collapse: collapse;
}

.innerContent table tr,
.innerContent table td,
.innerContent table th {
	/*border-bottom: 1px solid #ededed;*/
}

.innerContent table td,
.innerContent table th {
	padding: 5px 10px 5px 0;
	line-height: 160%;
}

.innerContent table th {
	text-transform: uppercase;
}

.innerContent table .big {
	line-height: 1em;
	font-size: 4.616em; /*4em*/
}

.innerContent table.noBorder,
.innerContent table.noBorder tr,
.innerContent table.noBorder td,
.innerContent table.noBorder th {
	border: none;
}


.innerContent table.klafsZahlen td {
	padding: 20px 0;
}

.imgLeft,
.imgRight,
.imgCaption {
	display: block;
	width: 240px;
	padding-top: 5px;
}

.imgRight {
	float: right;
}

.imgLeft {
	float: left;
}


.imgWide {
	width: 480px;
	padding-top: 0px;
}

.imgCaption {
	width: 460px;
	margin-bottom: 25px;
}

#contentWide .imgCaption {
	width: 700px;
}

.imgLeft img,
.imgRight img,
.imgCaption img {
	display: block;
	border: 1px solid #e5e5e5;
	margin: 0px -1px 20px;
}


.imgLeft .caption,
.imgRight .caption,
.imgCaption .caption {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 220px;

}

.noBorder img {
	border: none;
	margin-left: 0px;
	margin-right: 0px;
}

.imgWide .caption {
	width: 460px;
}

#contentWide .imgCaption .caption {
	width: 700px;
}

.imgRight img,
.imgRight .caption {
	margin: 0 0 10px 20px ;
}

.imgLeft img,
.imgLeft .caption {
	margin: 0 20px 10px 0;
}

/* InnenTeaser */

.innenTeaser {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

#content .innenTeaser .slider {
	position: relative;
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 100%;
}

#content .innenTeaser .slider .innerSlider {
	display: block;
}

.innenTeaser .slider img {
	margin: 0px -1px;
	border: 1px solid #e5e5e5;
	display: block;
	float: left;
}

.innenTeaser .slider .icon {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	top: 118px;
	background-color: transparent;
	background-image: url(/media/images/site/icons/icon-arrow-slider.png); 
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.innenTeaser .slider .back {
	left: -5px;
	background-position: left -50px;
}

.innenTeaser .slider .forward {
	right: -6px;
	background-position: right -50px;
}

.innenTeaser .slider .back:hover {
	background-position: left 0px;
}

.innenTeaser .slider .forward:hover {
	background-position: right 0px;
}

#content .innenTeaser .slider .icon,
#content .innenTeaser .slider .icon:hover {
	border: none;
}

.innenTeaser .navInnenTeaser {
	font-size: 1.2em;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	display: block;
}

.innenTeaser .navInnenTeaser span {
	float: right;
	margin-left: 25px;
	padding-left: 0px;
	background: none;
	display: block;
	text-align: right;
}

.innenTeaser .navInnenTeaser .caption {
	float: left;
	/*font-weight: bold;*/
	margin-left: 0px;
	text-align: left;
}

#content .innenTeaser .navInnenTeaser span a {
	border-bottom: none;
}

#content .innenTeaser .navInnenTeaser span a:hover {
	border-bottom: 1px dotted #000;
	color: #000;
}

/* Teaser - Version über 3 Spalten */

.innenTeaserWide {
	width: 700px;
	margin-bottom: 25px;
}

.innenTeaserWide .slider .icon {
	width: 30px;
	height: 42px;
	top: 176px;
}

.innenTeaserWide .slider .back {
	left: -5px;
	background-position: left -250px;
}

.innenTeaserWide .slider .forward {
	right: -6px;
	background-position: right -250px;
}

.innenTeaserWide .slider .back:hover {
	background-position: left -200px;
}

.innenTeaserWide .slider .forward:hover {
	background-position: right -200px;
}

.innenTeaserSqueeze {
	position: relative;
	width: 700px;
	margin: 10px 10px -20px 10px;
}

.innenTeaserSqueeze .slider .icon {
	top: 186px;
}

.innenTeaserSqueeze .slider .back {
	left: -5px;
}

.innenTeaserSqueeze .slider .forward {
	right: -5px;
}


/* Ausstellungszentren */

.exhibitionWrapper {
	/*float: left;*/
	width: 460px;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 50px;
	margin-bottom: 25px;
}

#content .exhibitionWrapper .exhibitionContent {
	float: left;
	width: 220px;
}

.noPadding {
	padding: 0px;
}

hr {
	margin-bottom: 15px;
	height: 1px;
	background-color: #e5e5e5;
	color: #e5e5e5;
	border: none;
	width: 100%;
	display: block;
	/*float: left;*/
}



