/**
 * Style sheet xElements
 */
#wrapper
{
	margin-top:20px;
	background-color:#ffffff;
	border:15px solid #ffffff;
}

#header
{
	margin-bottom:5px;
}

#header img
{
	margin:0px;
}

#topnav
{
	text-align:right;
	vertical-align:middle;
	font-size:11px;
	color:#323232;
	line-height:20px;
}

#topnav a
{
	color:#323232;
}

#main
{
	margin-bottom:10px;
}

.layout_simple
{
	margin-bottom:10px;
	border-bottom:1px solid #DFDFDF;
}

.teaser
{
	width:100%;
	height:86px;
	background-color:#F0F0F0;
	background-image:url("tl_files/pkp/slogan.gif");
	background-position:right bottom;
	background-repeat:no-repeat;
	border-top:1px solid #DFDFDF;
	border-bottom:5px solid #DFDFDF;
}

.impressum
{
	width:100%;
	height:20px;
	padding-top:2px;
	padding-left:10px;
	background-color:#F0F0F0;
	border-top:5px solid #DFDFDF;
}


/**
 * Download
 */
html>body .mime_icon
{
	top:-1px;
	position:relative;
}


/**
 * Image gallery
 */
.ce_gallery table
{
	width:100%;
}

.ce_gallery td
{
	text-align:center;
	vertical-align:middle;
}


/**
 * Listing
 */
.ce_list ul
{
	margin:0px;
	padding:0px;
}

.ce_list li
{
	margin:0px 0px 0px 22px;
	padding:0px;
	line-height:1.4;
}

* html .ce_list li
{
	margin:0px 0px 0px 26px;
}

*:first-child+html .ce_list li
{
	margin:0px 0px 0px 26px;
}


/**
 * Table
 */
.ce_table table
{
	border-left:1px solid #cccccc;
}

.ce_table td
{
	padding:2px 8px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_table th
{
	padding:2px 8px;
	background-color:#e6e6e6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}


/**
 * Text
 */
.ce_text
{
	line-height:1.5;
}
