/*
	CSS Document: css_template.css	Version: 1.0 | Date: 2009-12-07
	Project: www.neumarkt-raab.at
	Author: websLINE, 2009
	-------
*/

@import url("css_style.css");
@import url("css_modules.css");


/* 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: #fff;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 976px;
	text-align: left; 
	margin: 25px auto 0 auto;
	}


/* Head*/

#header {
	background: url(img_bg-header.gif) no-repeat 0 30px;
	}
#header .logo {
	display: block;
	width: 242px; height: 70px;
	margin: 0 auto;
	}
#header .links {
	float: right;
	padding: 0 20px 7px 0;
	}
#header .links li {
	display: inline;
	}
#header .links a {
	padding-right: 3px;
	text-transform: capitalize;
	}
#header .home img {
	margin-left: 20px;
	}
#header .headimage {
	clear: both;
	padding-left: 1px;
	}


/* Main */

#main {
	background: url(img_bg-main.gif) repeat-y;
	}
#mainLeft {
	float: left;
	width: 130px;
	padding: 1px 0 0 17px;
	background: url(img_bg-linie.gif) repeat-x;
	}
#mainRight {
	float: right;
	width: 828px;
	padding: 1px 0 0 0;
	background: url(img_bg-linie.gif) repeat-x;
	}
#content {
	float: left;
	width: 561px;
	padding: 23px;
	}
#contentRight {
	float: right;
	width: 185px;
	padding: 0 21px 0 15px;
	}


/* Footer  */

#footer {
	background: url(img_bg-footer.gif) no-repeat top left;
	padding-bottom: 25px;
	}
#footer .home {
	float: right;
	display: block;
	margin: 15px 130px 0 0;
	}
* html #footer .home {
	margin-right: 65px;
	}
#footer .links {
	padding: 15px 0 0 165px ;
	}
#footer .links li {
	display: inline;
	}
#footer .links a {
	padding: 0 10px;
	border-right: 1px solid #999;
	color: #478d9d;
	text-transform: capitalize;
	}
#footer .address {
	clear: both;
	padding: 25px 0 0 30px; margin: 0;
	}
#footer .websline {
	text-decoration: none;
	color: #999;
	font-family: Arial, Verdana, Tahoma, San-Serif;
	background: url(img_logo-websline.gif) no-repeat 100% 1px;
	padding-right: 50px;
	white-space: nowrap;
	clear: right;
	float: right;
	display: block; 
	margin-top: -15px;
	}
#footer .websline:hover {
	background-position: 100% -16px;
	}
#footer .websline strong {
	display: none;
	}
