
/*
---------------------------------
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: #666;
	background: #f0f0f0;
	margin: 0 auto;
	padding: 0;
}

html	{
	
}

body	{
	
}






a:link,
a:visited	{
	color: #ff6600;
}

a:hover,
a:active,
a:focus	{
	/*color: #cc9933;*/
	color: #651566;
}





#container	{
	font-size: 0.8em;
	width: 960px;
	/*height: 685px;*/
	position: relative;
	padding: 280px 0 0 0;
	background: left 20px no-repeat url(../images/bg_sonne.gif);
}

#conbg	{
	background: left top repeat-x url(../images/bg_body.gif);
	position: absolute;
	right: 0;
	top: 127px;
	height: 48px;
	width: 40%;
}

/*
1em = 12,8px
*/



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

#kopf	{
	width: 715px;
	height: 210px; 
	background: right top no-repeat url(../images/logo_ysb.gif);
	position: absolute;
	top: 20px;
	right: 0;
}

#kopf h1	{
	
}

#kopf h1 a	{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 210px;
	width: 715px;
}

#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 dl.globalnav	{
	position: absolute;
	z-index: 20;
	bottom: -5px;
	right: 280px;
}

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

#kopf dl.globalnav dd	{
	float: left;
	margin: 1em 0.5em 0 0.5em;
}

#kopf dl.globalnav dd.act	{
	/*border-bottom: 1px solid #ccc;*/
}

#kopf dl.globalnav dd a	{
	display: block;
	padding: 0;
	font-size: 1.75em;
	line-height: 1em;
	text-transform: uppercase;
}

#kopf dl.globalnav dd a:link,
#kopf dl.globalnav dd a:visited	{
	color: #666;
	text-decoration: none;
}

#kopf dl.globalnav dd a:hover,
#kopf dl.globalnav dd a:active	{
	color: #333;
	text-decoration: none;
}

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







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

#menu	{
	width: 240px;
	position: absolute;
	left: 0;
}

#menu ul	{
	list-style: none;
	list-style-type: none;
}

#menu ul li	{
	list-style: none;
	list-style-type: none;
}

.nav1	{
	display: block;
	background: #651566;
	color: white;
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 0.2em 0 0 0.2em;
	margin: 0 -0.1em 0.5em 0 !important;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	overflow: hidden;
}

/*
#menu ul li a	{
	display: block;
	background: #6d3076;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 0 0.25em;
	margin: 0.75em 0 0.25em 0;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}

#menu ul li a:link,
#menu ul li a:visited	{
	color: white;
	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;
	text-decoration: none;
}



#menu ul li.active,
#menu ul li:hover,
#menu ul ul	{
	
}
*/




#menu ul ul	{
	margin: 0 0 1em 0;
}

#menu ul li.active ul,
#menu ul li:hover ul	{
	
}

#menu ul li:hover ul	{
	
}

#menu ul ul li	{
	
}

#menu ul ul li a	{
	background: none;
	font-weight: bold;
	text-transform: none;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0.5em;
	margin: 0;
	text-align: left;
}

#menu ul ul li a:link	{
	color: #ff6600;
	text-decoration: underline;
}

#menu ul ul li a:visited	{
	color: #ff6600;
	text-decoration: none;
}

#menu ul ul li a:hover,
#menu ul ul li a:active	{
	color: #651566;
	text-decoration: underline;
}

#menu ul ul li.active a,
#menu ul ul li.active a:link,
#menu ul ul li.active a:visited,
#menu ul ul li.active a:hover,
#menu ul ul li.active a:active	{
	color: #651566;
	text-decoration: none;
}



#menu ul ul li.active,
#menu ul ul li:hover,
#menu ul ul ul	{
	
}

#menu ul ul ul	{
	
}


















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

#content	{
	/*position: absolute;
	right: 0;*/
	float: right;
	width: 704px;
}


#content hr	{
	display: block;
}








#content .links	{
	width: 225px;
	float: left;
	margin-right: 10px;
}

#content .mitte	{
	width: 225px;
	float: left;
}

#content .rechts	{
	width: 225px;
	float: left;
	margin-left: 10px;
}








#content h1	{
	display: none;
	visibility: hidden;
}

#content h2	{
	position: absolute;
	top: -1em;
	font-size: 2.4em;
	line-height: 1.3em;
	color: #651566;
	font-weight: normal;
}

#content .location	{
	position: absolute;
	top: -50px;
	right: 6px;
	text-align: right;
	color: #999;
}

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



#content h3,
#content h4,
#content h5,
#content h6	{
	margin: 0 0 0.25em 0;
	color: #444;
}

#content h3	{
	font-size: 1.2em;
	font-weight: bold;
}

#content h4	{
	font-size: 1.1em;
	font-weight: bold;
}

#content h5	{
	font-size: 1em;
	font-weight: bold;
}

#content h6	{
	font-size: 0.9em;
	font-weight: bold;
}







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

#content a:hover,
#content a:active,
#content a:focus	{
	
}






#content p	{
	padding: 0 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;
}

#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	{
	margin: 0.25em 0 0.25em 0;
	padding: 0.5em;
	font-size: 0.9em;
	line-height: 1.4em;
	background: #ddd;
}



#content ul	{
	list-style: none;
}

#content ul li	{
	list-style: none;
	padding: 1px 2px 1px 10px;
	background: 0 0.6em no-repeat url(../images/pfeil_li.gif);
}




#content ol	{
	list-style: decimal;
	margin-left: 1.6em;
}

#content ol li	{
	list-style: decimal;
}










#content dl	{
	
}

#content dl dt	{
	color: #333;
}

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









#content table	{
	
}

#content table td	{
	
}





#content table.subnavi	{
	width: 694px;
	line-height: 1.2em;
	font-size: 1em;
	border-right: 1px solid #ccc;
	background: #f6f6f6;
	margin: 0 0 1em 0;
	position: relative;
}

#content table.subnavi th	{
	font-weight: bold;
	color: #333;
	background: #ccc;
	text-align: left;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	padding: 0.25em;
}

#content table.subnavi td	{
	padding: 0.25em;
	font-size: 0.9em;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}















#content .artlink	{
	
}

#content .artlink a	{
	
}

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

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





#content .artbild	{
	/*background: #ccc;*/
}

#content .artbild em,
#content .artbild strong	{
	display: block;
	padding: 0 0.25em 0.25em 0.5em;
	font-size: 0.9em;
	line-height: 1.2em !important;
}

#content .artbild a	{
	line-height: 0.2em;
}

#content .artbild a:link img,
#content .artbild a:visited img	{
	border: 1px solid #666;
}

#content .artbild a:visited img,
#content .artbild a:hover img	{
	border: 1px solid #333;
}




#content .artbild img	{
	line-height: 0.2em;
}

#content .floatleft	{
	
}

#content .floatright	{
	
}

#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	{
	
}

#content .bkat .bilder	{
	border: 2px solid #353a3e;
	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 #353a3e;
	text-decoration: none;
}

#content .bkat .bilder a:hover,
#content .bkat .bilder a:active	{
	border: 1px solid #85898c;
	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	{
	
}

#content .tkat .teaser	{
	
}

#content .tkat .teaser h3	{
	
}

#content .tkat .teaser .teasertext	{
	
}

#content .tkat .teaser .teasertext p	{
	p
}

#content .tkat .teaser .teasertext img	{
	
}















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


#content .downloadkat	{
	padding: 0;
	margin: 0;
}

#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;
	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:link.downloadfile,
#content .downloadkat li a:visited.downloadfile	{
	background-color: #ddd;
	text-decoration: none;
}

#content .downloadkat li a:hover.downloadfile,
#content .downloadkat li a:active.downloadfile	{
	background-color: #ccc;
	text-decoration: none;
}




#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	{
	clear: both;
	font-size: 0.9em;
	margin: 1em 0;
	padding: 1em;
	background: #e6e6e6;
	border-top: 1px solid #ccc;
	color: #999;
}

#fuss p	{
	
}

#fuss dl	{
	
}

#fuss dl dt	{
	
}

#fuss dl dd	{
	
}

#fuss dl dd a	{
	
}

#fuss dl dd a:link,
#fuss dl dd a:visited	{
	
}

#fuss dl dd a.act:link,
#fuss dl dd a.act:visited,
#fuss dl dd a.act:hover,
#fuss dl dd a.act:active	{
	
}

#fuss dl dd a:hover,
#fuss dl dd a:active	{
	
}







