/* some common styles */

html, body, table th, table td {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #393939;
	line-height: 1.7em;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #CC3300;
}

h1 {
	font-size: 170%;
	margin-bottom: 0em;
	padding-bottom: 0.15em;
	color: #FF9900;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
  font-weight: bold;
  color: #505050;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 130%;
}

h6 {
	font-size: 120%;
	font-weight: bold;
}

/* links */

a:link, a:visited {
color: #5294c1;
text-decoration:underline;
}

a:hover {
  color: #FF9900;
}

a:active, a.active {
  color: #999999;
}




/* tables */

table {
}
#table-innen {
	width: auto;
	text-align: left;
	margin-bottom: 5px;
	height: auto;
	background-color: #FFFFFF;
	border: solid #CCCCCC 1px;
}
#table-innen-oben {

	width: 170px;
	text-align: left;
}
#table-innen-unten {


	width: 170px;
	text-align: right;
}
#table-aussen {
	width: 526px;
}
#table-innen-gross {
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	height: 100%;
	background-color: #FFFFFF;
	border: solid #CCCCCC 1px;
	background-image: url(images/gb-angebote-3.jpg);
}
#table-innen-gross-oben {

	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	height: 100%;
	background-color: #FFFFFF;
	border: solid #CCCCCC 1px;
	background-image: url(images/gb-angebote-3.jpg);
}
#table-menue {
	width: auto;
	text-align: left;
	margin-bottom: 5px;
	height: auto;
	background-color: #FFFFFF;
	border: solid #CCCCCC 1px;
	padding-left: 3px;
}
#unterstrich {
border-bottom: 1px solid #5294c1;
}

