/* media[3], July 2008 */
/* ALLGEMEIN */


/* ALLGEMEINE DEFINITIONEN */

p, h1, h2, h3, h4, li, td, body, a {
	color: black; 
	font-family: arial, helvetica, sans-serif;
}

p, li, td {
	font-size: 0.65em;
}

p {
    padding:0px;
    margin:10px 0px 0px 0px;
    text-align:justify;
}

h1 {
	padding: 0px; 
	margin: 0px;
	font-weight: bold; 
	font-size:0.7em;
	text-align:left;
}

h2,h3,h4 {
	padding: 0px; 
	font-weight: normal; 
	font-size:0.65em;
	margin: 0px;
	text-align:left;
}

img 
{ 
	border:0px;
	

} 

a {

text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
}


/* LAYOUT BODY */

body{
	padding: 0px; 
	margin: 0px; 
	background-image: url(img/body.png);
	background-attachment:fixed;
	background-repeat:repeat-x;
}

#m3_board {
	position:absolute;
	height:540px;
	width:1010px;
	border:0px dotted black;
	background-image: url(img/m3_board.png);
	background-repeat:no-repeat;
  left: 50%;
	margin-left: -505px; 
	top: 50%;
	margin-top: -310px;
}

#m3_logoplace {   
  position:absolute;
	top:75px;
	left:150px;
}

#m3_sublineplace {   
  position:absolute;
	top:75px;
	left:90px;
}

#m3_gutedingeplace {   
  position:absolute;
	right:210px;
	bottom:60px;
}

#m3_content {
  position:absolute;
	top:200px;
	left:150px;
	width: 650px;
	height:200px;
	border:0px dotted black;
}

#m3_werbungfilmevent {   
  position:absolute;
	top: 50px;
	left:920px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;	
}

#m3_credits {
  position:absolute;
  border:0px solid black;
  text-align:right;
  color:black;
  bottom:0px;
  right:210px;
  font-size:0.65em;
  font-family: arial, helvetica, sans-serif;
}

#m3_credits a {text-decoration:none;}
#m3_credits a:hover {text-decoration:underline;}


/* MENUE */

#m3_menu {
  position:absolute;
  top:75px;
  right:208px;
  text-align:right;
  border:0px dotted black;
}

a.home_button {
  position:absolute;
  right:233px;
  width:38px;
  height:35px;
  margin-right:15px;
  background:url(img/home_off.png);
  background-repeat: no-repeat;
  cursor:hand;
}
a.home_button:hover {
  background:url(img/home_on.png);
  background-repeat: no-repeat;
}

a.agentur_button {
  position:absolute;
  right:180px;
  width:52px;
  height:35px;
  background:url(img/agentur_off.png);
  background-repeat: no-repeat;
  cursor:hand;
}
a.agentur_button:hover {
  background:url(img/agentur_on.png);
  background-repeat: no-repeat;
}

a.projekte_button {
  position:absolute;
  right:113px;
  width:52px;
  height:35px;
  background:url(img/projekte_off.png);
  background-repeat: no-repeat;
  cursor:hand;
}
a.projekte_button:hover {
  background:url(img/projekte_on.png);
  background-repeat: no-repeat;
}

a.kunden_button {
  position:absolute;
  right:49px;
  width:49px;
  height:35px;
  background:url(img/kunden_off.png);
  background-repeat: no-repeat;
  cursor:hand;
}
a.kunden_button:hover {
  background:url(img/kunden_on.png);
  background-repeat: no-repeat;
}

a.team_button {
  position:absolute;
  right:0px;
  width:34px;
  height:35px;
  background:url(img/team_off.png);
  background-repeat: no-repeat;
  cursor:hand;
}
a.team_button:hover {
  background:url(img/team_on.png);
  background-repeat: no-repeat;
}


/* FORMULARE */

input {
	color:#9EB2C5;
	font-size:90%;
	text-decoration:none;
	font-weight:normal;
	border: 1px solid #ffffff;
	background-color:#E4EAEF;
}

textarea {
	color:#13694E;
	font-size:90%;
	text-decoration:none;
	font-weight:normal;
	border: 1px solid #13694E;
}

select {
	border:0;
	color:#13694E;
	font-size:90%;
	text-decoration:none;
	font-weight:normal;
	border: 1px solid #13694E;
}
#harley
{
	margin-left:20px; 
	margin-top:530px;
	

}
#scala
{
	margin-left:200px; 
	margin-top:-51px;
	

}


