@charset "utf-8";


/* Reset * * * * * * * * */
*{
	margin: 0;
	padding: 0;
}


/* Layout * * * * * * * */

.wrapper{
	width:860px;
	margin: 0 auto;
	overflow: hidden;
}

#wrapper{
	width:860px;
	margin: 0 auto;
}

#wrapper img{
margin-left: 10px;
}

#content{
	background: #fff;
	padding: 70px 0 50px;
	margin-bottom: 20px;
}

/* Spalten * * * * * * * * */

.col_1, .col_1_2, .col_1_3, .col_2_3{
	float: left;
	}


.col_1{ 
	width:840px;
}

.col_1_2{
	width:400px;
}

#logo {
	margin: 20px 0 0 60px;}

/* Typografie */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

#content.h1{
	color: #9A0024;
	font-size: 28px;
	line-height: 36px;
	padding: 0 0 14px 0;

}


h1{
	color: #9A0024;
	font-size: 28px;
	padding: 0 0 20px 0;

}

h2{
	font-size: 28px;
	line-height: 34px;
}

h3{
	font-size: 22px;
	line-height: 32px;
}

h4{
	font-size: 20px;
	line-height: 30px;
}

h5{
	font-size: 19px;
	line-height: 28px;
}

h6{
	font-size: 18px;
	line-height: 26px;
}

a{
	color: #9A0024;
	text-decoration: none;
}

a:hover{
	color: #EFC9BC;
}

p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}

ul {
    list-style: disc;
	margin: 24px;
	font-weight:bold;
}

li {font-size: 22px;
	line-height: 32px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
	