
/*
---------------------------------
ALLGEMEIN
---------------------------------
*/

*	{
	margin: 0 auto;
	padding: 0;
	border: 0;
}

.nostyles	{
	display: none;
}

/*BUGFIX GUILLOTINE BUG - http://www.positioniseverything.net/explorer/guillotine.html*/
.clearfix:after {
  content: '.';
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



hr	{
	visibility: hidden;
	padding: 0.5em;
	clear: both;
	display: none;
}



/*
---------------------------------
GLOBAL
---------------------------------
*/

html,body	{
	font-family: "Lucida", "Lucida Sans", "Lucida Std", "Lucida Sans Std", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #333 ;
	margin: 0 auto;
	padding: 0;
}

html	{
	
}

body	{
	background: white center top repeat url(../images/bg_body.jpg);
}



h1	{
	display: none;
	visibility: hidden;
}








.container	{
	font-size: 0.8em;
	width: 920px;
	padding: 0 10px;
	position: relative;
}











dl.globalnav dt	{
	display: none;
	visibility: hidden;
}

dl.globalnav dd	{
	float: left;
}

dl.globalnav dd a	{
	display: block;
	height: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 0.85em;
	padding: 0 6px;
	margin: 0 1px;
	float: left;
}

dl.globalnav dd a:link,
dl.globalnav dd a:visited	{
	background: #333;
	color: #ccc;
	text-decoration: none;
}

dl.globalnav dd a.act:link,
dl.globalnav dd a.act:visited,
dl.globalnav dd a.act:hover,
dl.globalnav dd a.act:active	{
	background: #666;
	color: white;
	text-decoration: none;
}

dl.globalnav dd a:hover,
dl.globalnav dd a:active	{
	background: #666;
	color: white;
	text-decoration: none;
}










/*
---------------------------------
KOPF
---------------------------------
*/

#kopf	{
	position: relative;
	background: #111;
}

#kopf h1	{
	display: block;
	visibility: visible;
	position: absolute;
	right: 5px;
	top: 10px;
	height: 80px;
	width: 200px;
	background: left top no-repeat url(../images/logo_jackob.gif);
}

#kopf h1 a	{
	display: block;
	width: 200px;
	height: 80px;
}

#kopf h1 a:link,
#kopf h1 a:visited	{
	
}

#kopf h1 a:hover,
#kopf h1 a:active	{
	
}

#kopf h1 a span	{
	display: none;
	visibility: hidden;
}




#kopf .pagefunctions	{
	height: 50px;
	font-size: 10px;
}

#kopf .pagefunctions dl	{
	background: #111;
	float: left;
	margin: 0;
}

#kopf .pagefunctions dl dt	{
	display: none;
	visibility: hidden;
}

#kopf .pagefunctions dl dd	{
	float: left;
	margin: 0;
}

#kopf .pagefunctions dl dd a	{
	display: block;
	height: 20px;
	line-height: 20px;
	color: white;
	padding: 0 5px 0 5px;
	text-decoration: none;
	float: left;
}

#kopf .pagefunctions dl dd a:link,
#kopf .pagefunctions dl dd a:visited	{
	background-color: #333;
}

#kopf .pagefunctions dl dd a:hover,
#kopf .pagefunctions dl dd a:active	{
	background-color: #666;
}



#kopf .pagefunctions dl dd a span	{
	display: none;
	visibility: hidden;
}

#kopf .pagefunctions dl dd.klein a	{
	width: 14px;
	background-position: 7px 5px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_font-klein.gif);
}

#kopf .pagefunctions dl dd.normal a	{
	width: 14px;
	background-position: 7px 5px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_font-normal.gif);
}

#kopf .pagefunctions dl dd.gross a	{
	width: 14px;
	background-position: 7px 5px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_font-gross.gif);
}

#kopf .pagefunctions dl dd.druckansicht a	{
	width: 30px;
	background-position: 15px 5px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_druckansicht.gif);
}



#kopf .pagefunctions dl dd.active a,
#kopf .pagefunctions dl dd.active a:link,
#kopf .pagefunctions dl dd.active a:visited,
#kopf .pagefunctions dl dd.active a:hover,
#kopf .pagefunctions dl dd.active a:active	{
	background-color: #222;
}





/*
---------------------------------
MENU
---------------------------------
*/

#menu	{
	height: 100px;
	font-size: 0.9em;
	position: relative;
}

#menu ul	{
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

#menu ul li	{
	list-style: none;
	display: block;
	float: left;
	height: 19px;
	line-height: 19px;
	margin: 0 6px 0 0;
	border: 1px solid #333;
	border-bottom: 0;
	position: relative;
}

#menu ul li a	{
	display: block;
	height: 19px;
	line-height: 19px;
	padding: 0 10px 0 6px;
	text-transform: uppercase;
	float: left;
}

#menu ul li a:link,
#menu ul li a:visited	{
	color: #ccc;
	background: #333;
	text-decoration: none;
}


#menu ul li:hover a,
#menu ul li.active a:link,
#menu ul li.active a:visited,
#menu ul li.active a:hover,
#menu ul li.active a:active	{
	color: white;
	background: #666;
	text-decoration: none;
	position: relative;
}



#menu ul li.active,
#menu ul li:hover,
#menu ul ul	{
	color: white;
	background: #666;
}





#menu ul ul	{
	position: absolute;
	top: 19px;
	left: 0;
	background: none;
	display: none;
	width: 400px;
	height: 30px;
	padding: 1px 0 0 0;
	/*background: 0 2px no-repeat url(../images/bg_menu2.jpg) !important;*/
}


#menu ul li.active ul	{
	display: block;
	z-index: 1;
}


/*#menu ul li:hover ul	{
	display: block;
	z-index: 10 !important;
}*/

#menu ul ul li	{
	padding: 0;
	margin: 0;
	border: 0;
}

#menu ul ul li a	{
	text-transform: none;
	background: none;
}

#menu ul li.active ul li a:link,
#menu ul li.active ul li a:visited,
#menu ul ul li a:link,
#menu ul ul li a:visited	{
	color: #666;
	background: #ddd;
	text-decoration: none;
	border: 0;
}

#menu ul ul li a:hover,
#menu ul ul li a:active	{
	color: #000;
	background: #f6f6f6;
}



#menu ul ul li.active,
#menu ul ul li:hover	{
	color: #000;
	background: #f6f6f6;
}

#menu ul ul ul	{
	display: none;
	visibility: hidden;
}









#menu ul li a:link,
#menu ul li a:visited	{
	
}


#menu ul li:hover a,
#menu ul li:hover a:link,
#menu ul li:hover a:visited,
#menu ul li:hover a:hover,
#menu ul li:hover a:active,
#menu ul li:hover a:focus,
#menu ul li.active a:link,
#menu ul li.active a:visited,
#menu ul li.active a:hover,
#menu ul li.active a:active,
#menu ul li.active a:focus,
#menu ul li a:hover,
#menu ul li a:active	{
	
}








#menu ul ul li a:link,
#menu ul ul li a:visited,
#menu ul li.active li a:link,
#menu ul li.active li a:visited	{
	
}


#menu ul ul li a:hover,
#menu ul ul li a:active,
#menu ul li.active li a:hover,
#menu ul li.active li a:active,
#menu ul li.active li.active a,
#menu ul li.active li.active a:link,
#menu ul li.active li.active a:visited,
#menu ul li.active li.active a:hover,
#menu ul li.active li.active a:active	{
	color: #000 !important;
	background: #f6f6f6;
}






#menu img	{
	
}












/*
---------------------------------
CONTENT
---------------------------------
*/

#content	{
	background: #fff left top repeat-x url(../images/bg_content.jpg);
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 20px 0 0 0;
}

#content .container	{
	padding-bottom: 30px;
	min-height: 350px;
}


#content hr	{
	display: block;
}






#content .spaltelinks	{
	width: 590px;
	float: left;
	padding: 0 19px 0 0;
	min-height: 250px;
}

#content .links	{
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
	font-size: 0.9em;
	line-height: 1.91em;
	color: #666;
}

#content .mitte	{
	
}

#content .rechts	{
	width: 289px;
	
	color: #666;
	padding: 0 10px 0 10px;
	min-height: 250px;
	float: left;
	font-size: 0.9em;
}









#content h1	{
	
}

#content h2	{
	color: #111;
	font-size: 2.3em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 20px 0 0 0;
	padding: 0;
}

#content .location	{
	display: none;
	visibility: hidden;
}

#content h3	{
	color: #111;
	font-weight: normal;
	/*letter-spacing: 1px;
	word-spacing: 3px;*/
	margin: 2em 0 0 0;
	font-size: 1.4em;
	clear: left;
}

#content h4,
#content h5,
#content h6	{
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	/*letter-spacing: 1px;
	word-spacing: 3px;*/
	margin: 2em 0 0 0;
	border-bottom: 1px solid #ddd;
	clear: left;
	font-size: .8em;
}







#content a:link,
#content a:visited	{
	color: #000;
	background: none;
	text-decoration: underline;
}

#content a:hover,
#content a:active,
#content a:focus	{
	color: #333;
	background: #eee;
	text-decoration: none;
}






#content p	{
	padding: 0.5em 0 0.5em 0;
}

#content em	{
	font-style: italic;
	font-weight: normal;
}

#content strong	{
	font-weight: bold;
	font-style: normal;
}

#content blockquote	{
	margin: 10px;
	padding: 0 0 0 60px;
	color: #666;
	font-style: italic;
	background: left top no-repeat url(../images/bg_quote.gif);
}

#content cite	{
	display: block;
	text-align: right;
	margin: 3px;
	border-top: 1px solid #ccc;
	color: #666;
	font-style: normal;
}

#content acronym	{
	color: #000;
	border-bottom: 1px dotted #ccc;
	cursor: help;
}






#content ul,
#content ol,
#content dl	{
	
}

#content ul	{
	list-style: none;
	margin: 5px 10px;
}

#content ul li	{
	list-style: none;
	background: 0 9px no-repeat url(../images/pfeil.gif);
	padding: 2px 10px 2px 16px;
}




#content ol	{
	list-style: decimal;
	margin: 5px 10px 5px 30px;
}

#content ol li	{
	list-style: decimal;
	padding: 2px 10px 2px 0;
}








#content ul.menu3	{
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}

#content ul.menu3 li	{
	margin: 0;
	padding: 0;
	background: none;
	display: block;
	position: relative;
	clear: both;
	line-height: 21px;
	text-indent: 1em;
	color: #000;
	cursor: default;
}





#content ul.menu3 li a	{
	display: block;
	margin: 0;
	padding: 0 1em;
	text-indent: 0;
	cursor: pointer;
}

#content ul.menu3 li a:link,
#content ul.menu3 li a:visited	{
	text-decoration: none;
	background: #f2f2f2;
	color: #666;
	border-bottom: 1px solid white;
}

#content ul.menu3 li a:hover,
#content ul.menu3 li a:active	{
	text-decoration: none;
	background: #f6f6f6;
	color: #333;
	border-bottom: 1px solid #ccc;
}





#content ul.kontaktlink	{
	margin: 10px 0;
	padding: 0;
}

#content ul.kontaktlink li	{
	padding: 0;
	background: none;
	display: block;
	float: none;
}

#content ul.kontaktlink li a.ma_wahl	{
	display: block;
	line-height: 1.4em;
	margin: 1px;
	padding: 3px;
}

#content ul.kontaktlink li a.ma_wahl:link,
#content ul.kontaktlink li a.ma_wahl:visited	{
	border: 2px solid #2d332f;
	background: #2d332f;
	text-decoration: none;
}

#content ul.kontaktlink li a.ma_wahl:hover,
#content ul.kontaktlink li a.ma_wahl:active,
#content ul.kontaktlink li a.ma_wahl:focus,
#content ul.kontaktlink li a.ma_wahl.focus,
#content ul.kontaktlink li a.ma_wahl.focus:link,
#content ul.kontaktlink li a.ma_wahl.focus:visited,
#content ul.kontaktlink li a.ma_wahl.focus:hover,
#content ul.kontaktlink li a.ma_wahl.focus:active	{
	border: 2px solid #2d332f;
	background: #3f4e39;
	text-decoration: none;
}

#content ul.kontaktlink li a img	{
	float: left;
	margin: 0 0.5em 0 0;
}

#content ul.kontaktlink li a strong	{
	background: none;
	color: #baee6d;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	margin: 0.5em 0 0 0;
}

#content ul.kontaktlink li a em	{
	background: none;
	color: white;
	font-weight: normal;
	font-style: normal;
}








#content dl	{
	margin: 0.5em 0;
}

#content dl dt	{
	color: #999;
}

#content dl dd	{
	padding: 0 0 0.5em 1em;
}









#content table	{
	
}

#content table td	{
	
}

#content .links table	{
	
}











form	{
	
}

form fieldset	{
	width: 273px;
	float: left;
	margin: 20px 10px;
	padding: 0;
}

form fieldset legend	{
	
}

form label	{
	display: block;
	clear: both;
	margin: 0.25em 0 0 0;
	cursor: default;
	color: #666;
}

form label.pflicht	{
	color: #000;
}

form input,
form textarea,
form select	{
	border: 1px solid #eee;
	background: #eee;
	width: 268px;
	height: 1.3em;
	line-height: 1.3em;
	padding: 2px;
	font-family: Lucida, "Lucida Sans", "Lucida Std", "Lucida Sans Std", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
}

form textarea	{
	line-height: 1.2em;
	height: 12em;
}

form select	{
	height: 2em;
	font-size: 0.85em;
	width: 272px;
}

form select option	{
	padding: 0.5em;
}

form input.pflicht,
form textarea.pflicht	{
	background: #eee;
	border: 1px solid #999;
}

form input.kleiner	{
	width: 200px;
	float: left;
	margin-right: 2px;
}

form input.kleinste	{
	width: 57px;
	float: left;
	margin-right: 2px;
}


form input:hover,
form input:active,
form input:focus,
form textarea:hover,
form textarea:active,
form textarea:focus,
form select option:hover,
form select option:active,
form select option:focus	{
	cursor: default;
	background: #f6f6f6;
	color: 333;
}


form input.submit	{
	border: 0;
	border-top: 2px solid #ccc;
	height: 22px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000;
	text-align: right;
	float: right;
	width: 100%;
	padding: 0 0.2em 1.25em 0;
	background: none;
}

form input.submit:hover,
form input.submit:active,
form input.submit:focus	{
	color: #000;
	border: 0;
	border-top: 2px solid #999;
	cursor: pointer;
	background: none;
}

form p	{
	clear: both;
}




#content .spalte	{
	width: 290px;
	float: left;
}

#content .spalter	{
	width: 290px;
	float: left;
	margin-left: 10px;
}

#content .description	{
	color: #000;
	padding: 0 0 20px 0;
	font-size: 1.2em;
}

#content img.menubild	{
	border: 1px solid #666;
	margin: 0 0 10px 0;
}






#content .artlink	{
	
}

#content .artlink a	{
	
}

#content .artlink a:link,
#content .artlink a:visited	{
	
}

#content .artlink:hover,
#content .artlink:active	{
	
}



#content .link_next a	{
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	
	text-align: right;
	font-size: 0.8em;
	padding: 0 20px 0 2px;
	background: right 10px no-repeat url(../images/link_next.gif) !important;
}



#content .link_prev a	{
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	
	text-align: left;
	font-size: 0.8em;
	padding: 0 2px 0 20px;
	background: left 10px no-repeat url(../images/link_prev.gif) !important;
}



#content .link_prev a:link,
#content .link_prev a:visited,
#content .link_next a:link,
#content .link_next a:visited	{
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background-color: none !important;
}

#content .link_prev a:hover,
#content .link_prev a:active,
#content .link_next a:hover,
#content .link_next a:active	{
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	background-color: none !important;
}







#content .artbild	{
	margin: 1em 0 1em 0;
	line-height: 0.5em;
	/*
	border: 2px solid #353a3e;
	background: #353a3e;
	*/
}

#content .artbild p,
#content .artbild strong	{
	
}

#content .artbild a	{
	display: block;
	position: relative;
	overflow: hidden;
}

#content .artbild a:link,
#content .artbild a:visited	{
	border: 1px solid #353a3e;
	text-decoration: none;
}

#content .artbild a:visited,
#content .artbild a:hover	{
	border: 1px solid #85898c;
	text-decoration: none;
}




#content .artbild img	{
	
}

#content .floatleft	{
	float: left;
	margin: 1em 1em 1em 0;
}

#content .floatleft a {
	float: left;
}

#content .floatright	{
	float: right;
	margin: 1em 0 1em 1em;
}

#content .artbild strong	{
	
}

#content .artbild p	{
	
}






#content .bkat a:link,
#content .bkat a:visited,
#content .bkat a:hover,
#content .bkat a:active,
#content .tkat a:link,
#content .tkat a:visited,
#content .tkat a:hover,
#content .tkat a:active,
#content .downloadkat a:link,
#content .downloadkat a:visited,
#content .downloadkat a:hover,
#content .downloadkat a:active,
#content .artbild a:link,
#content .artbild a:visited,
#content .artbild a:hover,
#content .artbild a:active	{
	
}








#content .bkat	{
	background: #eee;
	padding: 0 0 5px 5px;
}

#content .bkat .bilder	{
	border: 2px solid #eee;
	float: left;
	margin: 5px 5px 0 0;
}

#content .bkat .bilder a	{
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 0.5em;
	float: left;
}

#content .bkat .bilder a:link,
#content .bkat .bilder a:visited	{
	border: 1px solid #ccc;
	text-decoration: none;
}

#content .bkat .bilder a:hover,
#content .bkat .bilder a:active	{
	border: 1px solid #999;
	text-decoration: none;
}

#content .bkat .bilder img	{
	
}

#content .bkat .bilder a span	{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	padding: 3px;
	background: #333;
	color: #999;
	font-size: 0.9em;
	line-height: 1.2em;
}

#content .bkat .bilder a:link span,
#content .bkat .bilder a:visited span	{
	display: none;
	visibility: hidden;
}

#content .bkat .bilder a:hover span,
#content .bkat .bilder a:active span	{
	display: block;
	visibility: visible;
}














#content .tkat	{
	margin: 0 0 0 -10px;
}

#content .tkat .teaser	{
	width: 290px;
	background: #fff;
	float: left;
	margin: 5px 0 5px 10px;
}

#content .spalte .tkat .teaser	{
	float: none;
}

#content .spalte .tkat .teaser ul	{
	margin: 0;
	padding: 0 0 0 5px;
}

#content .spalte .tkat .teaser ul li	{
	padding: 5px 10px 5px 15px;
	background-position: 0 12px;
}

#content .tkat .teaser h3	{
	
}

#content .tkat .teaser .teasertext	{
	
}

#content .tkat .teaser .teasertext p	{
	padding: 0 5px 3px 5px;
}

#content .tkat .teaser .teasertext img	{
	
}

#content .tkat .teaser a.weiter	{
	
}

#content .tkat .teaser a.weiter span	{
	
}

















/*
---------------------------------
DOWNLOAD
---------------------------------
*/


#content .downloadkat	{
	padding: 0;
	margin: 0;
	font-size: 0.95em;
}

#content .downloadkat li	{
	list-style: none;
	padding: 0;
	margin: 3px 0 3px 0;
	background: none;
}

#content .downloadkat li a.downloadfile	{
	background-position: 5px 5px;
	background-repeat: no-repeat;
	display: block;
	padding: 5px 15px 5px 45px;
	min-height: 3.25em;
}

#content .downloadkat li a.downloadfile .downloadtext	{
	
}

#content .downloadkat li a.downloadfile .downloadtext strong	{
	background: none;
	padding: 0;
	color: #333;
	font-weight: normal;
}

#content .downloadkat li ul.fileinfo	{
	display: none;
	visibility: hidden;
}

#content .downloadkat li a.downloadfile:link,
#content .downloadkat li a.downloadfile:visited	{
	background-color: #f2f2f2;
	text-decoration: none;
	background-image: url(../images/filetypes/file-off.png);
}

#content .downloadkat li a.downloadfile:hover,
#content .downloadkat li a.downloadfile:active	{
	background-color: #f6f6f6;
	text-decoration: none;
	background-image: url(../images/filetypes/file.png);
}



/*
#content .downloadkat .text,
#content .downloadkat .text:link,
#content .downloadkat .text:visited	{
	background-image: url(../images/filetypes/text-off.png);
}

#content .downloadkat .text:hover,
#content .downloadkat .text:active	{
	background-image: url(../images/filetypes/text.png);
}


#content .downloadkat .pdf,
#content .downloadkat .pdf:link,
#content .downloadkat .pdf:visited	{
	background-image: url(../images/filetypes/text-off.png);
}

#content .downloadkat .pdf:hover,
#content .downloadkat .pdf:active	{
	background-image: url(../images/filetypes/text.png);
}


#content .downloadkat .image,
#content .downloadkat .image:link,
#content .downloadkat .image:visited	{
	background-image: url(../images/filetypes/image-off.png);
}

#content .downloadkat .image:hover,
#content .downloadkat .image:active	{
	background-image: url(../images/filetypes/image.png);
}


#content .downloadkat .zip,
#content .downloadkat .zip:link,
#content .downloadkat .zip:visited	{
	background-image: url(../images/filetypes/zip-off.png);
}

#content .downloadkat .zip:hover,
#content .downloadkat .zip:active	{
	background-image: url(../images/filetypes/zip.png);
}


#content .downloadkat .trust,
#content .downloadkat .trust:link,
#content .downloadkat .trust:visited	{
	background-image: url(../images/filetypes/trust-off.png);
}

#content .downloadkat .trust:hover,
#content .downloadkat .trust:active	{
	background-image: url(../images/filetypes/trust.png);
}


#content .downloadkat .file,
#content .downloadkat .file:link,
#content .downloadkat .file:visited	{
	background-image: url(../images/filetypes/file-off.png);
}

#content .downloadkat .file:hover,
#content .downloadkat .file:active	{
	background-image: url(../images/filetypes/file.png);
}
*/














#fuss	{
	padding: 50px 0;
}

#fuss p	{
	color: #666;
	font-size: 0.9em;
	line-height: 1.3em;
	position: absolute;
	top: -70px;
	left: 630px;
	background: white;
}




