/* Global reset, thanks to Yahoo! */

html {
	height:100%
}

body {
	min-width: 972px; 
	margin: 0px;
	padding: 0px;
}

#flashcontent {
		height: 100%;
}

html body {
	font: 62.5%/1.4em Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

html>body {
	font: 62.5%/1.4em Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { 
	margin:0;padding:0;
}

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

fieldset,img {
	border:0;
}

ol,ul {
	list-style:none;
}

caption,th { 
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

q:before,q:after {
	content:'';
}









/* General */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

#wrapper {
	width: 960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

#header {
	height: 215px;
}

#header #logo {
	position: absolute;
	top: 70px;
}

#header #flash {
	position: absolute;
	top: 0px;
	left: 220px;
	background-image: url(../images/headerback.gif);
	width: 660px;
	height: 215px;
	background-repeat: no-repeat;
	background-position: left top;
}

#header #language {
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: right;
}

#content {
	position: relative;
	padding-top: 40px;
	width: 960px;
	background-image: url(../images/bubblebottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#content #news {
	float: left;
	margin-top: 40px;
	margin-right: 40px;
	width: 260px;
}

#content #navigation {
	float: left;
	margin-top: 150px;
	margin-right: 20px;
	width: 150px;
}

#content #maincontent {
	float: left;
	margin-top: 40px;
	width: 490px;
}

#content #maincontent ul {
	padding-bottom: 10px;
}

#content #maincontent li, #content #maincontent li a, #content #maincontent li a:visited {
	font-size: 1.1em;
	list-style-type: none;
}

#content #maincontent a, #content #maincontent a:visited {
	color: #EC008B;
	text-decoration: underline;
	}

#content #maincontent a:hover {
	color: #000000;
	text-decoration: none
	}

#footer {
	width: 960px;
	position: relative;
	margin-top: 30px;
	padding-bottom: 0px;
	float: left;
	clear: left;
	height: 75px;
}

#footer #contacts {
	width: 250px;
	margin-right: 210px;
	float: left;
	background-image: url(../images/footer.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 11px;
}

#footer #contacts ul {
	display: block;
}

#footer #contacts li {
	float: left;
	padding-right: 20px;
}

#footer #gototop {
	width: 410px;
	float: left;
	padding-top: 27px;
}

#footer #iventica {
	width: 80px;
	float: left;
	text-align: right;
	padding-top: 20px;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #000000;
	text-decoration: none;	
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 30px;
	text-align: right;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #EC008C;
	text-decoration: none;	
	font-weight: normal;
	padding-bottom: 15px;
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666666;
	text-decoration: none;	
	font-weight: normal;
}

#news p {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: justify;
}

#news .date {
	color: #999999;
}

#maincontent p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-bottom: 15px;
}

#navigation ul {
	margin-top: 0px;
}

#navigation ul ul {
	margin-top: 20px;
}

#navigation li {
	height: 24px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-left: 10px;
}

#navigation li a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #000000;
	text-decoration: none;	
	font-weight: normal;
}

#navigation li a:hover {
	color: #EC008C;
}

#footer #gototop a, #footer #gototop a:visited {
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}

#footer #gototop a:hover {
	color: #EC008C;
}

#footer #contacts a, #footer #contacts a:visited {
	color: #EC008C;
	text-decoration: none;
}

#footer #contacts a:hover {
	color: #FFFFFF;
}

#header #language a, #header #language a:visited {
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}

#header #language a:hover {
	color: #EC008C;
}

.page_item {
	list-style-type: none;
}

.page_item_current {
	list-style-type: none;
	background-image: url(/images/activenavback.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#navigation .page_item_current a, #navigation .page_item_current a:visited {
	color: #FFFFFF;
}

#maincontent img a {
	margin-right: 20px;
	margin-bottom: 0px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	font-size: 1.1em;
}

.contactform, .contactform label {
	font-size: 1.1em;
}

.contactform {
	position: relative;
	top: -103px !important; top: -102px;
	left: 235px;
	width: 250px;
	text-align: left;
	float: left;
	display: inline;
}

form {
	display: inline;
}

.entry {
	float: left;
	clear: right;
}

.entryright {
	width: 330px;
	float: right;
}


#gallery .entry {
	width: 500px !important; width: 490px;
}

#gallery p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #666666;
	text-decoration: none;	
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
}

.location {	
	float: left;
	margin-right: 30px;
}

.location img {
	margin-right: 10px;
	border: 3px solid #DDDDDD;
}

p .row {
	display: inline;
	padding-bottom: 20px;
}