/*******************/
/*** typographie ***/
/*******************/

body { 
  font-size: small;
  line-height: 1.5;
  color: #222; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align:justify;
}

#header h1 {
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: solid 1px;
	}

#header h1 a {
	text-decoration: none;
	}

h1 {
	font-size: 2em;
	}

p {
	margin: 0 0 0.6em 0;
	}

/***********/
/*** ALA ***/
/***********/

#skiplinks,
#navigation,
#footer,
.noprint,
.fuzzylogic {
 	display: none !important;
	}

body,
#content {
 	float: none !important;
 	width: auto !important;
 	margin: 0 !important;
	padding: 0 !important;
	}

html body #main {
	background: none;
	}

a:link,
a:visited {
 	position: static;
	display: inline;
 	font-size: 1em;
	font-weight: normal;
	width: auto;
	height: auto;
 	margin: 0;
	padding: 0;
 	background: none;
	color: #555;
  }

a[href]:after {
  	content: " (" attr(href) ") ";
  	font-size: 90%;
	}

a[href^="/"]:after {
  	content: " (http://www.solidweb.at" attr(href) ") ";
	}

.referenzen dd.img a[href]:after {
  	content: attr(href);
	}
 
#header a[href^="/"]:after,
#seiteimpressum a.email[href]:after,
#seiteimpressum a.url[href]:after,
.referenzen dt a[href]:after,
a.nostyle[href]:after {
	content:"";
	}
 
 a.nostyle {
 	text-decoration: none;
	}
 
/****************/
/*** diverses ***/
/****************/

.moreInfo {
	padding: 5px 0 5px 20px;
	}

/******************/
/*** referenzen ***/
/******************/

.referenzen img {
	background: #FFFFFF;
	padding: 10px;
	margin: 0 15px 20px 0;
	border: 1px #222 solid;
	}

.referenzen {
	float: left; /* set a float to clear a float */
	width: 700px;
	line-height: 1.4em;
	}

.referenzen dl {
	float: left; /* set a float to clear a float */
	width: 700px; /* fix für IE/Mac */
	margin: 20px 0 0 0;
	}

.referenzen dt {
	font-size: 1.5em;
	margin: 5px 0 0.1em 0;
	}

.referenzen dt {
	float: right;
	width: 363px; /* 700 - 300 - 2x10 - 2x1 - 15 */
	}

.referenzen dd {
	margin: 0 0 0 337px; /* 300 + 2x10 + 2x1 + 15 */
	}

.referenzen dd.img {
	margin: 0;
	}

.referenzen dd.img img {
	float: left;
	}

.referenzen ul {
	list-style: square;
	}

.referenzen dt a,
.referenzen dd.img a {
	text-decoration: none;
	}

/****************/
/*** know how ***/
/****************/	

.moreInfo ul.mitstyle {
	 list-style: square;
	 list-style-position:inside;
	 }

.moreInfo {
 	margin-top: 0px !important;
	}

.moreInfoWrapper div {
	height: auto !important;
	}

/****************/
/*** know how ***/
/****************/	

#seitenewsletter #content ul {
	list-style: inside square;
	margin-left: 1em;
	}