/*
Copyright (c) 2010, Brunner AG, Kriens, Switzerland (CH)
*/
/*---------------------content.css--------------------*/

/* General Definition for all Content elements */

#content {
	font-family:  Arial, Verdana, Helvetica, 'Trebuchet ms', 'Lucida Sans Unicode', 'Lucida Grande';
	color: #505050;
}

#content * p, 
#content * span, 
#content * a, 
#content * strong, 
#content * li {
	font-size: 100%;
	line-height: 135%;
}

#content * p.small {
	font-size: 85%;
} 

#content * h1 {
	font-size: 161.6%;
	font-weight: bold;
	color: #4e7dac;
	padding-bottom: 20px;
	margin: 0;
	margin-bottom: 2px;
	text-shadow: #d4e6f7 1px 1px 0px;
}

#content * h2 {
	font-size: 123%;
	font-weight: normal;
	color: #668eb7;
	padding-bottom: 2px;
	margin: 0;
	margin-bottom: 4px;
}

#content *  a h2,
#content *  h2 a {
	text-decoration: none !important;
}

#content * h3 {
	font-size: 116%;
	font-weight: bold;
	color: #505050;
	margin: 0;
	margin-bottom: 6px;
}

#content * h4 {
	font-size: 108%;
	font-weight: bold;
	color: #505050;
	margin: 0;
	margin-bottom: 6px;
}

#content * ul {
	margin: 0;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	padding: 0;
	list-style: none;
	line-height: 135%;
}

#content * ul li {
	line-height: 135%;
	padding: 0;
	padding-left: 16px;
	padding-bottom: 0.4em;
	background-image: url('../images/content.listitem.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#content * ul.compact li {
	padding-bottom: 0em;
}

#content * a {
	color: #7197bd;
}

#content * a.important {
	color: #cb0000;
	background-image: url('../images/content.listitem.gif');
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 13px;
}

#content * a:hover {
	color: #505050;
	text-decoration: underline;
}

#content * img {
	margin: 0;
	padding: 0;
	border-color: #BBBBBB;
}

#content * hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid 1px #f9f9f9;
	border-top: solid 1px #adb9dc;
}


#content * table {
	margin: 0;
	padding: 0;
}

#content * div table {
	border: 1px #81c606 dotted;
	background-color: #e6f4cd;	
}

#content * div table thead td {
	background-color: #efefef;
	font-weight: bold;
	padding: 6px;
	border: 0;
}

#content * div table tbody td {
	padding: 6px;
	margin: 0;
	border: 0;	
}

#content * table.white td {
	background-color: white;
}

#content * span.error {
	position: relative;
	top: 3px;
	color: #DD0000;
	font-weight: bold;
}

#content * a.add2basket {
  	margin: 0;
	padding: 5px 46px 20px 7px;
	position: relative;
	height: 22px;
	width: 200px;
	text-align: right;
	font-weight: bold;
	color: #7093b7;
	background-image: url("../images/add2basket.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-shadow: #fbfbfb .5px .5px 0px;
}

#content * a.add2basket_middle {
  	margin: 0;
	padding: 5px 46px 20px 7px !important;
	position: relative;
	height: 40px;
	width: 200px;
	text-align: right;
	font-weight: bold;
	color: #7093b7;
	background-image: url("../images/add2basket.png");
	background-position: top left ;
	background-repeat: no-repeat;
	text-decoration: none;
	text-shadow: #fbfbfb .5px .5px 0px;
}

/* Definition for Content elements */

/* categories */

#content div#categories div.cell_categories_row * h2,
#content div#categories div.cell_categories_row * a h2 {
	font-size: 161.6%;
	font-weight: normal;
	color: #8b8b8b;
	padding-bottom: 20px;
	margin: 0;
	margin-bottom: 2px;
	text-shadow: #dfdfdf 1px 1px 0px;
	text-decoration: none !important;
}

/* info */

#content > #info * h1 {
	font-size: 161.6%;
	font-weight: bold;
	padding-bottom: 2px !important;
	color: #4e7dac;
	margin: 0;
	text-shadow: #d4e6f7 1px 1px 0px;
}

#content > #info * h2 {
	font-size: 131%;
	font-weight: normal;
	color: #565656;
	font-style: italic;
	margin: 0;
	padding-bottom: 20px;
}

#content > #info * p.author {
	font-size: 123.1%;
	font-weight: normal;
	color: black;
	margin: 0;
	margin-bottom: 6px;
}

#content > #info * p.staffelpreise {
	padding: 0;
	margin: 15px 0;
	font-size: 85%;
	color:#666;
	font-style:italic;
}


#content > #info * p.sonderpreis {
	padding: 0;
	margin: 5px 0;
	color:#7093b7;
	font-style:italic;
	font-weight: bold;
}

/* recommend */

#content div#recommend div.cell_recommend a h3 {
	font-size: 108%;
	font-weight: normal;
	color: #7197bd;
	text-decoration: underline;
	margin: 0;
	padding-bottom: 5px;
}


/* recession */

body div#page div#main div#content div#recession div.cell_recession div.cell_recession_autor p {
	font-weight: bold;
	color: black;
}

body div#page div#main div#content div#recession div.cell_recession div.cell_recession_comment p {
	color: #5e5e5e;
	font-style: italic;
}

body div#page div#main div#content div#recession div.cell_recession div.cell_recession_comment a {
	float: right;
}

/* list */


/*---------------------content.css--------------------*/
