/* IWI Plattform
   /standalone/kueblbeck/css/default.css
   $Revision: 747 $ - $Date: 2007-06-03 23:07:31 +0200 (So, 03 Jun 2007) $ */

/* Grundformatierungen */
body
{
	background-color: White;
	margin: 0px;
	font-size: 12px;
}
body.window
{
	margin: 5px;
}
font, h1, h2, h3, ol, p, th, td, ul
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p, ol, ul, td, th
{
	font-size: 1em;
}
ol, ul
{
	line-height: 1.2em;
}
h1
{
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0px;
}
h2
{
	font-size: 1.4em;
	font-weight: bold;
}
h3
{
	font-size: 1.2em;
	font-weight: bold;
}
h2.small
{
	font-size: 1em;
}

/* Links */
a
{
	font-weight: bold;
}
a:link,a:active,a:visited
{
	color: #0099f2;
}
a:hover
{
	color: #0099f2;
	text-decoration: underline;
}
a.board
{
	font-weight: bold;
	text-decoration: none;
}
a.boardarchive
{
	text-decoration: none;
}
a.function
{
	text-decoration: none;
}
a.impfunction
{
	font-weight: bold;
	text-decoration: none;
}
a.catnav
{
	font-weight: normal;
	text-decoration: none;
}
.thlink
{
	color: #f8f8f8;
	font-weight: normal;
	text-decoration: underline;
}

/* Tabellen */
table
{
	background-color: transparent;
}
td
{
	background-color: transparent;
}
th
{
	background-color: #0092d8;
	color: #f8f8f8;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
}

/* Spezielle Tabellen */
table.content
{
	background-color: #b2b2b2;
}
table.msg
{
	background-color: #e5e5e5;
	border: 2px solid #0092d8;
}
td.layout
{
	text-align: left;
	vertical-align: top;
}
td.layoutmiddle
{
	text-align: left;
	vertical-align: middle;
}
td.row1
{
	background-color: #e5e5e5;
}
td.row2
{
	background-color: #cccccc;
}
td.row3
{
	background-color: #999999;
}
td.rowsep
{
	background-color: #7c000c;
	color: #ffffff;
	font-weight: bold;
}
th.form
{
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 1px;
	text-align: left;
}
th.post
{
	background-color: transparent;
	color: black;
	font-weight: normal;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 1px;
	text-align: left;
	vertical-align: top;
}
th.posttitle
{
	background-color: #faccd1;
	color: black;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: left;
	vertical-align: top;
}
th.warranty
{
	background-color: #b2b2b2;
	color: black;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	vertical-align: middle;
}
th.warrantysmall
{
	background-color: #b2b2b2;
	color: black;
	font-weight: normal;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	text-align: center;
	vertical-align: top;
}
td.editedpost
{
	background-color: #f3808c;
	text-align: left;
	vertical-align: top;
}
td.newpost
{
	background-color: #f3f38c;
	text-align: left;
	vertical-align: top;
}
td.postfiles
{
	font-size: 0.8em;
}
td.topnewsbg
{
	background-color: #eaeaea;
	text-align: left;
	vertical-align: top;
}
/* Farbformatierungen Ampel */
td.green
{
	background-color: #7fbf7f;
}
td.yellow
{
	background-color: #ffff7f;
}
td.red
{
	background-color: #ff7f7f;
}
td.darkred
{
	background-color: #bf7f7f;
}

/* Formulare */
input, select, textarea
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input.text, select, textarea.text
{
	background-color: #f8f8f8;
	border: 1px solid #989898;
}
input.textdisabled, select.disabled, textarea.textdisabled
{
	background-color: transparent;
	border: 1px dashed #b2b2b2;
}
input.files
{
	background-color: #f8f8f8;
	border: 1px solid #989898;
	font-size: 0.8em;
}
input.number
{
	background-color: #f8f8f8;
	border: 1px solid #989898;
	text-align: right;
}
input.button
{
	background-color: #fbfbfb;
	border: 1px solid #989898;
	height: 1.6em;
	overflow: visible;
	padding-left: 1.2em;
	padding-right: 1.2em;
}
input.mainbutton
{
	background-color: #fbfbfb;
	border: 2px solid #989898;
	font-weight: bold;
	height: 1.6em;
	overflow: visible;
	padding-left: 1.2em;
	padding-right: 1.2em;
}
input.post, select.post, textarea.post
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
input.postdisabled, select.postdisabled, textarea.postdisabled
{
	background-color: transparent;
	border: 1px dashed #cccccc;
}
input.postgreen
{
	background-color: #e6ffe6;
	border: 1px solid #cccccc;
}
input.postyellow
{
	background-color: #ffffe6;
	border: 1px solid #cccccc;
}
input.postred
{
	background-color: #ffe6e6;
	border: 1px solid #cccccc;
}
input.postfiles
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-size: 0.8em;
}
input.postfilesdisabled
{
	background-color: transparent;
	border: 1px dashed #cccccc;
	font-size: 0.8em;
}
input.postnumber
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	text-align: right;
}
input.postnumberclear
{
	background-color: transparent;
	border: none;
	color: black;
	text-align: right;
}
input.postnumberclear_em
{
	background-color: transparent;
	border: none;
	color: black;
	font-style: italic;
	text-align: right;
}
input.postnumberdisabled
{
	background-color: transparent;
	border: 1px dashed #cccccc;
	text-align: right;
}
input.postbutton
{
	background-color: #f8f8f8;
	border: 1px solid #b2b2b2;
	height: 1.6em;
	overflow: visible;
	padding-left: 1.2em;
	padding-right: 1.2em;
}
input.postmainbutton
{
	background-color: #f8f8f8;
	border: 2px solid #b2b2b2;
	font-weight: bold;
	height: 1.6em;
	overflow: visible;
	padding-left: 1.2em;
	padding-right: 1.2em;
}
input.postbuttonsmall
{
	background-color: #f8f8f8;
	border: 1px solid #b2b2b2;
	font-size: 10px;
	height: 1.45em;
	overflow: visible;
	padding-left: 1em;
	padding-right: 1em;
}
input.whitebutton
{
	background-color: #fbfbfb;
	border: 1px solid #989898;
	height: 1.6em;
	overflow: visible;
	padding-left: 1.2em;
	padding-right: 1.2em;
}

/* Dies und das */
hr
{
	height: 0px;
	border: 0px solid #b2b2b2;
	border-top-width: 1px;
}
hr.subtopic
{
	height: 0px;
	border: 0px dotted #b2b2b2;
	border-top-width: 1px;
}
pre.log
{
	background-color: #e6e6e6;
	border: 1px solid #bfbfbf;
	color: #595959;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	margin-left: 2em;
	padding: 0.25em;
}

/* Spezifische Formatierungen */
.accesscount
{
	color: #b2b2b2;
	font-size: 0.8em;
	font-style: italic;
}
.boarddescription
{
	font-size: 0.9em;
	font-style: italic;
}
.catname
{
	font-weight: bold;
}
.cattitle
{
	margin-bottom: 1.2em;
	margin-top: 0px;
}
.debug
{
	color: #b2b2b2;
	font-size: 0.75em;
	margin-bottom: 0px;
	margin-top: 0px;
}
.diemsg
{
	border: 2px solid #73000c;
	padding: 5px;
}
.disabled
{
	color: #b2b2b2;
}
.editinfo
{
	color: #b2b2b2;
	font-size: 0.8em;
}
.entitycount
{
	font-style: italic;
}
.hide
{
	color: #7f7f7f;
	font-style: italic;
}
.highlight
{
	background-color: #f3f38c;
}
.msg
{
	border: 1px solid #dddddd;
}
.veryimportant
{
	color: #73000c;
	font-weight: bold;
}
.important, .faq-question, strong
{
	font-weight: bold;
}
.information, .description, .faq-answer, em
{
	font-style: italic;
}
.importantmsg
{
	border: 2px solid #73000c;
	font-weight: bold;
	padding: 5px;
	width: 700px;
}
.importantmsgpopup
{
	border: 2px solid #73000c;
	font-weight: bold;
	padding: 5px;
	width: 460px;
}
.inquiry
{
	font-size: 0.9em;
	font-style: italic;
}
.order
{
	font-weight: bold;
	font-size: 1em;
}
.ordercell
{
	font-size: 0.9em;
}
.orderlink
{
	font-size: 0.9em;
}
.orderlinkoutofstock
{
	color: #b2b2b2;
	font-size: 0.9em;
	font-style: italic;
}
.orderoutofstock
{
	font-size: 1em;
	font-style: italic;
}
.ordertable
{
	border: 1px dashed #e70018;
	padding: 2px;
}
.ordertitle
{
	font-weight: bold;
	font-size: 1em;
}
.pictitle
{
	font-size: 0.9em;
}
.postadmin
{
	font-size: 0.8em;
}
.postarchived
{
	text-decoration: none;
}
.postarchivedgrayed
{
	color: #b2b2b2;
	font-style: italic;
	text-decoration: none;
}
.postexpired
{
	color: #b2b2b2;
	font-style: italic;
}
.postgrayed
{
	color: #b2b2b2;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.postheader
{
	font-size: 0.8em;
	font-weight: bold;
}
.postheadersmall
{
	font-size: 0.8em;
}
.postinfo
{
	font-size: 0.8em;
}
.postnormal
{
	font-weight: bold;
	text-decoration: none;
}
.topicpreview
{
	font-size: 1em;
	font-style: italic;
}
.cleared-warning
{
	border: 2px solid #73000c;
	color: red;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px;
	width: 700px;
}
.warranty-marquee
{
	color: red;
	font-size: 1.6em;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}
.editedpostcolor
{
	background-color: #f3808c;
}
.newpostcolor
{
	background-color: #f3f38c;
}
p.small, td.small
{
	font-size: 0.8em;
}
span.small
{
	font-size: 0.8em;
}
p.catnav
{
	font-size: 0.9em;
	margin-bottom: 5px;
}
p.posttitle
{
	margin-top: 1.2em;
	margin-bottom: 0px;
}