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



#Susie_outer
{
	width:100%;
	height:100%;
}

#Susie_inner
{
	width:815px;
	height:330px;
	margin-left:auto;
	margin-right:auto;
}

.youtube_outer
{
	overflow:hidden;
	height:318px;
	float:left;
	padding-left:20px;
	padding-right:20px;
}

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

object
{
 	width:354px; 
	height:289px;
	padding:3px; 
}

embed
{

	width:354px; 
	height:289px; 
	padding:3px; 
}

#liste_susie
{
	padding-top:300px;
	margin-left:auto;
	margin-right:auto;
	width:150px;
}

#liste_susie h1
{
	font-weight:bold;
	font-size:16pt;
}
