/**
* (C) by Matthias Gally 2010,
* Gally Websolutions GmbH, www.gally-websolutions.com
**/
* {
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust: none;
} 
@font-face {
    font-family: 'syntaxroman';
    src: url('../font/syntax/2E8C25_0_0.eot');
    src: url('../font/syntax/2E8C25_0_0.eot?#iefix') format('embedded-opentype'),
         url('../font/syntax/2E8C25_0_0.woff') format('woff'),
		 url('../font/syntax/2E8C25_0_0.woff2') format('woff2'),
         url('../font/syntax/2E8C25_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'syntaxromanbold';
    src: url('../font/syntax/2E8C25_1_0.eot');
    src: url('../font/syntax/2E8C25_1_0.eot?#iefix') format('embedded-opentype'),
         url('../font/syntax/2E8C25_1_0.woff') format('woff'),
		 url('../font/syntax/2E8C25_1_0.woff2') format('woff2'),
         url('../font/syntax/2E8C25_1_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'syntaxromanitalic';
    src: url('../font/syntax/2E8C25_2_0.eot');
    src: url('../font/syntax/2E8C25_2_0.eot?#iefix') format('embedded-opentype'),
         url('../font/syntax/2E8C25_2_0.woff') format('woff'),
		 url('../font/syntax/2E8C25_2_0.woff2') format('woff2'),
         url('../font/syntax/2E8C25_2_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body, td, pre, address {
	color: #162983;
    font-family: 'syntaxroman', 'myriad web', sans-serif;
    font-size: 14px;
    line-height: 1.5;

}
pre {
    margin:8px 8px 8px 0px;
}
h1 {
	font-family: 'syntaxroman', 'myriad web';
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	margin-bottom:14px;
	font-size: 24px; /* 16x1.25=20px */
	text-transform:uppercase;
}
p {
	margin-bottom:15px;
	text-align:left;
	/*padding-right:20px;*/
	font-size:14px;
}
h2 {
	font-family: 'syntaxroman', 'montserratbold';
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	font-size:25px;
}
h3, h4, h5, h6 {
	margin-bottom:10px;
	font-family: 'syntaxroman', 'montserratbold';
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
}
ul {
	margin-bottom:18px;
}
ol {
	margin-bottom:18px;
}
ol li {
	margin:0px 0 12px 2px;
	list-style-position:outside;
}
ul li {
	margin:0px 0 2px 2px;
	list-style-position:outside;
	/*background-image: url(../../img/bild.gif);
	background-repeat:no-repeat;*/	   
}
ul li p {
	padding:0px;
	margin:0px;
}
a {
	color: #37B4AA;
}
a:hover {
	color:#942985;
}
a img {
	border:0;
}
table {
	max-width:100%;
}
th {
	text-align:left;
}
tr, td {
	
}
td, #content li {
}
#content td {
}
td img {
	margin-top:3px;
}
/* Damit Bildergalerie Fullscreen klappt hier #content verwenden und nicht direkt img */
#content ul li  img{
	max-width:100% !important;
	height:auto !important;
}
address {
	margin-top:7px;
	line-height:1.5em;
}
.bildabstand-rechts {
	margin-right:20px;
}
.zeilenabstand-gross {
	line-height:1.25em; /* 16x1.125=18px */
}

/* TinyMCE specific rules */
body.mce-content-body  {

}
/* TinyMCE specific rules */
.mce-content-body  li  {
	margin:0px 0 2px 15px;
	list-style-position:outside;

}
.mce-content-body  a {
   color:#999 !important; /* FF requires a important here */
   text-decoration:underline;
}


b, strong{
	font-family: 'syntaxromanbold';
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	}
	

i{
	font-family: 'syntaxromanitalic';
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	}
	
p{
	font-weight: normal;
    font-style: normal;
	font-variant:normal;
	}

.show {
	display:block!important;
}


.chkboxgrp{
	font-size:12px;
	float:left;
	margin: 0 0 0 10px;
}
