/* ######################################################################################################
** PROJEKT: matthes-webstudio.de | scaristadesign. ist jetzt matthes.webstudio 
** ######################################################################################################
**  Datei: main.css - Standardformatierungen 
**  Autor:  Matti M. Matthes  ( http://www.matthes-webstudio.de )
*/
@media all
{
/* ---------- Zurücksetzen aller Voreinstellungen defined by http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded ---------- */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0;}
ol, ul { list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left; font-weight: normal;}

/* ----------  FORMATIERUNGEN  ---------- */
html * { font-size: 100.01% }
body {
    background: #fff;
    font-family: 'Lucida Sans Unicode', Verana, Arial, sans-serif;
    font-size: 100.00%; 
    color: #000;  
}
#container {
	background: transparent;
	width: 500px;
	margin: 40px 0 0 40px;
}
/* ---------- UEBERSCHRIFTEN + TEXT ---------- */
h1,h2,h3,h4,h5,h6 { 
    background: transparent;
    margin: 0 0 0.2em 0; 
	padding: 0px;
  	font-family: "Georgia",times,serif; 
  	font-weight: normal;
  	color: #287aa0;
}

h1 { font-size: 280%; margin: 0.8em 0 0.3em 0;  padding: 0.3em 0 0.5em 0; background: #4e5871; text-align: center;}                       
h2 { font-size: 180%; margin-top: 1.5em;}         
h3 { font-size: 150%;margin-top: 1em;}                       
h4 { font-size: 133.33%;}                  
h5 { font-size: 116.67%; margin: 1.5em 0 1em 0;}             
h6 { font-size: 116.67%;} 

p { line-height: 1.4em; margin: 0 0 0.5em 0;}
p.info { margin-top: 30px; padding-top: 10px; border-top: 1px solid #ddd;}
strong, b { font-weight: bold;}
em, i { font-style: italic;}
small { font-size: 80%;}

.logoalt { margin-bottom: 1em; padding-bottom: 5px; border-bottom: 0px solid #ddd;}
.sdlogo1 { font-size: 150%; font-family: Trebuchet MS; color: #638ebe;}
.sdlogo2 { font-size: 150%; font-family: Trebuchet MS; color: #9ec5e9;}
.sdslogan { font-size: 60%; font-family: Trebuchet MS; color: #638ebe;}
/* ---------- LINKS ----------*/
a, a em.file {color: #0066a2; text-decoration:none; letter-spacing: 0.05em;}
a:hover, a:focus, a:active { background: transparent; text-decoration:underline; color: #933;}
}
