@charset "UTF-8";
/* CSS Document */

#textleft {
	position:absolute;
	/*width:310px;
	height:410px;*/
	width:420px;
	height:600px;
	z-index:7;
	margin-left: 45px;
	margin-top: 240px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	border-radius: 10px;
	background-color: #be1a20;
}

#textleftinnen {
	/*position:absolute;*/
	font-family: Verdana, Geneva, sans-serif;
	width:400px;
	height:570px;
	z-index:101;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	/*background-color: #be1a20;*/
}

h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	/*text-align: left;*/
	padding-left: 45px;
	font-style: italic;
	color: #FFF;
	font-weight: lighter;
	}
	
h2{
	font-family:Verdana, Geneva, sans-serif;
	/*font-size: 12px;*/
	font-size: 14px;
	color: #FFF;
	font-style: normal;
	/*font-weight: lighter;*/
	font-weight:normal;
	line-height: 20px;
	/*text-align: justify;*/
}

h3{
	font-family:Verdana, Geneva, sans-serif;
	/*font-size: 12px;*/
	font-size: 16px;
	color: #FFF;
	/*font-style: bold;*/
	font-style: normal;
	/*font-weight: lighter;*/
	/*text-align: justify;*/
}

h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-style: normal;
	font-weight: lighter;
	/*text-align: justify;*/
}
h5{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	/*line-height: 22px;*/
	/*text-align: left;*/
	/*padding-left: 45px;*/
	font-style: italic;
	color: #FFF;
	font-weight: lighter;
	}

ul{list-style:disc;}