/* StyleSheet für GAGVis */

body
{
	background-color: #eaeaea;
	
	font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
	
	font-size: small;
	
	color:#262626;
	
	margin: 0px;
	padding: 0px;
}

img 
{
	border: 0px;
}

#complete
{
	background-color: #ffffff;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	
	width: 920px;
	height: auto;
}

#navheader
{
	background: url(../images/headertop.png);
	
	width: 920px;
	height: 88px;
}

#headspacer
{
	width: 340px;
	height: 88px;
	
	float: left;
}

#headnav
{	
	width: 580px;
	height: 88px;
	
	float: right;
}

#nav
{
	margin-top: 69px;
	
	width: 430px;
	
	float: left;
}

#bottomheader
{
	width: 920px;
	height: 60px;
	
	background: url(../images/headerbottom.png);
}

#content
{
	background: url(../images/content.png) repeat-y;
	
	width: 920px;
	height: auto;
}

html>#content
{
	margin-top: -120px;
}

#textarea
{
	width: 800px;
	height: auto;
	
	margin-left: 60px;
	margin-right: 60px;
	
	padding-top: 50px;
}

#text
{
	width: 800px;
	height: auto;	
}

#bottom
{
	width: 920px;
	height: 110px;
	
	background: url(../images/bottom.png) no-repeat;
}

#bottomtext
{
	width: auto;
	height: 11px;
	
	margin-left: 290px;
	padding-top: 80px;
	
	background-color: #f6f6f6;
	
	float: left;
}
	
/* Typo */
.nav:link, .nav:visited 
{
	font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;

	color: #666666;
	
	text-decoration: none;
}

.nav:hover, .nav:active 
{
	color: #000000;
}

.breadcrump
{
	font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;

	color: #000000;
	
	text-decoration: none;
}

h1
{
	font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
	
	font-size: 16px;
	
	color: #235493;
}

.text
{
	font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
	
	font-size: small;
	
	color:#262626;
	
	line-height: 150%;
}

.textlink
{

	color: #0c42ad;
	
	text-decoration: underline;
}

.textsmall
{
	font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
	
	font-size: 10px;
	
	color:#666666;
}

.leftFloat 
{
	float: left;
	
	margin: 0px 16px 0px 0px;
}

.rightFloat 
{
	float:right;
	
	margin: 0px 0px 0px 16px;
}

.rightSmallFloat 
{
	float:right;
	
	margin: 0px 0px 0px 8px;
}

.leftSmallFloat 
{
	float:left;
	
	margin: 0px 8px 0px 0px;
}

	
