/*===============================================================
PEERINGPOINT 2009/2010
Author: Florian Jessl
URL: http://www.create.at / http://www.peeringpoint.at

All Rights reserved.
===============================================================*/
@charset "utf-8";


#content {
		padding: 11px 0 0 122px;
}

* html #content {
		padding-left: 130px;
}

#content_header {
		height:153px;
		width:809px;
		
		background-image:url(../img/content/pp_lounge_sub.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
		padding-left:0px;
}

#content_header_text {
		padding: 85px 0 0 258px;
}

#content_header_text h1 {
		font-weight:bold;
		font-size:27px;
		color:#212121;
}

#content_header_text h2 {
		font-size:20px;
		font-weight:bold;
		margin-bottom:7px;
}

.entry {
		padding: 17px 0 0px 0;
}

.entry_img {
		float:left;
		width:215px;
		padding-top:30px;	
}

.entry_text {
		margin-left:258px;
		width:551px;
		/*border:1px red solid;*/
		/*
		background-image:url(../img/design/lounge_entry_border.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
		*/
}

.entry_text ul li {
		list-style-image: url(../img/design/content_button_small.jpg);
		list-style-position:inside;
		padding-bottom:2px;
}

.entry_text h1 {
		margin:0;
		padding:0;
		color:#212121;
		font-size:14px;
		padding:10px 0 4px 0;
		
		border-bottom:1px solid #e5e5e5;
}

.entry_text h2 {
		margin:0;
		padding:0;
		font-size:12px;
		padding-top:15px;
		padding-bottom:18px;
}

.entry_text p {
		padding: 0 20px 0 0;
}

.entry_text hr {
		border-top: solid 1px #FFF;
		border-bottom: solid 1px #e5e5e5;
		border-left: solid 1px #FFF;
		border-right: solid 1px #FFF;
		height:1px;
}

.more {
		float:left;
		padding-bottom:6px;
		
}

.comment {
		padding-left:40px;
		text-align:right;
		padding-bottom:6px;
}





