@import url("base.css");
@import url("layout.css");
@import url("lightbox.css");

#container {
	display: block;
	width: 970px;
	/*height: 600px;*/
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

#container th{
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
/*header*/
#header {
	height: 168px;
	display: block;
	position: relative;
	background-image: url("../images/frame/hintergrund2.jpg");
}

#header a{
	padding: 0px;
	margin: 0px;
	border-style:none;
}

#header img{
	padding: 0px;
	margin: 0px;
	border-style:none;
}

#header .stripe {
	height: 39px;
	width: 970px;
	position: absolute;
	bottom: 0px;
	background: #A7A9B5;
	opacity : 0.6;
	background-image: url("../images/frame/stripe.jpg");
}

#header .logo {
	position: absolute;
	right: 24px;
	top: 48px;
}

.subMenu {
	position: absolute;
	top: 0px;
	left: 0px;
}

/*content*/
#content {
	background-image: url("../images/frame/contentgradient.jpg");
	background-repeat:repeat-x;
	
	font-size: 10pt;
	
	height: 375px;
	width: 970px;
	position: relative;
	top: 0px;
	overflow: hidden;
}

#content h2{
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
}

#content h3{
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

#content a{
	text-decoration: underline;
	/*font-weight: bold;*/
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

#content a:hover  {
	color: #555555;
}

#content a.active  {
	color: #666666;
}

#content a.visited {
	color: #333333;
}

#content b{
	font-weight: bold;
	font-size: 8pt;
}

#content blockquote {
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#content cite {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	padding-left: 5px;
	display: block;
}

#content dfn{ /* definition keyword missbraucht für bildunterschriften, und so.  */
	font-size: 9px;
	font-style: normal;
}

#content ul {
	display: block;
	padding: 0px;
	margin: 10px 0px 10px 15px;
	list-style-type: square;
}

#content img {
	border: none;
}

#content li {
	/*width: 125px;*/
	padding: 0px;
	margin: 0px;
	text-align:left;
}

/*"footer"*/
#footer {
}

#footer .stripe {
	position: relative;
	top: 0px; /* 0px */
	left: 0px;
	
	height: 35px;
	width: 970px;
	background-image: url("../images/frame/stripe_bottom.jpg");
}

#footer a{
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

#footer a:hover  {
	color: #eeeeee;
}

#footer img{
	vertical-align: middle;
	margin-right: 9px;
	border: 0px;
}
/* main Menu */
#tellafriend {
	position: relative;
	display: block;
	height: 34px;
	width: auto;
	bottom: 0px;
	left: 5px;
	font-size: 8pt;
	line-height: 34px;
	color: #000000;
	vertical-align: middle;
}
/* main Menu */
#mainMenu { 
	position: absolute;
	overflow:hidden;
	left: 5px;
	top: 15px;
	padding: 0px 0px 3px 0px;
	width: 625px;
}

#mainMenu ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#mainMenu li {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px 0px 1px 0px;
}

#mainMenu  li.active{
	margin: 0px 0px 0px 0px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-color:#F9B31B;
}

#mainMenu a {
	color: #000000;
	display:inline;
	
	text-align:left;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}

#mainMenu a:hover  {
	color: #F9B31B;
}

#mainMenu a.active  {
	color: #F9B31B;
	/*color: #3E89E3;*/
}

/* subMenu */
#subMenu {
	position: absolute;
	left: 125px;
	top: 0px;
	width: 500px;
}

#subMenu  li {
	position: relative;
	width: auto;
	display: block;
	float: left;
	
	padding: 0px;
	margin: 0px;
}

#subMenu  div.vLine{
	position: absolute;
	top: -500px;
	left: -3px;
	height: 1000px;
	
	display: block;
	
	padding: 0px 0px 0px 0px;
	
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #F9B31B;
}

/* rightMenu */
#rightMenu { 
	position: absolute;
	/*overflow:hidden;*/
	right: 15px;
	top: 15px;
	height: 105px;
	width: 380px;
}

#rightMenu ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#rightMenu li {
	/*width: 125px;*/
	padding: 0px;
	margin: 0px;
	float: right;
	display:inline;
	text-align:right;
}

#rightMenu li.active {
	margin: 0px 0px 0px 0px;
}

#rightMenu a {
	color: #B7B7B7;

	text-align:left;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;

	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}

#rightMenu a:hover  {
	color: #3E89E3;
}

#rightMenu a.active  {
	color: #3E89E3;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-color:#3E89E3;	
}


/* rightSubMenu  */
#rightSubMenu {
	position: absolute;
	overflow: hidden;
	right: 292px;
	width: 500px;
	height: 110px;
	top: 0px;

	border-width:0px;
}

#rightSubMenu ul {
	list-style-type: none;
}

#rightSubMenu  li {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline;
	float: right;
	margin: 0px 0px 1px 0px;
	width: auto;
}

#rightSubMenu  div.vLine{
	position: absolute;
	display:block;
	right: 0px;
	top:-500px;
	height: 1000px;
	
	border-width:0px 1px 0px 0px;
	border-style:solid;
	border-color:#3E89E3;
}

#rightSubMenu a {
	position: relative;
	right: 0px;
	margin: 0px 10px 0px 3px;
	padding: 0px 0px 0px 0px;
}

#rightSubMenu a.active  {
	border-style:none;
}

#rightSubMenu a:hover  {
	color: #3E89E3;
}

#rightSubMenu  div.hLine{
	position: absolute;
	display: block;

	font-size: 0px;
	top: 16px;
	left: -1500px;
	width: 3000px;
	
	margin: 0px;
	
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#3E89E3;
}


/*rightSubSubMenu*/

#rightSubSubMenu {
	position: absolute;
	right: 0px;
	top: 22px;
	width: 300px;
}

#rightSubSubMenu ul {
	list-style-type: none;
	text-align:right;
	
}

#rightSubSubMenu  li {
	display: block;
	text-align:right;
	float: none;
}

#rightSubSubMenu  a {
	width: auto;
	font-weight: bold;
}

/* Home Ringlinks*/
#ringlinks a{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color:#333333;
}

#ringlinks{
	position:absolute;
	width:968px;
	height: 20px;
	
	left:1px; 
	bottom:8px; 
	
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#ringtext{
	position:absolute;
	width:968px;
	height: 20px;

	top: 10px;
	right: 5px;
	margin: 0px;
	padding: 0px;
	
	color:#333333;
	text-align: right;
	font-size: 8pt;
}
