@charset "utf-8";

/* CSS-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:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000; font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
ol, ul {list-style: none;}
a {text-decoration: none;}
a, a:focus, :focus {outline: 0;}
a, a img, img {border: none;}	

/* Auf einer Linie Theme --*/

body {
	background: #fff url(../images/red_line.gif) 0 200px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 160%;
	color: #6E6D72;	
}
	
#wrapper {width: 960px;margin: 0 auto 100px auto;}

h1 {
	width: 960px;
	height: 152px;
	background: transparent url(../images/ael_logo.png) left top no-repeat;
	text-indent: -9999px;
	margin: 172px 0 30px 0;
}

#kontakt {margin: 0 0 0 283px;} { font-size: 14px; }
#kontakt a {color: #DB1A21;}
#copyright {font-size: 16px;}

a:link, a:visited {text-decoration: none;}
a:hover, a:active, a:focus {text-decoration: underline;}

