/*
		(C)2008 by Yannic Fischer 
			-- Nassira-Bremen.de --
			
		Hauptdivs: left & right
*/

/* -- Definition der Außenabstände OBEN - && float left- */
#main
{
		margin-top			:30px;
		margin-left			:30px;
		width				:990px;
		height				:490px;
}
#left,#right
{
		float				:left;
		height				:490px;
}

#left
{
		width				:550px;
}
#right
{
		width				:440px;
}

/*
		Unterdivs: name & pic (left) ++ txtdiv für Texte
*/
#pic,#name
{
		margin				:0px auto;
		text-align			:center;
		
}
#pic
{
		width				:480px;
		height				:360px;
		margin-top			:5px;
}
#name
{
		width				:500px;
		height				:60px;
		margin-top			:30px;
}

/*
		Unterdivs: linktop (right)
*/

#righttop
{
		width				:438px;
		height				:30px;
		margin				:0px auto;
		margin-top			:5px;
		text-align			:center;
}
#rightbottom
{
		width				:440px;
		height				:460px;
}
#linkpic
{
		width				:438px;
		height				:64px;
		margin				:0px auto;
		margin-top			:10px;
		text-align			:center;
}
/* Gruppenbox */
.box
{
		float				:left;
		width				:120px;
		height				:60px;
		margin-left			:5px;
		margin-top			:2px;
		margin-bottom		:5px;
		text-align			:center;
		vertical-align		:middle;
		border				:1px solid #000;
}
/* Bilder Divs */
.group
{
		float				:left;
		width				:80px;
		height				:60px;
		margin-left			:5px;
		margin-top			:2px;
		margin-bottom		:5px;
		text-align			:center;
		vertical-align		:middle;
		border				:0px;
}
/* zurück Button*/
.back
{
		float				:left;
		width				:78px;
		height				:58px;
		margin-left			:5px;
		margin-top			:2px;
		margin-bottom		:5px;
		text-align			:center;
		border				:1px solid #000;
}
body 
{
	background-color	:#0000FF;
	font-family			:"Comic Sans MS",Arial;
}
a
{
	border				:0px;
	text-decoration		:none;
	color				:#000000;
}
a.toplink
{ 
	text-decoration		:none; 
	color				:#000000;  
	margin-left			:10px;
	margin-right		:10px;
}
a.toplink:hover
{
	color				:#FF0000;
}
a.link
{
	color				:#FFFFFF;
	font-family			:"Comic Sans MS",Arial; 
	font-size			:medium; 
	text-decoration		:none;
}
a.agroup
{
	display				:block;
	height				:60px;
	border				:0px;
}
img
{
	border				:0px;
}
img.main
{
	border				:1px solid #000000;
}
img.pre
{
	width				:80px;
	height				:60px;	
}
ul.links
{
	text-align			:left;
	margin-left			:60px;
}
.email
{
	color				:#FFFFFF;
}
.small
{ 
	font-size			:16pt; 
	font-weight			:bold; 
}
.big 
{ 
	margin-top			:0px;
	font-size			:28pt; 
	font-weight			:bold; 
}
.wetter
{
	width				:200px;
	height				:300px;
	border				:1px solid #000000;
}