/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2007-12-12
	Project: www.wh-waffen.at
	Author: websLINE, 2007
	-------
*/



/* HAUPTEINSTELLUNGEN  */

form {
	margin: 0; padding: 0;
	}
img, object {
	border: 0;
	display: block;
	}
table {
	width: 100%;
	border: 0;
	}
th, td {
	padding: 0;
	vertical-align: top;
	}
#content img {
	display: inline;
	}
.clearer {
	clear: both;
	line-height: 0;
	}
.skip {
	display: none;
	}
.nolist {
	margin: 0; padding: 0;
	list-style: none;
	}



/* LAYOUT */

body {
	background: #fff;
	margin: 0; padding: 0;
	text-align: center;
	}
#site {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}


/* Header */

.logo {
	float: left;
	}
.headimage, .navi {
	float: left; /* IE6 Bug */
	}
.navi {
	background: url(img_bg-navi.gif) repeat-x;
	height: 29px;
	width: 720px; /* IE6 Bug */
	margin-right: -5px; /* IE6 Bug */
	}
.navi b {
	background: url(img_bg-naviLeft.gif) no-repeat;
	display: block;
	width: 25px; height: 29px;
	float: left;
	}
.navi img {
	margin-top: 4px;
	display: inline;
	}

	
/* Inhalt */

#mainRight {
	width: 720px;
	float: right;
	}
#mainLeft {
	width: 180px;
	float: left;  /* IE6 Bug */
	padding-bottom: 75px;
	background: url(img_bg-mainLeft.gif) no-repeat bottom;
	}
#content {
	width: 480px;
	padding: 30px;
	float: left;
	background: #fff url(img_bg-content.gif) no-repeat;
	}
#contentRight {
	width: 180px;
	float: right;
	background: url(img_bg-col.gif);
	}


/* Footer */

#footer {
	clear: both;
	background: url(img_bg-footer.gif) repeat-x;
	height: 29px;
	text-align: right;
	}
#footer a {
	margin-top: 2px;
	}
#footer b {
	display: block;
	width: 8px;
	height: 29px;
	}
#footer b.left {
	background: url(img_bg-footerLeft.gif);
	float: left;
	}
#footer b.right {
	background: url(img_bg-footerRight.gif);
	float: right;
	}
#footer a {
	font-size: 12px;
	padding: 4px 0 0 10px;
	display: block;
	float: right;
	}