body
{
		margin:0;
		padding:0;
		
		font-family:Cuprum, sans-serif;
		font-size:14px;
		line-height:18px;
			
		background-image:url(../_img/back.jpg);		
}

h1,h2,h3,p
{
	margin:0;
	padding:0;
}

a
{
	font-style:bold;
	color:#aaa;
	text-decoration:none;
}

	a:hover
	{
		color:#66cc33;
	}
	
img 
{
	border: 0;
}

li
{
	list-style:none;
}

#container
{
	margin:0 auto 0 auto;
	
	width:900px;
	height:700px;
}

	#container h3
	{
		clear:both;
		float:left;
		font-size:24px;
		padding:0 0 25px 0;
		position:relative;
		width:350px;
		top:5px;
		left:285px;
	}
	
#content
{
	float:left;
	position:relative;
	width:900px;
	height:400px;
	background:url("../_img/muster.gif") repeat;
}
	
	#content p
	{
		position:relative;
		width:250px;
		font-style:bold;
		padding:25px 0 15px 25px;
	}
	
	#content .theme-default
	{
		float:right;
		margin:25px 125px 0 0;
	}

	#content ul li
	{
		float:left;
		margin:0 10px 0 0;
		position:relative;
		left:25px;
	}
	
	#dottes ul li
	{
		float:left;
		margin:0 10px 0 0;
		position:relative;
		left:285px;
	}
	
	#dottes img
	{
		background-image:url(../_img/dot_c.gif);		
	}
	
#footer
{	
	clear:both;
	float:left;
	
	background-color:#fff;
	height:30px;
	width:770px;
	
	top:25px;

	position:relative;
	padding:10px 0 0 5px;
	font-size:12pt;
	color:#ccc;
}

#footer p
{	
	margin:0 0 0 25px;
}

#footer .icons
{	
	clear:both;
	float:right;
	position:relative;
	width:125px;
	top:-20px;
}

#footer .icons a
{	
	padding:0 0 0 10px;
	
}

#footer .icons a img
{	
	text-decoration:none;
	border-bottom:none;
}

