/* ====== Common styles for site and tinyMCE ========================= */

/* reset all, and set common styles */
body,div,span,hr,img,ul,li,p,h1,h2,h3,h4,h5,h6,h7,a {
	margin:0px;
	padding:0px;
	border:none;
	background:transparent;
	color:#454544;
	font-size:12px;
	letter-spacing:.01em;
  font-family: Geneva,Arial,Helvetica,sans-serif;
}

/* set specifics */
p,h1,h2,h3,h4,h5,h6,h7 	{ padding-bottom:1em; }

td											{ vertical-align: top}

h1											{ font-weight:bold; color:#930252; font-size:18px; letter-spacing:.1em; }
h2								 			{ margin:0px 0px 5px 0px;padding:0px;color:#930252;}

a, a:visited 						{ text-decoration:none;color:#930252; }
a:hover,
a:active,
a.current,
a.current:visited 			{ text-decoration:underline; color:#930252; }

li {margin-left:15px;}

img {	margin:0px;}

hr, .hr {
	width: 100%;
	height:1px;
	background-color:#CCC;
	margin:10px 0px;
	}

/* === Common styles, also used in styles dropdown of tinyMCE ========= */


/* === Common styles, not used in tinyMCE ============================= */

.small 					{ font-size:.85em; }
.rechts					{ float:right;}

/* ============== tinyMCE specific styles, only for admin ============ */
body#tinymce			{ margin:4px; }
#tinymce a 				{ text-decoration: underline; }

