/* CSS Document */

*
{
	margin			: 0;
	padding		: 0;
}

body
{
	background-color	: #3795f9;
	font-size		: 12px;
	font-family		: Arial;
	color			: #1c313e;
}

img
{
	border			: 0;
}

a
{
	color			: #3795f9;
	text-decoration	: none;
}

	a:hover
	{
		color			: #0000ff;
	
	}
	
h1
{
	color			: #3795f9;
	font-size		: 150%;
	font-weight		: normal;
	margin-bottom		: 10px;
}
	
table
{
	border-collapse	: collapse;
}

div.c
{
	clear			: both;
}
	
div.wrap
{
	width			: 780px;
	margin			: auto; 
}

	
div.bar
{
	background-color	: #ebebeb;
	height			: 10px;
}

div.header
{
	background-color	: #FFFFFF;
	height			: 100px;
}

	div.header div.logo
	{
		float			: left;
	}
	
	div.header div.nav
	{
		float			: right;
		margin-top		: 80px;
	}
	
		div.header div.nav a
		{
			text-decoration	: underline;
			padding-left		: 5px;
			padding-right		: 5px;
		}
		
div.teaser
{
	background-image	: url('../images/teaser-bg.png');
	background-position	: top center;
	background-repeat	: no-repeat;
	border-color		: #ebebeb;
	border-style		: solid;
	border-width		: 0;
	border-bottom-width	: 25px;
}

	div.teaser div.wrap
	{
		height			: 127px;
	}
	
	div.teaser ul.tabs
	{
		list-style-type	: none;
		padding-top		: 95px;
	}
	
		div.teaser ul.tabs li
		{
			float			: left;
		}
		
	 		div.teaser ul.tabs li a
	 		{
				background-image	: url('../images/menu-tabs-bg.png');
				background-position	: top right;
				background-repeat	: no-repeat;
				display		: block;
				color			: #000000;
				font-size		: 110%;
				font-weight		: bold;
				padding-top		: 8px;
				padding-bottom	: 8px;
				width			: 119px;
				text-align		: center;
				margin-right		: 10px;
	 		}
	 		
	 		div.teaser ul.tabs li a.active, div.teaser ul.tabs li a:hover
	 		{
				background-position	: top left;
	 		}
	
div.container
{
	background-color	: #FFFFFF;
	
}

	div.container div.wrap
	{
		padding-top		: 20px;
		padding-bottom	: 20px;
	}
	
	
div.footer
{
	border-color		: #ebebeb;
	border-style		: solid;
	border-width		: 0;
	border-top-width	: 15px;
}	

	div.footer div.wrap
	{
		text-align		: center;
		padding-top		: 10px;
		padding-bottom	: 20px;
		color			: #FFFFFF;
	}
	
		div.footer div.wrap a
		{
			color			: #FFFFFF;
			text-decoration	: underline;
			
		}
	
	div.footer div.wrap a.by
	{
		color			: #9fceff;
		font-size		: 90%;
		text-decoration	: none;
	}
	
	
	
	
	
	
	
		
