@charset "utf-8";
/*
Make browsers understand the new html5 elements
*/
header, figure, section, nav, footer, article, time, nav {display:block;}
body, html {
	padding: 0;
	margin: 0;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}
a { color: #F00; text-decoration:none; }
h1
{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:24px;
	line-height:0px;
}
h2
{
	font-family:Georgia;
	font-size:18px;
	line-height:0px;
}
span
{
	font-weight:bold;
}
#realBody {
    background: url("raster.png") repeat scroll 0 0 transparent;
    height: 100%;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 5;
}
#supersized
{
	position:absolute;
	z-index: -1;
}
#realBody article
{
	width: 500px;
	background:#FFF;
	padding: 10px;
	margin:0 0 10px 20px;
	border-left: 10px solid #F00;
	-moz-box-shadow: 5px 5px #000;
  	-webkit-box-shadow:5px 5px #000;
  	box-shadow: 5px 5px #000;
}
	#realBody h1
	{
		width: 200px;
		background:#FFF;
		padding: 20px;
		margin:20px;
		border-left: 10px solid #F00;
		-moz-box-shadow: 5px 5px #000;
		-webkit-box-shadow:5px 5px #000;
		box-shadow: 5px 5px #000;
	}
	#realBody article.namn
	{
		width: 180px;
	}
	#realBody article.do
	{
		width: 550px;
	}
	#realBody article.kontakt
	{
		width: 300px;
	}
	#realBody article.twitter
	{
		border-left: 10px solid #00cbfe;
	}
	
	
	

#twitter_m {
   width: 415px;
   padding: 0 0;

}

   #twitter_container {
       min-height:20px;
       height:auto !important;
   }

       #twitter_update_list {
           padding: 0;
           overflow: hidden;
           font-family: Georgia;
           font-size: 14px;
           font-style: italic;
           color: #31353d;
           line-height: 16px;
           font-weight:bold;
       }

       #twitter_update_list li {
           width: 415px;
           list-style: none;
       }

       #twitter_update_list li a {
           color: #00cbfe;
           border-bottom: dotted 1px;
           text-decoration: none;
       }

       #twitter_update_list li a:hover {
           color: #31353d;
           background: #d3f1f9;
       }


