/*
Theme Name: Kanzlei
*/

@import url(home.css); 

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, font, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 68.75%;
	line-height: 170%;
	color: #333;
	background: url(img/bg_main.gif) repeat-x #F5F3EE;
}


.container	{
	width: 780px;
	margin: 0 auto;
}

a	{
	text-decoration: none;
	outline: none;
	color: #085e98;
}

a:hover	{
	text-decoration: underline;
}

h1	{ color: #fff; font-size: 190%; font-weight: normal; }
h1.main	{ padding: 20px 0 0 0; }
h2	{ margin: 0 0 1.2em 0; font-size: 170%; font-weight: normal; color: #000; line-height: 120%; }
h3 { font-size: 130%; margin: 3em 0 0 0; padding: 0 0 1em 0; border-bottom: 1px solid #8a8a8a; }
h4 { font-size: 100%; }
h5 { 
	font-size: 100%; 
	color: #666; 
	margin: 0 0 1em 0; 
	padding: 0 0 1em 0; 
	font-weight: bold; 
	border-bottom: 1px solid #8a8a8a; 
}
h6 { 
	font-size: 130%; 
	color: #069; 
	font-weight: bold; 
	margin: 0 0 .6em 0; 
	padding: 0 0 0 0px; 
}
h6.tip { 
	font-size: 130%; 
	color: #069; 
	font-weight: bold; 
	margin: 0 0 .5em 0; 
	padding: 0 0 0 24px; 
	background: url(img/tip.gif) left no-repeat; 
}

p { margin: 0 0 2em 0; }
p.paddingtop { padding: 1em 0 0 0; }


/* ------ Top / Navi -------------> */



#top_left	{
	height: 30px;
	width: 390px;
	padding: 20px 0 0 0;
	float: left;
}

a#logo	{
	display: block;
	width: 780px;
	height: 0 !important;
	padding: 44px 0 0 0;
	overflow: hidden;
	background: url(img/logo.jpg) no-repeat;
}

#top_right	{
	height: 57px;
	width: 780px;
	padding: 0 0 0 0;
	float: left;
}

ul#navi	{
	height:	57px;
	float: left;
	padding: 30px 0 0 0;
}

ul#navi li	{
	list-style-type: none;
	float: left;
}

ul#navi a.homepage	{
	display: block;
	width: 95px;
	height: 0 !important;
	padding: 20px 0 0 0;
	overflow: hidden;
	background: url(img/nav_homepage.gif) no-repeat;
}

ul#navi a.associazione	{
	display: block;
	width: 115px;
	height: 0 !important;
	padding: 20px 0 0 0;
	overflow: hidden;
	background: url(img/nav_associazione.gif) no-repeat;
	margin-left: 20px;
}

ul#navi a.servizi	{
	display: block;
	width: 85px;
	margin-left: 25px;
	height: 0 !important;
	padding: 20px 0 0 0;
	overflow: hidden;
	background: url(img/nav_attivita.gif) no-repeat;
}

ul#navi a.stampa	{
	display: block;
	width: 135px;
	margin-left: 25px;
	height: 0 !important;
	padding: 20px 0 0 0;
	overflow: hidden;
	background: url(img/nav_stampa.gif) no-repeat;
}

ul#navi a.documentale	{
	display: block;
	width: 150px;
	margin-left: 25px;
	height: 0 !important;
	padding: 20px 0 0 0;
	overflow: hidden;
	background: url(img/nav_documentale.gif) no-repeat;
}

ul#navi a.contatti	{
	display: block;
	width: 165px;
	margin-left: 25px;
	height: 0 !important;
	padding: 20px 0 0 0;
	overflow: hidden;
	background: url(img/nav_processo.gif) no-repeat;
}

ul#navi a:hover, ul#navi a#aktiv	{
	background-position: 0 -20px;
}

/* -------- NewsTicker -----------> */

#newsticker{
	display: block;
	float: left;
	background:url(../img/ticker.gif) top left no-repeat;
	width: 690px;
	height:26px;
	margin-bottom:15px;
	font-size:10px;
	padding-left: 90px;
	padding-top: 3px;
	/*margin: 0 0 0 0 !important;*/
	}
	
#newsticker a{
}

/* -------- Main -----------> */

#main_left	{
	width: 520px;
	height: 70px;
	line-height: 70px;
	float: left;
	margin: 5px 0 0 0;
}

#main_right	{
	width: 230px;
	height: 45px;
	padding: 25px 0 0 30px;
	float: left;
	margin: 5px 0 0 0;
	background: url(img/bg_maintop_right.gif) top left no-repeat;
}

#main_right a	{
	display: block;
	width: 143px;
	height: 0 !important;
	padding: 20px 0 0 0;
	float: left;
	overflow: hidden;
	background: url(img/mail.gif) no-repeat;
}

#main_right a:hover	{
	background-position: 0 -20px;
}

#submenu	{
	width: 780px;
	height: 40px;
	float: left;
	margin: 0 0 15px 0;
	background: url(img/bg_submenu.gif) no-repeat;
}


#submenu ul	{
	list-style: none;
	font-weight: bold;
	width: 520px;
	height: 20px;
	float: left;
}

#submenu ul li	{
	float: left;
	padding: 0 20px 0 0;
}

#submenu ul li a	{
	font-size: 110%;
	display: block;
	height: 20px;
	padding: 10px 0 0 0;
	color: #333;
}

*html #submenu ul li a	{
	width: 80px;
	white-space: nowrap;
}

#submenu ul li a:hover	{
	text-decoration: none;
	background: url(img/submenu_a.gif) top left no-repeat;
	color: #00448d;
}

#submenu ul li a.active	{
	background: url(img/submenu_a.gif) top left no-repeat;
	color: #00448d;
}

#date	{
	float: right;
	height: 20px;
	padding: 10px 0 0 0;
}

/* ----------- MAINCONTENT ------------------> */


#maincontent	{
	width: 490px;
	padding: 20px 30px 0 0;
	float: left;
}

#maincontent em, #column_right em	{
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 0 0 0 2em;
	border-left: 3px solid #036;
}

p.main_footer	{
	border-top: 1px solid #8a8a8a;
	padding: 10px 0 0 0;
}

#maincontent h2	{
	margin: 0 0 0.5em 0;
}

#maincontent ul, #column_right ul	{
	padding: 0 0 0 2em;
	margin: 0 0 2em 0;
}

ul#formular	 {
	padding: 0;
	list-style: none;	
}

ul#formular a	{
	display: block;
	width: 440px;
	height: 60px;
	padding: 0 0 0 50px;
	font-size: 130%;
	line-height: 60px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #666;
	background: url(img/pdf_32.gif) left no-repeat;
}

ul#formular a:hover	{
	background: url(img/pdf_32.gif) left no-repeat #cbc7c0;
	text-decoration: none; 
}

/*--------------- FORMULAR -----------------> */

#maincontent form	{
	margin: 2em 0 0 0;
}

fieldset	{
	border: 1px solid #8a8a8a;
	padding: 1em;
	margin: 0 0 1em 0;
}

label	{
	width: 200px;
	float: left;
}

fieldset dl	{
	float: left;
	list-style: none;
	margin: 0 0 .5em 0;
}

fieldset dd	{
	float: left;
}

fieldset dt	{
	float: left;
	padding: 0 .3em;
}

input.eingabe	{
	float: left;
	width: 250px;
	font-size: 1.5em;
	margin: 0 0 .5em 0;
	font-family: Arial, Helvetica, sans-serif;
}



input#senden	{
	background: url(img/send.gif) no-repeat;
	width: 111px;
	height: 20px;
	margin: 0 0 1em 0;
	border: 0;
	cursor: pointer;
}

textarea	{
	width: 250px;
	float: left;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

select	{
	float: left;
}

legend	{
	font-weight: bold;
}


form span	{
	color: red;
}


/*--------------- / FORMULAR -----------------> */


a.arrow	{
	display: block;
	width: 420px;
	height: 60px;
	padding: 0 0 0 70px;
	font-size: 130%;
	line-height: 60px;
	color: #333;
	float: left;
	text-decoration: none;
	border-bottom: 1px solid #666;
	background: url(img/right_32.gif) top left no-repeat;
}

a.arrow:hover	{
	background: url(img/right_32.gif) top left no-repeat #cbc7c0;
	text-decoration: none;
	background-position: 0 -60px;
}

#main_twocolumn	{
	width: 510px;
	padding: 20px 10px 0 0;
	float: left;
}

#column_left	{
	width: 190px;
	float: left;
}

#column_right	{
	width: 320px;
	float: left;
}

#column_left ul	{
	list-style: none;
	padding: 0;
	margin: 0 0 2em 0;
	width: 180px;
}

#column_left a	{
	color: #333;
	display: block;
	width: 167px;
	padding: 0 0 0 8px;
	background: url(img/right_4.gif) left no-repeat;
}

#column_left a:hover	{
	color: #00448d;
	text-decoration: none;
	background: url(img/right_4.gif) left no-repeat #cbc7c0;
	padding: 0 0 0 8px;
}

#column_left .act	{
	color: #00448d;
	text-decoration: none;
	background: url(img/right_4.gif) left no-repeat #cbc7c0;
	padding: 0 0 0 8px;
}

#column_left a.right_small	{
	display: block;
	width: 160px;
	height: 20px;
	line-height: 20px;
	background: url(img/right_16.gif) left no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 1em 0;
}

#column_left a.right_small:hover	{
	display: block;
	width: 160px;
	height: 20px;
	line-height: 20px;
	background: url(img/right_16.gif) left no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 1em 0;
}


/* ----------- SIDEBAR ------------------> */


#sidebar	{
	width: 230px;
	float: left;
	padding: 20px 0 0 30px;
}

#icona_statuto	{
	width: 230px;
	height: 100px;
	margin: 0;
	background: url(img/icona_statuto.jpg) no-repeat;
}

#icona_organig{
	width: 230px;
	height: 100px;
	margin: 0;
	background: url(img/icona_organig.jpg) no-repeat;
}

#icona_attivita	{
	width: 230px;
	height: 100px;
	margin: 0;
	background: url(img/icona_attivita.jpg) no-repeat;
}

#icona_eventi	{
	width: 230px;
	height: 100px;
	margin: 0;
	background: url(img/icona_eventi.jpg) no-repeat;
}

#icona_conv	{
	width: 230px;
	height: 100px;
	margin: 0;
	background: url(img/icona_conv.jpg) no-repeat;
}

#icona_stampa	{
	width: 230px;
	height: 100px;
	margin: 0;
	background: url(img/icona_stampa.jpg) no-repeat;
}

#icona_proctel	{
	width: 230px;
	height: 100px;
	margin: 0;
	background: url(img/icona_proctel.jpg) no-repeat;
}

#icona_doc	{
	width: 230px;
	height: 100px;
	margin: 0;
	background: url(img/icona_doc.jpg) no-repeat;
}

#icona_contacts	{
	width: 230px;
	height: 100px;
	margin: 0;
	background: url(img/icona_contacts.jpg) no-repeat;
}

#icona_proctel	{
	width: 230px;
	height: 100px;
	margin: 0;
	background: url(img/icona_proctel.jpg) no-repeat;
}

ul#list	{ list-style: none; }
ul#list	li { padding: 0; }
ul#list div { padding: 0 0 0 20px; border-bottom: 1px solid #8a8a8a; margin: 0 0 5px 0; background: #cbc7c0; }

h4#adresse	{
	background: url(img/icon_adresse.gif) 3px no-repeat #cbc7c0;
	padding: 2px 0 2px 20px;
	margin: 0 0 0px 0;
	font-weight: bold;
	cursor: pointer;
}

h4#rueckruf	{
	background: url(img/icon_rueckruf.gif) 3px no-repeat #cbc7c0;
	padding: 2px 0 2px 20px;
	margin: 0 0 0px 0;
	font-weight: bold;
	cursor: pointer;
	border-top: 1px solid #8a8a8a;
}

ul#presentazione	{
	display: block;
	padding: 0;
	list-style-type: none;
}

ul#presentazione li	{
	background: url(img/bg_list_artikel.gif) 0 13px no-repeat;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #8a8a8a;
}


ul#presentazione a	{
	display: block;
	width: 210px;
}

ul#presentazione span	{
	display: block;
	font-weight: bold;
}

#sidebar fieldset, #home_service fieldset	{
	padding: 10px 0 0 0;
	border: 0;
}

#sidebar label, #home_service label	{
	width: 160px;
	float: left;
}

#sidebar input, #home_service input	{
	float: left;
}

input.small	{
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	color: #333;
	padding: 2px;
	border: 1px solid #8a8a8a;
	background: #fff;
	width: 150px;
}

input.small:focus	{
	border: 1px solid #fff;
}

#sidebar select, #home_service select	{
	font-family: "Courier New", Courier, monospace;
	float: left;
	font-size: 1.2em;
}

p.spacer	{
	height: 1em;
	margin: 0;
}

a#i-deesign	{
	display: block;
	width: 84px;
	height: 0 !important;
	padding: 22px 0 0 0;
	overflow: hidden;
	background:url(img/link_i-deesign.gif) no-repeat;
}


/* ----------- Footer ----------> */


#footer	{
	background: url(img/bg_footer.jpg) repeat-x;
	clear: both;
	height: 130px;
	padding: 120px 0 0 0;
	text-align: center; 
	color: #777;
}

#footer p	{
	margin: 0 0 1em 0; 
}

#footer ul	{
	list-style-type: none;
}

#footer ul li	{
	display: inline;
	padding: 0 .8em 0 .8em;
	border-right: 1px solid #777;
}

#footer ul li#last	{
	border-right: none;
}

#footer a	{
	color: #777;
	text-decoration: none;
}

#footer a:hover	{
	color: #777;
	text-decoration: underline;
	background: none;
}

div.clearme{
	clear:both;
       height:1px;
	}

<!-- NEWSTICKER -->

#newsticker{
	background:url(img/ticker.gif) top left no-repeat;
	height:26px;
	margin-bottom:15px;
	font-size:11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 90px;
	/*padding: 0 0 0 90px;*/
	/*margin: 0 12 0 0 !important;*/
	}
	
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 0 0 0 90px;
	margin:0 !important;
}

* html #newsticker ul {
	height: 1em;
	overflow: visible;
}

#newsticker li.error {
	color: #f00;
}

#newsticker li{
	font-size:11px;
}

#newsticker li a{
	font-size:10px;
	text-decoration:none;
	color:#000000;
}
