/*==========================================================
	MAIN DEFINITIONS
==========================================================*/
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #ffffff;
	overflow: hidden;
	line-height: 16px;
	font-size: 10px;
	color: gray;
}

a {
	text-decoration: none;
	color: red;
}

.clear {
	clear: both;
}

a:active {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
a:focus {
	outline-style:none;
}

a:hover {
	text-decoration: underline;
}

a img, img {
	border: 0 none transparent;
}

/*==========================================================
	MAIN LAYOUT
==========================================================*/
#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 980px;
	height: 570px;
	margin-top: -285px; /* half height */
	margin-left: -490px; /* halft width */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url('images/backgroundimage.gif');
	background-repeat: no-repeat;
	
}

#header {
	width: 980px;
	height: 92px;
	position: relative;
}

#galleryText {
	margin: 0 0 15px 0;
	width: 700px;
}


div.resultGallery {
	
}

#main {
	width: 980px;
	height: 402px;
	position: relative;
}

#titlePic {
	left:463px;
	position:absolute;
	top:-9px;
	z-index:1;
	}

.titlePic {
	margin: 0 0 15px;
	height:		18px;
	line-height:18px;
	}

#footer {
	width: 980px;
	height: 76px;
	text-indent: -9000px;
	position: relative;
}

#footer ul li {
	list-style-type: none;
	}

/*==========================================================
	NAVIGATION
==========================================================*/
.nav-main {
	position: absolute;
	top: 45px;
	left: 253px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.nav-main a:active {
	outline: none;
}

.nav-main a:focus {
	-moz-outline-style: none;
}

.nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav-main ul li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	position: relative;
}

/*==========================================================
	CONTENT
==========================================================*/
.cmsContainer {
	width: 460px;
	margin: 0px 0 18px 42px;
	padding: 0;
	height:450px;
}

.cmsContainer.noPadding {
	margin: 0;
}

.cmsContentColumn {
	float: left;
	clear: none !important;
	/*width: 357px;*/
	padding: 0;
	margin: 0;
}

.cmsIncludeColumn {
	float: left;
	clear: none !important;
	width: 562px;
	padding: 0;
	margin: 0;
}

.cmsIncludeColumn.fullSize {
	width: 919px;
}

h2.chapter {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	padding: 0 0 26px 0;
}

.red {
	color: red;
	}
	
.grey {
	color: grey;
	}

ul li {
	list-style-type: none;
	}
	
.bold {
	font-weight: bold;
	}

/*==========================================================
	thx box
==========================================================*/
.thx {	
	display: none; 
	position: absolute; 
	top: 135px; 
	left: 220px; 
	width: 350px; 
	border: 2px solid green; 
	background-color: #CEFFD5;
	-moz-opacity: 0.8;
	-moz-border-radius:15px;
	padding: 25px 15px 0 15px;
	margin: 0 auto; 
	text-align: center; 
	height: 40px; 
	font-size:24px; 
	color: green;
	}
	
/*==========================================================
	FORMULAR
==========================================================*/
.formfeld1, .formular1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;			
	font-size: 11px;
	border: solid 1px white;
	background-color: #c9b3b7;
}

.button {
	border: 0;
	background-color: transparent;
	color: white;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
