@charset "UTF-8";
/* CSS Document */

body {
	font-family:		Helvetica, Arial, sans-serif;
	font-size:			12px;
	color:				#000;
}


/* Allgemeines */

a {
	text-decoration:	none;
	font-weight:		normal;
	color:				#7DD0FA;
}

.pointer {
	cursor:				pointer;
}



/* Allgemein - Liste 1 */

.list {
	width: 100%;
}

.list tbody td {
	padding: 0px 8px;
	background-color: #FFF;
	border-right: 1px solid #FFF;
}

.list tbody td img {
	margin-top: 3px;
}

.list tbody tr.even td {
	background-color: #ecf3fe;
}

.list thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border-right: 1px solid #FFF;
	font-size: 11px;
	padding: 2px 8px 1px 8px;
	background-image: url(../images/design/liste1-bg-normal.gif);
	background-repeat: repeat-x;
}

.list thead tr .header {
	cursor: pointer;
}

.list thead tr .headerSortUp {
	background-image: url(../images/design/asc.gif);
}

.list thead tr .headerSortDown {
	background-image: url(../images/design/desc.gif);
}

.list thead tr .headerSortDown, .list thead tr .headerSortUp {
	background-image: url(../images/design/liste1-bg-active.gif);
}



/* Navigation */

.navigation_link {
	text-align:			center;
	width:				100%;
	font-size:			11px;
	cursor:				pointer;
	margin-top:			15px;
}

.navigation_link img {
	margin-bottom:		5px;	
}



/* Preisberechnung */

.produkt_icon, .produkt2_icon, .produkt3_icon {
	text-align:			center;
	width:				50%;
	font-size:			11px;
	cursor:				pointer;
	margin-top:			15px;
	float:				left;	
}

.grammatur_icon {
	text-align:			center;
	width:				58px;
	font-size:			11px;
	cursor:				pointer;
	float:				left;	
}

.optionen_icon {
	text-align:			center;
	font-size:			11px;
	cursor:				pointer;
	margin-top:			15px;
	float:				left;	
}

.optionen_icon img {
	margin-bottom:		5px;	
}



/* Hilfethemen */

.ui-accordion .ui-accordion-content {
	padding:			0px 5px 0px 24px;
	margin-top:			-10px;
}

.hilfethemen {
	font-size:			11px;	
	text-align:			left;
}

.hilfethemen p, .hilfethemen a {
	margin:				0;
	padding:			10px 0 10px 0;
	font-size:			11px;	
	text-align:			left;
}


/* LIVE CHAT */

#live_chat_status {
	margin:				5px 0;
	padding:			5px;
	width:				268px;
	font-weight:		bold;
	text-align:			center;
	cursor:				pointer;
}

#live_chat_status.online {
	background-color:	#090;
	color:				#FFF;
}

#live_chat_status.offline {
	background-color:	#C00;
	color:				#FFF;
}

#live_chat_clients {
	padding:			5px;
}