@charset "UTF-8";

body 
{
		background:		#000;
		color: 			#fff;
		font-family: 	Verdana;
		font-size:		12px;
}

h1
{
		color: 			#fff;
		margin-left:	10px;
}

p
{
		line-height:	1.5;
		margin-bottom:	18px;
}

strong
{
		color: 			#CCC;
		font-weight:	bold;
		margin-left:	10px;
		margin-right:	10px;
}

#page
{
		background: 	#000;
		border: 		1px solid #fff;
		margin:			200px auto;
		width:			700px;
		height:			auto;
}

#topbar
{
		background:		#333;
		height:			20px;
		padding-top:	2px;
		text-align:		left;
		padding-left:	410px;
}

#topbar a
{
		margin:		 	2px 2px;
		font-size:		12px;
		color:			#CCC;
		text-decoration:none; 
}

#topbar a:hover
{
		text-decoration:underline;
		color:			#fff;
}

#bildwechsel
{
		float:			left;
		width:			400;
		height:			289;
		border-right:	1px solid #fff;
		border-top:		1px solid #fff;
}

#content
{
		background:		#000;
		width: 			299px;
		height:			auto;
		float:			right;
		border-top:		1px solid #fff;
		text-align:		center;
}

#footer
{		background:		#333;
		height:			14px;
		text-align:		left;
		font-size:		10px;
		padding-left:	2px;
		border-top:		1px solid #fff;		
}

.clearbox { clear: both; }