/* CSS Document */


strong{ font-weight:bold; }

/* ELEMENTE  */

#mainTable{
	width: 979px;
}

#contentTable{
	padding: 16px 8px 8px 8px;
	width:967px;
	background-image: url(/images/bg_content.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
}

ul.noMargin{ margin-left:16px; }

li {
	list-style-image:url(images/icon/disk.gif);
	list-style-position:outside;
	color:#999;
	margin: 0 0 4px 0;
}

li.aussen {
	list-style-image:none;
	list-style-position:outside;
	color:#BE43B6;
	padding: 4px 0 4px 0;
	border-bottom:1px dotted #333333;
}

.bottom{
	color:#999999;
}


/*  TEXT  */


.small-black{font-size:10px; color:#999;}


.boxHeader {
	color: #000;
	background-image:url(/images/layout/button.gif);
	background-repeat:no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	text-align:left;
	padding: 0 15px 0 15px;
	width:150px;
	height:20px;
}

.menuContent{
	padding: 4px;
	text-align:left;
}

/* LINKS  */



a.link-pagebar{
	text-decoration: none;
	color: #C00;
}

a.link-pagebar:hover{
	text-decoration: none;
	color: #FF0000;
}

a.link-button1 {
	text-decoration: none;
	color: #666;
}

a.link-button1:hover {
	color: #F00;
}

a.link-add-basket {
	text-decoration: none;
	color: #F60;
}

a.link-add-basket:hover {
	color: #F00;
}




a.menu {
	color: #BE43B6;
	text-decoration:none;
}
a.menu:hover {
	color: #FF0000;
	text-decoration:none;
}

a.link-angebot{
	color:#000;
	font-size:11px;
	font-weight:bold;
}
a.link-angebot:hover{
	color:#F00;
}


a.box {
	color: #C00;
	text-decoration:none;
}

a.box:hover {
	color: #F00;
	text-decoration:none;
}

a.menuHeader {
	color: #000;
	text-decoration:none;
	font-size: 10px;
}

a.menuHeader:hover {
	color:  #F00;
	text-decoration:none;
	font-size: 10px;
}

a.submenu {
	color: #000;
	font-size:11px;
	text-decoration:none;
	display:block;
	width:158px;
	background-color:#fad9f7;
	margin-left:4px;
}

a.submenu:hover {
	color: #F00;
	text-decoration:none;
}

a.submenu2 {
	color: #F60;
	font-size:11px;
	text-decoration:none;
	display:block;
	width:158px;
	background-color:#fad9f7;
	margin-left:4px;
}

a.submenu2:hover {
	color: #F00;
	text-decoration:none;
}

a.link-basket{
	color: #000;
	font-size:11px;
	text-decoration:none;
}

a.link-basket:hover{
	color: #F00;
	text-decoration:none;
}

a.subCatBig {
	color: #00F;
	display:block;
	margin-right:12px;
	margin-left:12px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

a.subCatBig:hover {
	color: #F00;
	text-decoration:underline;
}


.link-menu-activ{
	color: #000;
	font-size: 12px;
}

a.link-menu {
	padding-left:8px;
	padding-right:8px;
	font-size: 12px;
	color: #BE43B6;
	font-weight:bold;
}

a.link-menu:hover {
	text-decoration: none;
	color:#F00;
}


.border-art-result { /*border-bottom: 1px solid #BE43B6;*/ }

.thumbnail {
	border: 1px solid #BE43B6;;
	margin-right: 8px;
}

.table-items-basket{
	border-bottom: 1px solid #BE43B6;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* FORMULAR */

input,textarea,select{font-size:11px; color:#000000;}

.button {
	color:#000000;
	height: 20px;
	cursor:pointer;
}

.button2 {
	display:block;
	padding-top:4px;
	margin:4px;
	width:280px;
	background-color:#68017e;
	border:1px solid #C00;
	height: 18px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

.textfeld{
	height:15px;
	vertical-align:middle;
	background-color:#eeeeee;
	border:1px solid #BE43B6;
}

.textarea1{
	overflow: auto;
	background-color: #eeeeee;
	border:1px solid #BE43B6;
}

select{
	height:18px;
	font-weight:normal;
	vertical-align:middle;
	background-color:#eeeeee;
	border:1px solid #BE43B6;
}

.messageArea{
	color:#F00;
	font-weight:bold;
	background:transparent;
	border:none;
}
	
