﻿html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	color: #414141;
	font-size: 14px;
}

h1, h2, h3
{
	color: #3479be;
	text-align: left;
}

a
{
	text-decoration: none;
	color: #3479be;
}
		
div.background
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -10;
}
			
div.background img
{
	width: 100%;
	height: 100%;
}
		
div.content
{
	position: relative;
	width: 1004px;
	min-height: 500px;
	margin: 50px auto 5px auto;
	border: 1px solid silver;
	background-color: White;
}
		
div.logo
{
	width: 280px;
	height: 80px;
	background-image: url(../../images/ascaionLogo.png);
	position: absolute;
	right: 10px;
	top: 0px;
}

		
ul.menu
{
	padding-top: 12px;
	font-size: 18px;
	font-family: Century Gothic, Arial, Verdana;
	font-weight: bold;
	list-style-type: none;
}
		
ul.menu li
{
	float: left;
	padding-right: 40px;
	color: #a4a4a4;
}
		
ul.menu li a
{
	color: #a4a4a4;
}
		
ul.menu li a:hover
{
	color: #3479be;
}

ul.menu li.active
{
	color: #3479be;
}

ul.menu li.active a
{
	color: #3479be;
}
		
ul.languages
{
	position: absolute;
	right: 10px;
	top: 80px;
	list-style-type: none;
	margin-top: 0px;
}
		
ul.languages li
{
	float: left;
	padding: 3px 10px;
}
		
ul.languages li a
{
	color: #bebebd;
}
		
ul.languages li a:hover
{
	color: #3479be;
}
		
ul.languages li.active
{
	background-image: url(../../images/languageActive.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
		
.clear
{
	clear: both;
}
		
div.headerSpacer
{
	clear: both;
	height: 55px;
}

		
.jcarousel-clip {
	overflow: hidden;
}

.jcarousel-clip-horizontal {
	width:  1004px;
	height: 277px;
}

.jcarousel-clip-vertical {
	width:  1004px;
	height: 277px;
}	
		
ul.teaser
{
	width: 1004px;
	padding: 0px;
}
		
ul.teaser li
{
	width: 1004px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.mainContainer
{
	width: 600px;
	padding: 20px 30px;
	float: left;
}
		
div.info
{
	width: 100%;
	text-align: justify;
	position: relative;
}
		
div.news
{
	width: 100%;
}
		
div.newsEntry
{
	margin-bottom: 40px;
}
		
div.newsEntry .header
{
	font-family: Century Gothic, Arial, Verdana;
	font-size: 16px;
	color: #3479be;
	width: 400px;
	float: left;
}
		
div.newsEntry .date
{
	width: 200px;
	padding-top: 5px;
	text-align: right;
	color: #3479be;
	float: left;
}
		
div.newsEntry .text
{
	clear: both;
	padding-top: 20px;
	width: 600px;
	text-align: justify;
}
		
div.box
{
	position: relative;
	background-image: url(../../images/boxMiddle.png);
	background-repeat: repeat-y;
	padding: 20px;
	float: left;
	margin-left: 50px;
	width: 220px;
	margin-top: 20px;
}
		
div.boxTop
{
	background-image: url(../../images/boxTop.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
}
		
div.boxBottom
{
	background-image: url(../../images/boxBottom.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
}
		
div.topHeading
{
	font-size: 28px;
	font-family: Century Gothic, Arial, Verdana;
	color: #3479be;
	clear: both;
	padding: 20px 20px 10px 30px;
}

div.subHeading
{
	font-size: 24px;
	font-family: Century Gothic, Arial, Verdana;
	color: #3479be;
	width: 600px;
	padding: 20px 0px;
	text-align: left;
}
		
div.box div.heading
{
	font-size: 18px;
	font-family: Century Gothic, Arial, Verdana;
	color: #3479be;
	clear: both;
	margin-bottom: 10px;
}
		
div.bottomSpacer
{
	clear: both;
	height: 20px;
}
		
ul.linkList
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
		
ul.linkList li
{
	padding-bottom: 5px;
}

.iconLink
{
	background-repeat: no-repeat; 
	background-position: left center; 
	padding-left: 30px; 
	height: 25px; 
	display: block; 
	line-height: 28px
}

.pdfLink
{
	background-image: url(../../images/ascaion.com/icons/pdf.png); 
}

.directionsLink
{
	background-image: url(../../images/ascaion.com/icons/directions.png); 
}

.infoLink
{
	background-image: url(../../images/ascaion.com/icons/info.png); 
}

.floatLeft
{
	float: left; 
	padding-right: 20px;
}

.floatRight
{
	float: right;
	padding-left: 20px;
}

div.imprint
{
	width: 1004px;
	margin: 0px auto 0px auto;
	font-size: 12px;
	color: #414141;
	padding-bottom: 20px;
}

div.imprint a, div.imprint a:visited, div.imprint a:active, div.imprint span
{
	float: right;
	color: #414141;
	padding-left: 20px;
}

div.references > div
{
	float: left;
	width: 250px;
	padding-right: 5px;
}
