@charset "UTF-8";
/* CSS Document */

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, address {
	margin:0;
	padding:0;
}
ul, li {
	list-style-type:none;
}
img {
	border: none;
}
/* global */
body {
	color: #000;
	font: 75%/1.5em "Myriad Pro", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	background: url(../images/bg-all.jpg) repeat-x top;
}
html>body {
/*	font-size: 12px;*/
}
a:link, a:visited {
	margin: 2.25em 0 0.75em 0;
	color: #444;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
}
a:hover {
	color: #ce301b;
}
a:focus {
	outline: none;
}
/* */
a.link-gray:link, a.link-gray:visited {
	margin: 2.25em 0 0.75em 0;
	color: #888;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
}
a.link-gray:hover {
	color: #ce301b;
}
a.link-gray:focus {
	outline: none;
}
/* */
a.textlink {
	border-bottom: 1px dotted #999;
	color:#0066CC
}
a.textlink:hover {
color:#CC0000}
p, address {
	margin: 1em 0 0.75em 0;
	font-size: 1em;
	line-height: 1.5em;
}
address {
	font-style: normal;
}
h2, h3, h4 {
	clear: both;
	font-weight: normal;
}
h1{
font-size: 1em;
	line-height: 1em;}
h1 a {
	position: absolute;
	top:56px;
	width: 263px;
	height: 28px;
	background: url(../images/all-logo.gif) no-repeat 0 0;
}
h1 span {
	visibility:hidden;
}
h2 {
margin-top:5px;
	font-size: 1.8em;
	line-height: 0.75em;/*text-transform: uppercase;*/
}
h3 {
	margin: 1.6875em 0 0.5625em 0;
	font-size: 1.3333em;
	line-height: 1.125em;
}
h4 {
	margin: 1.9286em 0 0.6429em 0;
	font-size: 1.1667em;
	line-height: 1.2857em;
	color:#CC0000;
}
h5 {
	margin: 10px 0 0 0;
	font-size: 1.1em;
	line-height: 1.2857em;
	color: #006699;
	font-weight:normal
}
abbr {
	cursor: help;
}
/* structure */
#wrapper {
	position: relative;
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height:93px;
	position:relative;
	margin-top:26px;
	background-image:url(../images/bg-head.jpg);
	background-repeat:no-repeat;
}
#footer {
	height:45px;
	position:relative;
	background-image: url(../images/bg-footer.jpg);
	background-repeat:no-repeat;
	float:left;
	width:850px;
	color:#444444;
}
#textbody {
background:#FFFFFF;
position:relative;
margin:0px;
float:left;
width:849px;}

#testo {
float:right;
width:550px;
margin:20px;
margin-left:0px;
}

#testo p {
font-size:1.1em}

#sx {
float:left;
width:240px;}
/* menu */
#nav {
float:left;
width:240px;
background: url(../images/bg-menu.jpg) repeat-y;
margin:20px;
margin-right:0px;

}
#nav {
	list-style: none;
}
#nav li {
	margin-left: 25px;
}
#nav li a {
	font-size: 1.1667em;
	line-height: 39px;
	color:#666666;
}
#nav li a.blog {
	color:#bbbbbb;
}
#nav li a:hover {
	background: url("../img/b_nav_li.gif") no-repeat 50% 100%;
	color: #ce301b;
}
#startseite #nav li#s a, #referenzen #nav li#r a, #person #nav li#p a, #tools #nav li#t a, #kontakt #nav li#k a {
	background: url("../img/b_nav_li.gif") no-repeat 50% 100%;
	color: #ce301b;
}

.tabella td{
padding:5px;
}
.tabella {
border:solid 1px #CCCCCC;}