/**
 *
 *
 * @author Matthias Endres <M.Endres@me23.de>
 * @version 1.0
 * @copyright 2006, me23 Systementwicklung - All rights reserved.<br>
 *----------------------------------------------------------------------------
 *<br>Copyright Hinweis:<br>
 *Der Quelltext sowie die verwendeten Gesch�ftsmodelle und Dokumentationen<br>
 *sind, wenn nicht anders angegeben, geistiges Eigentum von<br>
 *me23 IT-Systems Matthias Endres. <br>
 *Diese Datei / Quelltext d�rfen nur im Rahmen der Lizenzvereinbarungen<br>
 *verwendet werden. Jede anderweitige Verwendung oder Verviel-<br>
 *fachung (auch auszugsweise) ist untersagt.<br>
 *<br>
 *Falls Sie diesen Quelltext, oder Teile davon, in eigenen Projekten verwenden<br>
 *wollen setzen Sie sich bitte bez�glich einer Lizenzierung mit<br>
 *Matthias Endres <M.Endres@me23.de> in Verbindung. Vielen Dank!<br>
 *<br>
 *Alle eventuell verwendete Namen und Warenzeichen sind Eigentum<br>
 *der jeweiligen Rechteinhaber.<br>
 *----------------------------------------------------------------------------
 *<br>
 *Copyright Notice:<br>
 *The Sourcecode also the used Businessmodells and documentation are, if not<br>
 *explicit other is specified, the intellectual property of<br>
 *me23 IT-Systems Matthias Endres. The use of this File / Sourcecode<br>
 *is only allowed within the frameworkunder of the licence agreement.<br>
 *All use or copiing (also in extracts) are prohibited.<br>
 *<br>
 *If you want to use this Sourcecode, or parts of it, please get in contact<br>
 *with Matthias Endres <M.Endres@me23.de> for a Licence. Thank You!<br>
 *<br>
 *All posible used Names and Trademarks are property of respective owner.<br>
 *----------------------------------------------------------------------------
 *
 *
 */


/* ------------------------------ DEFINITIONEN ALLGEMEIN --------------------*/

html,body {	
	font-size: 100.01%;
	padding: 0;
	margin: 0;
	font-family: Verdana, arial, sans-serif;
	color: rgb(0,0,0);
	height: 100%;
	
}

* html,body {	
	font-size: 100.01%;
	padding: 0;
	margin: 0;
	font-family: Verdana, arial, sans-serif;
	color: rgb(0,0,0);
	height: 100%;
}

.cleaner {
	background: transparent;
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px none;
	margin: 0;
	padding: 0; 
}


.spacer {
	background: transparent;
	clear: both;
	height: 20px;
	border: 0px none;
	margin: 0;
	padding: 0;
}

a {
	font-family: sans-serif;
	font-size:80%;
	/*text-decoration:none;*/
	font-weight:normal;
	color: rgb(0,0,0);
}

a:link{
	color: rgb(0,0,0);
	font-weight:bold;
}
		
a:visited{
	color:rgb(39,0,4);
}
		
a:hover{
	color:rgb(255,255,255);
}
		
a:active{
	color:#DAD9CD;
}
		
a:focus	{
	color:#DAD9CD;
}

a.artikeldetail {
	font-weight:bold;
	font-size:80%;
}

a.artikelliste:hover {
	color: rgb(255,255,255);
	font-weight:bold;
	font-size:80%;
}

/* --------------------------- GRUNDGER�ST ----------------------------------*/


#container {
	display: inline-block;
	background-color: rgb(115,98,66);
	position: relative;
	float: left;
	width: 1011px;
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 100%;
	height: 100%;
}

body>#container {
	height: auto;
}


/*----------------------------- NAVIGATION ----------------------------------*/

#navcontainer a:link  {text-decoration: none;}

#navcontainer {
	position: relative;
	float: left;
	display: inline-block;
	width: 189px;
	margin: 0;
	padding: 0;
	border: 0;
}

* html #navcontainer {
	position: relative;
	float: left;
	display: inline;
	width: 189px;
	margin: 0px;
	padding: 0;
	border: 0;
}

#navcontainer ul {
	display: inline;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border:0;
	float: left;
	width: 189px;	
}


#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 1px;
}

* html #navcontainer ul li a {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

#navcontainer ul li a {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-align: center;
}

* html #navcontainer ul li img {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

#navcontainer ul li img {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-align: center;
}


/*--------------------------------- CONTENT ---------------------------------*/

* html #bodycontent {
	display: inline-block;
	font-size: 80%;
	position: relative;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	padding: 0px;
	width: 670px;
	vertical-align: top;
}

#bodycontent {
	display: inline-block;
	font-size: 80%;
	position: relative;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	padding: 0px;
	width: 670px;
	vertical-align: top;
}

.artikelliste, td.artikelliste, td.artikelliste *, tr.artikelliste{
	color: rgb(255,255,255);
	background-color: rgb(39,19,3);
}

.artikeldetail {
	color: rgb(0,0,0);
	background-color: rgb(136,119,89);
}

td.header {
	padding: 5px;
	color: rgb(255,255,255);
	font-size: 90%;
	font-weight: bold;
	background-color: rgb(39,0,4);
}

td.headerspacer{
	background-color: rgb(39,19,3);
	height: 1px;
}

div.artikeldetail {
	display: block;
	position: relative;
	float: left;
	margin-left: 5px;
	padding: 5px;
	width: 632px;
	font-size: 100%;
	vertical-align: middle;
	background-color: rgb(39,19,3);
}


/*------------------------------------- FOOTER ------------------------------*/
#footer {
	display: none;
}

/*--------------------------------------- Sonstige --------------------------*/
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.klein {
	font-size: 70%;
}

.normal {
	font-size: 100%;
}

.bold {
	font-weight: bold;
}

.highlight {
	color: rgb(255,143,32);
	font-weight: bold;
	font-size: 80%;
}

table{
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:100%;*/
	text-decoration:none;
	table-layout:auto;
	border-collapse:collapse;
	vertical-align: top;
	border-color: rgb(39,0,4);
}

table.noBorderCollapse{
	border-collapse:separate;
}

td {
	vertical-align: top;
	font-size:80%;
	border-color: rgb(39,0,4);
}

.fullheight{
	min-height:100%;
	height: auto;
}


input.frmdaten{
	width:5cm;
}

select.frmdaten{
	width:5cm;
}

input{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:100%;
}
		
input.button{
	text-align:center;
}

input.submit{
	text-align:center;
}
		
textarea {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:100%;
	text-align:left;
}

h1{
	color: rgb(0,0,0);
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:150%;
	font-weight:bold;
	text-align:left;
	letter-spacing:2pt;
}

h2{
	color: rgb(0,0,0);
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:100%;
	font-weight:bold;
	text-align:left;
}

/* Variation des linken Abstands */
.newsletterBox {
	position:relative;
	float:left;
	margin: 0 0 0 16px;
	width: 146px;
}

.newsletterBox .inputNewsletter {
	height: 20px;
	color: #aaaaaa;
	margin: 5px 0 0 0;
	width: 146px;
	font-size: 0.8em;

}

/* Variation der Send-Bild Abstände nach rechts über 2. marginWert */
.newsletterBox .sendNewsletter {
	float: right;
	margin: 5px 0 0 0;
}
