/*===============================================================
PEERINGPOINT 2009/2010
Author: Florian Jessl
URL: http://www.create.at / http://www.peeringpoint.at

All Rights reserved.
===============================================================*/
@charset "utf-8";


#content_container {
		width:956px;
}

#content_left {
		padding:30px 0 10px 85px;
		float:left;
		width: 460px;
}

*html #content_left {
		width: 460px;
}
*:first-child+html #content_left {
		width: 460px;
}


#content_left h2 {
		margin-left:42px;
}

#content_left p {
		width:410px;
		padding:0 10px 10px 10px;
		margin-bottom:18px;
		
		background-image:url(../img/design/content_left_bg.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
}

#content_right {
		padding:30px 0 15px 34px;
		float:left;
}

* html #content_right {
		padding-left: 42px;
}

#content_right p {
		padding:5px 0 5px 0;
}

#content_right table.contenttable {
	width: 360px;
}

#content_right table th {
	vertical-align: top;
	text-align: left;
	padding: 1px;
}

#content_right table td {
	vertical-align: top;
	text-align: left;
	padding: 1px;
}

#box1 {
		background-image:url(../img/content/box1_bg.jpg);
		background-repeat:no-repeat;
		width:348px;
		height:92px;
		padding-bottom:5px;
}	

#box2 {
		background-image:url(../img/content/box2_bg.jpg);
		background-repeat:no-repeat;
		width:348px;
		height:75px;
		padding-bottom:5px;
}

#box3 {
		background-image:url(../img/content/box3_bg.jpg);
		background-repeat:no-repeat;
		width:348px;
		height:75px;
		padding-bottom:5px;
}



.box_header {
		padding:10px 0 0px 113px;
		font-weight:bold;
}

.box_text {
		padding:5px 0 10px 113px;
		width:225px;
}

.box_link {
		padding:8px 0 0 0px;
		font-weight:bold;
}


#news_bg {
	background-image:url(../img/design/news_bg.jpg); 
	background-repeat:no-repeat;
}

#news_distance {
	padding:2px 0 5px 5px;
}


#banner_container {
		/*width:100%;*/
		width:100%;
		height:131px;
		padding-left:20px;
		/*border:1px red solid;*/
}

* html #banner_container {
		
}

#banner_container a {
		color:#157366;
		font-weight:bold;
}


.banner1 {
		float:left;
		border-bottom:1px solid #e4e4e4;
		border-right:1px solid #e4e4e4;
		
		height:130px;
		width:281px;
		
	/*	background-image:url(../img/content/banner1_bg.jpg);*/
		background-position:bottom left;
		background-repeat:no-repeat;
		
		/*border:1px green solid;*/
}

* html .banner1 {
		width:237px;
}

.banner2 {
		float:left;
		border-bottom:1px solid #e4e4e4;
		border-right:1px solid #e4e4e4;
		
		height:130px;
		width:281px;
		
		background-image:url(../img/content/banner2_bg.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
		
		/*border:1px blue solid;*/
}
 
* html .banner2 {
		width:137px;
}
 
.banner3 {
		float:left;
		border-bottom:1px solid #e4e4e4;
		border-right:1px solid #e4e4e4;
		
		height:130px;
		width:346px;
		
		/*
		background-image:url(../img/content/banner3_bg.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
		*/
		
		/*border:1px purple solid;*/
 }

div.banner3 a.monthlyMWD {
	padding-left: 10px;
	display: block;
	float: left;
}

* html .banner3 {
		width:306px;
}


.banner_txt {
		height:130px;
		width:200px;
		padding:0 15px 0 102px;
}
* html .banner3 .banner_txt {
		width:155px;
}

.banner_txt h3 {
		padding-bottom:10px;
		font-size: 16px;
}

.banner_txt p {
		width: 160px;
}

div.banner3 div.monthlyMWD {
	padding-left: 16px;
	float: left;
}

