/*
	color-definitions
	blue	#36f
	lgray	#e8e8e8	
	typo	#555 
*/

* { 
	padding: 0;
	margin: 0;
}

body { 
	font: 9pt verdana, arial, sans-serif;
	font-color: #555;
	background: #fff;
}

h1 { 
	font-size: 11pt;
	font-weight: bold;
	color: #36f;
	text-decoration: none;
	margin-bottom: 4px;
}

a, a:visited {
	color: #555;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:active {
	color: #36f;
}

#site {
	width: 902px;
	margin: 0 auto 0 auto;
	text-align:left;
	background: #fff;
}

div#left {
	float: left;
	width: 600px;
	border-top: #555 20px solid;
	border-right: 2px;
}
div#right {
	float: right;
	width: 300px;
	border-top: #555 20px solid;
}

div#header {
	height: 100px;
	padding-left: 88px;
	background: url(images/logo.jpg) no-repeat 20px top;
}
div#header h1 {
	padding-top: 58px;
	font-weight: bold;
	color: #36f;	
}

div#image {
	height: 150px;
	border-top: #fff 2px solid;
}

div#contact {
	height: 150px;
	border-top: #fff 2px solid;	
	text-align: right;
	line-height: 16px;	
	padding-right: 16px;
	background-color: #36f;
}
div#contact p {
	color: #fff;
	padding-bottom: 8px;
}
div#contact a, div#contact a:visited {
	color: #fff;
	text-decoration: none;
}
div#contact a:hover {
	text-decoration: underline;
}

div#content {
	width: 504px;
	height: 302px;
	border-top: #fff 2px solid;
	background-color: #e8e8e8;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	padding: 32px 48px 16px 48px;
	background: #e8e8e8 url(images/bg_content.jpg) no-repeat right bottom;
}
div#content h1 { 
	font-size: 11pt;
	font-weight: bold;
	color: #36f;
	margin-bottom: 16px;
}
.h1_partner { 
	font-size: 11pt;
	font-weight: bold;
	color: #36f;
}
.p_partner { 
	font-size: 9pt;
	font-weight: normal;
	color: #555555;
}

div#content p {
	line-height: 16px;
	padding-bottom: 16px;
}
.highlighted { 
	font-weight: bold;
	color: #36f;
}
div#content a, div#content a:visited {
	color: #36f;
	font-weight: normal;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline; 	
}
div#content ul {
	list-style: disc;
	margin-left: 16px;
}
div#content ul li {
	padding-left: 4px;
}
div#content td {
	font: 7pt verdana, arial, sans-serif;
	font-color: #555;
	height: 10px;
	vertical-align: top;
}

label, input, textarea, select {
	font: 8pt verdana, arial, sans-serif;
	font-color: #555;
}

div#navi {
	height: 318px;
	border-top: #fff 2px solid;
	background-color: #e8e8e8;
	padding-top: 32px;
	padding-left: 24px;
}
div#navi ul {
	list-style: none;
	border: 0;
	text-align: left;
	line-height: 24px;
}
div#navi ul li a {
	padding-left: 24px;
	background: url(images/0.jpg) no-repeat left top;
}

div#footer {
	clear: both;
	height: 12px;
	padding-left: 632px;
	padding-top: 4px;
}
div#footer p {
	font: 7pt verdana, arial, sans-serif;
	font-color: #333;
}
div#footer a {
	color: #36f;
}
div#footer a:hover {
	text-decoration: underline; 	
}


body#home .home a,
body#rootserver .rootserver a,
body#hosting .hosting a,
body#wartung .wartung a,
body#consulting .consulting a,
body#software .software a,
body#webdesign .webdesign a,
body#impressum .impressum a,
body#kontakt .kontakt a
{
	color: #36f;
	background: url(images/1.jpg) no-repeat left top;
}