/* CSS Cascading Stylesheets for mm-newmedia.de */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #7B7B7B;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
}

a {
	color: #7B7B7B;
	text-decoration: none;
}

h1, h2 {
	color: #ff4301;
	margin-bottom: 12px;
}

h1 {
	font-size: 16px;
}

h2, h3 {
	font-size: 14px;
}

p {
	margin: 10px 0 10px 0;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#header {
	background-image: url('../images/headerGfxImg.jpg');
	background-repeat: no-repeat;
	height: 335px;
	width: 900px;
}

#header a {
	color: #ffffff;
}

#header a:hover {
	color: #ff4301;
}

#header ul {
	background-image: url('../images/headerGfxMenu.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	list-style: none;
	padding-top: 285px;
	height: 50px;
	width: 900px;
}

#header ul li {
	float: left;
	font-family: "Segoe UI", Trebuchet MS, Arial, sans-serif;
	padding-top: 18px;
}

#header ul li#blog {
	padding-left: 400px;
}

#header ul li#about {
	padding-left: 52px;
}

#header ul li#service {
	padding-left: 40px;
}

#header ul li#reference {
	padding-left: 40px;
}

#header ul li#imprint {
	padding-left: 40px;
}

#content {
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
	min-height: 400px;
	padding-right: 5px;
	width: 635px;
}

#content a {
	color: #ff4301;
}

#content dl.contactForm {
	margin-bottom: 12px;
}

#content dl.contactForm dt {
	float: left;
	font-weight: bold;
	width: 100px;
}

#content ul {
	list-style: none;
}

/* Referenzen */
#content div#reference {
	height: auto;
	overflow: hidden;
	position: relative;
	width: 635px;
}
/*
#content div#reference div {
	width: 3810px;
}
*/
#content div#reference div div.item {
	float: left !important;
	width: 635px;
}

#content div#reference div div.item img {
	float: left;
	padding: 0 10px 10px 0;
}

#content div#controlBar {
	text-align: center;
}

#leftCell {
	border-left: 1px dotted #7b7b7b;
	float: right;
	margin-left: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
	min-height: 400px;
	padding-left: 5px;
	width: 248px;
}

#leftCell h3 {
	border-bottom:1px solid #CCCCCC;
}

#leftCell .rssIcon {
	float: left;
	margin-right: 5px;
}

#leftCell .twitList {
	list-style:none;
	margin-bottom:2.5em;
}

#leftCell .twitList li {
	background-image: url('../images/twitterIcon.png');
	background-repeat: no-repeat;
	background-position: 8px 50%;
	list-style-position: outside;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	font-size: 95%;
	padding: 0.5em 0.5em 0.5em 40px;
	text-decoration: none;
}

#leftCell a {
	color:#ff4301;
}

#footer {
	border-top: 1px dotted #7B7B7B;
	clear: both;
	list-style: none;
	margin-top: 24px;
}

#footer li {
	float: right;
	margin-left: 1em;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}