/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : archpark.ch
Author : AB/WEBDESIGN / Abhijit M. Bossotto
Copyright: (C) by AB/WEBDESIGN | www.abwebdesign.ch
URL : http://www.archpark.ch/

Description : Stylesheet for http://www.archpark.ch/

Created : 20/05/2006
Modified : 20/01/2007

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


/* Grundgeruest HTML / Body */

html, body{
	color							:				#000;
	background-color				:				#e3dfd6;
	font-size						:				11px;
	font-family						:				Verdana, Arial, Helvetica, sans-serif;
	text-decoration					:				none;
	
	scrollbar-face-color			:				#e3dfd6;
	scrollbar-highlight-color		:				#e3dfd6;
	scrollbar-3dlight-color			:				#e3dfd6;
	scrollbar-darkshadow-color		:				#e3dfd6;
	scrollbar-shadow-color			:				#e3dfd6;
	scrollbar-arrow-color			:				#000;
	scrollbar-track-color			:				#e3dfd6;}
	
/* Absatzformatierung */	
	
#main_content p, .contentpaneopen {	
	font-size						:				11px;
	margin-left						:				15px;
	margin-right					:				15px;
	letter-spacing					:				0.2px;
	line-height						:				16px;
	text-align						:				left;}

/* Grundgeruest Bilder (Images) */

img{
	border							:				0px;}
	
li{
	font-size						:				11px;
	padding-top						:				0px;
	padding-bottom					:				5px;}
	
/* Formulare, Textfelder, Eingabefelder */

textarea, input, select {
	background-color				:				#DED8CC;
	border							:				1px solid #DED8CC;
	margin							:				0 0 5px 0;
	padding							:				1px 3px;
	font-family						:				Verdana, Arial, Helvetica, sans-serif;
	font-size						:				11px;
	color							:				#000;
	vertical-align					:				middle;}

textarea {
	margin							:				3px 0 5px 0;}

.submit {
	background-color				:				#666;
	padding							:				0 3px 2px 3px;
	margin							:				0;
	height							:				22px;
	width							:				50px;
	color							:				#fff;}

.submit:hover {
	color							:				#fff;
	background-color				:				#999;}
	
select:focus, input:focus, textarea:focus{
	background						:				#fff;
	border							:				1px solid #000;}
	
/* Container fuer Layout */

#container{
	left							:				50%;
	top								:				50%;
	margin-top						:				-255px;
	margin-left						:				-463px;
	position						:				absolute;}

#wrapper{
	height							:				409px;
	width							:				925px;
	border							:				2px solid #e3dfd6;}

#wrapper_intro{
	background-image				:				url(http://www.archpark.ch/templates/archpark.ch/images/gfx_intro_logo_archpark.gif);
	background-position				:				center;
	background-repeat				:				no-repeat;
	height							:				409px;
	width							:				925px;
	text-align						:				center;
	vertical-align					:				middle;
	border							:				2px solid #e3dfd6;}

#wrapper_intro p{
	text-align						:				left;
	padding-top						:				5px;
	padding-left					:				10pt;
	letter-spacing					:				1px;
	font-size						:				10px;}
	
#logo{
	background-image				:				url(http://www.archpark.ch/templates/archpark.ch/images/gfx_header_logo_archpark.gif);
	background-position				:				right;
	background-repeat				:				no-repeat;
	clear							:				both;
	height							:				100px;
	width							:				925px;}	
	
#content{
	width							:				925px;
	height							:				333px;}
	
#colum_left{
	float							:				left;
	border-bottom					:				2px solid #e3dfd6;
	background-position				:				bottom;
	background-repeat				:				no-repeat;
	background-color				:				#c5b795;
		
	height							:				302px;
	width							:				586px;}		

#spalte_rechts{
	float							:				right;
	border-left						:				2px solid #e3dfd6;
	width							:				336px;
	height							:				372px;}	

#content_fuss{
	float							:				left;
	font-size						:				20px;
	line-height						:				100px;
	color							:				#000;
	text-decoration					:				none;
	text-align						:				center;
	list-style						:				none;
	word-spacing					:				5px;
	font-weight						:				bold;
	background-color				:				#c5b795;
	width							:				586px;
	height							:				67px;}

/* Design Navigationsleisten */

#navi{
	width							:				925px;
	height							:				34px;
	border-bottom					:				2px solid #e3dfd6;
	background-color				:				#c5b795;}

#mainlevel-main ul{
	padding							:				0px;
	margin							:				0px;}	
	
a.mainlevel-main {
	margin-left						:				20px;
	margin-right					:				10px;
	padding-top						:				0px;
	width							:				125px;
	display							:				inline;
	color							:				#333333;
	text-decoration					:				none;
	text-transform					:				lowercase;
	font-weight						:				bold;
	list-style						:				none;
	letter-spacing					:				2px;
	line-height						:				34px;}

a.mainlevel-main:hover{
	text-decoration					:				none;
	color							:				#fff;}	

#active_menu-main{
	color							:				#fff;}

/* Subnavi */

#subnavi{
	padding							:				0px;
	margin-top						:				6px;
	margin-left						:				20px;
	display							:				inherit;
	text-transform					:				uppercase;
	text-align						:				left;
	word-spacing					:				50px;
	width							:				566px;
	color							:				#000;}

.mainlevel-sub {
	color							:				#000;
	margin-right					:				40px;
	text-align						:				left;
	text-decoration					:				none;
	font-weight						:				bold;
	list-style						:				none;}

a.mainlevel-sub{
	text-decoration					:				none;
	color							:				#000;}
	
a.mainlevel-sub:hover{
	text-decoration					:				none;
	color							:				#fff;}	

#active_menu-sub{
	color							:				#fff;}

#main_content{
	margin-right					:				10px;
	overflow						:				auto;
	scrollbar-face-color			:				#8c7e67;
	scrollbar-highlight-color		:				#8c7e67;
	scrollbar-3dlight-color			:				#8c7e67;
	scrollbar-darkshadow-color		:				#8c7e67;
	scrollbar-shadow-color			:				#8c7e67;
	scrollbar-arrow-color			:				#000;
	scrollbar-track-color			:				#8c7e67;
	height							:				295px;
	margin-left						:				5px;}

/* Fusszeile inkl. Link-Definition*/
	
#footer {
	clear							:				both;
	padding							:				10px;
	display							:				block;
	text-align						:				right;
	font-size						:				10px;
	color							:				#999;
	width							:				915px;
	text-transform					:				uppercase;}	
	
#footer a{
	color							:				#999;
	text-decoration					:				none;}

#footer a:hover{
	color							:				#000;
	text-decoration					:				underline;}	
	
.contentheading, .componentheading, h1, h2, h3, h4{
	font-weight						:				bold;
	font-decoration					:				none;
	margin-top						: 				4px;
	margin-right					: 				10px;
	color							:				#fff;}

h1{
	font-size						:				12px;}

h2{
	font-size						:				14px;}
	
h3{
	font-size						:				16px;}

h4{
	font-size						:				18px;}	

/* Bilder Rechts */

.pic_right26{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_right/gfx_logo_architektur_vision.jpg);
	background-position				:				right;
	background-repeat				:				no-repeat;
	height							:				372px;
	width							:				336px;}

.pic_right27{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_right/gfx_logo_architektur_kreati.jpg);
	background-position				:				right;
	background-repeat				:				no-repeat;
	height							:				372px;
	width							:				336px;}

.pic_right28{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_right/gfx_logo_architektur_umsetz.jpg);
	background-position				:				right;
	background-repeat				:				no-repeat;
	height							:				372px;
	width							:				336px;}

.pic_right29{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_right/gfx_logo_architektur_teamwo.jpg);
	background-position				:				right;
	background-repeat				:				no-repeat;
	height							:				372px;
	width							:				336px;}

.pic_right33, .pic_right32{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_right/gfx_logo_home.jpg);
	background-position				:				right;
	background-repeat				:				no-repeat;
	height							:				372px;
	width							:				336px;}

.pic_right34{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_right/gfx_logo_team.jpg);
	background-position				:				right;
	background-repeat				:				no-repeat;
	height							:				372px;
	width							:				336px;}

.pic_right35{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_right/gfx_logo_kontakt.jpg);
	background-position				:				right;
	background-repeat				:				no-repeat;
	height							:				372px;
	width							:				336px;}

.pic_right36{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_right/gfx_logo_news.jpg);
	background-position				:				right;
	background-repeat				:				no-repeat;
	height							:				372px;
	width							:				336px;}
	
.pic_right37{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_right/gfx_logo_links.jpg);
	background-position				:				right;
	background-repeat				:				no-repeat;
	height							:				372px;
	width							:				336px;}

.pic_right38{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_right/gfx_logo_projekte.jpg);
	background-position				:				right;
	background-repeat				:				no-repeat;
	height							:				372px;
	width							:				336px;}

.pic_right40{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_right/gfx_logo_immobilien.jpg);
	background-position				:				right;
	background-repeat				:				no-repeat;
	height							:				372px;
	width							:				336px;}

.pic_right41{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_right/gfx_logo_werkverzeichnis.jpg);
	background-position				:				right;
	background-repeat				:				no-repeat;
	height							:				372px;
	width							:				336px;}


/* Bilder Footer */

.foot_pic26{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_footer/arch_banner_de.gif);
	width							:				586px;
	height							:				67px;
	background-repeat				:				no-repeat;}

.foot_pic27{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_footer/arch_banner_de.gif);
	width							:				586px;
	height							:				67px;
	background-repeat				:				no-repeat;}

.foot_pic28{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_footer/arch_banner_de.gif);
	width							:				586px;
	height							:				67px;
	background-repeat				:				no-repeat;}

.foot_pic32{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_footer/home_banner_de.gif);
	width							:				586px;
	height							:				67px;
	background-repeat				:				no-repeat;}

.foot_pic29{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_footer/arch_banner_de.gif);
	width							:				586px;
	height							:				67px;
	background-repeat				:				no-repeat;}

.foot_pic33{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_footer/home_banner_de.gif);
	width							:				586px;
	height							:				67px;
	background-repeat				:				no-repeat;}

.foot_pic34{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_footer/team_banner_de.gif);
	width							:				586px;
	height							:				67px;
	background-repeat				:				no-repeat;}

.foot_pic35{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_footer/contact_banner_de.gif);
	width							:				586px;
	height							:				67px;
	background-repeat				:				no-repeat;}

.foot_pic36, .foot_pic37{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_footer/news_banner_de.gif);
	width							:				586px;
	height							:				67px;
	background-repeat				:				no-repeat;}

.foot_pic37{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_footer/links_banner_de.gif);
	width							:				586px;
	height							:				67px;
	background-repeat				:				no-repeat;}

.foot_pic38{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_footer/projekte_banner_de.gif);
	width							:				586px;
	height							:				67px;
	background-repeat				:				no-repeat;}

.foot_pic40{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_footer/immo_banner_de.gif);
	width							:				586px;
	height							:				67px;
	background-repeat				:				no-repeat;}

.foot_pic41{
	background-image				:				url(http://www.archpark.ch/images/stories/picture_footer/werkverz_banner_de.gif);
	width							:				586px;
	height							:				67px;
	background-repeat				:				no-repeat;}



#rsg2 h2{}




.chronoform{
	display				:			none;
	font-size				:			6pt;
	text-align				:			right;
	color					:			#ccc;} 
#chronoform a{
	/* display				:			none;*/
	font-size				:			6pt;
	text-align				:			right;
	color					:			#ccc;} 
		
a.chronoform:link, a.chronoform:active, a.chronoform:hover{
	color					:			#ccc;}