@import "http://www.evolution-events.nl/algemeen/css.php";

body {
	font-family: verdana, sans-serif;
	font-size: 75%;
	margin:0px;
	padding:20px;
}
img {
	border:0px;
}
h1 {
	font-weight:bold;
}

h2 {
	font-size:100%;
	font-weight:bold;
	padding:0px;
	margin:0px;
	float:left;
}

.BlockStyle {
	background-color:#253C4C;
	border:3px double #1E79AA;;
	color: #ffffff;
	border-radius: 15px;
}

.MenuDiv {
	width:15%;
	min-width:215px;
	min-height:200px;
	float:left;
	margin-right:10px;
	padding:5px;
}

.MenuDiv .HomeLink {
	display:block;
	margin-bottom:20px;
	text-decoration:none;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}

.Menu {
	/* Disable all default list-style stuff */
	margin:0px;
	padding:0px;
	/*list-style-type:none;*/
	list-style-position:inside;
}

.Menu li ul {
	display:none;
}
.Menu li.Selected .SubMenu,
.SubMenu li.Selected .SubSubMenu {
	display:block;
}

.Menu li.Selected > a {
	font-weight:bold;
}

.Container {
	width: 75%;
	float:left;
	text-align:left;
	padding :0px;
}

.Fotos {
	overflow:hidden; /* Make sure the container stretches with its floating content */
}
.Disclaimer,
.Fotos {
	padding:5px;
	font-size:11px;
	margin-bottom:10px;
}

.Fotos p {
	clear:left;
}

.StartShowLink {
	text-align:right;
	margin-bottom:20px;
}
.Thumbnail {
	border:none;
	float:left;
	margin:5px;
	width:200px;
	height:150px;
	overflow:hidden;
}

.Thumbnail .Cropper {
	width:200px;
	height:135px;
	overflow:hidden;
}

