body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }

body
{
	font-size: 12px;
	line-height: 20px;
    font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
    color: #000;
	background: #ededed url(images_frontpage/background.png) repeat-x top;
	behavior: url("csshover.htc");
}

a
{
	color:#ff9900;
	
}

a:hover
{
	color:#ff9900;
}

.center
{
	margin:0 auto;
	position:relative;
	padding-left: 20px;
	padding-right: 20px;
	width:940px;
}

.clear
{
	clear: both;
}

h1
{
	font-size: 25px;
	color: #fff;
	font-weight: normal;
	margin-top: 35px;
}

#header
{
	height: 200px;
}

	#header .logo
	{
			padding-top: 30px;
			float: left;
			width: 170px;
	}

#frontpage .center
{
	background: url(images_frontpage/frontpage.png) no-repeat;
	height: 520px;
}

.block
{
	width: 274px;
	height: 219px;
	padding: 13px;
	float: left;
	margin: 0 20px 20px 0;
}

.block ul
{
	list-style:none;
	margin-top: 10px;
	margin-left: -5px;
}

.block ul li
{
	float:left;
	list-style-type:none;
	padding:1px 3px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.60;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60; 
	
}

.block ul li:hover
{
	background-color: #fff;	
}


.block:hover ul li
{
	opacity: 1.00;
    filter: alpha(opacity=100);
    -moz-opacity: 1.00; 
}


.block a
{
	color: #000;
}

.block p
{
	margin-top: 30px;
	color: #fff;
	clear: both;
}

#column1 p, #column2 p
{
	color: #f4d1be;
}

#column4 p
{
	color: #d5b8e6;
}

#column5 p
{
	color: #d3d3e8;
}

#column6 p
{
	color: #f0c3dd;
}

.block .content2
{
	display: none;
}

.block:hover .content1
{
	display: none;
}

.block:hover .content2
{
	display: block
}

.last
{
	margin-right: 0;
}

#footer
{
	margin: 20px 0;
}

ul.nav
{
	list-style:none;
	margin: 0;
	padding: 10px 0 0;
}

ul.nav li
{
	float:right;
	list-style-type:none;
	padding:0;
}

ul.nav li a
{
	background:url(images_frontpage/menu.png) no-repeat;
	display:block;
	outline:none;
	height:30px;
	width:110px;
	color: #333;
	font-weight: bold;
	padding-top: 45px;
	text-align: center;
}

ul.nav li a:hover
{
	background:url(images_frontpage/menu_hover.png) no-repeat;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
   padding: 10px;
}
