@charset "UTF-8";

@media all {
/*---------- CSS Reset by Eric Meyer ----- v2.0 | 20110126 ----- http://meyerweb.com/eric/tools/css/reset/ ----- License: none (public domain) ----------*/
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, 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,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0; padding:0; font-size:100%; font:inherit; /*vertical-align:baseline;*/ border:0;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
table {border-collapse:collapse; border-spacing:0;}
/* ----------  FORMATIERUNGEN  ---------- */
html {background:#000; height:100.2%; margin-bottom:1px;}
body {font-family:"Arial", times, serif; font-size:150.00%; color:#ddd;}
#container {background:transparent; width:620px; margin:30px auto; border:0px solid #ddd;}
/* ---------- UEBERSCHRIFTEN + TEXT ---------- */
h2 {font-size:150%; text-align:center; color:#ffe400;}
p {font-size:130%; line-height: 1.5em;}
p.link {background: url(images/bg_link.png) no-repeat left center; display:block; width:600px; height:120px; margin:0px 0 30px 0px; padding:70px 0 0px 75px; border:0px solid #ddd;}
p.link a {font-size:22px; color:#ffe400;}
p.link a:hover {text-decoration:underline; color:#0066ac;}
p.center {text-align:center;}
p.footer {font-size:60%;}
small {font-size:60%;}
/* ---------- LINKS ----------*/
a, a em.file {color:#ddd; text-decoration:none;}
a:hover, a:focus, a:active {background:transparent; text-decoration:none; color:#34414e;}
}