/*===============================================================
PEERINGPOINT 2009/2010
Author: Florian Jessl
URL: http://www.create.at / http://www.peeringpoint.at

All Rights reserved.
===============================================================*/
@charset "utf-8";



/* +++++++++++++++++++ Content +++++++++++++++++++++++++*/

#content {
		background-image:url(../img/design/f_content_bg.jpg);
		background-repeat:no-repeat;
		background-position:bottom left;
		
		padding: 0 0 50px 77px;
		margin-left:45px;
}

#content_left {
		float:left;
		padding-top: 30px;
		width: 222px;
}



#left_top {
		background-image:url(../img/content/left_top_bg.jpg);
		background-repeat:no-repeat;
		background-position:bottom left;
		padding:11px 0 11px 17px;
		font-weight:bold; 
}

#left_middle {
		background-color:#efefef;
		padding:13px;
}

#left_middle a {
		color:#454545;
}

#left_middle td {
		padding-bottom: 2px;
}


#content_right {
		float:left;
		width:569px;
		padding-left:27px;
		padding-top: 10px;
}

#content_right h1 {
		font-weight:bold;
		font-size:27px;
		color:#212121;
}

#content_right h2 {
		font-size:20px;
		font-weight:bold;
}


#content_right th {
		padding:0 10px 4px 10px;
		text-align:left;
		font-weight:normal;
}

#content_right td {
		padding:10px;
}

#content_right td a {
		font-weight:bold;
		color:#157366;
}

#content_right hr {
		border-top: solid 1px #FFF;
		border-bottom: solid 1px #e5e5e5;
		border-left: solid 1px #FFF;
		border-right: solid 1px #FFF;
		height:1px;	
}

#auswahl {
		padding-left:8px;
}

#filter {
		padding-top:10px;
}

.mwd_input_style {
		font-size:11px;
		color:#878787;
		border: 1px solid #ababab;
		background-color: #ffffff;
		height: 20px;
		padding-top:2px;
		padding-bottom:2px;
}

.mwd_submit_style {
		font-size:11px;
		color:#878787;
		border: 1px solid #ababab;
		background-color: #ffffff;
		padding:2px;
}

.mwd_combo_style {
		font-size:11px;
		color:#878787;
		border: 1px solid #ababab;
		height: 20px;
		padding-top:0px;
		padding-bottom:0px;
}

table.mwd_table {
	width: 550px;
}

table.mwd_table th {
	border-bottom:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
}

table.mwd_table tr.mwd_tabelle td {
		border-right:1px solid #cfcfcf;
}

/*
tr.mwd_tabelle:hover {
		background:#e7f1ef
}
*/

#content_right table.mwd_table td a {
	font-weight:normal;
}

#content_right table.mwd_table td.bold a {
		font-weight:bold	
}

table.mwd_table tr.mwd_tabelle_color {
		background-color:#fdf0e8;
}

tr.mwd_tabelle_color td {
		border-right:1px solid #cfcfcf;
}


/* +++++++++++++++++++ Content END +++++++++++++++++++++++++*/


