/* *********************************************************
* Stylesheet for www.kremsresearch.at                      *
* (c) Tourismus Research Center Krems GesmbH               *
* developed by Alexander Rind 05-Sep-2006                  *
********************************************************* */

body {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 95%; 
  color: black; 
  background-color: white;
  background-image: none;
}

div#logo_pane {
  width:370px; height:58px;
  overflow: hidden;
	
  color: black; 
  background-color: white;
} 

div#logo_pane img {
	border: none; 
} 

div#top_pane {
  display: none;
} 

div#menu_pane {
  display: none;
} 

div#content_pane {
  background-color: white;
} 

h1 {
  font-size: 120%;
}

h2 {
  font-size: 110%;
}

h3 {
  font-size: 105%;
}

table {
  font-size: 100%;
}

div#content_pane a:link    { color:#013F78; text-decoration:none; }
div#content_pane a:visited { color:#013F78; text-decoration:none; }
div#content_pane a:hover   { color:#013F78; text-decoration:underline; }
div#content_pane a:active  { color:#013F78; text-decoration:underline; }
div#content_pane a:focus   { color:#013F78; text-decoration:underline; }

.orange {color: #CC9900; font-weight: bold;}

a.external {
  background: url(img/external.gif) center right no-repeat;
  padding-right: 13px;
}

a.pdf {
  background: url(img/pdficon_small.gif) center left no-repeat;
  padding: 1px 0 2px 20px;
  min-height: 18px;
}

a.mail {
  background: url(img/email-grey.gif) center left no-repeat;
  padding-left: 16px;
}


img.icon {border: 0px; vertical-align: middle; width: 17px; height: 17px; } 
img.face { float: left; margin-right: 10px; width: 54px; height: 72px; }
