body {
	font:1.1em "Titillium Web",Lucida Sans Unicode,Lucida Grande,sans-serif;
	color: #333;	
}
#fuss {
    width:80%;
    margin-right:auto;
    margin-left:auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
#fuss a{
    color: #4a4b6f;
    text-decoration: none;
}
.linie {
	border: 3px solid #ddd;
	border-radius:6px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 15px;
}
.voll {
}

.flex100 {
    width:100%;
    display:flex;
    margin-right:auto;
    margin-left:auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0px;
}

.flex70 {
    width:70%;
    display:flex;
    margin-right:auto;
    margin-left:auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0px;
}
.flex75 {
    width:75%;
    display:flex;
    margin-right:auto;
    margin-left:auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0px;
}
.nixflex {
    width:70%;
    margin-right:auto;
    margin-left:auto;
}

/** 2 Spalten Startseite **/

.zwei01 {
    width: 50%;
	padding: 5px 15px 0 15px;
}

.zwei02 {
	width: 50%;
	padding: 5px 0px 0 15px;
}

/** 3 Spalten Startseite **/

.drei01 {
    width: 33%;
	padding: 5px 15px 0 15px;
	margin-right: 0px;
	background: #fff;
	border-left:0px solid #ddd;
	border-right:0px solid #ddd;
    border-radius:0px;
}

.drei02 {
	width: 39%;
	padding: 5px 0px 0 15px;
	margin-right: 0px;
	color: #666;
	background: #fff;
	border:0px solid #fff;
    border-radius:0px;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}

.drei03 {
	width: 33%;
	padding: 5px 15px 0 15px;
	margin-right: 0px;
	background: #fff;
	border-left:0px solid #ddd;
	border-right:0px solid #ddd;
    border-radius:0px;
}

#drei01 a, #drei02 a, #drei03 a {
	color: #a60000;
	text-decoration: none;
}

#drei01 a:hover, #drei02 a:hover, #drei03 a:hover {
	color: #000;
}

@media screen and (max-width: 1000px){
	
.flex100 {
    display:block;
}
.flex70, .flex75 {
    display:block;
	width: 98%
}
.flex {
    display:block;
}
.zwei01{
    width: 98%;
}
.zwei02{
    width: 98%;
	text-align: left;
}
.drei01{
    width: 98%;
}
.drei02{
    width: 98%;
}
.drei03{
    width: 98%;
}
.nixflex {
    width:100%;
}
.rahmen_lire_a60000 {
	width: 80%;
}
}