@charset "utf-8";
/**	Title:		Hochfuegenski - content style CSS
	Author:		Mag. Matthias Bauer (mag.matthias.bauer@gmail.com)
	
	Content:	Contains all styles which are used in main content area of hochfuegenski.com
 */

.content_area_left
{
	float: left;
	width: 270px;
}

.content_area_right
{
	float: left;
	width: 350px;
	padding-left: 15px;
}

.content_box_1
{
	width: 235px;
	height: 109px;
	margin: 8px 0px 20px 10px;
	padding: 0px 20px 10px 0px;
	background: url(../images/index_content_bg1.gif) no-repeat bottom;
	overflow: hidden;
}

.content_box_2
{
	width: 235px;
	height: 79px;
	margin: 3px 0px 20px 10px;
	padding: 0px 20px 10px 0px;
	background: url(../images/index_content_bg2.gif) no-repeat bottom;
	overflow: hidden;
}

.content_box_2 ul
{
	list-style-image: url(../images/star.gif);
	line-height: 12pt;
	margin: 5px 0px 0px -20px;
}

.content_box_3
{
	width: 240px;
	height: 74px;
	margin: 8px 0px 20px 10px;
	padding: 0px 20px 10px 0px;
	background: url(../images/index_content_bg3.gif) no-repeat bottom;
	overflow: hidden;
}

.line
{
	height: 77px;
	margin: 0px 0px 10px 13px;
	padding-bottom: 20px;
}

.line_image
{
	float: left;
	width: 70px;
	height: 63px;
	margin: 0px 5px 0px 0px;
}

.line_box
{
	float: left;
	width: 253px;
	height: 62px;
	padding: 5px 0px 10px 8px;
	line-height: 12pt;
	background: url(../images/index_content_bg4.gif) no-repeat bottom;
	overflow: hidden;
}

.lifte
{
	padding: 0;
}

.image_gallery_container,
.image_gallery_headline
{
	width: 184px;
	padding-right: 20px;
	text-transform: uppercase;
	color: #1C64A5;
	float: left;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
}

.image_gallery_headline a
{
	border-bottom: 2px solid #1C64A5;
}

.image_gallery_headline a:hover
{
	text-decoration: none;
}

.headline_red
{
	width: 184px;
	padding-right: 20px;
	text-transform: uppercase;
	color: #D9001A;
	float: left;
	font-size: 105%;
	border-bottom: 2px solid #D9001A;
	font-weight: bold;
	letter-spacing: 1px;
}

.headline_blue
{
	width: 184px;
	padding-right: 20px;
	text-transform: uppercase;
	color: #1A5E9B;
	float: left;
	font-size: 105%;
	border-bottom: 2px solid #1A5E9B;
	font-weight: bold;
	letter-spacing: 1px;
}

.image-gallery-iframe
{
	border: 0;
	width: 480px;
	height: 300px;
	overflow-y: hidden;
	overflow-x: hidden;
}

#newsletter_submit
{
	margin-top: 10px;
	background: #D9001A;
	color: #FFFFFF;
}