/* Start of CMSMS style sheet 'Edithstein standard' */
html, body { height: 100%; /*overflow-x: hidden; overflow-y: auto;*/}

body {
	
	color: #444;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	/*line-height: 1.6em;	*/
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	word-spacing: 0.05em;
}

a { color: #006699; text-decoration: none; }
a:link { color: #006699; text-decoration: none; }
a:hover { color: #ff9900; text-decoration: none; }
a:visied { color: #006699; text-decoration: none; }
a:visited:hover { color: #ff9900; text-decoration: none; }

p {
	margin: 0px;
	padding-bottom: 10px;
}


h1.title{
	background: url(uploads/site/images/layout/bg_h1.png) top right repeat-y;
	color: #fff;
display: block;
	font-size: 102%;
	font-weight: bold;
float: right;
	height: 20px;
margin-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	width: 900px
}

img{
	border: 2;
}

textarea{
	width: 900px;
}

table{
  border: 0;
}
td{
  border: 0;
}
/* End of 'Edithstein standard' */

