/* CSS Document style.css for www.ballonteamzug.ch*/
body
{
	font-family : verdana, tahoma, arial;
	font-size: 16px;
	color:#FFFFFF;
	background-color: #0066FF;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
/*
	table
	{
		border: 0px solid;
	}

	td
	{
		border: 0px solid;
	}

	h1
	{
		font-variant: small-caps;
		font-weight: bold;
		font-size: 20px;
	}

	h2
	{
		font-weight: bold;
		font-size: 12px;
	}*/
	
/*-----------Homepage-----------*/
.page
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

	.titel
	{
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		width: 100%;
		height: 50px;
	}

	.menu
	{
		font-size: 16px;
		text-align: center;
		width: 100%;
		height: 55px;
		word-spacing: 0px;
	}

	.seitentitel
	{
		text-decoration: underline;
		font-variant: small-caps;
		font-weight: bold;
		margin-top: 7px;
		width: 400px;
		height: 30px;
		font-size: 15px;
	}

	.fastlink
	{
		text-decoration: none;
		text-align: center;
		font-size: 13px;
		vertical-align: middle;
		color: #FFD700;
		height: 20px;
	}

		.fastlink :link
		{
			color : #FFD700;
			text-decoration: none;
		}
		
		.fastlink :visited
		{
			color: #FFFF00;
			text-decoration: none;
		}
		
		.fastlink :hover
		{
			color : #FFFF00;
			text-decoration: none;
		}

	.home
	{
		width: 100%;
		height: 500px;
	}
		
	.tabelle
	{
		width: 100%;
	}
		.tabelle td
		{
			vertical-align: top;
		}
		
	.footer
	{
		margin-top: 2px;
		width: 100%;
		text-align: center;
		font-style : italic;
		font-size : 12px;
		height: 14px;
	}

/*Schriftarten*/
	.highlight
	{
		color:#FFFF00;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	
/*Bilder*/

	.middle
	{
		text-align: center;
		vertical-align: middle;
	}

	.border
	{
		border: 1px solid;
	}
	
	.link
	{
		font-size: 15px;
		color: #FFD700;
		text-decoration: none;
	}
		
		.link :link
		{
			color : #FFD700;
			text-decoration: none;
		}
		
		.link :visited
		{
			color: #FFFF00;
			text-decoration: none;
		}
		
		.link :hover
		{
			color : #FFFF00;
			text-decoration: none;
		}
