/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: "Century Gothic";
	color: #4d4f50;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.85em;
}

td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}

td a{
	color: #18689b;
	text-decoration: none;

}

td a:hover{
	color: #ef4135;


}
/* Tags */
html {overflow: scroll;}

div.hr {
	height: 8px;
	background: #fff url(images/hr.jpg) no-repeat scroll center;
	clear: left;
}
div.hr hr {
  display: none;
}

a{

}

a img{
border:0px;

}

p{
	font-size: 0.9em;
	line-height: 160%;
	margin-bottom: 1em;
	margin-top: 1em;
}


h1{
	color:#ED3221;
	font-size:1.5em;
	letter-spacing: 0.25em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 15px;
}

h2{
	padding-top: 15px;
	padding-bottom: 15px;
	color: #18689b;
	text-transform: uppercase;
	letter-spacing: 0.15em;

}


/* Divs */
#container{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	
}

#header{
	padding-top: 10px;
	padding-bottom: 20px;
}

#leftsidebar{
	float: left;
	width: 160px;
	margin-right:20px;
	display: inline;
}

#rightsidebar{
	float: right;
	width: 240px;
	display: inline;
}

#rightsidebar br{
	clear:both;
	margin: 0; padding: 0; border-width: 0; line-height: 1em;
	line-height:160%;
}

#page-wrap  { width: 760px; padding: 15px; background: white; margin: 50px auto 50px; position: relative; }

#content{
	float: left;
	display: inline;
	width:460px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}

#space{
	height: 40px;
	width: 940px;
}

ol{
	font-size: 0.85em;
	line-height: 180%;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;

}

#content p{

}

#footer {
	width: auto;
	clear: left;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 0.85em;
	text-align: center;


}
.green li{
	line-height: 180%;
	padding-left: 25px;
	background-image: url(../images/check.jpg);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	font-size: 0.85em;
}

.boxit {
	background-color: #e9e9e9;
	text-align: left;
	padding: 10px;
	display: block;


}

.foto {
	width: 450px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	background-color: #e9e9e9;
}

/* Other */

.pdfLink {
	padding-right: 19px;
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 100% 0.5em;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
.docLink { padding-right: 19px; background: url(images/doc.gif) no-repeat 100% .5em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;}
.zipLink { padding-right: 17px; background: url(images/zip.gif) no-repeat 100% .5em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;}
.jpgLink {
	padding-right: 20px;
	background: url(images/jpg.gif) no-repeat 100% .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;
}

.mailLink {
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #597191;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/icon_email.gif);
	background-repeat: no-repeat;
	background-position: 100% 0em;
}

.downloadlink{
	padding-right: 25px;
	text-decoration: none;
	color: #18689b;
	font-weight: bold;
	background-image: url(images/save.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

.outsideLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CC3300;
	font-weight: normal;
}

.outsideLink:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	font-weight: normal;
	text-decoration: underline;
}

.fotoleft{
	float: left;

}

.documente li{
	display: block;
	float: left;
	padding: 15px;
	text-align: center;
	margin: 5px;
	border: 1px solid #CCCCCC;
	width: 180px;

}

.clearer { clear: both; }