body {
	font-family: "sans-serif, Helvetica";
	font-size: 100%;
}

.index {
	font-size: 100%;
}

a, a:link, a:visited, a:focus, a:hover {
	color: #2f5597;
}

.index p {
    margin: 0 0 30px;
}

ul {
    list-style-type: disc;
    list-style-position: inside;
}
/* umschliesst Content und seitlicher Banner */
.wrapper{
    width:1024px;
    position:relative;
    padding:0;
    /*background-color: pink;*/
}

/* bis 1024 fuellt Container ganze Breite... */
@media (max-width:1024px) {
    .container {width:100% !important}
}
/* ...ueber 1024 bleibt Container auf Breite 1024px */
@media (min-width:1024px){
    .container{width:1024px !important}
}

