/* CSS Document */

/* Allgemeine Angaben */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 100.01%;
	background:  url("/partner_portal/wLayout/design/img/bg_body_startseite.jpg");
	background-repeat: repeat-y;
	width:995px;
}

* a{
	color: #4D779E;
	text-decoration: none;
}

a:hover{
	color:#82a0bb;
	text-decoration: none;
}

img {
	border: none;
}

/* Kopfbereich */

div#partnerportal {
	position: absolute;
	left: 0px;
	top: 0px;
	height:165px;
	width:755px;
	background-color:#7f8182;
}

#partnerportal {
	position: absolute;
	left: 0px;
	top: 0px;
	height:165px;
	width:755px;
	z-index:1;
  background:  url("/partner_portal/wLayout/design/img/partnerportal_startseite.gif");
}

div#logo {
	position: absolute;
	left: 755px;
	top:0px;
	width: 240px;
	height: 165px;
	background-color:#bfc0c0;
}
#logo img {
  margin-left:24px;
  margin-top:24px;
}


#partnerportal .suche {
  text-align:right;
  margin-right:20px;
  margin-top:24px;
}
#partnerportal .suche .buttom {
  width:60px;
  height:20px;
  border: 1px #FFFFFF solid;
	background-color: #535252;
	color:#d4d4d4;
  margin-left:5px;
  margin-top:1px;
}

#partnerportal .zumWarenkorb {
  text-align:right;
  margin-right:20px;
  margin-top:5px;
}
#partnerportal .zumWarenkorb a{
  color:#FFFFFF;
  font-size:0.7em;
}

/* Navigation */ 
/* => navi.css */ 

/* Contentbereich */
div#content {
	position: absolute;
	left: 0px;
	top: 165px;
	width:719px;
	height:320px;
	font-size:80%;
  padding-top:46px;
  padding-left:18px;
  padding-right:18px;
	background:  url("/partner_portal/wLayout/design/img/bg_content_startseite.jpg");
	background-repeat: no-repeat;
}
* html div#content  { 
	w\idth: 755px;
}

#content p.bild {
  width:719px;
  height:310px;
}

#content h1 {
  color:#000000;
  padding-bottom:20px;
  font-size:140%;
}

#content p {
  color:#000000;
  padding-bottom:15px;
  width:719px;
}

#content h1.startseite {
  color:#565656;
  padding-bottom:10px;
  font-size:140%;
}

#content p.startseite {
  color:#565656;
  padding-bottom:15px;
  width:369px;
}


/* Rechte Spalte */
div#right {
	position: absolute;
	left: 755px;
	top: 166px;
	width:240px;
	font-size:80%;
  padding-top:46px;
}

#right h1{
  color:#000000;
  padding-bottom:20px;
  font-size:140%;
  margin-left:18px;
  margin-right:25px;
}

#right p {
  color:#000000;
  padding-bottom:15px;
  margin-left:18px;
  margin-right:25px;
}
#right p a {
  color:#4d779e;
  padding-bottom:15px;
  margin-right:25px;
}
#right p a:hover {
  color:#82a0dd;
}


#right p input.text {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 140px;
	height: 18px;
	text-align: left;
	font-size:90%
  margin-left:18px;
  margin-right:25px;
}

#right p input.button {
	color: #FFFFFF;
	background-color: #000000;
	border: 0px solid #000000;
	width: 70px;
	height: 24px;
	text-align: center;
	font-size:80%
  margin-left:18px;
  margin-right:25px;
}

#right a img {
/*	border: 1px solid #bfc1c0;*/
	margin-top:10px;
	margin-left:0px;
	padding:9px 0 9px 0;
}
/* Userdaten */
table.userDaten {
  margin-bottom:30px;
}
table.userDaten tr td.col1 {
  height:15px;
  width:150px;
}
table.userDaten tr td.col2 {
  height:15px;
  width:250px;
}

/* Startseite */
.bodypopup #content {
	background:  url("/partner_portal/wLayout/design/img/bg_content_startseite_popup.jpg");
	background-repeat: no-repeat;
}
.bodypopup #content h1{
  margin-top: -45px;
}

.bodypopup #content form .submit{
  margin-top: 10px;
}

