/************** general **************/

body{
	background-color: #F8F8F8;
	margin: 0px;
	font-family: Verdana;
	color: #000000;
	background-image:   url("../layout/body_bg.gif");
	background-repeat: repeat-y;
	background-position: center top;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

/************** master table **************/

.master_table {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F4F4F4;
	height: 101%;
}

/************** main navigation **************/

.nav_main {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-image:  url("../layout/main_nav_bg.gif");
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#nav_main a {

	text-decoration: none;
	font-size: 11px;
	letter-spacing: 1px;
	color: #666666;
	padding: 0px 13px;
	font-family: Verdana, Arial,;
	white-space: nowrap;
	font-weight: bold;
}
#nav_main a:hover {

	color: #CC0000;
	text-decoration: underline;
}

/************** left navigation **************/
#nav_left {
	font-size: 11px;
	line-height: 140%;
	background-color: #EAEAEA;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#nav_left a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding-bottom: 2px;
	margin: 0px;
}
#nav_left a:hover {
	text-decoration: underline;
}

#nav_left h1 {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
	margin: 0px;
	padding-bottom: 3px;
}
#nav_left h2 {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
	margin: 0px;
	padding-bottom: 3px;
}
#nav_left h3 {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-bottom: 3px;
}
#nav_left p {
	margin: 0px;
}
#nav_left strong {
	color: #333333;
}

/************** content **************/
#content {
	font-size: 11px;
	line-height: 140%;
}
#content h1 {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 3px;
	margin: 0px;
}
#content h2 {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	margin: 0px;
}

#content p {
	line-height: 140%;
	margin-bottom: 10px;
	margin-top: 0px;
}
#content select {
	font-family: Verdana;
	border: 1px solid #999999;
	font-size: 11px;
}
#content li{
	line-height: 140%;
	list-style-image: url(../logos/check.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-bottom: 9px;
}
#content ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/************** advertisement **************/

#advert_left {
	font-size: 11px;
	line-height: 140%;
	background-color: #EAEAEA;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 0px;
	padding-left: 7px;
}
#advert_left a {
	text-decoration: none;
	color: #000000;
	display: block;
}
#advert_left a:hover {
	text-decoration: none;
	color: CC0000;
}
#advert_left h1 {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
}
#advert_left strong {
	color: #333333;
}
/************** Liste Layout **************/

#liste {
	font-size: 11px;
	line-height: 130%;
}
#liste h1 {
	font-weight: bold;
	font-size: 11px;
	color: #F8F8F8;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#liste a {
	font-weight: normal;
	display: block;
}
#liste strong {
	font-weight: bold;
}
.pig {
	background-image: url(../layout/pig.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}

.liste {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	padding: 5px 2px 5px 3px;
	vertical-align: top;
}
.copyright {
	vertical-align: super;
}
.sbp {
	background-image: url(../logos/sbp_s.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}
