@charset "utf-8";
/* CSS Document */

body {
    background: url("img/body_bg.png") repeat-x scroll 0 0 #f1eded;
    color: #191919;
    font-family: Calibri,Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-size: 1em;
    color:#555;
}
.contentBoxWrapper {
    background:#fff url("img/branding-background.jpg") bottom no-repeat;
    margin: 80px auto 0 auto;
    padding: 0;
    width: 1005px;
    min-height: 424px;
}
.contentBox {
	padding:40px 0 10px 40px;
	width:450px;
}
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;
}
p.intro {
	margin-top:50px;
	font-size: 1.125em;
}
p.intro.second{
	margin-top:30px;
}

a {
	font-weight:normal;
	transition:0.5s;
	transition-timing-function: ease-out;
}
a:link {
	color: #7097c0;
	text-decoration: none; 	
}
a:visited {color: #7097c0;text-decoration: none;}
a:hover {cursor: pointer; color:#555;}
a:active {color: #7097c0; text-decoration: underline;}
a img {border:none;} /* für IE */
ul {list-style: none; padding-left: 0px;}