/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #655A46 url(../images/bg.gif);
	color: #000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

.search_input_field {
	width: 116px;
	height:18px;
	color: #555;
	font: normal 1.0em "Lucida Sans Unicode",sans-serif;
}

.search_select_field {
	color: #555;
	width: 120px;
	height:18px;
	font: normal 1.0em "Lucida Sans Unicode",sans-serif;
}

.searchbutton  {
  width: 120px;
  height:18px;
  border: 1px solid #E3DAC6;
  background-color: #91846B;
  color:#FFFFEE;
	font: bold 1.0em "Lucida Sans Unicode",sans-serif;

}


p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 16px;
	margin-bottom: 4px;
}

code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 0px 4px;
	white-space: pre;
}
blockquote {
	background: url(../images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(../images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	background: url(../images/bgheader.gif) repeat-x;
	height: 120px;
	margin: 0 auto;
	width: 760px;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {
	background: url(../images/bg_cat.gif) repeat-x;
	font: bold 1.0em Verdana,sans-serif;
	height: 26px;
	margin: 0 auto;
  padding-top: 4px;
	width: 760px;
}

.navigation a {
  display:block;
  color: #EEF;
  float:left;
  width:100px;
  padding:2px;
	font: bold 1.0em Verdana,sans-serif;
  text-align: center;
}

.navigation a:hover {
  color: #F00;
}

/* alphanav */
.alphanav {
	font: bold 1.0em Verdana,sans-serif;
	height: 26px;
	margin: 0 auto;
  padding-top: 4px;
	width: 580px;
	text-align: center;
}

.alphanav .link {
  display:block;
  color: #ffffff;
  float:left;
  width:14px;
  padding:1px;
	font: bold 1.15em Verdana,sans-serif;
  text-align: center;
}

.alphanav .link:hover {
  color: #F00;
  background-color:#ccc;
}


.alphanav .nolink {
  display:block;
  color: #F00;
  background-color:#ccc;
  float:left;
  width:14px;
  padding:1px;
	font: bold 1.15em Verdana,sans-serif;
  text-align: center;
}

.alphanav .nolink:hover {
  color: #F00;
  background-color:#ccc;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
  float: right;
	width: 140px;
}
.sidenav h1 {
	background: #BCB39F url(../images/sidenavh1.gif) repeat-x;
	color: #EEEFFF;
	font-size: 1.7em;
	height: 24px;
	margin: 0;
	padding-left: 12px;
}
.sidenav h2 {
	background: #BCB39F url(../images/sidenavh1.gif) repeat-x;
	color: #EEEFFF;
	font-size: 1.27em;
	height: 24px;
	margin: 0;
	font-size:12px;
	text-align:center;
}

.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {

	list-style: none;
}
.sidenav li a {
	height: 18px;
	background: url(../images/sidenav_button_bg.gif) repeat-x;
	color: #FFF;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: url(../images/sidenav_button_bg_hover.gif) repeat-x;
	color: #EEEFFF;
}

/* content */
.content {
float:left;
padding-top: 12px;
	width:550px;
}

/* footer */
.footer {
	background: #C00001 url(../images/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

/* ------- */
.sender_layout {
  border: 1px solid #730005;
  background-color:#FFFFEE;
  width: 273px;
  height: 150px;
  float: left;
  margin: 3px;
}

.sender_layout_header {
  text-align: center;
  background:  url(../images/con_top_bg.gif) repeat-x;
  background-color: #830000;
  color:#FFFFEE;
  font-weight: bold;
  height: 20px;
}
.sender_layout_content {
  padding:3px;
  width:123px;
}
.sender_layout_footer {
  text-align: center;
  color:#FFFFEE;
  font-weight: bold;
  height:26px;
  overflow:none;,
}

.sender_layout_pic {
  width:150px;
  height:113px;
}


/* ------- */
.sender_top10 {
  border: 1px solid #730005;
  background-color:#FFFFEE;
  width: 560px;
  float: left;
  margin: 3px;
}

.sender_top10_header {
  padding:0px;
  text-align: left;
  background:  url(../images/con_top_bg.gif) repeat-x;
  background-color: #830000;
  color:#FFFFEE;
  font-weight: bold;
}

.sender_top10_footer {
  padding:0px;
  text-align: center;
  color:#FFFFEE;
  font-weight: bold;
  height:12px;
  padding:2px
}

.sender_top10_pic {
  width: 150px;
  float: left;
  padding:8px;
}
.sender_top10_content {
  width: 330px;
  float: left;
  padding:8px;
}






/* ------- */
.sender_sedcard {
  overflow:hidden;
  border: 1px solid #EEEEDD;
  background-color:#FFFFEE;
  width: 567px;
  margin: 0px;
}

.sender_sedcard_header {
  padding:0px;
  text-align: center;
  background:  url(../images/con_top_bg.gif) repeat-x;
  color:#FFFFEE;
  font-weight: bold;
}

.sender_sedcard_footer {
  padding:0px;
  text-align: center;
  color:#FFFFEE;
  font-weight: bold;
  padding:2px
}

.sender_sedcard_pic {
  float: left;
  padding:0px;
  cursor: pointer;
}

/* ------- */
#sedcard_descr {
}

#sedcard_descr ul {
	margin: 0;
	padding: 0;
}

#sedcard_descr li {
  padding:3px;
	list-style:none;

}

/* Sedcard navigation */
.sedcard_navigation {
  font: bold 1.2em Verdana,sans-serif;
	margin: 0 auto;
  padding: 4px;

 }
.sedcard_navigation a {
	float:left;
  padding:2px;
  display:block;
  width:100px;
  border: 1px solid #E3DAC6;
  text-decoration:none;
}
.sedcard_navigation a:hover {
  background-color: #E3DAC6;
}

.sedcard_navigation a.online {
	float:left;
  padding:2px;
  display:block;
  width:100px;
  border: 1px solid #E3DAC6;
  color: #000000;
  text-decoration:none;
  background-color: #CEF9A8;
}
.sedcard_navigation a.online:hover {
  background-color: #B1F676;
}

.sedcard_navigation span {
	float:left;
  padding:2px;
  display:block;
  width:100px;
  border: 1px solid #E3DAC6;
  text-decoration:none;
}

/* Sedcard navigation */
.sedcard_backlink {
  font: bold 1.2em Verdana,sans-serif;
	margin: 0 auto;
  padding: 4px;
  text-align:center;

 }
.sedcard_backlink a {
	float:left;
  padding:2px;
  display:block;
  width:100px;
  border: 1px solid #E3DAC6;
  text-decoration:none;
}
.sedcard_backlink a:hover {
  background-color: #E3DAC6;
}

.sedcard_backlink span {
	float:left;
  padding:2px;
  display:block;
  width:100px;
  border: 1px solid #E3DAC6;
  text-decoration:none;
}


/* impressum */
#impressum{
overflow: hidden;
padding-top:10px;
width: 100%;
}

#impressum .carrierOne{
width: 50%;
height: 150px;
float: left;
font-family: arial;
font-size: 13px;
color: #000;
}

#impressum .carrierTwo{
width: 50%;
height: 150px;
float: left;
font-family: arial;
font-size: 13px;
color: #000;
}

#impressum .imp_content{
width: 100%;
font-family: arial;
font-size: 10px;
}

#impressum span{
font-family: arial;
font-size: 11px;
color: #000;
}

#impressum .copyright{
font-family: arial;
font-size: 9px;
color: #000;
}

#sedcardiv {
	position: absolute;
	border: 1px #FFF solid;
	top: 75px;
	height: 550px;
	width: 800px;
	background: #000;
}

#divinfo {
  float: right;
  display: inline;
}

#showframe {
	border: 0;
	width: 100%;
	height: 532px;
}
