/**
* (C) by Matthias Gally 2010,
* Gally Websolutions GmbH, www.gally-websolutions.com
**/
* {
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust: none;
} 
body {
	font-size:100.1%;
}
body, td, pre, address {
    color:#333; 
    font-family:myriad web, arial, sans-serif;
	line-height:16px; /* 16x1.125=18px */

}
pre {
    margin:8px 8px 8px 0px;
}
h1 {
	margin-bottom:4px;
	font-size: 18px;
	color:#333;
}
p {
	margin-bottom:15px;
	text-align:left;
	font-size:13px;
	padding-right:20px;
}
h2 {
	font-size: 15px;
	margin-bottom:12px;
}
h3 {
	font-size: 13px;
	margin-bottom:12px;
}
h4 {
	font-size: 14px;
	margin-bottom:12px;
	color:#ff9900;
}
h5 {
	font-size: 14px;
	padding-bottom:12px;
	border-bottom:#000;
	width:200px;
	margin-bottom:10px;
}
 h4, h5, h6 {
	margin-bottom:10px;
}
ul {
	margin-bottom:18px;
}
ol {
	margin-bottom:18px;
}
ol li {
	margin:0px 0 12px 2px;
	list-style-position:inside;
}
ul li {
	margin:2px 0 12px 2px;
	list-style-position:inside;
	/*background-image: url(../../img/bild.gif);
	background-repeat:no-repeat;*/	   
}
ul li p {
	padding:0px;
	margin:0px;
}
a {
	color:#A59468;
}
a:hover {
	color:#A59468;
}
a:visited {
	color:#A59468;
}
table {

}
th {
	text-align:left;
}
tr, td {
	
}
#content li {
	font-size:13px;
}
#content td {
	font-size:13px;
}
#content td p {
	font-size:13px;
}


td img {
	margin-top:2px;
}
img {

}
a img {
	border:0px;
}
img{
	margin-bottom:15px;
	border:none;
	-moz-box-shadow: 10px 10px 20px #999; 
	-webkit-box-shadow: 10px 10px 20px #999; 
	box-shadow: 10px 10px 20px #999;
	}
img.link{
	margin-bottom:0;
	border:none;
	-moz-box-shadow: 0 0 0; 
	-webkit-box-shadow: 0 0 0;  
	box-shadow: 0 0 0; 
	}

address {
	margin-top:7px;
	line-height:1.5em;
}
.bildabstand-rechts {
	margin-right:40px;
}

/* TinyMCE specific rules */
body.mceContentBody {

}
.mceContentBody li  {
	font-size:13px;
}
/* TinyMCE specific rules */
.mceContentBody a {
   color:#A59468 !important; /* FF requires a important here */
   text-decoration:underline;
}



