body {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	/*font-size: 0.9em;*/
  	color: #333;
	background: #fff;     
        height:101%;
	/*overflow: -moz-scrollbars-vertical;*/
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #36213c;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a img {border:0;}       

a img:hover {    
       opacity:0.60;  filter:alfa(opacity=60);
}

/* ------------------------------------------------ */
/* h1, h2, h3, h4, h5, h6,  strong {color: #36213c;}*/

p {
  margin: 0px 0 2px 0; 
  line-height: 180%;  
  -webkit-hyphens: auto;      /*manual*/
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

small { font-size: 12px;}



.columleft { float:left; clear:both; text-align:left; width:48%;}
.columrightt { float:right; text-align:left; width:48%;}


h1 {
        font-family: 'Exo 2', sans-serif;
	margin:5px 0 5px 0;
	font-size: 34px;
	letter-spacing:0.02em;
	font-weight: 700;
        /* font-style:italic;        /* google-font 700 = bold, 500 = halbfett, 400 = normal*/
        line-height:140%;
	color:rgb(62,114,54);  /*gruen*/
	text-shadow: 4px 4px 6px #aaa;
}

h2 {    font-family: 'Exo 2', sans-serif;
	margin:8px 0 4px 0;
	font-size: 18px;     /* 16*/
	font-weight:500;
	font-style:italic;
	line-height:130%;
	letter-spacing:0.04em;
        color:#000;
}

h3 {    font-family: 'Exo 2', sans-serif;
        margin:5px 0 4px 0;
	font-size: 16px;
	font-weight:500;
	font-style:italic;
	line-height:130%;
        letter-spacing:0.04em;
        color:rgb(44,72,38);
        letter-spacing:0.04em;
}

h4 {	font-family: 'Exo 2', sans-serif;
        /* font-family: 'Open Sans Condensed', sans-serif; */
	margin:10px 0 4px 0;
	font-size: 14px;
	font-weight: 500;
	font-style:italic;
	letter-spacing:0.04em;
	line-height:130%;
        color:#000;
	
}

h5 {
	margin:10px 0 0 0;	
	font-size: 0.9em;	
}

h6 {
	margin:3px 0 0 0;	
	font-size: 0.75em;	
}


form {margin: 0;}

hr {
	margin: 5px 0px 5px 0px;
	color: #5a3b63;
	border: 0;
	border-top: 1px dotted #5a3b63;
	height: 1px;
}



ul li {	
	padding-bottom: 0px;
	list-style: url(img/lipu.gif);
			
} 

ul {	
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;

}

ol {
	
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;		
}


blockquote{
	background-color:#ccbfd0;
	padding: 3px;
	border-left: 2px solid #ccbfd0;
	margin: 3px 0 20px 0;
}

pre, .code {
	color: #4b4b4b;
	padding: 6px 0 20px 6px;
	border-top: 1px solid #ccbfd0;
	border-right: 1px solid #ccbfd0;
	border-bottom: 1px solid #ccbfd0;
	border-left: 6px solid #ccbfd0;
	background-color: #ffffff;
	margin: 3px 0 20px 0;
	
	font-size:1em;	
	overflow:auto; 
	line-height:2.2em;	
}

address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #ccbfd0;
	font-style: normal;
	font-weight: bold;
	}


/*-----------------------------------------------------------------*/

table {border-collapse:collapse; border:0;}


abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box {width:450px; border: 1px solid #cc3; background-color:#F9F8E2; padding:4px;}








