/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 
.content * {
	letter-spacing: 2px;
}

.content h3 {
	margin: 12px 0 9px 0;
	font-size: 15px;
}

.content h4 {
	margin: 10px 0 7px 0;
	font-size: 14px;
}

.content h5 {
	margin: 5px 0 2px 0;
}

.content h6 {
	margin: 3px 0 0 0;
	font-weight: normal;
	font-style: italic;
}

.content .csc-firstHeader {
	margin-top: 0;
}

.content hr {
	height: 1px;
	margin: 5px 0 3px 0 !important;
	margin: 0;
	border: 0;
	border-top: 1px solid #fff;
}

.content a {
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.content p {
	margin: 0 0 15px 0;
}

.content p,
.content li {
	line-height: 27px;
}

.content ul {
	margin: 10px 15px 10px 40px;
}
	
.content ul li {
	height: auto !important;
	height: 1px;
	padding-left: 10px;
	list-style: disc;
}

.content .contenttable th,
.content .contenttable td {
	padding: 4px 8px 4px 0;
}

.content .contenttable th p,
.content .contenttable td p {
	margin: 0;
	line-height: 14px;
}

.content .csc-textpic-caption {
	font-size: 11px;
	margin: 10px 0 25px 0 !important;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 20px;
}

.content div.csc-textpic-intext-left div.csc-textpic-imagewrap,
.content div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 20px !important;
}

.content .csc-textpic-intext-left-nowrap .csc-textpic-text {
	margin-left: 10px;
}

#mailform .formElement .text,
#mailform .formElement .text option {
	color: #000;
}

td.caption{
	vertical-align:bottom;
	font-size: 11px;
}

/***********************************
	Lexikon
***********************************/

.encyclopedia a {
	text-decoration: none;
}

.encyclopedia input {
	color:#646464;
}

.encyclopedia .title,
.encyclopedia .date {
	font-weight:bold;
}

.encyclopedia .title {
	margin:10px 0 0 0;
}

.encyclopedia .speciallink,
.encyclopedia #speciallink {
	color:#646464;
}
a.hoverWhite:hover {
	color:#fff;
}
a.authorLink:hover, a.authorLink:hover .date {
	color:#696969;
}
.encyclopedia * * .speciallink a {
	color:#696969;
	font-weight:bold;
}
.encyclopedia * * .speciallink a:hover {
	color:#fff;
}

.speciallink a {
	position: absolute;
	/*top: 66px;*/
	/*left: 500px;*/
	top: 98px;
	left: 10px;
	width: 250px;
	text-align:left;
}

.encyclopedia ul.fotoCol1 {
	float: left;
	margin: 0px;
	width: 360px;
	border: 0px;
}

.encyclopedia ul.fotoCol2 {
	float: left;
	margin: 0px;
	width: 360px;
	border: 0px;
}

.encyclopedia ul.fotoCol1 li{
	list-style-type: none;
	border: 0px;
	padding-left: 0px;
}

.encyclopedia ul.fotoCol2 li{
	list-style-type: none;
	border: 0px;
}


.encyclopedia div {
	clear: both;
	padding-top: 20px;
}

.encyclopedia a.authorLink {
	position: relative;
	display: block;
	/*margin: 0px 0 2px 0;*/
	/*border: 1px solid red;*/
	width: 200px;
}

.lifeSpan {
	position: absolute;
	display: block;
	/*border: 1px solid orange;*/
	left: 200px;
	width: 135px;
	top: -1px;
}

.encyclopedia td {
	/*border: 1px solid green;*/
}

/*.encyclopedia a.authorLink [class="lifeSpan"] { 
	float:right;
	margin: 0px 0 2px 0;
}*/


/***********************************
	Homepage
***********************************/

.homepage .content p {
	color: #3874A5;
	line-height: 16px;
	font-weight: bold;
}

.homepage .content a {
	color: #191919;
	line-height: 16px;
	font-size: 9px;
	text-decoration: none;
	float: left;
	margin: 10px 0 0 0;
}

.homepage .content a:hover {
	color: #FFF;
}

.homepage .content a img {
	margin-right: 35px !important;
	margin-right: 45px;
}

/***********************************
	encyclopedia
***********************************/
.content .encyclopedia tr td div {
	line-height: 27px;
}