
html {
	overflow-y: scroll;
}

body, html {
	margin: 0;
   
}

a {
	text-decoration: none;
	color: #e72672;
}

a:hover {
	color: #d20053;
}

body, td {
	font-family: Arial; /*'PT Sans', sans-serif;*/
	font-size: 14px;
	color: #545455;
	line-height: 130%;
}

body {
	background-image: url('/images/background.png');
	background-position: center top;
}


body.mceContentBody { 
   background: #fff; 
   border: 0px solid red;
}

.mceLayout { border: 0px; }

div#main {
	width: 757px;
	margin: auto;
}

div#header {
	width: 757px;
	height: 240px;
	background-image: none;
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
}

a#logo {
	display: block;
	margin: 15px;
	float: left;
	background-image: url('/images/mainlogo.png');
	background-repeat: no-repeat;
	width: 216px;
	height: 59px;
}

div#flags {
	/*margin-top: 20px;
	margin-right: 10px;*/
	padding: 10px 10px 0px 0;
	height: 25px;
	position: absolute;
	right: 14px;
	top: 3px;
}

div#flags img {
	margin-left: 5px;
}

div#topmenuwrapper {
	background-image: url(/images/topmenubg.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 -7px 0 -7px;
}

div#topmenu {
	vertical-align: top;
	position: relative;
	height: 59px;
	padding-left: 15px;
}

div#topmenu a.button, div#topmenu a.button:link, div#topmenu a.button:active,  div#topmenu a.button:visited {
	margin: 0px;
	display: inline-block;
	height: 22px;
	padding: 20px 25px 20px 25px;
	color: #757575;
	background-image: url(/images/topmenu_separator.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	/*background: #e30059;*/

}

div#topmenu a.selected, div#topmenu a.selected:link, div#topmenu a.selected:active,  div#topmenu a.selected:visited{
	color: #e20059;
}


div#topmenu a:hover {
	color: #727272;
}


div#banner {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 60;
    margin-right: -39px;
	float: right;
	margin-left: -7px;
	width: 553px;
	height: 240px;
	/*background-image: url('/images/banner2.png');*/
	background-repeat: no-repeat;
}

div.fooldalBanner {
	right: 0; width: 553px; height: 240px; margin: 0px; /*margin-right: -4px;*/
}

div#shadow {
	width: 963px;
	height: 10px;
	background-image: none;
	background-repeat: no-repeat;
}

div#content, textarea.tinymce {
	/*width: 754px;*/
	padding: 7px 24px 7px 38px;
	min-height: 263px;
	/*background-image: url('/images/content.jpg');*/
	/*background-repeat: no-repeat;*/
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	vertical-align: top;
	/*overflow: hidden;*/
	/*background-color: yellow;*/
	
	background-image: url(/images/contentbg.png);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 -7px 0 -7px;
}

div#footer {
	/*width: 754px;*/
	padding: 58px 20px 22px 14px;
	height: 18px;
	vertical-align: bottom;
	text-align: right;
	
	background-image: url(/images/footerbg.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 -7px 0 -7px;
	
	color: #f0dde5;
	font-weight: bold;
	font-size: 12px;
}

div#footer a { 	color: white;
	font-weight: bold;
	font-size: 12px;
}


div.col {
	float: left;
	width: 223px;
	color: #545455;
	min-height: 90px;
	
	/*margin: 0 15px 0 15px;*/
}

div.col-double {
	float: left;
	width: 480px;
	/*margin-left: 15px;*/
	color: #545455;
	min-height: 90px;
}

div.spacer {
	background-color: #b7b7b7;
	background-image: none; /*url('/images/contentSpacer.jpg');*/
	background-repeat: no-repeat;
	background-position: center center;
	width: 1px;
	margin: 20px 0 0 0; /*15px 0px 15px 15px;*/
	min-height: 240px;
	height: auto;
	float: left;
}

h1, h2, h3, h4, h5 {
	font-family: arial;
	color: #e30059;
	font-weight: bold;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
	border-bottom: 1px solid #e4e4e4;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
	font-weight: normal;
}


div#adminMenu {
  position: fixed;
  left: 20px;
  top:  20px;
  width: 200px;
  background-color: #fafafa;
  border: 1px solid #878787;
  padding: 8px;
}

