/*	-------------------------------------------------------------------------------- */
/* 	dates */
/*	-------------------------------------------------------------------------------- */
/*	
	author: cornel boppart
	date: october 2008
	
	description:
	style definitions for some browsers
*/

/*	-------------------------------------------------------------------------------- */
/* 	general items */
/*	-------------------------------------------------------------------------------- */

body, input, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

body {
	padding: 0px;
	line-height: 17px;
}

input {
	line-height: 11px;
}


.index {
	margin: 100px 65px 10px 75px;
}

.sites {
	margin: 0px 65px 10px 75px;
}

.clear {
	clear: both;
}

/*	-------------------------------------------------------------------------------- */
/* 	site_structure */
/*	-------------------------------------------------------------------------------- */

#cont_site {
	width: 890px;  /* enlarged from 870px */
	padding: 0px 10px 0px 0px;
	margin: auto;
}

#cont_top {
	height: 85px;
	margin: 0px 0px 25px 0px;
}

#num {
	position: absolute;
	left: 10px;
	padding: 118px 0px 0px 0px;
	font-size: 26px;
	line-height: 26px;
	color: #d0d7da;
}

#cont_nav {
	width: 210px; /* enlarged from 190px */
	float: left;
	border-top: 1px solid #d0d7da;
}

#info {
	margin: 30px 0px 0px 0px;
	padding: 10px;
	color: #627a85;
	border: 1px solid #d0d7da;
}

#cont_right {
	width: 670px;
	margin: 0px 0px 0px 10px;
	float: right;
}


#logotype_voltacenter1, #logotype_voltacenter2 {
	float: left;
}

#logotype_voltacenter1 {
	margin: 0px 0px 0px 220px; /* enlarged from 210px */
}

#logotype_voltacenter2 {
	margin: 29px 0px 0px 220px; /* enlarged from 210px */
}

#languages {
	padding: 70px 0px 0px 0px;
	float: right;
	color: #627a85;
}

#footing_line {
	border-top: 1px solid #d0d7da;
	margin: 60px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 9px;
	color: #d0d7da;
}

#footing_line div {
	float: left;
}


#footing_line a {
	float: right;
}

#content {
	margin: 30px 0px 0px 10px;
}

#col_main {
	width: 350px;
	float: left;
}

#col_main2 {
	width: 530px;
	float: left;
}

#col_marginal {
	width: 280px;
	float: right;
	font-size: 11px;
	line-height: 15px;
}

.item_marginal {
	margin: 0px 0px 10px 0px;
}

.item_marginal div {
	font-size: 11px;
	line-height: 14px;
	color: #627a85;
}

.img {
	width: 150px;
	height: 100px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.icon {
	float: left;
	padding: 0px 10px 0px 0px;
}

/*	-------------------------------------------------------------------------------- */
/* 	navigation */
/*	-------------------------------------------------------------------------------- */

.item_nav {
	height: 29px;
	display: block;
	padding: 8px 0px 2px 0px;
	line-height: 11px;
	background-image: url(../content/icons/arrow1_inactive1.gif) !important;
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 1px solid #d0d7da;
}

:hover.item_nav, :hover.item_nav2 {
	text-decoration: none;
	background-image: url(../content/icons/arrow1_inactive2.gif) !important;
}

#cont_nav :hover.item_nav, #cont_nav :hover.item_nav2 {
	color: #627a85;
}

:hover.item_nav b, :hover.item_nav2 b {
	text-decoration: none;
	color: #009fbe;
}

.act, :hover.act {
	background-image: url(../content/icons/arrow1_active.gif) !important;
	color: #627a85;
}

.act b {
	color: #009fbe;
}

/*	-------------------------------------------------------------------------------- */
/* 	link styles */
/*	-------------------------------------------------------------------------------- */

a {
	text-decoration: none;
	outline: none;
	color: #627a85;
}

a:hover {
	text-decoration: underline;
	color: #009fbe;
}

a img {
	border: none;
}

#footing_line a {
	color: #d0d7da;
}

#footing_line a:hover {
	color: #627a85;
}

.item_marginal div a {
	color: #009fbe;
}

.item_marginal div a img {
	margin: 0px;
	padding: 4px 5px 0px 0px;
}

.lang_selected {
	font-weight: bold;
	color: #627a85;
}

#languages a {
	color: #627a85;
}

/*	-------------------------------------------------------------------------------- */
/* 	font and list styles */
/*	-------------------------------------------------------------------------------- */

h1, h2 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h1, h2 {
	color: #009fbe;
}

h1 {
	font-size: 12px;
}

h2 {
	font-size: 11px;
}

.error {
	color: red;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px 0px 0px 11px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(../content/icons/list_square.gif);
}

.list {
	padding: 1px 10px 1px 0px;
	border-bottom: 1px solid #d0d7da;
}

.asterix {
	display: inline;
	font-family:"Arial Unicode MS",Arial,sans-serif;
}

.logotypes td {
	padding: 20px 0px 20px 20px;
	border-left: 1px solid #d0d7da;
}

.logotypes .first td, .logotypes .last td {
	padding: 0px 0px 0px 20px;
}

/*	-------------------------------------------------------------------------------- */
/* 	contactform styles */
/*	-------------------------------------------------------------------------------- */

.input, textarea {
	width: 210px;
	margin: 0px 0px 0px 10px;
	padding: 2px;
	line-height: 11px;
	border: 1px solid #d0d7da;
	outline: none;
}

textarea {
	height: 100px;
}

.send {
	margin: 0px 0px 0px 10px;
}

.reset {
	margin: 0px 0px 0px 10px;
}
