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

/* BOXEN ----------------------------------------------*/
/* WEISS -------------------*/
.box_weiss
{
	width:700px;
	float:left;
	margin-bottom:20px;
}

.box_weiss .top
{
	background-image:url(../html/img/box_weiss_top.gif);
	background-repeat:no-repeat;
	width:100%;
	float:left;
	height:10px;
}

.box_weiss .box
{
	width:680px;
	background-color:white;
	float:left;
	padding:0px 10px 0px 10px;
}

.box_weiss .box .box
{
	width:660px;
	margin-left:-10px;
}


.box_weiss .bottom
{
	background-image:url(../html/img/box_weiss_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:100%;
	float:left;	
	height:10px;
}
.box_weiss h1
{
	margin-top:30px;
}

.box_weiss h1.black,
.box_weiss h1.csc-firstHeader,
.box_weiss h1
{
	margin:0px;
	color:white;
	padding-left:10px;
	width:670px;
	background-image:url(../html/img/background_title.gif);
	background-repeat:no-repeat;
	padding-bottom:20px;
}

/* SCHWARZ -------------------*/
.box_schwarz
{
	width:700px;
	float:left;
	margin-bottom:20px;
}

.box_schwarz .top
{
	background-image:url(../html/img/box_schwarz_top.gif);
	background-repeat:no-repeat;
	width:100%;
	float:left;
	height:10px;
}

.box_schwarz .box
{
	width:680px;
	background-color:black;
	float:left;
	padding:0px 10px 0px 10px;
}

.box_schwarz .bottom
{
	background-image:url(../html/img/box_schwarz_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:100%;
	float:left;	
	height:10px;
}
.box_schwarz h1
{
	margin-top:30px;
}

.box_schwarz h1.black,
.box_schwarz h1.csc-firstHeader,
.box_schwarz h1
{
	margin:0px;
	color:black;
	padding-left:10px;
	width:670px;
	background-image:url(../html/img/background_title_white.gif);
	background-repeat:no-repeat;
	padding-bottom:20px;
}

/* GRAUBER INNENBEREICH */
/* z.B im Hoteldetail Box für Flash*/

.innerbox
{
	padding:0px;
	margin:0px;
	width:680px;	
	background-color:#E5E5E5;
}

.innerbox h1.black
{

	background-image:url(../html/img/background_title_grau.gif);	
	padding:0px;
	margin:0px;	
	width:670px;
	padding-left:10px;
}

.innerbox_bottom
{
	background-image:url(../html/img/hellgrau_bottom.gif);
	background-repeat:no-repeat;	
	height:10px;

}

/* GRAU -------------------*/
.box_grau
{
	width:280px;
	float:left;
	margin-bottom:20px;
}

.box_grau .top,
#colRight .csc-header
{
	background-image:url(../html/img/box_grau_top.gif);
	background-repeat:no-repeat;
	width:240px;
	float:left;
	margin:0px;
    padding:5px 20px 0px 20px;
	height:40px;
}

.box_grau .box
{
	width:240px;
	background-color:#262827;
	float:left;
	color:#ffffff;
	padding:10px 20px 0px 20px;
	margin-bottom:0px;
}

#colNormal .box .download {
	color:#000;
}


.box .download {
	color:#FFFFFF;
}

.box_grau .box_image
{
	padding:0px;
	width:280px;	
	background-color:#262827;
	margin-bottom:0px;	
	float:left;
	color:#ffffff;	
}

.box_grau h1,
#colRight .csc-header h1
{
	color:#ffffff;
	background-color:black;
	margin-bottom:0px;
	padding:0px;
}

.box_grau .bottom
{
	background-image:url(../html/img/box_grau_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:100%;
	float:left;	
	height:18px;
	margin-top:0px;
}