@import "./list.css";

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a:focus,
a:active {
	outline: none;
}

body {
	font: 0.625em/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul {
	list-style: none;
}

/* Main Div's */

#wrap {
	position: relative;
	width: 70%;
	max-width: 1050px;
	min-width: 750px;
	margin: 2% auto;
	border: 5px solid #262626;
	background: url(/style/img/patt.png) center center;
}

#wrap #header {
	background: #fff;
	padding: 2%;
	position: relative;
	border-bottom: 5px solid #262626;
}

#wrap #header a {
	display: block;
}

#wrap #footer {
	background: #fff;
	clear: both;
	border-top: 5px solid #262626;
	height: 30px;
}

#wrap #footer div.vcard {
	overflow: hidden;
	height: 1px;
	text-indent: -9999px;
}

#wrap #footer img {
	padding: 8px 0;
	width: 100%;
}

#wrap #sidebar #iefix {
	margin-left: 10%;
}

#wrap #sidebar {
	margin-top: 2%;
	width: 22%; /* 22% */
	float: left;
}

#wrap #imges,
#wrap #media {
	position: relative;
	margin: 2%;
	width: 310px; /* 44% */
	float: left;
}

#wrap #media {
	width: 38%;
}

#wrap #content {
	min-height: 300px;
	padding: 0 1%;
	margin: 2% 1% 0 0;
	width: 30%;
	float: left;
	background: none url(/style/img/white_trans.png);
}

/* Logo's */
#wrap #header h1,
#wrap #header h2 {
	top: -1000px;
	left: -1000px;
	position: absolute;
}

#wrap #header img {
	border: none;
	width: 100%;
}

#wrap #sidebar #sub_logo {
	position: absolute;
	bottom: 50px;
	height: 95px;
	width: 180px;
	text-indent: -9999px;
	background: url(/style/img/sub_logo.png) no-repeat 5px 30px;
}

/* Images */

#wrap #imges.onefull img,
#wrap #imges.imglist div#currentimg img {
    width: 309px;
}


#wrap #imges.imglist ul#imgthumbs li {
    width: 75px;
	margin-right: 3px;
	float: left;
}
	
#wrap #imges.imglist ul#imgthumbs li.imgc3 {
    margin-right: 0;
}
	
#wrap #imges.imglist ul#imgthumbs li img {
    width: 100%;
}

/* Content */
#wrap #content p {
	font-size: 1.3em;
}

#wrap #content ul.sub_nav {
	padding: 1% 0;
}

#wrap #content ul.sub_nav li {
	float: left;
	width: 48%;
}

#wrap #content ul.sub_nav li a {
	margin: 3% 3% 0 0;
	padding: 2% 0;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
}

#wrap #content ul.sub_nav li a:hover {
	color: #fff;
	background: #262626;
}

#wrap #content ul.sub_nav li a strong {
	font-size: 1.5em;
	line-height: 0.5em;
}

#wrap #content h2 strong {
	float: right;
	font-size: 1.4em;
	line-height: 1em;
}

#content p a,
#content p a:link,
#content p a:visited,
#contact_info_page a {
	color: #fff;
	background: #5b5b5b;
	padding: 2px;
	text-decoration: none;
}

#contact_info_page {
	padding: 10px 0;
	font-size: 1.5em;
}

#contact_info_page .org {
	font-weight: bold;
	font-size: 1.4em;
}

#contact_info_page h4 {
	border-bottom: 1px solid #333;
}

#wrap #media li {
	width: 100%;]
	overflow: hidden;
	float: left;
	border-bottom: 2px solid #aaa;
}

#wrap #media li img {
	float: left;
	margin: 4px;
}

#wrap #media li h3 {
	line-height: 35px;
	float: right;
	text-indent: 5px;
	display: inline;
	font-size: 2em;
}

#wrap #media li h3 a {
	color: #fff;
	background: #5b5b5b;
	text-decoration: none;
}

.hidden {
	display: none;
}

.right {
	text-align: right;
}