/**
 * 
 * Fachhochschule Jena
 * Internettechnologie / APL
 * Jürgen Döffinger; Michael Goldbuch
 * 
 * sbs.css
 * Version 1.0.0	2011-06-16
 *
 * Diese css-Datei beinhaltet spezifische Stylesheets
 * zum Seiteninhalt der Seite SBS.
 * 
 */



#sbs_nav
{
	 text-align:center;
	 padding-top:5px;
}

#sbs_nav img
{
	padding:5px;
}

.youtube_outer
{
	overflow:auto;
	height:440px;
}

.youtube_inner
{
	position:relative;
	top:10px;
	left:0px;
	width:490px; 
	height:400px;
	margin-left:auto;
	margin-right:auto;
	border:5px solid white; 
	border-radius: 10px; 
	box-shadow: 10px 10px 5px #555;
	text-align:center;
}

object
{
 	width:490px; 
	height:400px;
	padding:3px; 
}

embed
{

	width:490px; 
	height:400px; 
	padding:3px; 
}
