/* 

		GENERAL STYLESHEET 
		13.09.2008
		
		http://circum.ch/tere
		tere! Das muss also Estland sein. Eine Bildstrecke von michi
		
		
*/



/* RESET */

*, html, body, div, p, h1, h2 {
	
	margin: 0;
	padding: 0;
	
}

:focus {
  outline: 0;
}


/* general */

body 
{
	
	background-color: #484d56;

	width: 11000px;
	
	margin: 0;
	padding: 0;
	
	font-family: Georgia, "Times New Roman", Times, Serif;
	
	color: #555;

}


#content 
{

	background-image: url("../images/tere_splash_top.png");
	background-position: left top;
	background-repeat: no-repeat;
	
	width: 11000px;
	
	margin: 0;
	padding: 100px 0px 0 0;

}

#descBlocks 
{

	clear: both;


}

#splash 
{

	background-image: url("../images/tere_splash.png");
	background-position: left top;
	background-repeat: no-repeat;
	
	padding: 150px 0 0 50px;
	
	font-size: 13pt;
	line-height: ;

}

#goodbye 
{

	padding: 10px;


}

.wegweiser 
{

	float: left;
	
	width: 100px;
	
	padding: 0 0 0 50px;

	text-align: left;
	
	color: #aaa;
	
	cursor: default;
	
}

.imageBlock, .descBlock
{
	
	float: left;
	
	margin: 0 10px 7px 0;
	
}

.imageBlock 
{
	
	background-color: #fff;
	
	background-repeat: no-repeat;
	background-position: right top;
	
	height: 520px;
	
	

}

#guestbook 
{

 padding: 10px;
 text-align:left;
 color: #555;

}

.descBlock 
{

	
	
	font-size: 9pt;
	
	color: #6c3;
	
	
	text-align: right;

}

.highlight 
{

	color: #6c3;

}

.small 
{

	font-size: 10pt;

}

.invisible
{

	display: none;

}


p 
{

	margin: 0 0 0.8em 0;

}

a 
{
	
	color: #555;

}

a:hover
{

	color: #6c3;

}


#wegweiser a 
{
	color: #aaa;
}

#wegweiser a:hover 
{
	color: #6c3;
}
