/**********************************************
 * CONECTO Business Communication GmbH        *
 * Project: Felsch Fotodesign                 *
 * 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: #000;
	background: #fff url(../img/layout/body-bg-tile.jpg) repeat-x left top;
	font-size: 11px;
}

.clear {
	clear: both;
}

a,
a:visited {
	color: #fff; 
	text-decoration: underline;
}
a:hover {
	color: #fff; 
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: normal;
}

hr {
	visibility:hidden;
}

#wrap {
	background: url(../img/layout/header-bg.jpg) no-repeat center top;
}
	#container {
		width: 960px; /* 1010 - 50 */
		padding: 0 25px 25px 25px;
		margin: 0 auto;
		background: url(../img/layout/content-bg.jpg) no-repeat 0 398px;
	}
	
		div#header {
			height: 398px;
			overflow: hidden;
		}
			div#header-top {
				height: 110px;
				background: url(../img/layout/header-top-bg.jpg) no-repeat left top;
				margin-bottom: 8px;
				position: relative;
			}
				div#header-top ul {
					position: absolute; 
					left: 20px;
					bottom: 10px;
				}
				div#header-top li {
					display: inline;
					margin-right: 10px;
				}
				div#header-top li a {
					text-decoration: none;
					color: #909298;
				}
				div#header-top li a:hover,
				div#header-top li a.active {
					color: #606266;
				}
				
				a#logo {
					position: absolute; 
					right: 20px;
					bottom: 10px;
					background: url(../img/layout/logo.gif) no-repeat right bottom;
					width: 250px;
					height: 90px;
				}
			div#mainnav {
				float: left;
				width: 271px;
				height: 271px;
				margin-right: 10px;
			}
				div#mainnav li,
				div#mainnav a {
					display: block; 
					float: left;
					width: 89px;
					height: 89px;
					overflow: hidden;
				}
				div#mainnav li {
					margin-right: 2px;
					margin-bottom: 2px;
				}
				div#mainnav a {					
					background: url(../img/layout/mainnav-link-bg.gif) no-repeat 0 0;
										
					line-height: 150px;
					text-indent: 10px;
					text-decoration: none;
					text-transform: uppercase;
				}
				div#mainnav a:hover,
				div#mainnav a.active {
					background: url(../img/layout/mainnav-link-bg.gif) no-repeat 0 -89px;
				}
				div#mainnav li#mainnav-page-3,
				div#mainnav li#mainnav-page-6,
				div#mainnav li#mainnav-page-9 {
					margin-right: 0;
				}
				
			div#header-image-wrap {
				float: left; 
				width: 679px;
				height: 271px;
				position: relative;				
			}
				div#header-image {
					position: absolute; 
					left: 0;
					top: 0;
					z-index: 0;
				}
				div#header-langselect {
					position: absolute; 
					right: 0;
					bottom: 0;
					width: 45px;
					height: 23px;
					z-index: 1;
				}
				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;
				}
	
		#content-wrap {
			padding-top: 35px;
		}
	
		#sidebar {
			width: 271px;
			float: left;
			margin-right: 40px;
		}
			#subnav {
				margin-bottom: 20px;
			}
			
			#subnav h1 {
				height: 33px;
				line-height: 33px;
				text-indent: 35px;
				background: #000 url(../img/layout/subnav-headline-bg.gif) no-repeat left top;
				color: #fff;
				text-transform: uppercase;
				font-size: 12px;
				font-weight: bold;
			}
			#subnav ul {
				margin-top: 15px;
			}
			#subnav li,
			#subnav a {
				display: block;				
			}
			#subnav li {
				border-bottom: 1px solid #d0d0d3;				
			}
			#subnav a {			
				height: 20px;
				line-height: 20px;	
				text-indent: 25px;
				color: #a0a1a6;
				text-decoration: none;
				margin: 1px 0 1px 0;	
				font-weight: bold;	
			}
			#subnav a:hover,
			#subnav a.active {
				background: #b51818 url(../img/layout/subnav-link-arrow.gif) no-repeat 250px center;
				color: #fff;
			}
			#subnav li.first {
				border-top: 1px solid #d0d0d3;
			}
			
			#sidebar-box {
				background: #cbcdd1;
				padding: 10px 10px 1px 10px;				
			}
				#sidebar-box h1 {
					height: 33px;
					line-height: 33px;
					text-indent: 20px;
					background: #000;
					color: #fff;
					text-transform: uppercase;
					font-size: 12px;
					font-weight: bold;
				}
				#sidebar-box div {
					background: #e5e7ea;
					padding: 15px 25px 15px 25px;
					margin-bottom: 10px;
				}
				
				input,
				textarea {
					font-family: Arial, Helvetica, sans-serif, Verdana;
					color: #5c4a42;
					font-size: 11px;	
					width: 198px;
					border: 0;
					height: 16px;
					margin-bottom: 2px;
					padding: 2px 2px 0 2px;
				}
				
				textarea {
					width: 300px;
					height: 80px;
				}
				
				#sidebar-box input {
					background: #fff url(../img/layout/calendar.gif) no-repeat 186px 2px;
				}
				
				#sidebar-box input.submit {									
					text-transform: uppercase;
				}
				
				#sidebar-box input.submit,
				.tx_powermail_pi1_submitmultiple_forward,
				.tx_powermail_pi1_submitmultiple_back,
				.powermail_submit {
					background: url(../img/layout/sidebar-submit-bg.gif) no-repeat left top;
					color: #fff;
					width: 202px;
					height: 18px;
					cursor: pointer;
					padding: 0;
					margin-bottom: 0;
					margin-top: 5px;	
				}
				
				#sidebar-box li,
				#sidebar-box a {
					display: block;				
				}
				#sidebar-box li {
					border-bottom: 1px solid #d0d0d3;				
				}
				#sidebar-box li a {			
					height: 20px;
					line-height: 20px;
					text-indent: 25px;
					color: #a0a1a6;					
					text-decoration: none;
					margin: 1px 0 1px 0;	
					font-weight: bold;	
					text-transform: uppercase;
					background-position: 0 2px;
					background-repeat: no-repeat;
				}
				#sidebar-box a:hover,
				#sidebar-box a.active {					
					color: #1d4301;
				}
				
				#sidebar-box #quicknav {
					background: #dddfe2 url(../img/layout/quicknav-bg.jpg) no-repeat right bottom;
					padding-bottom: 40px;
				}
		
		#content {
			width: 619px;
			float: left;
			color: #989daa;
			font-size: 12px;
		}
		
			#content a {
				color: #989eaa;
				text-decoration: underline;
			}
			#content a:hover {
				color: #b51818;
			}
		
			#content h1 {
				color: #ab0000;
				font-size: 18px;
				margin-bottom: 20px;
			}
			#content h2 {
				color: #ab0000;
				font-size: 16px;
				margin-bottom: 15px;
			}
			#content h3 {
				color: #ab0000;
				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: 280px;
					float:left;
				}
				.image-left .text {
					width: 320px;
					float: right;
				}
				
				.image-right .image {
					width: 280px;
					float:right;
				}
				.image-right .text {
					width: 320px;
					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: #b51818;   	
			    color: #fff;
			    text-align: center;
			}
						
			.contenttable td {
			/*padding-left: 10px;*/
				text-align: center;
			    color: #676c76;
				background: #e8e8ea;
			}
			
			.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: #f2f2f3;
			}
			.contenttable th:first-child,
			.contenttable td:first-child,
			.contenttable th.first,
			.contenttable td.first {
				text-align: left;
			}
			
			/** News */
			div#news-wrap {
				margin-bottom: 20px;
			}
				div#nuggets {
					width: 330px;
					float: left;					
				}
				div#news {
					width: 260px; 
					float: right;
				}
				div.item {
					margin-bottom: 10px;
					height: 110px;
					overflow: hidden;
				}
				div.item-image {
					float: left;
					margin-right: 10px;
				}
				div.item-text { 
					float: right;
				}
				div#news div.item {
					height: auto;
					margin: 0;
				}
				div#news div.item-image {
					float: none;
					margin-bottom: 10px;
					height: 110px;
				}
				div#news .nugget-text p {
					margin: 0;
				}
				div#news .nugget-text p a {
					display: block;
					margin-top: 15px;
				}
				
	div#footer {
		background: #b00101;
		margin-top: 30px;
		padding: 10px 35px;
		color: #de9696;
	}
		div#footer p {
			width: 800px;
			float:left;
		}
		a#conecto-logo {
			margin-top: 5px;
			width: 60px;
			height: 10px;
			display: block;
			float: right;
			background: url(../img/layout/conecto-logo.gif) no-repeat left top;
		}
		
/** News Singleansicht */
div#content h1.news-single-title {
	
}

div#content .news-single-timedata {
	text-align: right;
	width: 150px;
	float: right;
}

div#content .news-single-img {
	float: left;
	margin: 0 20px 0 0; 
}
div#news .news-latest-gotoarchive {
	float: right;
}
div#news .news-latest-gotoarchive a {
	text-decoration: none;
	font-size: 11px;
	color: #C2C6CF;
}

/* datum doch nicht anzeigen... */
div#content .news-single-timedata {
	display: none;	
}

div#news .news-latest-gotoarchive {
	display: none;
}

.news-list-date {
	display: none !important;
}

/**
 * Powermail
 */
.tx_powermail_pi1_form fieldset {
	padding: 10px;
	border: 1px solid #e8e8ea;
	background: #f2f2f3;
}
.tx_powermail_pi1_form fieldset legend {
	font-weight: bold;
}
.tx_powermail_pi1_form fieldset label {
	width: 120px;
	display: block; 
	float: left;	
}
.powermail_mandatory {
	padding-left: 5px;
}
.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 5px;
}

/**
 * Quicknav Icons
 */		
li#quicknav-25 a {
	background-image: url(../img/layout/quicknav-ico-pauschalen.gif);
}
li#quicknav-24 a {
	background-image: url(../img/layout/quicknav-ico-events.gif);
}
li#quicknav-23 a {
	background-image: url(../img/layout/quicknav-ico-weather.gif);
}
li#quicknav-22 a {
	background-image: url(../img/layout/quicknav-ico-hotel.gif);
}