/*///////////////////////////////////////////////////////////////////
// 2007-10   | www.madebymeyer.de                                  //
// Project   | KRINI                                               //
// Author    | Karsten Meyer                                       //
// modified  | 06.02.2008 by Karsten Meyer                         //                                                     
// Package   | print                                               //
///////////////////////////////////////////////////////////////////*/


/* # basics ########## */
html, body {
  font:normal 8pt Arial;
  text-align:justify;
  background-color:#fff;
  color:#000;
  margin:0;
}

#frame{
 padding:30px 50px;
 }

#container,
#containerBio,
#containerClassics {
	text-align: left;
}

TABLE, TR, TD {
  font:normal 8pt Arial;
	line-height:1.5em;
	vertical-align:top;
	}

A,
A:link,
A:active,
A:visited,
A:hover {
	text-decoration:none;
	color: #72510d;
}


A.top:link,
A.top:active,
A.top:visited,
A.top:hover {
	text-decoration:none;
	color: #72510d;
	padding-left:13px;
	background:url(../shared_img/bg_top.gif) 0 2px no-repeat;
}

A IMG {
	border:0;
}

H1 {
 margin:0;
	padding-bottom:20px;
	color:#000066;
 font-weight:400;
	font-size:30px;
}
H1.hl {
	text-indent:-999em;
	background-repeat:no-repeat;
}
H2 {
	font-size:15px;
 margin:0;
	padding-bottom:20px;
}
H3 {
	font-size:13px;
 margin:0;
	padding-bottom:10px;
}
H4 {
	font-size:17px;
 margin:0;
	padding:10px 0 0 0;
}
H5,H6 {
	font-size:13px;
 margin:0;
	padding:5px 0 0 0;
}

P	{
  padding-top:0;
  margin:0 0 15px 0;
  line-height:1.3em;
	 font-size: 12px;
}

UL {
 margin-top:5px;
}

.clear {
 clear: both;
	height:0px;
	line-height:0;
	font-size:0px;}
 /* Clearing mit overflow */
.floatbox {  clear: both; }

/* # page settings ############### */
/* # header # */
#header {

}

#logo {
 width: 162px;
 height: 118px;
 background: url(../shared_img/logo2.gif) no-repeat;
}

#keyvisual {
display:none;
}

/* # navigation # */
#mainNavArea,
DIV.subNavArea,
DIV.subNavArea2,
#hideBottom {
	display:none;
}



/* # footer # */
#footer {
	text-align: center;

	padding:50px 50px 0 50px;
	clear:both;
}


#footerContent {
 position:relative;
	height:35px;
	color:#000;
	text-align: left;
	padding:5px 20px;
	border-bottom:10px solid #001D52;
}

#address {
 float:left;
	font-size:12px;
	padding-left:55px;
	line-height:1.5em;
}
#meta-left {
display:none;
}
#meta-right {
display:none;
}

SPAN.copyFooter {
 font-size: 10px;
 vertical-align:top;
 line-height:10px;
}

#footerContent A:link,
#footerContent A:active,
#footerContent A:visited,
#footerContent A:hover {
display:none;
}
/* # END ############### */
