/* 
>>>>>>>>>>>>>>>>>>
CSS Document für motrag.ch
>>>>>>>>>>>>>>>>>>
Erstellt: 17.12.04
Modifiziert: -
Creator: P+S Werbung AG, www.pswerbung.ch
*/


/* Global */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
}
body {
	background-color: #000000;
	margin: 0px;
    padding: 0px;  
    height: 100%;  
}
textarea, input {
	background-color:#DDDDDD;
}

/* Links */
a:link {
	color: #E19F0C;
}
a:visited {
	color: #E19F0C;
}
a:hover {
	color: #FFB510;
}
a:active {
	color: #FFB510;
}


/* Überschriften */
h1 {
	font-size: 18px;
	color: #E19F0C;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	color: #E19F0C;
}


/* Ebenen-Positionierung */
#web {
      position:absolute;
      left:50%;
      top:50%;
	  margin-left:-370px;
	  margin-top:-290px;
      width:740px;
      height:580px;
	  overflow:auto;
}
#adresse {
      position:absolute;
      left:13px;
      top:145px;
      width:150px;
      height:151px;
      overflow: auto;
}
#logos {
      position:absolute;
      left:13px;
      top:517px;
      width:150px;
      height:50px;
      overflow: auto;
}
#inhalt {
      position:absolute;
      left:411px;
      top:166px;
      width:310px;
      height:412px;
      overflow: auto;
}
#bilder {
      position:absolute;
      left:142px;
      top:297px;
      width:251px;
      height:274px;
      overflow: auto;
}
   

