/**********************************************
 * CONECTO Business Communication GmbH        *
 * Type: screen                               *
 * Author: Alexander Dick <a.dick@conecto.at> *
 **********************************************/

@import url(default.css);

html {
	font-size: 100.01%;	
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, Verdana;	
	line-height: 1.5em;
	color: #7a7872;
	background: #e0ddd6;/* url(../img/layout/body-bg.jpg) no-repeat center top;*/
	font-size: 11px;
}

.clear {
	clear: both;
}

a,
a:visited {
	color: #7a7872; 
	text-decoration: underline;
}
a:hover {
	color: #7a7872; 
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: normal;
}

hr {
	visibility:hidden;
}

div#wrap {
		
}
	div#container {
		width: 885px; /* 935 - 50 padding*/		
		margin: 20px auto;
		background: #fff;
		border: 3px solid #cbc6bb;
		padding: 20px 25px 25px 25px;
	}
	
		div#header {
			overflow: hidden;
			height: 295px;
		}
			div#header-top {
				height: 20px;
				margin-bottom: 16px;
				position: relative;
			}
				div#header-quicknav {
					position: absolute; 
					left: 0;
					top: 0;
					width: 257px;
				}
														
					div#header-quicknav ul {
						float: left;						
					}
					
					div#header-langsel {
						width: 55px;
						float: left;
					}
						div#header-langsel img {
							vertical-align: middle;
						}
				
					div#header-quicknav li {
						display: inline;
						margin-right: 10px;
					}
					div#header-quicknav li a {
						text-decoration: none;
						color: #909298;
					}
					div#header-quicknav li a:hover,
					div#header-quicknav li a.active {
						color: #606266;
					}				
					
				
				div#header-mainnav {					
					width: 630px;
					height: 20px;
					position: absolute; 
					left: 255px;
					top: 0;
				}
				div#header-mainnav li {
					display: block;
					float: left;
				}
				
				div#header-mainnav a {
					display: block; 
					height: 20px;					
					line-height: 20px;
					text-decoration: none;
					text-transform: uppercase;
					color: #7a7872;
					padding: 0 8px;
					float: left;
				}
				div#header-mainnav a:hover,
				div#header-mainnav a.active {
					color: #1d5833;
				}
							
					
			div#header-left {
				width: 257px; 
				height: 286px;
				float: left;
				margin-right: 8px;
				position: relative;
			}
				a#header-home {
					display: block; 
					position: absolute;
					left: 0; 
					top: 0;
					width: 257px; 
					height: 200px;
				}
				
				div#header-inquiry {
					position: absolute; 
					left: 32px; 
					top: 205px;
				}
					div#header-inquiry input.text {
						border: 1px solid #0f4021; 
						background: #fff url(../img/layout/calendar.gif) no-repeat 174px center;
						padding: 3px;
						width: 183px;
						margin-bottom: 4px;
						color: #010000;
						font-size: 11px;
					}
			
			div#header-right {
				float: left;
			}		
			
			div#header-langselect {
				float: left;
				width: 45px;
				height: 23px;					
			}
			div#header-langselect a {
				display: block; 
				width: 43px;
				height: 11px;
				line-height: 11px;
				float: left;
				text-align: right;
				text-decoration: none;
				text-transform: uppercase;
				padding-right: 3px;
				color: #c50000;
				margin-bottom: 1px;
			}
			div#header-langselect a.active {
				color: #fff;
			}

		div#content-wrap {
			
		}
			
			div#sidebar {
				background: url(../img/layout/sidebar-bg.jpg) no-repeat left top;
				width: 225px;
				padding: 16px;
				float: left;
				margin-right: 8px;
			}
				div#subnav-box {
					border-bottom: 1px solid #fff;
				}
				
				ol#subnav {
					list-style-type: square;
					list-style-position: outside;
					margin: 0 0 0 15px;
					font-weight: bold;
				}
					ol#subnav a {
						color: #5b5851;
					}
					ol#subnav a.active, 
					ol#subnav a:hover {
						color: #09351a;
					}
					ol#subnav li {
						margin: 2px 0;
					}
					ol#subnav a {
						text-decoration: none;						
					}
					ol#subnav ul {
						list-style-type: none;
						font-weight: normal;
						margin: 5px 0 10px 0;
					}
						ol#subnav ul a {
							padding: 0;
						}
			
			div.sidebar-box {
				width: 224px;
				background: #eae8e2 url(../img/layout/sidebar-box.jpg) no-repeat left top;
				padding-top: 5px;
				margin-bottom: 20px;
			}
				div.sidebar-box-inner {
					padding: 10px 18px;
					border: 1px solid #fff;
					border-top: 0;
					border-bottom: 0;
				}
				
				div.sidebar-box h1 {
					color: #1d5833;
					text-transform: uppercase;
					font-size: 12px;
					margin-bottom: 10px;
					font-weight: bold;
				}
				div.sidebar-box p {
					margin-bottom: 10px;
				}
				div.sidebar-box a.sidebar-box-more {
					display: block; 
					background: #1d5833;
					color: #fff;
					border: 1px solid #fff;
					border-top: 0;
					border-bottom: 0;
					text-align: left;
					padding: 3px 3px 3px 18px;
					font-weight: normal;
					
					text-indent: -10000px;
					padding: 0;
					height: 19px;
					background: url(../img/layout/sidebar-box-more-de.gif) no-repeat left top;
				}
				div#sidebar-items-en div.sidebar-box a.sidebar-box-more {
					background-image: url(../img/layout/sidebar-box-more-en.gif);
				}
		
		
		#content {
			width: 599px;
			float: left;
			/*color: #989daa;*/
			color: #7a7872;
			font-size: 12px;
			padding: 20px 0 20px 20px;
		}
		
			#content a {
				/*color: #989eaa;*/
				color: #7a7872;
				text-decoration: underline;
			}
			#content a:hover {
				color: #1d5833;
			}
		
			#content h1 {
				color: #1d5833;
				font-size: 20px;
				margin-bottom: 20px;
			}
				#content h1.with-h2 {
					margin-bottom: 5px;
				}
				
			#content h2 {
				color: #5b5851;
				font-size: 16px;
				margin-bottom: 15px;
			}
				#content h2.with-h1 {
					font-size: 14px;
					margin-bottom: 20px;
					padding-bottom: 5px;
					border-bottom: 1px solid #cbc6bb;
				}
			#content h3 {
				color: #5b5851;
				font-size: 14px;
				margin-bottom: 10px;
			}
			
			#content p {
				margin-bottom: 20px;
			}
			
			#content ul {
				list-style-type: square;
				margin: 0 0 20px 20px;
			}
		
			#content .hr {
				border-bottom: 1px solid #dee3e9;
				margin: 0 0 19px 0;
			}
				#content .hr hr {
					display: none;
				}
				
			.content-element {
				margin-bottom: 20px;
			}
				.image-left .image {
					width: 200px;
					float:left;
				}
				.image-left .text {
					width: 380px;
					float: right;
				}
				
				.image-right .image {
					width: 200px;
					float:right;
				}
				.image-right .text {
					width: 380px;
					float: left;
				}
				
				.content-element ul {
					list-style-type: square;
					margin: 0 0 20px 15px;
				}
				.content-element p:last-child {
					margin-bottom: 0 !important;
				}
				
				div.images-3 div.image {
					float: left;
					margin-right: 5px;
				}
				
			.contenttable {
				width: 100%;
				margin-bottom: 20px;
				border-collapse: collapse;
			}
			
			.contenttable th {            
				background-color: #1d5833;   	
			    color: #fff;
			    text-align: center;
			}
						
			.contenttable td {
			/*padding-left: 10px;*/
				text-align: center;
			    color: #7a7872;
				background: #f9f8f6;
			}
			
			.contenttable th,
			.contenttable td {
				vertical-align: middle;
				padding: 4px 8px;
				text-align: center;
				border-bottom: 1px solid #fff;
				font-size: 11px;
			}
			
			.contenttable th p,
			.contenttable td p {
				margin: 0 !important;
			}
			
			.contenttable th {
				height: 20px;
			}
			
			.contenttable tr:hover td {
				background-color: #e9e7e1;
			}
			.contenttable th:first-child,
			.contenttable td:first-child,
			.contenttable th.first,
			.contenttable td.first {
				text-align: left;
			}
			
	div#footer {
		width: 940px;
		height: 50px;
		margin: 0 auto;
		position: relative;
	}
		div#footer p {
			padding-left: 310px;			
		}
		a#conecto-logo {
			position: absolute; 
			right: 0; 
			top: 0;
			width: 60px;
			height: 10px;
			display: block;			
			background: url(../img/layout/conecto.png) no-repeat left top;
		}
	
	div#bottomline {
		height: 15px;
		background: #0a351a;
	}
		
/**
 * Powermail
 */
.tx_powermail_pi1_form fieldset {
	padding: 10px;
	border: 0;
	background: #f9f8f6;
	color: #7a7872;
}

.tx_powermail_pi1_form input,
.tx_powermail_pi1_form select,
.tx_powermail_pi1_form textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cbc6bb;
	background: #ece9e4;
	font-size: 11px;
	color: #7a7872;
	padding: 3px;
}
/*
.tx_powermail_pi1_form input {
	width: 250px;
}*/

.tx_powermail_pi1_form fieldset legend {
	font-weight: bold;
}
.tx_powermail_pi1_form fieldset label {
	width: 140px;
	display: block; 
	float: left;	
}
.powermail_mandatory {
	padding-left: 5px;
}
.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 5px;
}

.tx_powermail_pi1_form .powermail_submit,
.tx_powermail_pi1_form .tx_powermail_pi1_submitmultiple_back,
.tx_powermail_pi1_form .tx_powermail_pi1_submitmultiple_forward {
	border: 0;
	background: #1d5833;
	color: #fff;
	font-size: 11px;
	margin-top: 5px;
	cursor: pointer;
	padding: 3px;
}

div.ui-helper-hidden-accessible {
	display: none;
}

