/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

body {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	background : #fff;
	padding: 0px;
}

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
  font-style: normal;
  font-size: 2.0em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
h2 {
  font-style: normal;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
h3 {
  font-style: normal;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
a:link {
  font-style: normal;
  text-decoration: none;
  color: #900;
}
a:visited {
  font-style: normal;
  text-decoration: none;
  color: #900;
}
a:hover {
  font-style: normal;
  text-decoration: underline;
  color: #900;
}
a:active {
  font-style: normal;
  text-decoration: underline;
  color: #c00;
}

form {
	margin: 0;
}
img {
	border-width: 0px;
}
img.flag {
	float: right;
	border: 1px solid #e0e0e0;
	margin: 15px 10px 10px 0px;
}

/*-- general screen areas ------------------------------------------------------*/

#container {
	position: relative;
	width: 880px;
	margin: 10px auto 10px auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: white;
}

#frame {
	position: relative;
	padding: 0px;
}

#header {
	height: 100px;
	margin-top: 0px;
	padding: 0px;
/*
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
*/
	background : url(images/headerbg.jpg) no-repeat;
}

#menu {
	position: absolute;
	top: 30px;
	left: 0px;
}

#content {
	position: relative;
	padding: 5px 0px;
/*
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
*/
}

#lcolumn {
	float: left;
	color:black;
	background: white;
	margin-top: 10px;
	width: 550px;
	min-height: 670px;
}

#rcolumn {
	width: 300px;
	height: 100%;
	float: right;
	background: white;
	padding: 0;
	
	font-size: 0.9em;
}

#footer {
	clear: both;
	margin-top: 4px;
	border-top: 2px solid silver;
	font-size: 0.8em;
}

/*-------- dropdown menu -----------------------------------*/

#jsddm { margin: 0 auto; padding: 0 0 0 0px; background-image:url(images/ui-bg_highlight-soft_75_666666_1x100.png);}
#jsddm li { float: left; list-style: none; }
#jsddm li a { font-size: 0.95em; display: block; padding: 4px 12px; text-decoration: none; color: #ffffff; white-space: nowrap; }
#jsddm li a:hover { color: black; background: #dadada url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; }
#jsddm li a.active { color: #ffffff; background: #dadada url(images/ui-bg_highlight-soft_75_48a130_1x100.png) 50% 50% repeat-x; }
#jsddm li a.menuHover { color: #000000; background: #dadada url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; }

#jsddm li ul { margin: 0; padding: 0; position: absolute; visibility: hidden; z-index: 999; border-left: 1px solid #aaa; border-right: 1px solid #aaa;  border-bottom: 1px solid #aaa;}
#jsddm li ul li { float: none; display: inline; }
#jsddm li ul li a { width: auto; font-size: 1.0em; color: #000000; background: #f8f8f8; border-top: 1px solid #f8f8f8; }
#jsddm li ul li a:hover { background: #e8e8e8; }

#jsddm li ul li ul { margin: 0; padding: 0; position: absolute; right: 0px; top:0; visibility: hidden; z-index: 1000; border-left: 1px solid #aaa; border-right: 1px solid #aaa;  border-bottom: 1px solid #aaa;}


/*-- text formats ------------------------------------------------------*/

span.websiteTitle {
	padding: 10px 10px 10px 150px;
  font-style: normal;
  font-size: 3em;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}

p.summary {
	font-size: 1.0em;
	font-weight: bold;
}


/*----------- start page -------------------------------------------*/

div.spColumn {
	float:left;
	margin-top: 70px;
	width: 280px;
}
div.spColumnSecond {
	margin-left: 20px;
}

div.spImage {
	height: 174px;
}

div.spHeadline {
	margin-top: 30px;
	font-size: 1.6em;
	color: #888;
	vertical-align: bottom;
	border-bottom: 3px solid #88f;
	height: 60px;
}

div.spText {
	margin-top: 10px;
	padding-bottom: 50px;
}