/* CSS Document */

/*  Reset  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0px none;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:;
}

body {
    line-height:1; }
	
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}



/* change colours to suit your needs */

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */

hr {
    border-left:0px none; border-right:0px none; border-bottom:0px none; display:block;
    height:1px;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0
}

input, select {
    vertical-align:middle;
}
	
/*  End Reset  */
	

/*  Global  */	

html	{ }
body	{
	background-attachment: scroll;
	background-image: url(i/bg4.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #8290d7;
}
	

/*  Headings  */

h1, h2, h3, h4, h5, h6 {
	color:#4b4b4b;
	} 

h1 {
	font-family: PTSansRegular;
	font-size:21px;
	margin-bottom:20px;
	font-weight: normal;	
}

h2 {
	font-size:16px;
	font-weight:bold;
	font-weight:normal;
	margin-bottom:5px;
	margin-top: 24px;
	font-family: PTSansRegular;
}

h3 { font-size:12px;  font-weight:bold;  }

h4 {
	font-family: PTSansCaptionBold;
	color:#000;
	font-size:13px;
	line-height:32px;
	font-weight: normal;
}

h4 a:link 		{ color:#ac3f0f; text-decoration: none;}
h4 a:visited 	{ color:#ac3f0f; text-decoration: none; }
h4 a:active 	{ color:#ac3f0f; text-decoration: none;}
h4 a:hover 	{
	color:#000;
	text-decoration: underline;
} 

h5 { font-size:12px;  font-weight:bold;  }
h6 { font-size:12px;  font-weight:bold;  }



/*  text Elements  */


@font-face {
    font-family: 'PTSansRegular';
    src: url('pts55f-webfont.eot');
    src: url('pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('pts55f-webfont.woff') format('woff'),
         url('pts55f-webfont.ttf') format('truetype'),
         url('pts55f-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansBold';
    src: url('pts75f-webfont.eot');
    src: url('pts75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('pts75f-webfont.woff') format('woff'),
         url('pts75f-webfont.ttf') format('truetype'),
         url('pts75f-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('ptc55f-webfont.eot');
    src: url('ptc55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('ptc55f-webfont.woff') format('woff'),
         url('ptc55f-webfont.ttf') format('truetype'),
         url('ptc55f-webfont.svg#PTSansCaptionRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('ptc75f-webfont.eot');
    src: url('ptc75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('ptc75f-webfont.woff') format('woff'),
         url('ptc75f-webfont.ttf') format('truetype'),
         url('ptc75f-webfont.svg#PTSansCaptionBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CallunaSansRegular';
    src: url('CallunaSansRegular-webfont.eot');
    src: url('CallunaSansRegular-webfont.eot?iefix') format('eot'),
         url('CallunaSansRegular-webfont.woff') format('woff'),
         url('CallunaSansRegular-webfont.ttf') format('truetype'),
         url('CallunaSansRegular-webfont.svg#webfontnehNrF5g') format('svg');
    font-weight: normal;
    font-style: normal;
}




p	{
	font-family: PTSansRegular;
	font-size: 13px;
	color: #414141;
	line-height: 18px;
	word-spacing: 1px;
	font-weight: normal;
	} 

a			{  }
a:link 		{
	color:#464646
}
a:visited 	{
	color:#464646
}
a:active 	{
	color:#464646
}
a:focus 	{
	color:#ac3f0f
} 
a:hover 	{
	color:#B43905
} 

.footer-text		{
	font-size:9px;
	font-style:normal;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration:none;
	}
.footer-text a:link 	{
	color:#c1c1c1;
	text-decoration: none;
}
.footer-text a:visited 	{
	color:#c1c1c1;
	text-decoration: none;
}
.footer-text a:active 	{
	color:#C1C1C1;
	text-decoration: none;
}
.footer-text a:hover 	{
	color:#FFF;
	text-decoration: none;
} 
.bijschrift {
	color:#464646;
	font-size:12px;
	line-height:17px;
	font-family: PTSansRegular, "sans serif";
	font-style: normal;
}



/*  Images  */

.image-margin {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.image_historie {
	float: right;
}
.image_historie2 {
	float: left;
	padding-right: 20px;
	}

.image-rightside  {
	margin-bottom:5px;
	margin-top: 15px;
}

/*  Lists  */

ul			{
	font-size: 8px;
	list-style-position: outside;
	padding-left: 14px;
}
ol			{list-style-type:decimal; }

ul li		{
	color:#464646;
	font-size:13px;
	line-height:20px;
	font-family: PTSansRegular;
	list-style-image: url(i/bullet.png);
	font-weight: normal;
	word-spacing: 1px;
	 }
	 
ol li		{ color:#000; font-size:12px; }


/*  Miscellaneous  */


/*  Containers */

#wrapper			{
	width:999px;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
		}

#pagina  {
	width: 999px;
	background-image: url(i/pag5.jpg);
	min-height: 900px;
}
#pagina_contact {
	width: 999px;
	background-image: url(i/pag5.jpg);
	min-height: 900px;
}

 

#leftside			{
	float:left;
	width:220px;
	text-align:center;
	padding-top: 114px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 148px;
}


#rightside			{
	float: right;
	width: 464px;
	text-align: left;
	padding-top: 98px;
	padding-right: 140px;
}


#footer				{
	clear: both;
	width:920px;
	text-align:right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
