
* {padding:0; margin:0}

body,td,div,p {font: 12px/1.5 arial; color: #000;}

body {background: #000;}

.small {font: 11px/1.5 arial; color: #000; }



.center {
position:absolute;
height:500px; 
width:980px;
margin:-270px 0px 0px -490px;
top: 50%; 
left: 50%;
}

*html .center {
width: 983px;
}

.header-index {
width:980px;
font: 25px/1.5 arial; 
color: #fff;
text-align: right;
}


.header-normal {
width:980px;
font: 25px/1.5 arial; 
color: #fff;
text-align: right;
background: url(pics/claim_head.gif) no-repeat -1px -12px;
}

.icon  {
text-align: left; 
padding: 3px 5px 3px 25px;
font-size: 10pt;
margin: 0px;
background: transparent url(pics/pdf2.gif) no-repeat -1px 1px;
}

.veranstaltung  {
text-align: left; 
padding: 3px 5px 3px 25px;
font-size: 10pt;
margin: 0px 0px 10px 0px;
background: transparent url(pics/arrow.gif) no-repeat 5px 6px;
 
}

.veranstaltung:hover  {

background: #eee url(pics/arrow.gif) no-repeat 5px 6px;
 
}

.img {
width:500px;
height:470px;
float: left;
} 

.imgindex {
width:320px;
height:470px;
float: left;
} 

.img-material {
border: 1px solid #000;
padding: 2px;
margin: 10px 10px 0px 0px;
}

#index { background: url(pics/stuhl_index.jpg) no-repeat 0 0;} 
#motiv1 {background: url(pics/mutter_o.jpg) no-repeat 0 0;} 
#motiv2 {background: url(pics/junge_o.jpg) no-repeat 0 0;} 
#motiv3 {background: url(pics/mann_o.jpg) no-repeat 0 0;} 
#motiv4 {background: url(pics/seniorin_o.jpg) no-repeat 0 0;} 


.link-logo {
width: 140px;
height: 50px;
position: absolute;
left: 175px;
top: 390px;
cursor: pointer;
}





.text {
background: #fff;
height:410px; 
padding: 30px 0px 30px 0px;
text-align: justify;
}



#content {
overflow: auto;
height:410px;
padding: 0px 30px 0px 30px;
}

*html .img{
margin-right: -3px;
}


ul {
list-style-type: square;
margin: 10px 0px 10px 17px;
}



.navi {
width:980px;
margin-top: 10px;
text-align: right;
color: #fff;
}
.navi-motive {
text-align: right;
background: #999;
padding: 3px;
color: #fff;
margin-bottom: 6px;
}

h1 {
font-size: 12pt;
margin: 5px 0px 10px 0px;
}

a.navi,a.navi:link,a.navi:active ,a.navi:visited ,a.navi:focus  {color: #fff;text-decoration: none;}
a.navi:hover { color: #ccc;text-decoration: none;} 



a,a:link,a:active,a:visited,a:focus {color: #000;text-decoration: none;}
a:hover {color: #000;text-decoration: underline;} 

a.navi-motive,a.navi-motive:link,a.navi-motive:active,a.navi-motive:visited,a:focus {color: #fff;text-decoration: none;}
a.navi-motive:hover {color: #ccc;text-decoration: none;} 

/* ######  Stile für JS-Scrollbar ####################### */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ccc;
}

.jScrollPaneDrag {
	position: absolute;
	background: #999;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowUp:hover {	/*background-color: #f60;*/}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowDown:hover {/*background-color: #f60;*/}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {/*background-color: #f00;*/}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



@media print {
}
