/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2009-06-03
	Project: www.impulsregion.at
	Author: websLINE, 2009
	-------
*/


/* 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;
	}
.border {
	border: 1px solid #006ab3;
	}



/* DESIGN AUFBAU */

body {
	text-align: center;
	background: #fff;
	margin: 0; padding: 0 0 20px 0;
	}
#site {
	position: relative;
	width: 933px;
	padding: 10px;
	text-align: left; 
	margin: 10px auto;
	background: #e5ebf6;
	}



/* Head*/

#header .logo {
	float: left;
	}
#header .head {
	background: #fff url(img_slogan.gif) no-repeat 460px 90px;
	padding: 10px;
	margin-bottom: 10px;
	}
#header .links {
	float: right;
	}
#header .links li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #006ab3;
	line-height: 1em;
	}
#header .links li.first {
	border-left: 1px solid #006ab3;
	}
#header .austria {
	position: absolute;
	top: -5px; left: 232px;
	}


/* Main */

#main {
	margin: 10px 0;
	background: url(img_bg-main.gif) no-repeat left bottom;
	}
#mainLeft {
	float: left;
	width: 222px;
	}
#mainRight {
	float: right;
	width: 701px;
	}
#content {
	background: #fff;
	margin-top: 10px;
	padding: 30px;
	}
#contentRight {
	float: right;
	width: 20%;
	}


/* Footer  */

#footer {
	background: #fff;
	position: relative;
	margin: -10px;
	width: 953px;
	}
#footer .address {
	padding: 10px;
	background: #e5ebf6;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	}
#footer .links {
	float: right;
	margin-bottom: 5px;
	}
#footer .links li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #006ab3;
	line-height: 1em;
	}
#footer .links li.first {
	border-left: 1px solid #006ab3;
	}  