/*
  global.css
  zentrales Stylesheet für x-tenso eShop
  (c) 2001-2008 x-tenso GmbH
*/

/* TAGs */

body
 { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #4D4D4D; }

a:link {
	color: #fc861c;
	text-decoration: none;
	font-weight: bolder;
}

a:visited {
	color: #fc861c;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	color: #fc861c;
	text-decoration: underline;
	font-weight: bolder;
}

/*h1 
{
	font-weight: bold;
	font-size: 14px;
}*/

div.auto_complete 
{
    position         :absolute;
    width            :250px;
    background-color :white;
    border           :1px solid #888;
    margin           :0px;
    padding          :0px;
}

div.error-message
{
	color: Red;
}

ul.autocomplete
{
   margin:0px;  
   padding:0px;
   padding-left:0px;
   list-style-type:none;
   font-size: 6px;
	
}

li.selected 
{
    cursor:default;
    font-size: 6px;
    background-color: #e2e2e2; 
}

#header 
{
    width: 964px;
    background-color: White;
    margin: 0px;
}

#container 
{
	margin: 0px;
    width: 964px;
    background-color: White;
}

#left 
{
	width: 223px;
	float: left;
	padding-left: 21px;
	}

#right 
{
	width: 134px;
	margin-right: 23px;
	float:right;
}

#content 
{
	margin-left: 25px;
}

#basket a 
{
	text-decoration:none;
	color: #000000;
}

#footer 
{
    clear: both;
    width: 1000px;
    text-align: center;
    color: #9c9c9c;
}

#menu
{

}

#menu .active
{
	font-style: italic;
}

#menu .level-0
{
	padding-left: 0px;
}

#menu .level-1 
{
	padding-left: 8px;
}

#menu .level-2
{
	padding-left: 16px;
}

#menu .level-3
{
	padding-left: 24px;
}


li {
	list-style-type : square;
}

/* CLASSes */
.content {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size	:	14px;
	margin-left : 10px;
}


.fett {
	color : #000000;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

.error {
	color: #ff0000;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.kopfzeile {
	color : #000000;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

.fusszeile {
	color : #000000;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
}

.fusszeile a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
}

.fusszeile a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #888888;
}

.fusszeile a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #ab0000;
}

.menutable {
	border : 2px solid #ab0000;
}

.article {
	border	: 1px solid #fc861c;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;	
}

.articleimage {
	border : none;
	margin-top : 10px;
	margin-bottom: 10px;
}

.menu {	
	margin-left : 5px;
	margin-top : 5px;
	margin-right: 0px;
}

.menu_selected {
	font-style: italic;
	background-color: #dddddd;
}

.article table tr td {
	padding-left: 5px;
}

.indexbullets
{
	/*color:#ab0000;*/
	margin-top: 40px;
	list-style-type: square;
}

.indexbullets li {
  margin-bottom:10px;
}