/*

contents

0. ... html, body
1. ... general element styles
2. ... general class styles
3. ... id styles (top-down)
3.1 ... header
3.2 ... content
3.2.1 ... highlight boxes
3.2.2 ... content
3.2.3 ... sidebar
3.3 ... footer
4. ... special

code: Morjo

*/

*	{
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	margin-bottom:1px;
	font-size:101%;
}

body {
	background-color:#d1dae1;
	color:#444;
	font-family:Helvetica,Arial,sans-serif;
	text-align:center;
	line-height:20px;
	font-size:13px;
}


/* 1. general element styles */

a {
	color:#5e78a4;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#183e7c;
}

abbr {
	border-bottom:1px dashed #183e7c;
	cursor:help;
}

h2 {
	margin-top:25px;
	font-size:120%;
	color:#183e7c;
}

h2 a {
	color:#183e7c;	
}

h3 {
	width:420px;
	margin:15px 0 5px;
	padding:10px;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:115%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
}

h4 {
	font-size:120%;
}

ul {
	list-style-type:none;
}


/* 2. ... general class styles */

div.wrapper {
	width:770px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.col-mini {
	float:left;
	width:50px;
}

.subtitle {
	font-size:90%;
}


/* 3. ... id styles (top-down) */

/* 3.1 ... header */

ul#menu {
	width:770px;
	height:40px;
	position:relative;
	line-height:0px;
}

ul#menu li a {
	height:40px;
	position:absolute;
	top:0;
	display:block;
	text-indent:-9999px;
}

ul#menu li.logo a {
	left:0;
	width:471px;
	background:url(../images/sprite.gif) no-repeat 0 -10px;
}

ul#menu li.logo a.active {
	background-position:0 -130px;
}

ul#menu li.logo a:hover {
	background-position:0 -70px;
}

ul#menu li.leistungen a {
	left:471px;
	width:99px;
	background:url(../images/sprite.gif) no-repeat -471px -10px;
}

ul#menu li.leistungen a.active {
	background-position:-471px -130px;
}

ul#menu li.leistungen a:hover {
	background-position:-471px -70px;
}

ul#menu li.referenzen a {
	left:570px;
	width:103px;
	background:url(../images/sprite.gif) no-repeat -570px -10px;
}

ul#menu li.referenzen a.active {
	background-position:-570px -130px;
}

ul#menu li.referenzen a:hover {
	background-position:-570px -70px;
}

ul#menu li.kontakt a {
	left:673px;
	width:97px;
	background:url(../images/sprite.gif) no-repeat -673px -10px;
}

ul#menu li.kontakt a.active {
	background-position:-673px -130px;
}

ul#menu li.kontakt a:hover {
	background-position:-673px -70px;
}


/* 3.2 ... content */

div#content {
	width:770px;
	position:relative;
	text-align:left;
	background:url(../images/content-bg.gif);
}

div#content div img {
	padding:10px;
}

div#content div p,
div#content div dl,
div#content div div {
	margin:15px 0 0;
}

div#content div a img {
	background-color:#eee;
	border:1px solid #ccc;
}

div#content div a:hover img {
	background-color:#e5e5e5;
	border:1px solid #999;
}


/* 3.2.1 ... content header */

div#content div#content-header {
	display:block;
	width:770px;
	background-image:url(../images/content-bg-h1.gif);
}

div#content div#content-header h1 {
	padding:27px 30px 13px;
	line-height:20px;
	font-size:17px;
	color:#183e7c;
}


/* 3.2.2 ... content without columns */

div#content div#col0 {
	float:left;
	padding:15px 30px;
}

div#content div#col0 div.referenz  {
	text-align:center;
	float:left;
	width:266.66px;
}


/* 3.2.3 ... content - column 1 */

div#content div#col1 {
	float:left;
	padding:0 30px;
	width:440px;
	text-align:justify;
}

div#content div#col1 ul {
	margin:10px 0 0;
}

div#content div#col1 ul li {
	line-height:25px;
	margin-left:15px;
	padding-left:1.286em;
	background:url(/images/li.gif) no-repeat left center;
}

div#content div#col1 dd {
	margin-left:30px;
	margin-bottom:15px;
}



/* 3.2.4 ... content - column 2 */

div#content div#col2 {
	margin-left:500px;
}

div#content div#col2 div.highlight-head {
	background: transparent url(/images/highlight-head.gif) no-repeat scroll top left;
	width:230px;
	height:10px;
	margin:15px 0 0;
}

div#content div#col2 div.highlight {
	background-color:#eee;
	width:210px;
	padding:0 10px;
	margin:0;
	text-align:justify;
}

div#content div#col2 div.highlight-foot {
	background: transparent url(/images/highlight-foot.gif) no-repeat scroll top left;
	width:230px;
	height:10px;
	margin:0;
}

div#content div#col2 h4 {
	margin: 15px 0 10px 0px;
	padding:0 35px;
}

div#content div#col2 ul#menu-leistungen {
	width:230px;
	padding-left:0;
	position:relative;
}

div#content div#col2 ul#menu-leistungen li a {
	height:30px;
	position:relative;
	display:block;
	padding-left:35px;
	padding-top:6px;
}

div#content div#col2 ul#menu-leistungen li.webdesign a {
	background:url(../images/sprite.gif) no-repeat -780px -10px;
}

div#content div#col2 ul#menu-leistungen li.webdesign a.active {
	background-position:-780px -130px;
}

div#content div#col2 ul#menu-leistungen li.webdesign a:hover {
	background-position:-780px -70px;
}

div#content div#col2 ul#menu-leistungen li.webdesign a.active:hover {
	background-position:-780px -130px;
}

div#content div#col2 ul#menu-leistungen li.content-management-system a {
	background:url(../images/sprite.gif) no-repeat -1030px -10px;
}

div#content div#col2 ul#menu-leistungen li.content-management-system a.active {
	background-position:-1030px -130px;
}

div#content div#col2 ul#menu-leistungen li.content-management-system a:hover {
	background-position:-1030px -70px;
}

div#content div#col2 ul#menu-leistungen li.content-management-system a.active:hover {
	background-position:-1030px -130px;
}

div#content div#col2 ul#menu-leistungen li.hosting-und-domains a {
	background:url(../images/sprite.gif) no-repeat -1280px -10px;
}

div#content div#col2 ul#menu-leistungen li.hosting-und-domains a.active {
	background-position:-1280px -130px;
}

div#content div#col2 ul#menu-leistungen li.hosting-und-domains a:hover {
	background-position:-1280px -70px;
}

div#content div#col2 ul#menu-leistungen li.hosting-und-domains a.active:hover {
	background-position:-1280px -130px;
}

div#content div#col2 ul#menu-leistungen li.online-marketing a {
	background:url(../images/sprite.gif) no-repeat -1530px -10px;
}

div#content div#col2 ul#menu-leistungen li.online-marketing a.active {
	background-position:-1530px -130px;
}

div#content div#col2 ul#menu-leistungen li.online-marketing a:hover {
	background-position:-1530px -70px;
}

div#content div#col2 ul#menu-leistungen li.online-marketing a.active:hover {
	background-position:-1530px -130px;
}

div#content div#col2 ul#menu-leistungen li.besucheranalyse a {
	background:url(../images/sprite.gif) no-repeat -1780px -10px;
}

div#content div#col2 ul#menu-leistungen li.besucheranalyse a.active {
	background-position:-1780px -130px;
}

div#content div#col2 ul#menu-leistungen li.besucheranalyse a:hover {
	background-position:-1780px -70px;
}

div#content div#col2 ul#menu-leistungen li.besucheranalyse a.active:hover {
	background-position:-1780px -130px;
}

div#content div#col2 ul#menu-leistungen li.website-check a {
	background:url(../images/sprite.gif) no-repeat -2030px -10px;
}

div#content div#col2 ul#menu-leistungen li.website-check a.active {
	background-position:-2030px -130px;
}

div#content div#col2 ul#menu-leistungen li.website-check a:hover {
	background-position:-2030px -70px;
}

div#content div#col2 ul#menu-leistungen li.website-check a.active:hover {
	background-position:-2030px -130px;
}

div#content div#col2 ul#menu-leistungen li.website-betreuung a {
	background:url(../images/sprite.gif) no-repeat -2280px -10px;
}

div#content div#col2 ul#menu-leistungen li.website-betreuung a.active {
	background-position:-2280px -130px;
}

div#content div#col2 ul#menu-leistungen li.website-betreuung a:hover {
	background-position:-2280px -70px;
}

div#content div#col2 ul#menu-leistungen li.website-betreuung a.active:hover {
	background-position:-2280px -130px;
}

div#content div#col2 ul#menu-leistungen li.support a {
	background:url(../images/sprite.gif) no-repeat -2530px -10px;
}

div#content div#col2 ul#menu-leistungen li.support a.active {
	background-position:-2530px -130px;
}

div#content div#col2 ul#menu-leistungen li.support a:hover {
	background-position:-2530px -70px;
}

div#content div#col2 ul#menu-leistungen li.support a.active:hover {
	background-position:-2530px -130px;
}

div#content div#col2 p {
	width:230px;
	text-align:justify;
}


/* 3.2.5 ... content - footer */

div#content div#content-footer {
	width:770px;
	height:30px;
	clear:both;
	background-image:url(../images/content-bg-footer.gif);
}


/* 3.3 ... footer */

div#footer {
	font-size:10px;
}

div#footer ul li {
	display:inline;
	padding:0 3px;
}


/* 4. ... special */