@charset "utf-8";
/*<![CDATA[/*>*/

/***************************************************************/
/* SCREEN CSS FOR GESAMTPLANUNG.CH/WETTBEWERBE                 */
/* CSS Code by MEDIAparx.com | Marius Bleuer | October 2007    */
/***************************************************************/
/* RELEASED UNDER:                                             */
/*-------------------------------------------------------------*/
/* Creative Commons 2.5 Schweiz                                */
/* Namensnennung - NichtKommerziell                            */
/* http://creativecommons.org/licenses/by-nc-nd/2.5/ch/        */        
/***************************************************************/

*{
	margin:0px;
	padding:0px;
}

html{
	font-size:medium;
}

body{
	font-size:70%;
	line-height:130%;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size-adjust:none;
	background:url(../auxx/img-bg-color-9.gif) 0px 120px repeat-x #fff;
	color:#333;
}

img{
	border:none;
}

fieldset{
	border:none;
}

input, textarea, select, button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

.clear{
	clear:both;
	font-size:0em;
	line-height:0px;
	height:0px;
}

a{
	outline:none;
	text-decoration:none;
	color:#666;
}

a:hover{
	color: #999999;
}

a img{
	border:none;
}

code, pre{
	font-size:110%;
	font-family:"Courier New", Courier, monospace;
}

pre{
	font-family:Arial, Helvetica, sans-serif;
}

/*************************************************/
/* 1. basic container defintions                 */
/*************************************************/
#containerAll{
	float:left;
	width:910px;
}

#header{
	float:left;
	padding-left:120px;
	width:780px;
	padding-top:30px;
	height:75px;
	background:url(../auxx/img_bg_header.gif) 160px repeat-y;
}

#columnLeft{
	float:left;
	padding-top:15px;
	width:160px;
	background:#fff;
	min-height:300px;
}

#columnCenter{
	float:left;
	width:560px;
	background:#fff;
	min-height:300px;
}

#columnRight{
	float:left;
	width:181px;
	padding-left:9px;
	padding-top:1px;
}


/*************************************************/
/* 2. header                                     */
/*************************************************/
#header #logo{
	float:left;
	height:60px;
	width:60px;
	margin-right:10px;
}

#header #logoText{
	float:left;
	width:150px;
	height:30px;
	color:#000;
	font-weight:bold;
	line-height:100%;	
}

/*************************************************/
/* 3. columnLeft                                 */
/*************************************************/
#columnLeft ul{
	list-style:none;
}

#columnLeft ul a{
	padding-left:20px;
	line-height:16px;
}

#columnLeft ul a:hover{
	color:#000;
}

#columnLeft ul a.active{
	color:#000;
	background:url(../auxx/img-bg-navi-color-9.gif) 0px 3px no-repeat;
}

#columnLeft ul ul{
	margin-left:20px;
}

#columnLeft ul ul a{
	padding-left:9px;
	background:url(../auxx/img-bg-subnavi-color-9.gif) 0px 4px no-repeat;
}

#columnLeft ul ul a:hover{
	background:url(../auxx/img-bg-subnavi-color-9.gif) 0px -132px no-repeat;
}

#columnLeft ul ul a.active{
	background:url(../auxx/img-bg-subnavi-color-9.gif) 0px -272px no-repeat;
	color:#753c53;
}

#columnLeft ul ul ul{
	margin-left:10px;
}

#columnLeft ul ul ul li,
#columnLeft ul ul ul li ul li{
	padding:0px !important;
	margin:0px !important;
}

#columnLeft ul ul ul a{
	font-size:90%;
	line-height:10px !important;
}


/*************************************************/
/* 4. columnCenter                               */
/*************************************************/
#columnCenter #banner{
	float:left;
	width:560px;
	height:150px;
}

/*------------------------------*/
/* 4.1 columnCLeft              */
/*------------------------------*/
#columnCenter #columnCLeft{
	float:left;
	width:310px;
	padding-top:15px;
	padding-right:10px;
	padding-bottom:50px;
}

#columnCLeft h1{
	font-size:120%;
	line-height:135%;
	font-weight:normal;
	color:#000;
}

#columnCLeft h2{
	font-size:100%;
	font-weight:normal;
	color:#000;
}

#columnCLeft ul{
	list-style:none;
} 

#columnCLeft ul li{
	background:url(../auxx/img-bg-list.gif) 0px 5px no-repeat;
	padding-left:9px;
}

#columnCLeft ol{
	margin-left:23px;
} 

#columnCLeft #ContainerFormError{
	width:280px;
	border:1px solid #678db3;
	margin-top:10px;
	margin-bottom:10px;
}	

#ContainerFormError .title{
	display:block;
	width:270px;
	padding:5px;
	margin:0px;
	background:#678db3;
	color:#fff;
	font-weight:normal;
}

#columnCLeft #ContainerFormError ul{
	margin-left:10px;
	padding-left:0px;
	color:#678db3;
}

#columnCLeft #ContainerFormError li{
	background:url(../auxx/img-bg-subnavi-color-9.gif) 0px -271px no-repeat;
	padding-right:15px;
	font-size:90%;
}

#columnCLeft .Label100px{
	float:left;
	display:block;
	width:95px;
	padding-right:5px;
	margin-bottom:1px;
	margin-top:1px;
}

#columnCLeft .inputText,
#columnCLeft .inputTextStreet,
#columnCLeft .inputTextStreetNr{
	float:left;
	height: 16px;
	width: 178px;
	border: 1px solid #333333;
	margin-bottom:1px;
	margin-top:1px;
	padding-left:2px;
}

#columnCLeft .inputTextStreet{
	width:148px;
	margin-right:3px;
}

#columnCLeft .inputTextStreetNr{
	width:23px;
}

#columnCLeft .textarea{
	float:left;
	height: 128px;
	width: 250px;
	border: 1px solid #333333;
	margin-top:1px;
	margin-bottom:1px;
	padding-left:2px;
	padding-right:2px;
}

#columnCLeft select{
	float:left;
	width:182px;
	border: 1px solid #333333;
	margin-bottom:1px;
	margin-top:1px;
}

#columnCLeft form h2{
	font-size:100%;
	font-weight:normal;
	margin-top:0.25em;
	margin-bottom:0.5em;
}

#columnCLeft .buttonSubmit,
#columnCLeft .buttonDelete{
	float:left;
	display:inline;
	width:60px;
	border:1px solid #333333;
	cursor:pointer;
}

#columnCLeft .buttonDelete{
	margin-left:5px;
}

#columnCLeft #listQuestions li{
	border-top:1px solid #333333;
}


/*------------------------------*/
/* 4.2 columnCRight             */
/*------------------------------*/
#columnCenter #columnCRight{
	float:left;
	width:220px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background:#e5e5e5;
	min-height:190px;
}


/*------------------------------*/
/* 5 columnRight                */
/*------------------------------*/
#columnRight ul{
	width:175px;
	margin-left:0px;
	list-style:none;
}

#columnRight ul li{
	float:left;
	margin-right:12px;
}

#columnRight ul li a:hover{
	color:#000;
}

/*]]>*/