/*******************************************************************************
	Project		:	Travelfeedback
	Copyright	:	Travelwindow AG
    File		:   boxes.css
*******************************************************************************/
.box {
	position:relative;
}

.box_ro {
	clear:both;
	margin:0px;
	padding:0px;
}

.box_lo {
	margin:0px;
	padding:0px;
}

.box_ru {
	padding:0px;
}

.box_lu {
	margin:0px;
	padding:0px;
}

.box_content {
	padding:15px 0px 0px;
}

.box_clear {
	clear:both;
	font-size:1px;
	height:5px;
	line-height:1px;
}


/*	Boxen Grau 2px --- Start
*******************************************************************************/
.box_lo_gray {
	background:transparent url(../images/box_gray_lo.gif) no-repeat scroll left top;
}

.box_ro_gray {
	background:transparent url(../images/box_gray_ro.gif) no-repeat scroll right top;
}

.box_lu_gray {
	background:transparent url(../images/box_gray_lu.gif) no-repeat scroll left bottom;
}

.box_ru_gray {
	background:transparent url(../images/box_gray_ru.gif) no-repeat scroll right bottom;
	margin-bottom:0px;
}


.box_content_gray2 {
	padding:10px 10px 0px 10px;
}

.box_clear_gray {
	
}
/*	Box --- End
*******************************************************************************/


/*	Boxen Orange 1px Gradient --- Start
*******************************************************************************/
.box_lo_orangebox {
	background:transparent url(../images/box_orange_lo.gif) no-repeat scroll left top;
}

.box_ro_orangebox {
	background:transparent url(../images/box_orange_ro.gif) no-repeat scroll right top;
}

.box_lu_orangebox {
	background:transparent url(../images/box_orange_lu.gif) no-repeat scroll left bottom;
}

.box_ru_orangebox {
	background:transparent url(../images/box_orange_ru.gif) no-repeat scroll right bottom;
}

.box_content_orangebox {
	padding:10px 10px 0px 10px;
}

.box_clear_orangebox {
	height:10px;
}
/*	Boxen Orange 1px Gradient --- End
*******************************************************************************/

/*	Boxen Orange Light 1px Gradient --- Start
*******************************************************************************/
.box_lo_orangebox_light {
	background:transparent url(../images/box_orange_light_lo.gif) no-repeat scroll left top;
}

.box_ro_orangebox_light {
	background:transparent url(../images/box_orange_light_ro.gif) no-repeat scroll right top;
}

.box_lu_orangebox_light {
	background:transparent url(../images/box_orange_light_lu.gif) no-repeat scroll left bottom;
}

.box_ru_orangebox_light {
	background:transparent url(../images/box_orange_light_ru.gif) no-repeat scroll right bottom;
}

.box_content_orangebox_light {
	padding:10px 10px 0px 10px;
}

.box_clear_orangebox_light {
	height:10px;
}
/*	Boxen Orange 1px Gradient --- End
*******************************************************************************/


/*	Boxen Blau 2px Blau --- Start
*******************************************************************************/

.bluebox H1{
	color:#ffffff;
	font-weight:normal;
}

.bluebox H5,
.bluebox .content {
	color:#eeeeee;
}

.box_lo_bluebox {
	background:transparent url(../images/box_blue_lo.gif) no-repeat scroll left top;
}

.box_ro_bluebox {
	background:transparent url(../images/box_blue_ro.gif) no-repeat scroll right top;
}

.box_lu_bluebox {
	background:transparent url(../images/box_blue_lu.gif) no-repeat scroll left bottom;
}

.box_ru_bluebox {
	background:transparent url(../images/box_blue_ru.gif) no-repeat scroll right bottom;
}

.box_content_bluebox {
	padding:10px 10px 0px 10px;
}

.box_clear_bluebox {
	height:10px;
}
/*	Boxen Blau 2px Blau --- End
*******************************************************************************/


/*	Boxen Orange 2px White --- Start
*******************************************************************************/
.box_lo_whitebox {
	background:transparent url(../images/box_white_lo.gif) no-repeat scroll left top;
}

.box_ro_whitebox {
	background:transparent url(../images/box_white_ro.gif) no-repeat scroll right top;
	width:514px;
}

.box_lu_whitebox {
	background:transparent url(../images/box_white_lu.gif) no-repeat scroll left bottom;
}

.box_ru_whitebox {
	background:transparent url(../images/box_white_ru.gif) no-repeat scroll right bottom;
}

.box_content_whitebox {
	padding:10px 10px 0px 10px;
}

.box_clear_whitebox {
	height:10px;
	line-height:5px;
	font-size:1px;
}
/*	Boxen Orange 1px Gradient --- End
*******************************************************************************/


/*	Boxen Orange 1px White --- Start
*******************************************************************************/
.box_lo_whitebox_1px {
	background:transparent url(../images/box_white_lo_1px.gif) no-repeat scroll left top;
}

.box_ro_whitebox_1px {
	background:transparent url(../images/box_white_ro_1px.gif) no-repeat scroll right top;
}

.box_lu_whitebox_1px {
	background:transparent url(../images/box_white_lu_1px.gif) no-repeat scroll left bottom;
}

.box_ru_whitebox_1px {
	background:transparent url(../images/box_white_ru_1px.gif) no-repeat scroll right bottom;
}

.box_content_whitebox_1px {
	padding:10px 10px 0px 10px;
}

.box_clear_whitebox_1px {
	height:10px;
	line-height:5px;
	font-size:1px;
}
/*	Boxen Orange 1px Gradient --- End
*******************************************************************************/


/*	Boxen Comments  --- Start
*******************************************************************************/
.box_lo_comment {
	background:transparent url(../images/box_comment_lo.gif) no-repeat scroll left top;
}

.box_ro_comment {
	background:transparent url(../images/box_comment_ro.gif) no-repeat scroll right top;
}

.box_lu_comment {
	background:transparent url(../images/box_comment_lu.gif) no-repeat scroll left bottom;
}

.box_ru_comment {
	background:transparent url(../images/box_comment_ru.gif) no-repeat scroll right bottom;
}

.box_content_comment {
	padding:10px 10px 0px 23px;
}

.box_clear_comment {
	height:10px;
	line-height:5px;
	font-size:1px;
}
/*	Boxen Orange 1px Gradient --- End
*******************************************************************************/

