/*
	CSS Document: css_modules.css
	Version: 1.0 | Date: 2007-12-12
	Project: www.wh-waffen.at
	Author: websLINE, 2007
	-------
*/


/* TEASER */

.teaser {
	display: block;
	text-decoration: none;
	background: url(img_bg-col.gif);
	padding: 0 10px 20px 10px;
	}
.teaser:hover {
	text-decoration: underline;
	}
.teaser strong {
	display: block;
	}



/* SUBNAV */

.subnav {
	background: url(img_bg-subnav.gif) no-repeat bottom;
	padding: 25px 10px 145px 10px;
	}
.subnav img {
	display: inline;
	}



/* BOX */

.box {
	background: url(img_bg-box.gif);
	border-bottom: 9px solid #fff;
	}
.box b {
	display: block;
	width: 100%;
	height: 7px;
	}
.box h3, .box p {
	padding: 10px;
	margin: 0;
	}
.box h3 {
	background: url(img_bg-boxTop.gif) no-repeat;
	padding-bottom: 0px;
	}
.box h3.first  {
	background: url(img_bg-boxTop_first.gif) no-repeat;
	}
.box p {
	background: url(img_bg-boxBottom.gif) no-repeat bottom;
	padding-top: 0;
	}



/* TEXT ABSAeTZe */

#dContent .absatz,
#contentLeft .absatz {
	border-left: 1px solid #AF2411 !important;
	padding-left: 15px !important;
	margin: 15px 0 !important;
	}
.bildlinks,
.bildrechts {
	display: block;
	width: 100%;
	}
.bildlinks img {
	margin: 0 10px 0 0;
	float: left;
	}
.bildrechts img {
	margin: 0 0 0 10px;
	float: right;
	}
.bildlinks * {
	margin-top: 0 !important;
	}



/* QUICK CHOICE */

.quickchoice {
	padding: 10px;
	}
.quickchoice h3 {
	padding: 0 0 5px 0; margin: 0;
	color: #AF2411;
	}



/* INFO BOX */

.infobox {
	clear: both;
	border: 1px solid #D3CAB2;
	background: url(img_bg-infobox.gif) no-repeat top right;
	padding: 10px;
	}
.infobox * {
	margin: 0;
	}







/* AUFLISTUNG */

.list {
	padding: 10px;
	}
.list h3 {
	padding: 0 0 5px 0; margin: 0;
	color: #AF2411;
	}
.list li {
	background: url(img_arrow-red.gif) no-repeat 1px 5px;
	padding: 2px 16px;
	list-style: none !important;
	list-style-image: none !important;
	}
.list li a {
	text-decoration: none !important;
	}
.list li a:hover {
	text-decoration: underline !important;
	}