/*
this files contains all styles for 2col-subsites
currently used for:
- curtravelinfos
- privacy
- help/faq

*/

/* (km) fix spacing between last element and buttons*/
#contentFooter	{
	padding-top: 23px;
	padding-bottom: 42px;
}

#box_wrapper {
	padding-top: 10px;
}

/*
#box_menu stuff
*/

#box_menu {
	padding: 1px 19px 0 21px;
	width: 247px;
	float: left;
}

#box_menu ul {
	margin: 0 0 0 14px;
	padding:0;
	list-style: none;
	font-size: 11px;
	line-height: 16px;
}

#box_menu li {
	padding-bottom: 6px;
}

#box_menu h3 {
	font-size: 11px;
	line-height:16px;
	margin-bottom: 6px;
}

/*
#box_content stuff
*/

#box_content {
	width: 431px;
	float: left;
}

#box_content h2 {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px;
}

/*
.content_section stuff
*/

.content_section {
	padding-left: 23px;
	padding-right: 22px;
}

/*
section-divider stuff
*/

.section_divider {
	margin: 11px 0 2px 0;
	text-align: right;
	
}

.gotopButton {
	margin-right: 20px;
	margin-bottom: 17px;
}

.gotopButton_10pxBot {
	margin-bottom: 0px;
}

/*
perhaps general stuff
*/

.dashedLine431px
{
	background-image: url(img/bg_dashed.gif);
	height: 3px;
	width: 431px;
	margin: 0 0 6px 0;
	padding: 0;
	background-position: left top;
	background-repeat: repeat-x;
	overflow: hidden;
	background-color: #fffeee;
}
