/* Dritte Spalte im Hauptlayout */
/* SVN: $Id$ */
#wrapper {
	width: 1185px;
}

#content {
	float: left;
	margin: 0 !important;
	width: 830px;
}

#thirdColumn {
	color: #444444;
	float: right;
	font-size: 11px;
	margin-top: 12px;
	width: 150px;
}

#thirdColumn div {
	background-color: #e7eefc;
	padding:1px;
	margin: 0 0 1em 0;
}

#thirdColumn div#onlineHelp {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#thirdColumn div a, 
#thirdColumn div a:link,
#thirdColumn div a:visited {
	color:#00006f;
	text-decoration:none;
}

#thirdColumn div a:hover {
	color:#00006f;
	text-decoration:underline;
}

#thirdColumn div a img {
	border: 0px;
}



/* callBack */
#thirdColumn .callback {
	padding:5px;
}
#thirdColumn .callback strong {
	font-size:13px;
	color:#00337F;
	font-weight:bold;
}
#callBackForm {
	display:none;
	margin-top:5px;
	margin-bottom:0px;
}

#callBackThnx {
	display:none;
	margin-top:5px;
	margin-bottom:0px;
}

#callBackForm .inputFiled {
	font-size:11px;
	height:14px;
	width:135px;
	color:#666;	
}

#callBackImage {
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 0px;
}
