@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#555555;	
}

/* TinyMCE specific rules */
body.mceContentBody {
   	background: #FFF;	
	width:580px; /* damit inhalte im cms die gleichen zeilenumbrüche haben wie im frontend muss hier die genaue content-breite gesetzt werden */
	overflow-x: hidden; /* damit im tinymce keine horizontale scrollbar auftauchen kann */
}

body.mceContentBody p, body.mceContentBody ul, body.mceContentBody ol {
	font-size:12px;
}

img {
	padding:2px;
	border:1px #CCCCCC solid;
	margin-bottom:20px;
}

ul, ol {
	margin:18px 0px 18px 0px;
}

li {
	margin-left:25px;
	padding-left:10px;
}






a, a:link, a:visited {
	color:#1e9426;
	text-decoration:none;
}

a:hover, a:active {
	color:#1e9426;
	text-decoration:underline;
}

p{
	margin: 9px 0px 18px 0px;;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	margin:27px 0px 18px 0px;
	padding:0px;
	color:#1e9426;
    font-weight: normal;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	color:#1e9426;
	margin:18px 0px 9px 0px;
	padding:0px;
	font-weight: normal;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	margin:18px 0px 9px 0px;
	padding:0px;
	font-weight: normal;
	color:#1e9426;
}

code {
	margin: 15px; 	
	padding: 9px 20px 9px 20px;  	
	text-align: left;
	display: block;
	overflow: auto;  
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;  
	border-left: 2px solid #1e9426;  
}

acronym, abbr {
	cursor: help;
}

blockquote {
	margin: 15px; 	
	padding: 9px 20px 9px 20px;  	
	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 2px solid #1e9426;  
	font: bold 1.2em/1.5em "Times New Roman", Times, serif;
	color: #666666;	
}

/* start - table */
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #1e9426;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #1e9426;
}


/* end - table */

hr {
	height:0px;
	border:0px;
	border-bottom:1px #D4D4D4 dashed;
	background-color:transparent;
	margin:0px;
}

/* form elements */
form {
	margin:10px 15px 10px 15px; 
	padding: 5px 20px 20px 20px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 	
	border:1px solid #dddddd;
}


label {
	display:block;
	margin:5px 0;
	
}
input {
	padding: 2px;
	border:1px solid #dddddd;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	width:250px;
	color:#1e9426;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
textarea {
	width:500px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #dddddd;
	height:100px;
	display:block;
	color:#1e9426;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}


/* plycehoder Style */
*::-webkit-input-placeholder {
    color:    #999;
}
*:-moz-placeholder {
    color:    #999;
}




/* alle style classen in diesem file werden im tinymce als formatvorlagen angeboten. bsp: .hervorheben*/
.hervorheben {
	background-color:#FF0;
}

.bildabstand-links {
	margin-left:20px;
}

.bildabstand-rechts {
	margin-right:20px;
}