/******************************/
/* LÖWEN: PANTHER STYLESHEET	*/
/******************************/


/* basic style definition		*/
/******************************/
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000000;
	margin: 10px 30px;
	background-color: #000000;
}

p, td, th, ul, li {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
}

td p {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 0 15px 0;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 30px 0 10px 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0px;
	margin: 30px 0 0 0;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.9em;
	margin: 0 0 10px 0;
}

a:link, a:visited {
	color: #FFFFFF;
}

a:hover, a:active {
	color: #FFFF00;
	text-decoration: underline;
}


/* container layout				*/
/******************************/

#header {
	width: 700px;
	margin: 0 0px 20px 0;
}

#claim {
	float: left;
	width: 245px;
	height: 22px;
	color: #F5843D;
	margin-bottom: 10px;
}

#logo-loewen {
	float: left;
	width: 137px;
	height: 9px;
	color: #F5843D;
	padding-top: 13px;
	margin-left: 40px;
}

#logo-panther {
	position: absolute;
	width: 107px;
	height: 104px;
	right: 8px;
	margin: 1px 20px 0 0;
}

/* navigation */
#nav {
	clear: both;
	height: 32px;
}

#nav-left {
	float: left;
	width: 10px;
	height: 32px;
	background-image: url("images/bg_nav_left.gif");
	background-repeat: no-repeat;
	background-color: #F5843D;
}

#nav-main {
	float: left;
	height: 30px;
	padding: 1px 0;
	background-image: url("images/bg_nav.gif");
	background-repeat: repeat-x;
	background-color: #F5843D;
}

.nav-item {
	display: inline;
}

.nav-item-divider {
	display: inline;
	font-size: 1px;
	width: 1px;
	height: 10px;
}

#nav-right {
	float: left;
	width: 10px;
	height: 32px;
	background-image: url("images/bg_nav_right.gif");
	background-repeat: no-repeat;
	background-color: #F5843D;
}

#content {
	clear: both;
}

#content-top {
	width: 100%;
	height: 10px;
	font-size: 1px;
	background-image: url("images/bg_content_top.gif");
	background-repeat: repeat-x;
}

#content-top-left {
	float: left;
	width: 10px;
	height: 10px;
	font-size: 1px;
	background-image: url("images/bg_corner_tl.gif");
	background-repeat: no-repeat;
}

#content-top-right {
	float: right;
	width: 10px;
	height: 10px;
	font-size: 1px;
	background-image: url("images/bg_corner_tr.gif");
	background-repeat: no-repeat;
}

#content-main {
	padding: 10px 20px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #F5843D;	
}

.satellite {
	float: right;
	width: 200px;
	padding: 0 15px 10px 15px;
	border-left: 1px solid #FFFFFF;
	margin: 0 0 30px 10px;
}

#content-bottom {
	float: left;
	width: 100%;
	height: 10px;
	font-size: 1px;
	background-image: url("images/bg_content_bottom.gif");
	background-repeat: repeat-x;
}

#content-bottom-left {
	float: left;
	width: 10px;
	height: 10px;
	font-size: 1px;
	background-image: url("images/bg_corner_bl.gif");
	background-repeat: no-repeat;
}

#content-bottom-right {
	float: right;
	width: 10px;
	height: 10px;
	font-size: 1px;
	background-image: url("images/bg_corner_br.gif");
	background-repeat: no-repeat;
}

#footer {
	width: 319px;
	color: #F5843D;
	margin: 20px auto;
}

#footer-imprint {
	clear: both;
	float: right;
	width: 56px;
	height: 11px;
	margin: 18px 0 0 10px;
}

/* lists								*/
/******************************/

ul {
	list-style-image: url("images/bullet.gif");
	margin-bottom: 10px;
}

li {
	padding: 0 0 0 10px;
	margin: 0 0 3px 0;
}

.satellite ul {
	padding: 0;
	margin: 0 0 0 20px;
}

.satellite li {
	padding: 0;
	margin: 0 0 3px 0;
}

/* popups							*/
/******************************/

body.popup {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	margin: 0;
	padding: 20px;
	background-color: #000000;
	background-image: url("images/generic_popup_back.gif");
	background-repeat: no-repeat;
}

body.popup-image {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#popup-container {
	height: 410px;
	overflow: auto;
}

/* other								*/
/******************************/

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

img.left {
	float: left;
	margin: 3px 10px 5px 0;
}

.center {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}

/* ticker styling */
marquee {
	height: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 0;
	border: 2px solid #FFFFFF;
	behavior: alternate;
}

/* dynamic content-divs */
.content-hidden {
	display: none;
	margin: 5px 0 10px 0;
}

#news-wall {
	width: 600px;
	height: 777px;
	margin: 20px auto;
	background-image: url("images/news_back.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

.news-item {
	position: relative;
	overflow: visible;
	background-color: transparent;
}

li.branch {
margin-bottom: 15px;
}

td.branch {
font-size: 0.8em;
text-align: left;
}
