/******************************************
*   
*   general styles
*   copyright 2009 - IdeaCENTER - by webchannel.ch
*
******************************************/

* {
margin:0; padding:0;
}

html, body{height: 100.05%;} 

body {
background: #DFDEDE url(http://www.ideacenter.ch/cms/images/body-bg.jpg) repeat-x;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#centerSite {
width:890px;
margin:auto;
text-align:left;
}

#centerSite-innerWrap {
float: left;
background: url(http://www.ideacenter.ch/cms/images/centerSite-bg.jpg) repeat-y top right;
}

#column {
width: 170px;
clear: both;
float: left;
}

#logo {
border: 0;
margin: 50px 0 0 27px;
}

#wrap-main {
width: 720px;
float: left;
background: url(http://www.ideacenter.ch/cms/images/main-bg.jpg) no-repeat top right;
min-height: 500px;
}

#content {
padding: 13px 20px 0 8px;
}

#content-left{
float: left;
width: 461px;
color: #6E6E6E;
}

#content-left h1 {
font-weight: normal;
font-size: 18px;
}

#content-left h2 {
font-weight: normal;
font-size: 14px;
line-height: 18px;
padding: 0 0 15px 0;
}

#content-left h3 {
font-weight: bold;
font-size: 12px;
line-height: 18px;
padding: 0 0 5px 0;
}

#content-right{
float: right;
width: 230px;
color: #fff;
}

#content-right h1 {
font-weight: normal;
font-size: 18px;
}

#content-right h2 {
font-weight: normal;
font-size: 14px;
padding: 0 0 5px 0;
}

#content-left-top {
height: 10px;
padding: 67px 0 0 15px;
}


#content-right-top {
height: 10px;
padding: 67px 0 0 15px;
}

#content-left-bottom {
margin: 40px 0 0 0;
padding: 0 15px 0 15px;
}

#content-left-bottom p {
line-height: 18px;
padding: 0 0 10px 0;
}

#content-left-bottom a, a:link, a:visited {
text-decoration: none;
color: #78262F;
}

#content-left-bottom a:hover {
text-decoration: underline;
color: #131313
}

#content-left-bottom img.alignLeft {
padding : 5px 10px 5px 0;
}

#content-left-bottom img.alignRight {
padding : 5px 0 5px 10px;
}

#content-left-bottom ul {
padding: 2px 10px 0 0; 
margin:  0 0 0 20px;	
line-height: 18px;
}

#content-left-bottom ul li  {
padding: 0 0 0 0;
}


#content-left-bottom div.gallery {
	border-top: 0px solid #333;
	margin: 0 0;
	padding: 0 0 0 0;
}

#content-left-bottom div.gallery a.prev {
	float: left;
}

#content-left-bottom div.gallery a.next {
	float: right;
}

#content-left-bottom div.gallery p.image,
#content-left-bottom div.gallery p.image img {
	margin: 9px 0 0 0;
}

#content-left-bottom div.gallery p.descr {
	margin: 0 0 5px 0;
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #333;
}

#content-left-bottom p.gallery-navi {
	text-align: center;
	border-top: 0px solid #333;
	border-bottom: 0px solid #333;
	padding: 5px;
}

#content-left-bottom p.gallery-navi a {
	margin:  0 0 0 10px;
}

#content-left-bottom p.gallery-navi a.first,
#content-left-bottom p.gallery-navi a.prev,
#content-left-bottom p.gallery-navi a.next,
#content-left-bottom p.gallery-navi a.last {
	text-decoration: none;
}

#content-left-bottom table.gallery {
	margin: 0 10px;
}

#content-left-bottom table.gallery td span {

}

#content-right-bottom {
margin: 40px 0 0 0;
padding: 0 15px 0 15px;
}

#content-right-bottom a, a:link, a:visited {
text-decoration: none;
color: #A1D5F0;
}

#content-right-bottom a:hover {
text-decoration: underline;
color: #fff;
}

#content-right-bottom img {
padding : 2px 0 5px 0;
border: 0px;
}

#footer {
float: right;
background: #DFDEDE url(http://www.ideacenter.ch/cms/images/footer-bg.jpg) no-repeat top right;
padding: 35px 17px 10px 0;
}

#footer p {
float: right;
color: #78262F;
 font-size: 12px;
}

#footer p span {
padding: 0 30px 0 25px;
border: solid #78262F;
border-width: 0 0 0 1px; 
}

#footer p span.last {
padding: 0 20px 0 20px;
border: solid #78262F;
border-width: 0 1px 0 1px; 
}


#trailimageid {
 position: absolute;
 visibility: hidden;
 left: 0px;
 top: 0px;
 height: 1px;
 z-index: 5000;
}


/***************************************************
*   contactform  
***************************************************/


div#contactForm {
font-size: 11px;
}

#contactForm fieldset {
border: 0;
}

#contactForm fieldset#personalData,
#contactForm fieldset#contactData {
margin: 0 0 10px 0;
}

#contactForm fieldset legend {
display: none;
}

#contactForm label {
	float: left;
	display: block;
	width: 90px;
	padding: 5px 0 0 1px;
	margin: 0;
}

#contactForm textarea,
#contactForm input,
#contactForm select {
	font-family:  Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	float: right;
	background: #fff;
	color: #000;
	border: 1px solid #DACDBF;
    width: 300px;
    margin: 2px 15px;
}

#contactForm input#fon,
#contactForm input#fax,
#contactForm input#mail {
}

#contactForm input#subject,
#contactForm textarea#nachricht{
width: 300px;
}

#contactForm textarea#nachricht{
	font-size: 1em;
	height: 100px;
}


#contactForm input:hover, 
#contactForm input:active, 
#contactForm input:focus, 
#contactForm select:hover,
#contactForm select:active,
#contactForm select:focus,
#contactForm textarea:hover, 
#contactForm textarea:active,
#contactForm textarea:focus {
    background-color: #F3EFEA;
    border: 1px solid #BB9889;
}

#contactForm fieldset#contactData p.semiOptText {
	font-size: 10px;
    margin: 0 0 0 115px;
}

#contactForm span {
	float: left;
	font-size: 10px;
    margin: 0 0 0 115px;
}

#contactForm input#sent {
	float: right;
	width: 80px;
}

/***************************************************
*  ContactForm Confirmation styles
***************************************************/

div#contactFormConfirm {
	margin: 0 ;
        font-size: 11px;
}

#contactFormConfirm fieldset {
	clear: both;
	border: 1px solid #bebebe;
	margin: 0 0 15px 0;
	padding: 4px 10px 9px 10px;
}

#contactFormConfirm fieldset legend {
	margin: 0 0 0 12px;
	padding: 0 5px 0 5px;
	color: #9e9e9e;
	background: inherit;
	font-weight: bold;
}


#contactFormConfirm label {
	float: left;
	width: 80px;
	padding: 4px 0;
}

#contactFormConfirm span {
	float: left;
	min-height: 16px;
	width: 255px;
	font-style: italic;
	background: #dedede;
	color: #5e5e5e;
	margin: 2px;
	padding: 2px 5px 2px 5px;
}

#contactFormConfirm span.data10 {
	float: left;
	width: 255px;
	font-style: italic;
	background: #dedede;
	color: #5e5e5e;
	margin: 2px 0 0 2px;
	padding: 2px 5px 2px 5px;
}
