/**
 * lasinga.at CSS
 *
 * main.css
 * copyright 2009 by Dominik Huettner
 **/

html {
	margin: 0;
}

body {
	margin: 5px 0 0 0;
}

body,
html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 0;
	font-size: 13px;
}

/**
 * general settings
 **/
p {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

li {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

/**
 * headings
 **/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
	margin: 15px 0 20px 0;
}

/**
 * main
 *
 * placeholder for entire content
 **/
div#main {
	margin: 0 auto;
	width: 1000px;
}

/**
 * roundedTop, roundedBottom
 *
 * at top and the bottom of the page
 **/
div#roundedTop,
div#roundedBottom {
	background-repeat: no-repeat;
	float: right;
	width: 800px;
}

div#roundedTop {
	background-image:  url(../images/background/contentTop.png);
	height: 15px;
}

div#roundedBottom {
	background-image:  url(../images/background/contentBottom.png);
	height: 55px;
	font-size: 11px;
	vertical-align: top;
	}
	
div#roundedBottom a:link {
	color: #73093c;
	text-decoration: underline;
}
div#roundedBottom a:visited {
	color: #73093c;
	text-decoration: underline;
}
div#roundedBottom a:hover {
	color: #666666;
	text-decoration: underline;
}	
	
	
	
	
	
	

/**
 * left
 *
 * logo, packages and contacts
 **/
div#left {
	float: left;
	width: 200px;
}

/**
 * logo
 *
 * contains Lasinga logo
 **/
div#logo {
	float: left;
	margin-top: 46px;
}

/**
 * teaser
 *
 * special packages on the left
 **/
div#left div.teaser {
	background-image:  url(../images/background/teaser.png);
	background-repeat: no-repeat;
	float: left;
	height: 132px;
	margin-top: 45px;
	width: 100%;
}

div#left div.teaser p {
	color: #000;
	font-size: 12px;
	padding: 12px 3px 0 10px;
	text-align: justify;
}

div#left div.teaser p span.title {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

div#left div.teaser div.more {
	margin: 6px 3px 0 0;
	text-align: right;
}

div#left div.teaser div.more a img {
	border: none;
}

/**
 * community
 *
 * Skype, Facebook, twitter, Holidaycheck
 **/
div#community {
	background-image:  url(../images/background/community.png);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	height: 105px;
	margin-top: 35px;
	width: 100%;
}

div#comSkype {
	float: left;
	text-align: center;
	width: 100%;
}

div#comTwitFace {
	float: left;
	margin-top: 3px;
	width: 100%;
}

div#comTwitFace div {
	float: left;
	text-align: center;
	width: 50%;
}

div#comHolidaycheck {
	float: left;
	margin-top: 13px;
	text-align: center;
	width: 100%;
}

/**
 * right
 *
 * text, navigation and images
 **/
div#right {
	float: right;
	width: 800px;
}

/**
 * top
 *
 * contains menu
 **/
div#top {
	background-image:  url(../images/background/contentOverall.png);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
}

/*
 * navigation
 *
 * contains menu
 **/
div#navigation {
	float: left;
}

div#navigation ul {
	float: left;
	list-style-type: none;
	margin: 0 0 0 6px;
	padding: 0;
}

div#navigation ul li {
	float: left;
}

div#navigation a {
	display: block;
}

div#navigation ul li ul {
	height: auto;
	left: -999em;
	margin: 0 0 0 20px;
	padding: 2px;
	position: absolute;
	width: 175px;
	z-index: 1000;
}

div#navigation li:hover ul ul,
div#navigation li:hover ul ul ul,
div#navigation li.sfhover ul ul,
div#navigation li.sfhover ul ul ul {
	left: -999em;
}

div#navigation li:hover ul,
div#navigation li li:hover ul,
div#navigation li li li:hover ul,
div#navigation li.sfhover ul,
div#navigation li li.sfhover ul,
div#navigation li li li.sfhover ul {
	left: auto;
}

div#navigation ul li ul li {
	float: none;
}

div#navigation ul li ul li a {
	display: block;
	text-decoration: none;
}

/**
 * subnavigation
 *
 * contains multimedia and langs
 **/
div#subNavigation {
	float: right;
}

/**
 * multimedia
 *
 * livecam, weather and video
 **/
div#multimedia {
	float: left;
	width: 130px;
}

/**
 * languages
 *
 * submenu containing flags for languages
 **/
div#languages {
	float: left;
	margin-right: 13px;
	width: 20px;
}

div#languages img {
	display: block;
}

div#languages img.first {
	margin-bottom: 3px;
}

div#languages a img {
	border: none;
}

/**
 * headerShow
 *
 * slideshow as header
 **/
div#headerShow {
	background-image:  url(../images/background/contentOverall.png);
	background-repeat: repeat-y;
	float: left;
	height: 320px;
	width: 100%;
}

div#show {
	float: left;
	margin-left: 6px;
	width: 780px;
}

div.slideElement {
	border: none;
}

/**
 * breadcrumb
 *
 * above the text showing where we are :)
 **/
div#breadcrumb {
	float: left;
	font-size: 10px;
	padding: 4px 6px;
}

div#breadcrumb a {
	color: #000;
	text-decoration: none;
}

div#breadcrumb a:hover {
	text-decoration: underline;
}

/**
 * content
 *
 * real content like text and images
 **/
div#content {
	background-image:  url(../images/background/contentOverall.png);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
}

div#text {
	color: #333;
	float: left;
	margin: 0 20px 0 20px;
	width: 754px;
}


div#text a:link {
	font-weight: bold;
	color: #8c0816;
	text-decoration: underline;
}
div#text a:visited {
	font-weight: bold;
	color: #8c0816;
	text-decoration: underline;
}
div#text a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}