/**
 * Style sheet xElements
 */
#header.inside
{
	height:360px;
	top:0px;
	position:relative;
	margin:0px;
	padding:0px;
}

*html #container
{
	top:0px;
	position:relative;
}

/* div mit menu und bild oben */
#header
{
	height:360px;
	position:relative;
	padding-bottom:0px;
}

/* Bild Oben */
.mod_randomImage
{
	width:900px;
	height:300px;
	top:0;
	position:relative;
}

/* mitte text p mit punkten */
.ce_text p
{
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px dotted #999999;
	border-right:0px dotted #999999;
	border-bottom:0px dotted #999999;
	border-left:0px dotted #999999;
}

/* footer p text unten */
#footer p
{
	margin-top:5px;
	text-align:center;
	font-size:13px;
	color:#775734;
}

/* content mitte */
#container
{
	width:870px;
	position:relative;
	margin:0px;
	padding:30px 30px 30px 0px;
	background-color:#f9f5eb;
}

/* bottom */
#footer
{
	width:900px;
	height:30px;
	position:relative;
	text-align:center;
}

.ce_text
{
	width:450px;
	line-height:1.5;
}

.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;
}

.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;
}

.ce_gallery table
{
	width:100%;
}

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

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

.link_sc a
{
	text-decoration:none;
	color:#000000;
}
