#GralContent	{
	text-align: left;
/*	margin: 7px;*/
	color: #314f05;
}

#GralContent a, #GralContent a:visited {
	color: black;
}

#GralContent h1{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 1.8em;
	margin-top: 0;
}

#GralContent h1.title{
	text-align:  right;
	margin-top: 20px;
	margin-bottom: 20px;
}

#GralContent h2{
	font-size: 1.1em;
}

.Tip{
	margin: 30px 7px 7px 7px;
}

.Tip p{
	line-height: 16px;

}

.Tip .text{
	float: left;
	width: 380px;
}

.Tip .image_container img{
	margin: 5px;
}

.secondary{
	clear: both;
}

.Tip .image_container{
	float: right;
	width: 350px;
	margin: 10px 0 10px 0px;
	background: #EAE5D2;
	border: 1px solid #D3D3D3;;
}

.Tip .image_container p{
	font-size: 0.8em;
	margin: 0 5px 5px 5px;
}

.Tip .image_container a{
	color: #a70f1e !important;
}

#GralContent .separator{
	clear: both;
	height: 1px;
	margin: 0px 7px 0px 7px;
	border-top: 1px solid #CCCCCC;
}

/**
 *
 * HEADER
 *
 */

.info_header, .info_header_big{
	width: 100%;
	background: #e7e4d1;
	background-image: url(../images/nav/header_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: black;	
	text-align: left;
	border-bottom: 1px solid #AAAAAA;
}

.info_header{
	height: 75px;
}

.info_header_big{
	height: 215px;
}

.info_header .container, .info_header_big .container{ 
	position: absolute;
	margin-top: 10px;
	margin-left: 5px;
}

.info_header .title, .info_header_big .title{
	position: absolute;
	/*font-family: Georgia, serif;*/
	font-size: 2.2em;
	font-weight: normal;
	width: 400px;
}

.info_header .title{
	margin-top: 31px;
}

.info_header_big .title{
	margin-top: 171px;
}

.info_header .buttons, .info_header_big .buttons{
	position: absolute;
	width: 330px;
/*	margin-left: 258px;*/
	margin-left: 530px;
}

.info_header .buttons{
	margin-top: 45px;
}

.info_header_big .buttons{
	margin-top: 185px;
}

.info_header .buttons a, .info_header_big .buttons a{
	color: black;
	font-weight: bold;
}

.info_header .buttons div, .info_header_big .buttons div{
	float: left;
	margin-left: 2px;
}

.info_header .dropdown, .info_header_big .dropdown
{
	position: absolute;
	margin-right: 5px;
}

/**
 * HEADER SEARCH FORM
 */
.info_header .search_form_block, .info_header_big .search_form_block{
	position: absolute;
	margin-left: 129px;
	width: 660px;
}

.search_form_block{
	margin-left: 4px;
}

.search_form_block select{
	border: 1px solid #CCCCCC;
	margin-left: 0px;
	margin-right: 2px;
}

.search_form_submit{
	vertical-align: bottom;
	margin-left: -1px;
	cursor: pointer;
}

/**
 * HEADER BRAND MENU
 */

.info_header .menu, .info_header_big .menu{
	position: absolute;
	margin-left: 2px;	
	margin-top: 25px;
	width: 770px;
	font-size: 0.9em;
}

.info_header .menu{
	visibility: hidden;
}

.info_header_big .menu{
	visibility: visible;
}

.info_header .menu div, .info_header_big .menu div{
	float: left;
	width: 118px;
	margin-right: 10px;
}