/* mac hide\*/
html, body {
	height:100%;
	margin: 0px;
	padding: 0px;
	}
/* end hide */


/* ----------------------------------------------------------------------------- */
/* ---------------------------- FONT ------------------------------------------- */
/* ----------------------------------------------------------------------------- */

a {
    color: #dddddd;
}

a:focus, a:active {
      outline: 0 none;
      -moz-outline: 0 none;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
	font-weight:bold;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	font-weight:bold;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

h1, h2, h3, h4 , h5, h6, strong {
  color: #ee1f28;
  margin-top:0;
}

h3, h4, h5, h6 {
  margin-bottom:0;
}

p {
  margin-top:0;
}

li {
  list-style:none;
}

/* ----------------------------------------------------------------------------- */
/* ---------------------------- BASE-------------------------------------------- */
/* ----------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding:0;
	margin:0;
	text-align:center;
	min-width:995px;/* for mozilla*/
  background-color:#000000;
}

#outer{
	height:100%;
	min-height:100%;
	width:1000px;
	text-align:left;
	margin: 30px auto;
	position:relative;
}
 

/* ----------------------------------------------------------------------------- */
/* ---------------------------- TOP -------------------------------------------- */
/* ----------------------------------------------------------------------------- */


#topmenu {
  margin-left:270px;
  position:absolute;
}

#topmenu ul {
  margin:0;
  padding:0;
  
}

#topmenu ul ul {
  display:none;
}

ul li a {
  color:#ee1f28;
  font-size:12px;
  text-transform:uppercase; 
  margin-bottom:5px;
  display:block;
  text-decoration:none;
  font-weight:bold;
}

ul li a:hover, ul li.selected a {
  color:#ffffff;
}

#mainmenu {
  float:left;
}

#topmenu #submenu {
  margin-left:15px;
  float:left;

}

#topmenu #submenu li a {
  font-size:10px;
}

/* ----------------------------------------------------------------------------- */
/* --------------------------- LINKS ------------------------------------------- */
/* ----------------------------------------------------------------------------- */

#left {
  width:50%;
  background: url(/images/deltiongalalogo.png) left top no-repeat;
  float:left;
  height:700px;

}

#left img {
  margin-top:200px;
  
}

#ticketverkoop {
  float:right;

}	

/* ----------------------------------------------------------------------------- */
/* --------------------------- CONTENT ----------------------------------------- */
/* ----------------------------------------------------------------------------- */


#content {
  float:left;
	width:350px;
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
  font-size:11px;	
}
	
#content img {
	border:1px solid #000;
  max-width:320px;
}

.fieldWithErrors
{
	border:solid 2px red;
}

#flash_error
{
	border:solid 1px red;
	padding:5px;
	color:red;
	font-weight:bold;
}

#current_photo #nav
{
	margin:0px;
	width:500px;
}

#mainphoto {
  margin-bottom:50px;
}

