/**
 *
 *	Stylesheet for media="screen,projection"
 *	Contains the menu and serveral default styledefinitions
 *	www.equiterra.at
 *
 *	@author		Alex Buchgeher <alexander.buchgeher(at)fh-hagenberg.at>
 *	created	on 2006/01/19
 *	modified on 2006/06/03
 *
 */ 
 
/* nav and subnav */
#navigation {
	margin: 0;
	padding: 0;
	width: 826px;
	text-align: left;
}
#subnav {
	text-align: left;
	margin: 0;
	padding: 15px 0 0 0;
}
#subnav ul,
#navigation ul {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
}
#subnav ul {
	float: left;
	margin: 18px 0 0 0;
	padding: 0 0 0 30px;
}
#navigation ul li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0 3px 0 20px;
	background: url(images/leaf.jpg) left no-repeat;	
}
#subnav ul li {
	clear: both;
	margin: 0 0 18px 0;
	padding: 0 0 0 20px;
	background: url(images/leaf.jpg) left no-repeat;	
}
#subnav ul li a,
#navigation ul li a {
	font-family: Garamond, Times, 'Times new Roman', serif;
	font-size: 0.8em;
	text-decoration: none;
	font-variant: small-caps;
	color: #222222;
}
#navigation[ id] a { /* IE hack nescessary */
	font-size: 0.85em;
}
#subnav ul li a {
	font-size: 0.75em;
}
#subnav[ id] a {	/* IE hack nescessary */
	font-size: 0.8em;
}
#subnav ul li a img,
#navigation ul li a img {
	padding: 0; 
	margin: 0;
}
#subnav ul li a:hover,
#navigation ul li a:hover {
	color: #000;
}
#navigation[ id] ul li span a:hover, /* one more time IE hacking => border-bottom for navigation:hover */
#subnav[ id] ul li span a:hover {
	border-bottom: 2px solid #222222;
}
#navigation img, #subnav img { border: none; }
/*#subnav ul li.active a,*/
#navigation ul li.active a {
	/*font-weight: bold;*/
	border-bottom: 2px solid #222222;
}
#subnav ul li.active a {
	font-weight: bold;
}

/* additional nav (Sitemap, Imprint, Search) */
#footer ul {
	list-style-type: bullet;
	margin-left: 0px;
	padding: 0;
	display: none;
}
#footer li {
	float: left;
	padding: 0 0 0 0px;
	margin: 0 0 0 20px;
}
#footer .content-element {
/*	float: left;
	display: inline;
	margin: 0;
	padding: 0;
*/}
.clearer, .clear { clear: both; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* accessible navigation */
#navigation dfn, #navigation sup,
#subnav dfn, #subnav sup {
	position: absolute;
	display: none;	/* because of stoopid ie */
	left: -3000px;
	width: 0px;
	height: 0px;

	voice-family:"\"}\"";
	voice-family:inherit;
	
	display: block;
}
html > body #navigation dfn, html > body #navigation sup,
html > body #subnav dfn, html > body #subnav sup {
	display: block;
}


#mapWrapper {
	padding: 2px;
	border: 1px solid #efefef;
	background: #fff;
}
#map {
	height: 400px;
}
#map * {
	line-height: 110%;
	font-size: 10px;
}
#map .infobubbleImage {
	padding: 2px;
	border: 1px solid #efefef;
	background: #fff;
}


/*----------------------------------
//	tx_freecap_pi2
//----------------------------------*/

.tx-srfreecap-pi2-image { margin-left: 1em; }
.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }

#imageContainer img {
	margin: 0;
	padding: 0;
}




#lbImageContainer img {
	margin: 0 !important;
}


/*----------------------------------
//	Pagebrowser
//----------------------------------*/

.tx-guestbook-pagenav,
.tx-photogallery-pi1-displaygallery-pagebrowser,
.tx-photogallery-pi1-displaygalleries-pagebrowser,
.tx-ttnews-browsebox {
	margin: 3px;
	border: 1px solid #666;
	padding: 3px;
	background: #F9FFE5;
}
.tx-guestbook-pagenav *,
.tx-photogallery-pi1-displaygallery-pagebrowser *,
.tx-photogallery-pi1-displaygalleries-pagebrowser *,
.tx-ttnews-browsebox * {
	font-size: 11px;
	border: 1px solid #fff;
	background: #fff;
	padding: 2px;
}
.tx-guestbook-pagenav strong,
.tx-photogallery-pi1-displaygallery-pagebrowser strong,
.tx-photogallery-pi1-displaygalleries-pagebrowser strong,
.tx-ttnews-browsebox strong {
	margin: 3px;
	border: 1px solid #666;
	padding: 3px;
	background: #fff;	
}
.tx-guestbook-pagenav a:hover,
.tx-photogallery-pi1-displaygallery-pagebrowser a:hover,
.tx-photogallery-pi1-displaygalleries-pagebrowser a:hover,
.tx-ttnews-browsebox a:hover {
	background: #666;
	color: #fff !important;
	text-decoration: none !important;
}
.tx-ttnews-browsebox TD * {
	font-size: 11px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	background: #ebfae1;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}





/*----------------------------------
//	AdminPanel
//----------------------------------*/

#admpanel a { text-decoration: none; }
#admpanel .typo3-adminPanel-hRow { background: #555555; }
#admpanel table td { background: #fff; color: #222222; }
.typo3-adminPanel-hRow { color: #fefefe; /*#f8f9fa;*/ }
#admpanel input,
.typo3-adminPanel-hRow input { color: #222222; /*#f8f9fa;*/ }
.typo3-adminPanel-itemRow tr { background: #fff; /*#efeff4;*/ }
.typo3-adminPanel-itemHRow tr { background: #ebebeb; }
#admpanel a {
	text-decoration: none;
	border: none;
}
#admpanel img {
	border: none;
}
.typo3-editPanel img {
	border: none;
	vertical-align: middle;
}
.frontEndEditIcons { border: none; }
.typo3-editPanel {
	clear: both;
	display: block;
	padding: 10px;
	margin: 10px 0 0 0;
	border: 1px solid #222;
	border-left: none;
	border-right: none;
}
.typo3-editPanel-controls {
	float: left;
}
.typo3-editPanel-blackline {
	background: #000;
	display: block;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.typo3-editPanel * {
	font-family: 'Lucida Grande';
	font-size: 10px;
	color: #222;
	border: none;
}
.typo3-editPanel-label {
	font-size: 11px;
	display: block;
}
.typo3-editPanel-label * {
	font-size: 11px;
}
