/* css for skidmore-text.de --- (c) internetgestalten.de 2011 */

/*  em  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;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}
/* 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;}

/* colors 
darkred		#d8000a 
*/

* {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:.99em;}

/* layout */
body			{ background:#fff url(../images/bg.gif) repeat-x 0 0;}
#box     		{ width:756px; margin:0 auto;  }
#header 		{ height:173px; width:754px;}
#main 			{ width:754px; height:455px; background:#fff url(../images/main.gif?ver=2020) no-repeat 0 0; }


/*** lvfha ***/
a:link 		{color:#d8000a; text-decoration:underline;}
a:visited 	{color:#93f; text-decoration:none;}
a:focus 	{color:#000; text-decoration:none; outline:0;}
a:hover 	{color:#000; text-decoration:underline;}
a:active 	{color:#000; text-decoration:underline;}

#emailform	{ margin:378px 0 0 45px; float:left;}
#emailform input { width:235px; border:none; color:#999; font-weight:bold; font-size:15px; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif}
#emailform #sendbutton	{ width:100px; margin-left:28px; background-color:#9DD9F6; border:none; color:#fff; cursor:pointer;}
#emailform #sendbutton:hover	{color:#000;}

.errhint		{ color:#900; display:block; margin-top:20px; font-size:15px;}
.success		{ color:#666; display:block; margin-top:20px; font-size:15px;}

.spcheck	{ display:none;}