
body {
	background: black;
	margin : 0px;
}

h1 {
	font : small-caps 18px Arial Black;
	font-weight : normal;
	color : White;
	border-bottom : 2px Gold solid;
	background-color : Black;
	width : 410px;
	margin : 0 0 3px 0;
	padding-left : 5px;
	z-index : 1;
}

h2 {
	font : small-caps 15px Arial Black;
	font-weight : normal;
	color : White;
	border-bottom : 2px Gold solid;
	background-color : Black;
	width : 503px;
	margin : 0 0 3px 0;
	padding-left : 5px;
	z-index : 1;
}

h3 {
	font : small-caps 12px Arial Black;
	font-weight : normal;
	color : White;
	border-bottom : 1px Gold solid;
	background-color : Black;
	width : 503px;
	margin : 0 0 3px 0;
	padding-left : 5px;
	z-index : 1;
}

p, ul {
	font : 12px Arial, Helvetica, sans-serif;
	margin : 0 0 10px 0;
	text-align : justify;
	color : black;
}

a {
	font-weight : bold;
	text-decoration : none;
	color : #FF8000;
}

a:hover {
	color : #FFB164;
}

a:active {
	color : #FFB164;
}

table {
	margin : 0 0 10px 0;
	border : 0px;
}

img { border : 0px; }

td, li {
	font : 12px Arial, Helvetica, sans-serif;
	text-align : left;
	color : black;
}

ul {
	list-style : square;
	padding-left : 15px;
}

#wrapper {
	width : 761px;
	margin-left: -381px;
	position: absolute;
	left: 50%;
}

#streep {
	background : url(../templates/eskader/images/streep.jpg) top no-repeat;
	width : 10px;
	height : 81px;
	position: absolute;
	left: 50%;
	margin-left: 157px;
	top : 156px;
	z-index : 0;
}

#top {
	background : url(../templates/eskader/images/top1.png) top no-repeat;
	width : 761px;
	height : 146px;
	vertical-align : bottom;
	margin-top : 10px;
}

#middle {
	margin : 0px 0 0 0;
	padding : 0px;
	width : 761px;
}

#main {
	margin : 0px;
	padding : 0px;
	width : 761px;
}

#sidebar {
	min-height: 300px;
	background: black url(../templates/eskader/images/menu2.png) no-repeat top;
	float : right;
	margin: 0;
	padding: 90px 5px 15px 15px;
	width : 193px;
}

#sidebar .content {
	float : none;
    color : White;
	font : bold 16px Arial, Helvetica, sans-serif;
    text-align : left;
}

#sidebar ul {
	padding : 0 0 0 10px;
    margin : 0;
    list-style : none none;
}

#sidebar ul li {
	color : white;
	font : bold 16px Arial, Helvetica, sans-serif;
	padding : 0 0 15px 0;
	margin : 0;
}

#sidebar ul ul {
	padding : 0 0 0 15px;
    margin : 0;
    list-style : square;
}

#sidebar ul ul li {
	color : white;
	font : bold 14px Arial, Helvetica, sans-serif;
	padding : 0 0 3px 0;
	margin : 0;
}

#sidebar a {
    color : White;
    text-decoration : none;
}
#sidebar a:hover {
    color : White;
    text-decoration : underline;
}
#sidebar a:active {
    color : White;
    text-decoration : underline;
}
#sidebar a:visited {}

#bottom {
	width : 761px;
	text-align: center;
	margin : 10px 0 10px 0;
	font: 9px Arial, Helvetica, sans-serif;
	color : gray;
}

#content {
	background: white url(../templates/eskader/images/main.png) no-repeat top;
	border : 10px solid #a79eff;
	border-top : 0px;
	float : left;
	font : 12px Arial, Helvetica, sans-serif;
	text-align : justify;
	color : black;
	width : 508px;
	margin: 0px;
	padding: 10px;
	min-height: 380px;
}

ul.fotos {
	display: block;
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
ul.fotos li {
	display: block;
	float: left;
	width: 120px;
	height: 80px;
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0px 12px 10px 12px;
	text-align: center;
	vertical-align: bottom;
}

.emailforms td {
	vertical-align: top;
}

.emailforms input {
	font : 12px Verdana, Verdana, Geneva, sans-serif;
	color: black;
	background: #E5E5E5;
	border: 1px black dotted;
	width : 250px;
}

.emailforms textarea {
	font : 12px Verdana, Verdana, Geneva, sans-serif;
	color: black;
	background: #E5E5E5;
	border: 1px black dotted;
	width: 350px;
	height: 200px;
}

.emailforms a.knop {
	background : black;
	color : #FFFFFF;
	padding : 2px 10px 2px 10px;
}
.emailforms a.knop:hover {
	background-color : #111;
}

.page_numbers_bottom {
	margin-top : 10px;
	text-align: center;
}

.page_numbers_bottom a.button {
	padding : 1px 5px 1px 5px;
	margin : 0px 5px 0px 5px;
} .page_numbers_bottom a.button:hover {}

.page_numbers_bottom strong.button {
	background : #444;
	color : #CCC;
	padding : 1px 5px 1px 5px;
	margin : 0px 5px 0px 5px;
}
