@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffce33;
	background-image: url(../layoutpics/jew_back.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}

#main {
	width: 970px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

#bild_links {
	background-image: url(../layoutpics/pic_left.jpg);
	width: 182px;
	height: 140px;
	float: left;
}

#header {
	background-image: url(../layoutpics/jew_header.jpg);
	width: 788px;
	height: 140px;
	float: left;
}

#ticker {
	float: left;
	color: #000000;
	border: 1px solid #d7321c;
	border-bottom: none;
	width: 644px !important;
	height:auto !important;  /* für moderne Browser */
  	height:27px;  /*für den IE */
	min-height: 27px;
	line-height: 27px;
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
}

* html #ticker {
	float: left;
	color: #000000;
	border: 1px solid #d7321c;
	border-bottom: none;
	width: 656px !important;
	height:auto !important;  /* für moderne Browser */
  	height:27px;  /*für den IE */
	min-height: 27px;
	line-height: 27px;
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#pic_rechts {
	background-image: url(../layoutpics/pic_right.jpg);
	width: 132px;
	height: 27px;
	float: left;
}

#mitte{
	width: 654px;
	border: 1px solid #d7321c;
	background-color: white;
	float: left;
	border-top: none;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}

#rechts {
	width: 132px;
	float: left;
	background-image: url(../layoutpics/pics_right.jpg);
	height: 314px;
}

#statusleiste{
	width: 644px !important;
	color: #FFF;
	background-color: #ffa500;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	border-top: 1px solid #d7321c;
	border-bottom: 1px solid #d7321c;
	font-weight: bold;
	padding-left: 10px;
}

* html #statusleiste{
	width: 654px !important;
}

#content{
	float:left;
	width: 614px;
	height:auto !important;  /* für moderne Browser */
  	height:500px;  /*für den IE */
	min-height: 500px;
	padding: 15px;
	padding-top: 15px;
	padding-right: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#menue_unten{
	width: 654px;
	float: left;
	color: #FFF;
	background-color: #d7321c;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

#pic_links {
	background-image: url(../layoutpics/pic_left2.jpg);
	float: left;
	width: 182px;
	height: 267px;
	margin-top: -267px;
	z-index: 1;
}

#pic_unten {
	background-image: url(../layoutpics/pic_unten.jpg);
	width: 312px;
	height: 87px;
}

a.linkWeiss:link {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
a.linkWeiss:visited {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
a.linkWeiss:hover {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
}
a.linkWeiss:active {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
}

a.linkSchwarz:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
a.linkSchwarz:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
a.linkSchwarz:hover {
	color: #d7321c;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}
a.linkSchwarz:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

a.linkTop:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.linkTop:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.linkTop:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a.linkTop:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#links {
	width: 182px;
	float: left;
	background-image: url(../layoutpics/menu_back.jpg);
	z-index: 2;
	position: relative;
	height: 27px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:visited:{
	color: #000000;
}
