﻿@charset "UTF-8";

@font-face {
  	font-family: 'uhren';
  	src: 	url('../font/24519-webfont.woff') format('woff'), 
			url('../font/24519-webfont.ttf')  format('truetype'); 
}

@font-face {
	font-family: 'uhren_eb';
  	src: 	url('../font/92642-webfont.woff') format('woff'), 
			url('../font/92642-webfont.ttf')  format('truetype');
}

@font-face {
	font-family: 'uhren_it';
  	src: 	url('../font/24520-webfont.woff') format('woff'), 
			url('../font/24520-webfont.ttf')  format('truetype');
}

@font-face {
	font-family: 'uhren_bf';
  	src: 	url('../font/24521-webfont.woff') format('woff'), 
			url('../font/24521-webfont.ttf')  format('truetype');
}

body {
	/* font-family: Verdana, Geneva, Helvetica, Arial, Sans-Serif; */
	/* font-family: Palatino, Palatino Linotype, Times New Roman, Times, Serif; */
	font-family: uhren, Sans-Serif;
	font-size: 12pt;

    margin-left: 0;
    margin-right: 0;
}

a:link {
	color: rgb(105, 45, 0);
	text-decoration: none;
}

a:visited {
	color: rgb(163,101, 44);
	text-decoration: none;
}

a:hover {
	font-family: uhren_it, Serif;
	font-size: 115%;
	text-decoration: none;
	}

p {
    display: block;
    margin-bottom: 1.5ex;
}
p strong {
	font-family: uhren_bf;
	font-weight: normal;
}
	
h1 {
	font-family: uhren_eb, Serif;
	font-size: 19pt;
	font-weight: normal;
    	margin-top: 3ex;
	margin-bottom: 1ex;
}

#h_col_side_r h1 {
	font-weight: normal;
	font-weight: normal;
	font-size:25pt;
	margin-top: 26pt;
	font-variant: small-caps;
}

h2 {
	font-family: uhren_eb, Serif;
	font-size: 14pt;
	font-weight: normal;
    margin-top: 4ex;
	margin-bottom: 1ex;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
    margin-top: 3ex;
	margin-bottom: 1ex;
}

#t_firma {
	font-size: 15pt;
}

#t_name  {
	font-size: 18pt;
	font-family: uhren_eb;
}

#t_business  span {
	font-size: 15pt;
}
