/*--------------------------------------------------------------*
/*                                                              *
/* montale - agentur fuer digitales                             *
/*                                                              *
/* Version: 1.0                                                 *
/* Erstellt: 2006-12-12                                         *
/* Letzte Aenderungen: 2010-01-28                               *
/*                                                              *
/*--------------------------------------------------------------*


/*--------------------------------------------------------------*/
/*                    HTML SELECTOREN                           */
/*--------------------------------------------------------------*/

body {
	margin: 0;
	background: url(../images/globals/_bgn_top.gif) repeat-x;
	font-size: 62.5%;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	color: #444;
	background-color: #fff;
}

h1 {
	margin-top: 10px;
	font: normal 2.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	color: #115497;
	letter-spacing: -0.05em;
}

h2 {
	margin-bottom: 8px;
	font: normal 1.6em Helvetica, Arial, Verdana, sans-serif;
	/* color: #115497; */
}

h3 {
	margin: 0;
	padding: 12px 0;
	font: bold 1.4em Helvetica, Arial, Verdana, sans-serif;
	color: #666;
}

p {
	font-size: 1.2em;
}

/*--------------------------------------------------------------*/
/*                        CONTAINER                             */
/*--------------------------------------------------------------*/

#main {
	width:100%;
}

#header {
	position: relative;
	height: 109px;
}

#header p {
	position: absolute;
}

#menu  {  
	position: relative;
	background-image: url(../images/globals/_bgn_menu.gif);
	width: 759px; 
	height: 71px;
	z-index: 55;
}

#menu div {
	padding: 41px 0 0 40px;
}

.mainmenu {
	display: inline;
	margin: 20px 15px;
	list-style-type: none;
	line-height: 1.5em;
	color: #666;
}

.mainmenu li {
	float: left;
	margin-right: 15px;
}

#content {
	margin: 0;
	padding: 0;
	background: url(../images/globals/_bgn_content.gif) repeat-y;
	width: 990px;
}

#subnav {
	background: url(../images/globals/_bgn_subNav.gif);
	width: 750px;
	height: 30px;
}

#leftContent {
	margin: 0;
	padding: 20px 0 25px 40px;
	width: 720px;
}

#rightContent {
	position: absolute;
	padding: 10px;
	top: 180px;
	left: 750px;
	background: url(../images/globals/_bgn_infobox.gif) repeat-y;
	width: 219px;
}

#rightContent div#info-block-2, div#info-block-3 {
	margin: 0;
	padding: 0.8em;
	border-bottom: 1px dashed #999;
}

#rightContent div#info-block-1 {
	margin: 0;
	padding: 0 0.8em 0.8em 0.8em;
	border-bottom: 1px dashed #999;
}

#rightContent div#info-agency, div#info-block-4 {
	margin: 0;
	padding: 0.8em;
}

#page-holder div {
	float: left;
}

#footer {
	background: url(../images/globals/_bgn_footer.gif) repeat-x;
	height: 35px;
	width: 750px;
}

#footer div#tools {
	padding: 5px 0 0 540px;
}


/*--------------------------------------------------------------*/
/*                      SEITEN CONTAINER                        */
/*--------------------------------------------------------------*/

#logo {
	top: 15px;
	left: 30px;
}

#clouds {
	margin: 0;
	padding: 0;
	top: 0px;
	right: 0px;
}

#global-nav {
	top: 110px;
	left: 780px;
}

#home-boxes div {
	float: left;
}

#home-box-1 {
	margin: 30px 0;
	width: 200px;
	height: 350px;
}

#home-box-2 {
	margin: 30px 15px 0 15px;
	width: 200px;
	height: 350px;
}

#home-box-3 {
	margin: 30px 0;
	width: 200px;
	height: 350px;
}

/*-- BEGIN KONTAKT --*/

#page-holder #top-left {
	margin: 15px 0;
	padding: 0;
	width: 150px;
}

#page-holder #top-right {
	margin: 15px 0;
	padding: 0;
	width: 70%;
}

#page-holder #bottom-left {
	margin: 15px 0;
	padding: 0;
	width: 150px;
}

#page-holder #bottom-right {
	margin: 15px 0;
	padding: 0;
	width: 400px;
}

/*-- END KONTAKT --*/

/*-- BEGIN LEISTUNGEN --*/

#page-holder #page-left {
	margin-right: 40px;
	padding: 0;
	width: 220px;
}

#page-holder #page-leistungen {
	margin-top:10px;
	padding: 0;
	width: 200px;
}

#page-holder #page-right {
	margin-right: 20px;
	padding: 0;
	width: 400px;
}

.content-holder {
	margin-left: 30px;
	width: 450px;
}

/*-- END LEISTUNGEN --*/

/*-- BEGIN REFERENZEN --*/

#page-holder #page-left-wide {
	margin-right: 40px;
	padding: 0;
	width: 400px;
}

#page-holder #page-right-small {
	/*margin: 15px 20px 0 0;*/
	padding: 0;
	width: 240px;
}

/*-- END LEISTUNGEN --*/


/*--------------------------------------------------------------*/
/*                        SUBNAVIGATION                         */
/*--------------------------------------------------------------*/

.sub-nav {
	margin: 0 25px;
	padding: 0;
	display: block;
	list-style-type: none;
}

.sub-nav ul {
	margin: 25px 0 0 5px;
}

.sub-nav li {
	float: left;
	margin: 7px 0 0 15px;
}

.sub-nav a:link, .sub-nav a:visited {
	font: normal 1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #666;
	width: auto;
}

.sub-nav a:hover {
	text-decoration: underline;
	color: #115497;
}


/*--------------------------------------------------------------*/
/*                       AUSZEICHNUNGEN                         */
/*--------------------------------------------------------------*/

/* GLOBAL */

a:link, a:visited {
	text-decoration: none;
	color: #115497;
}

a:hover {
	text-decoration: underline;
}

a:link img, a:visited img {
	border: none;
}

#leftContent p {
	margin: 0;
	padding-bottom: 0.8em;
	line-height: 1.6em;
}

#leftContent p.marginalie {
	font: normal 1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	line-height: 1.4em;
	width: 200px;
	color: #444;	
}

#leftContent p.lauftext {
	width: 450px;
}

#info-block-1 h1, #info-block-2 h1, #info-block-3 h1, 
#info-block-4 h1, #info-agency h1 {
	margin: 0;
	padding: 0.3em 0;
	font: bold 1.3em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	line-height: 1.4em;
	text-transform: none;
	color: #444;	
}

#info-block-1 p, #info-block-2 p, #info-block-3 p,
#info-block-4 p, #info-agency p {
	margin: 0;
	padding: 0;
	font: normal 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	line-height: 1.4em;
	color: #444;	
}

#tools a {
	font: 8pt Arial, sans-serif;
	text-decoration: none;
	color: #999;
}

#tools a:hover {
	font: 8pt Arial, sans-serif;
	text-decoration: underline;
	color: #999;
}

#global-nav a {
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #999;
}

#global-nav a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #999;
}

.forward:link, .forward:visited {
	display: block;
	margin: 10px 0 0 15px;
	padding: 0 0 0 15px;
	background: url(../images/globals/_arrow.gif) no-repeat;
	text-decoration: none;
	vertical-align: text-bottom;
	font: bold 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	color: #115497;
	width: 40px;
}

.forward:hover {
	text-decoration: underline;
}

.sub-menu:link, .sub-menu:visited {
	display: block;
	/*margin: 5px 0;*/
	margin: 10px 0;
	padding: 0 0 0 15px;
	background: url(../images/globals/_arrow.gif) no-repeat;
	text-decoration: none;
	font: normal 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	color: #115497;
	width: auto;
}

.sub-menu:hover {
	text-decoration: underline;
}

.link-sub-menu {
	margin: 0;
	padding: 0;
}

.link-sub-menu li {
	list-style: none
}

.link-sub-menu a:link, .link-sub-menu a:visited {
	display: block;
	/*margin: 5px 0;*/
	margin: 10px 0;
	padding: 0 0 0 15px;
	background: url(../images/globals/_arrow.gif) no-repeat;
	text-decoration: none;
	font: normal 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	/*height: 20px;*/
	color: #115497;
	width: auto;
}

.link-sub-menu a:hover {
	text-decoration: underline;
}

.current-page {
	font-weight: bold;
	text-decoration: none;
	color: #115497;
}

p.fliesstext {
	margin: 0;
	padding: 0 0 0.8em 0 !important;
	line-height: 1.4em;
	/* width: 600px; */
}

.info-box {
 	padding: 10px !important;
 	font-size:1.2em;
	line-height: 1.4em;
	border: solid 1px #666;
 	width:600px;
 	background-color:#f5f5f5;
}

.mainmenu a:link, .mainmenu a:visited {
	font: normal 1.5em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	/* text-transform: uppercase; */
	color: #fff;
}

.mainmenu a:hover {
	text-decoration: none;
	color: #115497;
}

.tabelle {
	padding-top: 10px;
	text-align: left;
	width: 100%;
}

.tabelle th {
	padding: 5px 0;
	font: bold 1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	width: 50%;
}

.tabelle td {
	padding: 3px 0;
	font: normal 1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	width: 50%;
}

/* END GLOBAL */

/* HOMEPAGE */

#home-box-1 img, #home-box-2 img, #home-box-3 img {
	margin: 0;
	padding: 0 0 10px 0;
}

#home-box-1 p, #home-box-2 p, #home-box-3 p {
	margin: 0;
	padding: 0;
	font: normal 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	line-height: 1.4em;
}

#home-box-1 h1, #home-box-2 h1, #home-box-3 h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font: normal 1.4em Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.4em;
	color: #444;	
}

ul.homebox-liste {
	margin: 0 !important;
	list-style-type: none !important;
	border-left: 5px solid #999;
}


/* END HOMEPAGE */

/* LEISTUNGEN UND REFERENZEN */

#page-left, #page-right-small img {
	margin: 0 0 30px 0;
}

#page-right p {
	margin: 0;
	line-height: 1.6em;
}

#page-left-wide p {
	/* margin: 0 0 1.0em 0; */
	line-height: 1.6em;
}

.quicklink:link, .quicklink:visited {
	display: block;
	margin: 10px 0;
	padding: 0 0 0 15px;
	background: url(../images/globals/_arrow.gif) no-repeat;
	text-decoration: none;
	vertical-align: text-bottom;
	font: normal 1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	color: #115497;
	width: 50px;
}

.quicklink:hover {
	text-decoration: underline;
}

.quicklink-referenz:link, .quicklink-referenz:visited, .quicklink-referenz:hover {
	display: block;
	margin: 10px 0;
	padding: 0 0 0 15px;
	background: url(../images/globals/_arrow.gif) no-repeat;
	text-decoration: none;
	vertical-align: text-bottom;
	font: normal 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	color: #115497;
	width: 30px;
}

.quicklink-referenz:hover {
	text-decoration: underline;
}

#referenz-listing {
	margin: 5px 0;
	padding: 10px 20px 10px 10px;
	font: normal 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	background-color: #F5F5F5;
	width: 85%;
}

#referenz-listing th {
	text-align: left;
	width: 230px;
}

#referenz-tabelle {
	padding: 5px 0 20px 0;
	font: normal 1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	width: 100%;
}

#referenz-tabelle caption {
	margin: 0;
	/* padding-top: 15px !important; */
	font-weight: bold;
	text-align: left;
}

#referenz-tabelle th {
	margin: 0;
	padding: 5px 0 !important;
	text-transform: none;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 100px;
}

#referenz-tabelle td {
	margin: 0;
	padding: 5px 0 !important;
	text-transform: none;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

/* END LEISTUNGEN, REFERENZEN */

/* LÖSUNGEN */

table.services-tabelle {
	width: 90%;
}

table.services-tabelle th {
	margin: 0;
	font: normal 1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	text-transform: none;
	text-align: left;
	vertical-align: top;
	width: 30%;
}

table.services-tabelle td {
	margin: 0;
	font: normal 1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif; 
	line-height: 1.6em;
	text-transform: none;
	vertical-align: top;
	width: 25%;
}

table.services-tabelle ul {
	font-size: 1em !important;
}

.geometrie {
	margin-top: 15px;
	background: url(../images/globals/_geometrie.gif) no-repeat left bottom;
}

.loesung {
	margin: 10px 0;
	width: 100%;
}

.loesung img {
	float: left;
	margin: 0 50px 50px 0;
}

.loesung h2 {
	margin: 0 0 .4em 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica;
}

.loesung p {
	display: inline;
}

/* END LOESUNGEN */

/* AGENTUR */

#page-right h3 {
	margin: 0;
	padding: 12px 0 0.7em 0;
	font: normal 1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	color: #115497;
	/*border-bottom: 1px solid #999;*/
}

.spacer {
	margin: 1.0em 0 1.0em 0 !important;
}

.step-forward {
	display:block;
	margin: 0;
	padding:10px 10px 10px 20px;
	background: url(../images/agentur/arbeitsweise/_background.gif) repeat-y;
	width:576px;
}

.step-forward p {
	width: 540px;
}

.arbeitsweise {
	margin: 0 10px;
	padding: 0;
	font: bold 0.9em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	color: #666;
}

.img-block {
	display: block;
}

.zitat {
	color: #115497;
	font-size: .9em;
}

/* END AGENTUR */

/* AUFZÄHLUNGEN */

#leftContent ul {
	margin: 0 0 1.4em 1.4em;
	padding: 0 0.8em;
	list-style-type: circle;
	font-size: 1.2em;
}

#leftContent ul li {
	padding: 0.2em 0;
	line-height: 1.4em;
}

.list {
	margin: 0 0 0.5em 0 !important;
	/*font-size: 11px;
	font-weight: bold;*/
}

/* END AUFZÄHLUNGEN */

/* SITEMAP */

#sitemap-tabelle {
	padding: 15px 0 20px 0;
	font: normal 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	width: 80%;
}

#sitemap-tabelle th {
	padding: 10px 0 !important;
	text-transform: none;
	font-weight: normal;
	text-align: left;
	width: 300px;
}

#sitemap-tabelle td {
	padding: 10px 0 !important;
	text-transform: none;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.img-border {
	border: 1px solid #ccc !important;
}

/* END SITEMAP */

/* KONTAKT */

#top-right h2 {
	margin: 0;
	padding: 0 0 1.0em 0;
	font: bold 1.0em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	/*color: #61E422;*/
	color: #19AC45;
}

/* END KONTAKT */

:focus {
	outline: 0;
}

.dashed {
	background:transparent url(../images/globals/_dashed-border.gif) repeat-x scroll 50% 50%;
	width: 620px;
}

p.clearfix {
	clear: both;
	padding: 0 !important;
	line-height: 0 !important;
}

/*  Newsletter  */

#response {
	display: block;
	margin: .8em 0;
	color: #115497;
	font-weight: bold;
}

#address-label {
	display: block;
	margin: 1.2em 0 0 0 !important;
	padding: 0;
	font-weight: bold;
	line-height: 0;
}

/*-- END AUSZEICHNUNGEN --*/

/* Technologien */

ul.technologie {
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
}

.technologie li {
	float: left;
	list-style: none;
	margin-right: 20px;
	width: 125px;
	text-align: center;
}

/* EOF Technologien */

/* TWEETS */

.twitters {
  padding: 0 !important;
  margin: 0 !important;
}

.twitters ul {
	margin: 0;
  padding: 0;
	font-size: 1.1em;
	line-height: 1.4em;
  list-style: none;
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
	font-style: normal;
  /* color: #c5c5c5; */
}

.twitters span.status {
  font-style: normal;
}
