/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2008-04-17
	Project: www.airlink.at
	Author: websLINE, 2008
	-------
*/


/* HAUPTEINSTELLUNGEN  */

img {
	border: 0;
	display: block;
	}
#content img {
	display: inline;
	}
form {
	margin: 0;
	padding: 0;
	}
.clearfix:after {
   content: "."; 
   clear: both; 
   display: block; 
   height: 0; 
   visibility: hidden;
	}
.clearfix { 
	display: inline-block;
	}
/* Holly Hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Holly Hack End */
.skip {
	display: none;
	}
.nolist, .nolist li, .nolist dd {
	margin: 0; padding: 0;
	list-style: none;
	list-style-image: none !important;
	}


/* DESIGN AUFBAU */

body {
	text-align: center;
	background: url(img_bg.gif);
	margin: 0; padding: 0 0 30px 0;
	}
#site {
	position: relative;
	width: 982px;
	text-align: left; 
	margin: 0px auto;
	}
.border {
	border-style: solid;
	border-color: #E9E9E9;
	border-width: 1px;
	}


/* Head*/

#header {
	border-width: 0 1px 0 1px;
	}
.headimage {
	border-bottom: 1px solid #fff;
	}
.navigation {
	border-top: 1px solid #BEBEBE;
/*	border-bottom: 1px solid #BEBEBE;*/
	background: url(img_bg-navigation.gif);
	padding-left: 8px !important;
	
	}


/* Main */

#main {
	background: url(img_bg-main.gif);
	border-width: 0 1px;
	padding: 0 8px 35px 8px;
	}
#dContentBreit #main,
#dStart #main {
	background: url(img_bg-mainBreit.gif);
	}
#mainLeft {
	width: 254px;
	float: left;
	}
#dStart #mainLeft {
/*	padding-top: 35px;*/
	}
#mainRight {
	width: 692px;
	float: right;
	padding-top: 35px;
	}
#content {
	float: left;
	}
#dContent #content {
	width: 446px;
	}
#contentRight {
	width: 218px;
	float: right;
	}


/* Footer  */

#footer {
	border-width: 0 1px 1px 1px;
	background: #fff;
	padding: 10px 18px;
	}
#footer p {
	margin: 0;
	}
#footer p strong {
	font-weight: normal;
	text-transform: uppercase;
	color: #c00;
	}
.websline {
	float: right;
	}