@charset "utf-8";
/* CSS Document */

body {
    background: url("error-body_bg.png") repeat-x scroll 0 0 #f1eded;
    color: #191919;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color:#555;
}
.contentBoxWrapper {
    background:#fff url("branding.jpg") bottom no-repeat;
    margin: 80px auto 0 auto;
    padding: 0;
    width: 970px;
    min-height: 424px;
}
.contentBox {
	padding:30px 0 10px 40px;
	width:580px;
}
h1 {
	display: block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 40px;
    color: #B2C9DF;
    font-weight: normal;
    line-height: 33px;
    margin-top: 55px;
    margin-bottom: 20px;
}
h2 {
    font-size: 23px;
    color: #B2C9DF;
    font-weight: normal;
}

a:link {color: #7097c0;text-decoration: none;}
a:visited {color: #7097c0;text-decoration: none;}
a:hover {text-decoration: underline; cursor: pointer;}
a:active {color: #7097c0; text-decoration: underline;}
a img {border:none;} /* für IE */
ul {list-style: none; padding-left: 0px;}