/*
	Script:		style_subnavi.css
	Created:	2008-07-20
	Last Edit:	2008-08-20
	Author:		Andreas Burger
	Contact:	andreas@xtr-designs.de
	
	(C) by xtr-designs.de (http://www.xtr-designs.de)
	Stylesheet speziell für die Subnavi
*/

#subnavi_container a:active, #subnavi_container a:hover{
	color:#000000;
	text-decoration:none;
}

#subnavi_container{
	font-size:9px;
	color:#000000;
	padding-top:10px;
}
#subnavi_container img{
	border:0;
	width:32px;
	height:28px;
}

#subnavi_content{
	width:230px;
	height:28px;
	margin-left:185px;
}

/* Für beide Mittlere Boxen gleich */
#sn_middle_big, #sn_middle{
	text-align:center;
	padding-top:7px;
}

/* Wird verwendet bei news.php, guestbook.php
* Kleine Button-Boxen aber große PagelinkBox
*/
#sn_btnLeft, #sn_btnRight, #sn_middle_big{ float:left; }
#sn_middle_big{
	width:166px;
}

/* Wird verwendet bei media_movies.php, media_pics.php
* Große Button-Boxen (anzeige von jeweils zwei grafiken pro box) aber kleine PagelinkBox
*/
#sn_btnLeft_big, #sn_btnRight_big, #sn_middle{ float:left; }
#sn_middle{
	width:102px;
}
#sn_btnLeft_big, #sn_btnRight_big{ width:64px; }

/* Floating zurücksetzen */
#sn_clear{ clear:left; }
