@charset "utf-8";
/*
	CSS Stylesheet 
	www.mekai.de
*/

html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ececec;
}

body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

a {
	color: #84100d;
	text-decoration: underline;
}
a.link {
	color: #84100d;
	text-decoration: underline;
}
a.active {
	color: #84100d;
	text-decoration: underline;
}
a.visited {
	color: #84100d;
	text-decoration: underline;
}
.clearer {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 0;
	font-size: 0;
}
img {
	border: 0 none;
}

#page {
	width: 1006px;
	margin: 0 auto;
	padding-left: 9px;
	padding-right: 9px;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	padding-top: 20px;
}

#menu {
	width: 325px;
	height: 333px;
	float: left;
	background-image: url(sigeko-hpm_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu a {
	text-decoration: none;
	display: block;
	color: #ffffff;
}
#menu ul {
	margin: 0px;
	margin-top: 26px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	margin-right: 127px;
	padding: 0px;
	padding-left: 20px;
	border-bottom: #ffffff solid 1px;
	line-height: 24px;
}
#menu li {
	position: relative;
}
#menu li:last-child {
	border-bottom: 0 none;
}
#menu ul li:hover {
	background-color: #F5F5F5;
	color: #84100d;
}
#menu ul li:hover a {
	color: #84100d;
}
#menu ul ul {
	position: absolute;	
	white-space: nowrap;
	top: -2px;
	margin-top: 0px;
	margin-left: 178px;
	z-index: 30;
	display: block;
	visibility: hidden;
	background-color: #F5F5F5;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
}
#menu ul li:hover ul {
	visibility: visible;
}
#menu ul li ul li {
	border: 0 none;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0;
	border-left: 1px solid;
	line-height: 26px;
}
#menu ul li ul li:hover {
	background-color: #FFFFFF;
}
#menu ul li ul li:first-child {
	border: 0 none;
}
#headerimg2 {
	width: 333px;
	height: 333px;
	float: left;
}
#headerimg3 {
	width: 348px;
	height: 333px;
}

#content {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	background-image: url(contentbackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content h1 {
	margin-top: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #84100d;
}
#content h1:first-child {
	margin-top: 20px;
}

#content ul {
	margin: 0;
	padding: 0;
}
#content li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image:url('Minihelm.png');
	background-repeat:no-repeat;
	background-position:left top;
}
.ce-left .ce-gallery {float:left;}
.ce-row {margin-bottom:10px;}
.ce-column {display:inline-block; vertical-align: top;}
	/* Standard Bild und Text mit Bild */
figure {
    display: table;
	margin: 0;
	margin-right: 10px;
	padding: 0;
    width: 1px; /* This can be any width, so long as it's narrower than any image */
}


		/* Bildunterschrift */
img, figcaption {
    display: table-row;
}
figcaption {
	font-size: 0.9em;
	margin-top: 2px;
	padding: 2px;
	background-color: #fafafa;
}


		/* Bildrahmen, wenn gesetzt im Element */
.image_border {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}


/* Mailform */
.formrow {
	margin-bottom: 10px;
	clear: left;
}
.label {
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
}

#footer {
	clear: left;
	height: 21px;
	display: block;
	border-top: 2px solid #84100d;
	color: #84100d;
	text-align: center;
	padding-top: 5px;
	background-image: url(footerbackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer a {
	text-decoration: none;
	color: #84100d;
}
#footer p {
	margin: 0;
	padding: 0;
	display: inline-block;
}
#footer ul {
	height: 12px;
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
}
#footer li {
	margin: 0;
	padding: 0 5px;
	float: left;
}