/* 00: Framework */

html {
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}

body{
margin:0;
padding:0;
}

#wrapper{
width:100%;
margin-left:auto;
margin-right:auto;
}

.content-wrapper{
max-width:1200px;
width:80%;
margin-left:auto;
margin-right:auto;
}

/* 00: Typografie */

h1, h2, h3, h4, h5, h6, p, ul, li{
font-family: Verdana,sans-serif;
font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
font-size: 1.5em;
line-height: 1.4em;
}

p, ul, li{
font-size: 1em;
line-height: 1.4em;
}

hr{
width: 100%;
margin-left: auto;
margin-right: auto;
}