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



#nws_nav img
{
	padding-right:5px;
	padding-left:5px;
}

#nws_abstimmung
{
	position:relative;
	top:0px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:16pt;
}

#nws_abstimmung input
{
	cursor:pointer;
}

#nws_ergebnis
{
	margin-top:20px; 
	width:500px; 
	margin-left:auto; 
	margin-right:auto; 
	border:3px solid white; 
	border-radius:10px;
	padding:10px;
	box-shadow:10px 10px 5px #555;
	background-color:gray;	
}

#nws_ergebnis table
{
	margin-left:auto; 
	margin-right:auto;
}

.nws_table_left
{
	padding-left:5px;
}

.nws_table_balken
{
	width:100px; 
	padding:0px 5px 0px 5px;	
}

.nws_table_right
{
	padding-right:5px;	
}

.youtube_outer
{
	overflow:hidden;
	height:418px;
}

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

object
{
 	width:466px; 
	height:380px;
	padding:3px; 
}

embed
{

	width:466px; 
	height:380px; 
	padding:3px; 
}

.center
{
	text-align:center;
}

article
{
	height:100%; 
	overflow:auto;
}

article div
{
	width:100%; 
	text-align:center;
}

#nws_banner
{
	width:30%;
}

.balken_left
{
	float:left; 
	background-color:white;
}

.balken_right
{
	 float:left; 
	 background-color:black;
}

.submit_button
{
	border-radius:5px;
}
