@charset "utf-8";
/*--------------------------------------------------------------------------------------------------------
CSS Styles for <morepepper.de Web Site>.

--------------------------------------------------------------------------------------------------------*/

/* General
--------------------------------------------------------------------------------------------------------*/
/* Removing margin/padding */
* {
	margin: 0;
	padding: 0;
}
/* Class for clearing floats */
.clear {
	clear: both;
}
body {
	font: 12px/1.7em "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	position: relative;
	color: #888888;
		background: #ffffff url( ../images/bg.jpg ) repeat-y 50% 0;

}
a {
	text-decoration: none;
	border:hidden;
	outline:none;
}

area a {
	text-decoration: none;
	border:hidden;
	outline:none;
}
p {
	padding: 0.5em 0 12px;
	color: #868682;
}
a {
	color: #444444;
}
.pfeil {
	font-size:16px;
	color: #C30;
}
.arbeiten a {
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999;
	text-align: center;
}
ul {
	padding-top: 1px;
}
strong {
}
h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #444444;
	padding-top: 8px;
}
h2, h3, h4, h5, h6, legend, .sliderheading {
	line-height: 1.4em;
	position: relative;
}
h2 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
}
h1 {
	padding: 0.1em 0 13px;
	clear: both;
	color: #555555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	line-height: 1.4em;
	font-weight:100;
}
h1 span {
	color: #555555;
	font-weight: normal;
	padding: 0.5em 0;
	display: block;
}
/* End General
--------------------------------------------------------------------------------------------------------*/
#pageLayout {
	margin-top: 1px;
}
#mainLayout {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 30px auto auto;
	overflow: hidden;
	width: 1000px;
}
#leftBar {
	float: left;
	/*position: fixed;*/
	margin: 0;
	overflow: hidden;
	padding: 0 30px 30px 0;
	width: 260px;
}
#mainContent {
	border-left: 1px solid #D5D5D5;
	float: right;
	padding-left: 29px;
	padding-top: 11px;
	width: 680px;
	margin-bottom: 60px;
}
.mainContent a {
	color: #444444;
	font-weight:bold;
}
.logo {
	padding-bottom: 6px;
}
img {
	border:none;
}
.rightimg {
	margin-left: 20px;
	margin-bottom: 10px;
	float:right;
}
.leftimg {
	margin-right: 20px;
	margin-bottom: 10px;
	float:left;
}
/*----------------------------*/
/*----------Menu------------------*/

.menu a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding: 0 7px;
	color: #444444;
}
.menu a:hover, .menu .current-menu > a, .menu .current_page_item > a {
	background-image: url("../images/pictoMenu.png");
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color :#666;
}
.menu {
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	clear: both;
	padding: 20px 0;
	width: 100%;
}
.submenu li a {
	padding-left: 19px;
}
/*----------Menu End------------------*/


/*----------Content------------------*/
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 25px;
	padding: 3px 0;
}
.portfolioBox {
}
/*----------Menu Content------------------*/

.contactBox {
	padding: 20px 0;
}
.copyright {
	padding-top: 20px;
	font-size: 10px;
}
.copyright a {
	color:#888888;
}
/*---------- footernav i------------------*/


.footernavi p {
	color: #666;
}
.footernavi a {
	color: #666;
}
.footernavi a:hover {
	color: #666;
}
/*---------- footernavi END ------------------*/
.footer {
	margin-top:16px;
	font-size:11px;
	color: #B3B3B3;
	line-height:13px;
}
