/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
 .grid_1 {
	width: 60px;
}

 .grid_2 {
	width: 140px;
}

 .grid_3 {
	width: 220px;
}

 .grid_4 {
	width: 300px;
}

 .grid_5 {
	width: 380px;
}

 .grid_6 {
	width: 460px;
}

 .grid_7 {
	width: 540px;
}

 .grid_8 {
	width: 620px;
}

 .grid_9 {
	width: 700px;
}

 .grid_10 {
	width: 780px;
}

 .grid_11 {
	width: 860px;
}

 .grid_12 {
	width: 940px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	
}


/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/



/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

 .prefix_3 {
	padding-left: 240px;
}

 .prefix_6 {
	padding-left: 480px;
}

 .prefix_9 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

 .prefix_1 {
	padding-left: 80px;
}

 .prefix_2 {
	padding-left: 160px;
}

 .prefix_4 {
	padding-left: 320px;
}

 .prefix_5 {
	padding-left: 400px;
}

 .prefix_7 {
	padding-left: 560px;
}

 .prefix_8 {
	padding-left: 640px;
}

 .prefix_10 {
	padding-left: 800px;
}

 .prefix_11 {
	padding-left: 880px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

 .suffix_3
{
	padding-right: 240px;
}

 .suffix_6
 {
	padding-right: 480px;
}

 .suffix_9 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

 .suffix_1 {
	padding-right: 80px;
}

 .suffix_2 {
	padding-right: 160px;
}

 .suffix_4 {
	padding-right: 320px;
}

 .suffix_5 {
	padding-right: 400px;
}

 .suffix_7 {
	padding-right: 560px;
}

 .suffix_8 {
	padding-right: 640px;
}

 .suffix_10 {
	padding-right: 800px;
}

 .suffix_11 {
	padding-right: 880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/*
 *   Tripoli is a generic CSS standard for HTML rendering. 
 *   Copyright (C) 2007 David Hellsing
 *   
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/*
_______________________________
RESET */

*
{
	text-decoration:none;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}

code,kbd,samp,pre,tt,var,textarea,input,select,isindex,listing,xmp,plaintext
{
	font:inherit;
	white-space:normal;
}

a,img,a img,iframe,form,abbr,acronym,object,applet,table,a abbr,a acronym
{
	border-width:0;
}

dfn,i,cite,var,address,em
{
	font-style:normal;
}

th,b,strong,h1,h2,h3,h4,h5,h6,dt
{
	font-weight:normal;
}

caption,th,td
{
	text-align:left;
}

html
{
	background-color:#fff;
	color:#262626;
	line-height:1;
	font-family:arial, sans-serif;
	height: 100%;
}



q
{
	quotes:"\201C""\201D""\2018""\2019";
}

ul,ol,dir,menu
{
	list-style:none;
}

sub,sup
{
	vertical-align:baseline;
}

a
{
	color: #f20000;
}

/*
_______________________________
DISABLE DEPRECATED HTML */

font,basefont
{
	color:inherit;
	font:inherit;
	font-size:100%;
}


center,*[align]
{
	text-align:inherit;
}

s,strike,u
{
	text-decoration:inherit;
}

img
{
	border:none;
	margin:0;
}

ol
{
	list-style-type:decimal;
}

body
{
	height:100%;
	background-color:white;
	
}

tr,th,td
{
	width:auto;
	height:auto;
	vertical-align:inherit;
	border:none;
}

table[border],#content table[border]
{
	border-collapse:separate;
	border-spacing:0;
}

nobr
{
	white-space:normal;
}

marquee
{
	overflow:visible;
}

blink
{
	text-decoration:none;
}

/*
_______________________________
GENERAL */

html
{
	font-size:62.5%;
}


a
{
	text-decoration:underline;
}

strong,th,thead
{
	font-weight:bold;
}

cite,em,dfn
{
	font-style:italic;
}

code,kbd,samp,pre,tt,var,input[type='text'],input[type='password'],textarea
{
	font-size:100%;
	font-family:mono-space,monospace;
}

pre
{
	white-space:pre;
}

pre *
{
	font-size:100%;
	white-space:pre;
}

del
{
	text-decoration:line-through;
}

ins,dfn
{
	border-bottom:1px solid black;
}

small,sup,sub
{
	font-size:85%;
}

big
{
	font-size:125%;
	line-height:80%;
}

abbr,acronym
{
	text-transform:uppercase;
	font-size:85%;
	letter-spacing:.1em;
}

abbr[title],acronym[title],dfn[title]
{
	cursor:help;
	border-bottom:1px dotted black;
}

sup
{
	vertical-align:super;
}

sub
{
	vertical-align:sub;
}

blockquote
{
	padding-left:2.2em;
}

hr
{
	display:none; /* We will re-reset it later for content */
}


input,select,button
{
	cursor:pointer;
}

input[type='text'],input[type='password']
{
	cursor:text;
}

input[type='hidden']
{
	display:none;
}

/*
_______________________________
CONTENT */


#content
{
	font-size:1.4em;
	line-height:1.6em;
	color:#262626;

}

#content h1
{
	font-size:2.1em;
	line-height:1;
	margin:1em 0 .5em;
}

#content h2
{
	font-size:2.5em;
	padding: 0 5px;
	line-height:1;
	margin: .85em 0 .425em;
	}

#content h3
{
	color: #344080;
	padding: 0 5px;
	font-size:1.8em;
	line-height:1;
	margin:1.07em 0 .535em;
	}

#content h4
{
	padding: 0 5px;
	font-size:1.5em;
	line-height:1;
	margin:1.23em 0 .615em;
}

#content h5
{
	padding: 0 5px;
	font-size:1.25em;
	line-height:1;
	margin:1.33em 0 .67em;
}

#content h6
{
	padding: 0 5px;
	font-size:1.15em;
	line-height:1;
	margin:1.6em 0 .8em;
}

#content h2 + h3 { 
	margin-top: .5em;
} 

 #content h3 + h4 { 
	margin-top: .5em;
} 

#content hr
{
	display:block;
	background:black;
	color:black;
	width:100%;
	height:1px;
	border:none;
}

#content ul
{
	list-style:disc outside;
}

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


#content hr,#content p,#content ul,#content ol,#content dl,#content pre, #content address,#content table
{
	margin-bottom:1.5em;
}

#content img {
	padding: 0;
}

#content form {
	padding: 0 5px;
}

#content p {
	padding: 0 5px;
}

#content p img { padding: 0; }


#content p+p
{
	margin-top:-.8em;
}

#content fieldset
{
	margin:1.6em 0;
	padding:1.6em;
}

/* \*/

#content legend
{
	padding-left:.8em;
	padding-right:.8em;
}

/* */


#content fieldset>*:first-child
{
	margin-top:0;
}

#content textarea,#content input[type='text']
{
	padding:.1em .2em;
}

#content input
{
	padding:.2em .1em;
}

#content select
{
	padding:.2em .1em 0;
}

#content select[multiple]
{
	margin-bottom:.8em;
}

#content option
{
	padding:0 .4em .1em;
}

#content button
{
	padding:.3em .5em;
}

#content input[type='radio']
{
	position:relative;
	bottom:-.2em;
}

#content dt
{
	margin-top:.8em;
	margin-bottom:.4em;
}

#content ul,#content ol
{
	margin-left:2.2em;
}

#content caption,#content form div
{
	padding-bottom:.8em;
}

#content ul ul,content ol ul,#content ul ol,content ol ol
{
	margin-bottom:0;
}


#content .Uebung { padding: 9px;
background-color: #e5e5e5;
	}
#content .Atemschutz { padding: 9px;
	background-color: #ffffab;
	}
#content .Verein { padding: 9px;
	background-color:  #ffd5ab;
	}
#content .HVO { padding: 9px;
	background-color: #ffabab;
	}
#content .Leistungspruefung { padding: 9px;
	background-color: #cc8989;
	}

#content table {
	border-collapse: collapse;
	border-bottom: 1px solid #999;
	}
#content table tfoot td {
	text-align:center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #ccc;
}	


#content th {
	background-color: #ccc;
	font-weight: bold;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 6px 10px;
	}
#content td {
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding: 6px 10px;
	}
#content tbody > tr > td[colspan="5"], #content tbody > tr > td[colspan="6"] {
	font-weight: bold;
	background-color: #e5e5e5;
	padding-left: 25px;
	}

#content #calendar td {
	border-bottom: 1px solid #999;
	
}

.grid_6 table {
	width: 460px
}

.grid_7 table {
	width: 540px
}

.grid_8 table {
	width: 620px
}

.table_lp {
	width: 380px !important
}

.table_hvo {
	width: 460px !important
}

#content .nowrap{ 
	white-space:nowrap;
} 

#content a{ 
	white-space:normal;
}

/* Kontaktformular
---------------------------------------*/


#content .error_message ul {
	color: #e50000;
	margin: 20px 0 10px 22px;
	}	

#content .email_ok {
	margin: 20px 0 0;
	padding: 5px 10px;
	background: #bdffb0;
	border: 1px solid #aae69f;
}

#content .javascript p {
	padding: 5px 10px;
	background: #ff9999;
	border: 1px solid #e57272;
}


/*  =LinkTypes
------------------------------------- */
#content a[href^="http"] {
background: url(images/link-types.png) no-repeat right -30px;
padding-right: 19px;
}

#content a[href^="http://feuerwehr-eichendorf.de"], #content a[href^="http://www.feuerwehr-eichendorf.de"] {
	background-image: none;
	padding-right: 0;
}

#content a[href$=".pdf"] {
background: url(images/link-types.png) no-repeat right -122px;
padding-right: 19px;
}

#content a[href$=".zip"] {
background: url(images/link-types.png) no-repeat right -168px;
padding-right: 19px;
}

#content a[href$=".jpg"], #content a[href$=".jpeg"], #content a[href$=".png"] {
background: url(images/link-types.png) no-repeat right -306px;
padding-right: 19px;
}

#content a[href^="/fotos/"], #content a[href^="fotos/"] {
background: url(images/link-types.png) no-repeat right -214px;
padding-right: 19px;
}

.hidden, .email2 {
	display: none;
}

#content .contactform label {
	margin-right: 10px;
		}


/*
_______________________________
END */

#container {
	min-height:100%;
   position:relative;
}

	
#main {
padding-bottom:120px;
overflow: hidden;
}



#footer {
	position:absolute;
   	bottom:0;
   	width: 100%; 
	color: #fff;
	height: 85px;
	margin: 0 auto;
	border-top: 7px solid #303240;
	background: #5c5c5c url(images/sprites-main.png) repeat-x 0 -355px;
	}
	
#footer li { 
	font-size:1.6em;
	float: left;
	padding: 0 15px 0 0;
	}

#footer li:first-child { 
	padding: 0 15px 0 5px;
	}
	
#footer img {
	padding: 0;
}

#footer a {
	padding: 0; 
	color: #fff;
	}

#navi-footer-top {
	line-height: 35px; 
	margin: 5px 0 0 0;
	}
#navi-footer-bottom {
	font-size:.7em; 
	}

#header { 
	height: 175px;
	margin: 0 auto;
	background: #5c5c5c url(images/sprites-main.png) repeat-x 0 0;
	}
	
#header h1 a {
text-indent: -9999px;
position: absolute;
width: 940px;
height: 130px;
display: block;
}

#header .container_12 {
	height:175px;
	width:940px;	
	background: transparent url(images/header-center.png);
}

/* navi ------------------------------------------------------- */	

#navi-top li ul { 
	display:none; 
	}  
		
#navi-top li:hover ul { 
	display:block; 
	} 
		
#navi-top {
  	top: 130px; 
  	height: 45px;
  	position: absolute; 
  	font-size:2em;
  	font-weight: bold;
  	z-index:2;
  	}
  		
#navi-top a {
	padding: 0 30px;
	text-decoration:none;
	color: #262626;
	display:block;
	height: 45px;	
	}
	
#navi-top li:hover {
	background: url(images/sprites-main.png) repeat-x 0 -175px; 
	}
	
#navi-top li:active, #navi-top .menuactive {
	background: url(images/sprites-main.png) repeat-x 0 -220px; 
	}
	
#navi-top > li {
	height: 45px;
	line-height: 45px;

	float: left;
	width: 161px;
	}
	
#navi-top > li + li {
	width: 122px;
	}
	
#navi-top > li + li + li {
	width: 104px;
	}
	
#navi-top > li + li + li + li {
	width: 115px;
	}
	
#navi-top > li + li + li + li + li {
	width: 164px;
	}
	
#navi-top li ul li, #navi-top li ul .menuactive {
	width: 250px;
	float: none;
	border-width: 0 1px 1px 1px;
	border-color: #b6bacc;
	border-style: solid;
	background: url(images/sprites-main.png) repeat-x 0 -265px;
	}
	
#navi-top li ul li:hover {
	background: url(images/sprites-main.png) repeat-x 0 -310px;
	}
	
 #navi-top dfn {
	border: none;
	position: absolute;
	text-indent: -9999px;
	} 
	
/* navi-side ------------------------------------------------------- */	
	
	#navi-side {
		
  		height: 45px;
  		font-size:2em;
  		font-weight: bold;
  		text-align: left;
  		}
  		
  	#navi-side a, #navi-side div {
  	text-decoration:none;
  	color: #262626;
	 padding: 0 20px;
	 display:block;
	 background-color:white;	
	}
	
	#navi-side li ul a, #navi-side li ul div {
  	 text-decoration:none;
	 padding: 0 40px;
	 display:block;
	 background-color:#fff;	
	}
	
	#navi-side li {
	/* background-color: #e1e4f2; */
	line-height: 45px;
	border-bottom: 1px solid #b1b6cc;
	/* border-right: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3; */
	}
	
	#navi-side #currentpage, #navi-side #activeparent {
		line-height: 45px;
	border-bottom: none;
	}
	
	#navi-side #currentpage > div, #navi-side #activeparent > a {
		line-height: 45px;
	border-bottom: 1px solid #b1b6cc;
	}
	

	#navi-side #activeparent ul li:hover {
background-color: #e1e4f2;
	}
	
	#navi-side #activeparent > a {
background-color: #ccc;
	}
	
	#navi-side #activeparent > a:hover {
background-color: #e1e4f2;
	}
	
	#navi-side #currentpage > div {
background-color: #cfd3e5;
	}
	
	/* #navi-side #currentpage > div:hover {
background-color: #b1b6cc;
	} */
	
	#navi-side #currentpage ul li:hover {
background-color: #e1e4f2; 
	}
	
	#navi-side .highlight a:hover  {
background-color: #e1e4f2;
	}
	
	
	#navi-side dfn {
		display:none;
	border: none;
	}
/* breadcrumb  ------------------------------------------------------- */	
	
	#breadcrumb {
		border-bottom: 1px solid #b3b3b3;
		background-color: #e5e5e5;
		
	}
	
	#breadcrumb ul {
	height: 35px;
	width: 940px;
	top: 175px;
	font-weight: normal;
	
	
	}
	
	#breadcrumb li {
	float: left;
	line-height: 35px;
	font-size: 1.4em;
	padding-left: 7px;
	}
	
	#breadcrumb li:first-child {
	margin-left: 10px;
	}
	
	#breadcrumb .lastitem {
	font-weight: bold;
	}
	
	#breadcrumb li a {
	color: #262626;
	display: block;
	padding:0 19px 0 0;
	background:url(images/breadcrumb.png) no-repeat right center;
}

#edit {
	position:fixed;
	top:10px;
	left:0px;
}

/* 			News
-------------------------------- */

#calendar, #news {
	position: relative;
}

.news {
	position:relative
	}

/* #news .category {
	position: absolute;
	
	left: 5px;
} */

.postdate {
	position: absolute;
	top: 10px;
	right: 5px;
}

.news h4 {
	
	border-bottom: 1px solid #999;
	padding: 5px !important ; 
	position: relative;
	
}

/* .news_img img {float: right;
} */

.archiv {
	position: absolute;
	top: 5px;
	right: 5px;
}

.news_summary, .news_content, .news_morelink {
	padding: 0 5px;
	}
.news_summary img, .news_content img, .news_summary p, .news_content p {
	padding: 0 !important; }







   /* =Album Thumbnails
------------------------------ */
#fotos {
font-size: 1.6em;
line-height: 1.6em;
}

/* #albums { margin-bottom: 10px;
	} */

#fotos p {
	color: #595959;
	padding: 0 5px;
	margin-bottom: 1.4em
}

#fotos p+p {
	margin-top: -.8em
}



#fotos h2
{
	padding: 0 5px;
	font-size:2em;
	line-height:1;
	margin:1em 0 .65em;
}

#fotos h3
{
	padding: 0 5px;
	font-size:1.4em;
	line-height:1.1;
	margin:0 0 .55em;
}

#fotos h4
{
	color: #595959;
	padding: 0 5px;
	font-size:1.2em;
	line-height:1.1;
	margin:0 0 .55em;
}

#fotos h5
{
	color: #595959;
	padding: 0 5px;
	font-size:1em;
	line-height:1.1;
	margin:0 0 1.5em;
}


.album {
	position: relative;
	margin: 0 0 10px 0;
    padding: 9px;
	float: left; 
	width: 600px;
	border: 1px solid #cfd3e5;
	background: #e9eaf2;

}

.album:hover {
	border: 1px solid #b1b6cc;
	background: #cfd3e5;

}

#fotos a {
	text-decoration: underline
	}


.album > a  { 
	position: absolute;
	display:block; 
	top:-1px;
	left: -1px;
	text-indent: -9999px;
	width: 620px;
	height: 130px;
	}
	
.album .thumb {
	float: left; 
    margin-right: 15px;
    width: 110px;
    height: 110px;
}


.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	line-height: 1.2;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1em;
	color: #595959;
}

/* #album-desc {
	float:none;
	} */
	
	
.album-index {
	position: relative;
	margin: 0 10px 10px 0;
    padding: 9px;
	float: left; 
	width: 300px;
	border: 1px solid #cfd3e5;
	background: #e9eaf2;

}

.album-index:hover {
	border: 1px solid #b1b6cc;
	background: #cfd3e5;

}


.album-index > a  { 
	position: absolute;
	display:block; 
	top:-1px;
	left: -1px;
	text-indent: -9999px;
	width: 320px;
	height: 130px;
	}
.album-index .thumb {
	float: left; 
    margin-right: 15px;
    width: 110px;
    height: 110px;
}

#fotos .album-index h3 {
	font-size: 1.6em;
	
	}	

/* Page Navigation
------------------------------ */
ul.pagelist {
	font-size: 18px;
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	display:none;
}


/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 150px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 3; 	text-align: left;
}
#admin_data{
	top: 0px;
	padding: 25px 5px 5px 15px;
	z-index: 2;
	line-height: 1.6em;

}
#admin h3 {
	font-size: 2em;
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0; text-align: center;
}
#admin h3:hover { color: #036; }

#admin_data li { line-height: 1.6em;
font-size:1.5em; }


/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 10px;
	margin: -5px 5px 5px -5px;
line-height: 0;
    border: 1px solid #e5e5e5;
    background-color: #fff;
 
}

 .imagethumb {
	/* background: url(/css/images/thumb-shadow5.png) no-repeat bottom right;
	clear: right; */
	float: left;
	margin: 0px 15px 15px 0px;
	}

.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
}
.image { 
	float: left;
}

/* .albumdesc {
	line-height: 18px;
} */


/* Highslide
-------------------------------------------------------- */

.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(/fotos/highslide/graphics-comp/fullexpand.png) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/fotos/highslide/graphics-comp/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/fotos/highslide/graphics-comp/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/fotos/highslide/graphics-comp/controlbar-white.png) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/fotos/highslide/graphics-comp/controlbar-white.png) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}
.highslide-controls a {
	background-image: url(/fotos/highslide/graphics-comp/controlbar-white.png);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}
