/* Welcome to the SAP Invitational style sheet! */

/* basic elements */

html { margin: 0px; padding: 0px; }
body {
	background-color:#EFEFEE;
	margin: 0px;
	padding: 0px;
}

body, tr, td, th, p, div, li,ul {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-weight: normal; 	 
	font-size: 10pt;
	color:#5e6e65;
	line-height: 1.3;
}

A:link { color: #b50937; text-decoration: none; }
A:visited { color: #b50937; text-decoration: none; }
A:active { color: #b50937; text-decoration: none; }
A:hover { color: #b50937; text-decoration: none; }
.errormessages { font-weight: 700; color: #DB0500; }

.quote {	font-family: verdana, tahoma, arial, helvetica, sans-serif;
			font-style: normal;
			font-weight: normal; 
			font-size: 10px;
			color:#b50937;
			line-height: 1.5;
			}
			
.contact {	font-family: verdana, tahoma, arial, helvetica, sans-serif;
			font-style: normal;
			font-weight: normal; 
			font-size: 10px;
			color:#5e6e65;
			line-height: 1.2;
			}
			
.footer {	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-weight: normal; 	 
	font-size: 8pt;
	color:#5e6e65;
	line-height: 1.1;
			}
			
.header {	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-weight: normal; 	 
	font-size: 13pt;
	color:#5e6e65;
	line-height: 1.1;
			}

	
/* Specific divs */

/* Container and everything else below are within a centralised layout */

#container {
	background:url("images/back.gif");
 	background-position: 0% 0%;
  	background-repeat: repeat-y;
	left:50%;
	position:absolute;
	margin:0px 0px 0px -491px;
	width: 850px;
height:auto;
}



#container #menu {
	position: relative;
	padding-left: 0px;
	margin-top: 0px;
	left:0px;
	width:209px;
	height:200px;
	float:left;
}

#container #spacer1 {
	position: relative;
	padding-left: 0px;
	margin-top: 0px;
	left:0px;
	width:5px;
	height:auto;
	float:left;
}

#container #top {
	position: relative;
	padding-left: 0px;
	margin-top: 0px;
	left:0px;
	width:631px;
	height:208;
	float:left;
}

#container #spacer2 {
	position: relative;
	padding-left: 0px;
	margin-top: 0px;
	right:0px;
	width:5px;
	height:auto;
	float:left;
}
 
#container #content {
	position: relative;
	left: 443px;
	top: -410px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 385px;
	height: inherit;
	float: left;
	
}

#container #zitat {
	position: relative;
	left: -150px;
	top: -410px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width:175px;
	height:auto;
	float: left;
	
}

#container #stamp {
	position: relative;
	left: -171px;
	top: -652px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width:210px;
	height:auto;
	float: left;
	
}

#container #stampgrey {
	background:url("images/i_2.gif");
	background-repeat: no-repeat;
	position: relative;
	left: -381px;
	top: -386px;
	width:210px;
	height:140px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
