body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial,Verdana;
	font-size: 12px;
	text-align: left;
}

a:link,a:visited {
	background-color: inherit;
	color: #FF0000;
	text-decoration: none;
}

a:active,a:hover {
	background-color: inherit;
	color: #FF0000;
	text-decoration: underline;
}

img, div, a, input { behavior: url(template/iepngfix.htc) }

input, textarea, select {
	width:70%;
}

input:hover, input:active, textarea:hover, textarea:active {
	border:1px solid #C02020;
}

img {
	border: 0;
}

h1 {
	font-size:35px;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	font-size:25px;
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
}

#all{
	margin:0 auto;
	width:820px;
	border:1px solid #C02020;
	border-top:10px solid #C02020;
	border-bottom:10px solid #C02020;
}

#header{
	width:100%;
	height:125px;
	background-image:url(../template/Header.png);
}

#navi{
	width:140px;
	float:left;
}

#content{
	height:500px;
	padding:10px;
	width:640px;
	overflow:auto;
	float:right;
}

#footer{
	clear:both;
}

#failed-sent {
	border:1px solid #FF0000;
	padding:2px;
}

.navi-element {
	padding:5px;
	background-color:#C02020;
	margin-bottom:5px;
	height:20px;
}

.subnavi-element {
	padding:5px;
	padding-left:25px;
	background-color:#C02020;
	margin-bottom:5px;
	height:20px;
}

a.navi_link:link, a.navi_link:visited , a.navi_link:active {
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
}
a.navi_link:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

.right, .left {
	padding:2px;
}

#services_hardware {
	width:90%;
	height:100%;
	background-image:url(../pictures/background_hardware.png);
	background-repeat:no-repeat;
	background-position:center 0;
}

#services_networking {
	width:90%;
	height:100%;
	background-image:url(../pictures/background_networking.png);
	background-repeat:no-repeat;
	background-position:center 0;
}

#services_software {
	width:90%;
	height:100%;
	background-image:url(../pictures/background_software.png);
	background-repeat:no-repeat;
	background-position:center 0;
}

#services_webdesign {
	width:90%;
	height:100%;
	background-image:url(../pictures/background_webdesign.png);
	background-repeat:no-repeat;
	background-position:center 0;
}

#services_support {
	width:90%;
	height:100%;
	background-image:url(../pictures/background_support.png);
	background-repeat:no-repeat;
	background-position:center 35px;
}