/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #551001; text-decoration:none;}
a:hover {color: #06C;}

body {
	background: #551001 url('img/body.jpg') no-repeat center top;
	color: #444;
	font : 74% arial, verdana, tahoma, "Trebuchet MS", sans-serif;
	padding-top: 64px;
}

p,code {padding-bottom: 1.2em;}


h1 {font: normal 5em Monotype Corsiva,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}
h1 {padding-top: 6px; color: #690102; margin-bottom: 4px;}
/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1em;
	margin: 0 auto;
	padding: 10px;
	width: 520px;
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #222 url('img/header.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: left;
}

.header title {
	margin-top: 90;
	}

/* path */
.path {
	background: #821d07;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}

/*Webdesign */
.webdesign
{
	display:none;
	text-align:center;
}
.web_design
{
	font-style: normal;
}
.outsourcing
{
	font-style: normal;
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
	font-size:14px;

}
.main ul {
	padding-bottom: 1.2em;
	list-style-position: inside;
	}

.main li {
	list-style-type: bullet; margin-top: 5px;
	}

/* navigation */
.navigation {
	float: left;
	width: 210px;
	font-size: 12px;
	padding: 8px 0 8px;

	border: 1px color: #000000;
}

.navigation a {
	display: block;
}
.navigation li {
	list-style-type: none;
	position: relative;
	font-size: 14px;
	display: block;
	padding: 8px 0 8px 5%;
	margin: 0;
	text-decoration: none;
	width: 95%;
}
.navigation li {
	list-style-type: none;
	background: #F0F0EB;
	}

/* footer */


#wrap { padding: 10px 10px 3px 10px; width: 760px; margin:20px auto; background: #fff;}
#left { float: left; width: 200px; background: #FFD8AF; border: 1px dotted #FF8B1E;}
#left p { padding: 5px 10px 10px 10px; margin: 0; }
#right { margin-bottom: 10px; float: right; width: 530px; padding: 0 10px 10px 10px; margin-top: 5px;}
	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #FF8B1E; padding: 10px 5px; }