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

}
pre {
    margin:8px 8px 8px 0px;
}
h1 {
	width:100%;
	color:#000;
	margin:14px 0 5px 0;
	font-weight: bold;
	font-size:22px;
	padding-bottom: 9px;
	margin-bottom: 20px;
	border-bottom: solid #bebebe 1px;
}
p {
	margin-bottom:15px;
	text-align:left;
	font-size:15px;
	font-weight: normal;

}
h2, h3, 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;
}
#page_content ul li {
	margin:0px 0 2px 0px;
	padding:0 0 0px 18px;
	list-style-position:outside;
	list-style-type:none;
	background-image: url(../img/bullet.jpg);
	background-repeat:no-repeat;	
	line-height:20px; 
  	letter-spacing:1px;
 
}
#page_content ul li p {
	padding:0px;
	margin:0px;
}
a {
	color:#1EA4E3;
}
a:hover {
	color:#1EA4E3;
}
a:visited {
	color:#1EA4E3;
}
a img {
	border:0;
}
a:focus { 
	outline: none; 
}
table {
	border-collapse: collapse;
}
th {
	text-align:left;
}
tr, td {
	
}
td, #page_content li {
	font-size:12px;
}
#page_content td {
	font-size:1em;
}
td img {
	margin-top:3px;
}
img {

}
address {
	margin-top:7px;
	line-height:1.5em;
}
.bildabstand-rechts {
	margin-right:20px;
}
.bildabstand-links {
	padding-left:15px;
}

.zeilenabstand-gross {
	line-height:1.25em; /* 16x1.125=18px */
}

/* TinyMCE specific rules */
body.mcecontentBody {

}
/* TinyMCE specific rules */
.mcecontentBody li  {
	margin:0px 0 2px 0px;
	padding:0 0 0px 18px;
	list-style-position:outside;
	list-style-type:none;
	background-image: url(../img/bullet.jpg);
	background-repeat:no-repeat;	
	line-height:20px; 
  	letter-spacing:1px;
	font-size:12px;
}
.mcecontentBody a {
   color:#1EA4E3 !important; /* FF requires a important here */
   text-decoration:underline;
}



hr {
	margin-top:20px;
	margin-bottom:20px;
}
