* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 12pt;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: white url(../img/body_bg.png) repeat-x;
}

#container {
	width: 734px;
	text-align: left;
	margin: 51px auto;
	
}

#header_1 {
	height: 4px;
	background: transparent url(../img/header_shadow.png) no-repeat;
	overflow: hidden;
}

#header_2 {
	height: 101px;
	margin-left: 3px;
	background: transparent url(../img/tipp_medien_logo.png) no-repeat;
	overflow: hidden;
}

#header_2 h1 {
	display: none;
}

#tp_img {
margin-left: 525px;
}

/* My Comment */

#content {
	background: transparent url(../img/content_bg.png) repeat-y 0px ;
}

.padding {
	margin: 0 40px 0 40px;
	padding: 40px 0 40px 0;
	background-color: transparent;

}

h3 {
	margin-bottom: 1.3em;
	color:  #F5821F;
	font-weight: normal;
	font-size: 16pt;	
}

h4 {
	font-weight: normal;
	font-size: 14pt;
	margin-bottom: 1em;
}

p {
	line-height: 1.6em;
	margin-bottom: 2em;
}

ul {
	line-height: 1.6em;
	margin-bottom: 2em;
}

li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 30px;
}

#footer_1 {
	height:  4px;
	background: transparent url(../img/content_footer.png) no-repeat;
}

.toggler {
	text-align: center;
	font-size: 10pt;
	margin: 1em;
}

.impressum {
	text-align: center;
	font-size: 10pt;
	margin: 0;
}