.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hidden {
	display: none;
}

/*------------------------------------------------------------------------------------*/
/*  COMMON STYLES                                                                     */
/*------------------------------------------------------------------------------------*/

h2
{
	text-transform: uppercase;
	font-family: Georgia, Times;
	font-weight: normal;
	padding: 22px 0 0 0;
	margin: 0;
	font-size: 24px;
}

p
{
	text-align: left;
	font-family: Georgia, Times;
	font-size: 13px;
}

/*------------------------------------------------------------------------------------*/
/*  COMMON PAGE LAYOUT                                                                */
/*------------------------------------------------------------------------------------*/

html, body {
height: 100%;
width: 100%;
overflow: hidden;
}

div.wrapper  {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -378px;
	margin-top: -250px;
	width: 758px;
	height: 501px;
	display: block;
}

div.container {
	float: left;
}

.clear {
	clear: both;
	height: 0.1px;
	background-color: blue;
}

a:hover, a:link, a:visited {
	color: black;
}         

a:active {
	color: red;
}

.bodyContent {
	width: 100%;
	height: 472px;	
}

.footerContent {
	width: 100%;
	height: 30px;
	display: block;
	text-align: center;
	vertical-align: top;
	width: 376px;
/*    padding-top: 204px;*/
	font-family: Georgia, Times;
    font-size: 13px;	
}

.pageContent {
	display: block;
	text-align: center;
	vertical-align: top;
	width: 380px;
	height: 502px;
	font-family: Georgia, Times;
	background-color: #f4e2ed;			
}

/*------------------------------------------------------------------------------------*/
/*  STARTPAGE                                                                         */
/*------------------------------------------------------------------------------------*/

div#startpageWrapper  {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
	display: block;
}

#startpageWrapper, #introfilm {
	cursor: pointer;
}

#linkNext,#linkNext:hover, #linkNext:active, #linkNext:link  {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 250px;
	margin-left: -52px;
	color: #909090;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------*/
/*  FORM                                                                              */
/*------------------------------------------------------------------------------------*/

#membership .upper {
	display: block;
	text-align: center;
	width: 376px;
	padding-top: 210px;
	font-family: Georgia, Times;
}  

#membership p
{
	margin: 11px 28px;
	font-size: 13px;	
}

#membership h2
{
	padding-bottom: 10px;
}

.orderform ul
{
	padding-top: 10px;
	padding-left: 28px;
	margin: 5px 0;
}

.orderform li
{
	margin: 0;
	padding: 0;
}

.orderform ul li
{
	list-style: none;
	text-align: left;
	width: 297px;
	height: 26px;
	font-size: 13px;
}

.orderform ul li label
{
	float: left;
	width: 114px;
}

.orderform ul li input
{
	float: left;
	width: 170px;
}

.orderform ul li.submit
{
	width: 292px;
	height: 35px;
	padding-top: 4px;
	margin: 0;
}

.orderform ul li.submit input
{
	float: right;
	width: auto;
}

#membership .orderform .lower {
    padding-top: 0px;
	margin-top: 0px;
	font-size: 13px;
}

#membership .orderform .lower a {
	font-size: 13px;
}

form {
	margin: 0;
	padding: 0;
}

.error {
	float: left;
	width: 230px;
}

.errorText, .error {
	color: red;
}

/*------------------------------------------------------------------------------------*/
/*  PRESS                                                                             */
/*------------------------------------------------------------------------------------*/

#press {	

}

#press .pageContent {
	width: 378px;
	font-size:13px;
}

#press .images {
	position: relative;
	width: 379px;

	text-align: center;
}

#press .images .c {
	margin: 120px auto;
}

#press .images a {
	margin: 0;
	padding: 0;
}

#press .images a img {
	border: none;
	margin: 0;
	padding: 8px 4px 0 4px;
}

#press .images a.portrait {
	padding-right: 31px;
}

