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

 
 
article
{
	margin-left:auto;
	margin-right:auto;
	width:740px;
}

.sbdm_form
{
	padding-left:10px;
	float:left;
	width:400px;
}


.sbdm_form h1
{
	font-size:20pt;
	width:100px;
}

.sbdm_form th
{
	font-size:14pt;
	font-weight:bold;
	padding-right:10px;
	vertical-align:top;
	
} 

.sbdm_form td
{
	font-size:12pt;
	text-align:left;
}

.sbdm_video
{
	padding-bottom:20px;
	float:none;
}

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

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

object
{
 	width:294px; 
	height:240px;
	padding:3px; 
}

embed
{

	width:294px; 
	height:240px; 
	padding:3px;
}

#sbdm_auswertung_outer
{
	position:relative;
	top:0px;
	left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	text-align:justify;
	text-decoration:none;
}

#sbdm_auswertung_inner
{
	position:relative;
	top:0px;
	left:0px;
	margin-left:auto; 
	margin-right:auto; 
	width:50%; 
	background-color:gray; 
	border:3px solid white;
	border-radius:10px;
	box-shadow:10px 10px 5px #555;
	padding:0px 10px 10px 10px;
}


#sbdm_auswertung_inner th, td
{
	font-size:10pt;
}

#sbdm_auswertung_inner table
{
	margin-left:auto; 
	margin-right:auto; 
	width:50%;
}

.center
{
	text-align:center;
}

.input_button
{
	border-radius:5px;
}
