/************************************
 * TAGS
 */
body {
	margin: 5px 0 0 5px;
    padding: 0;
	background-color: #fff;
	background-image: url(/img/site/bckgrnd.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
}
h1, h2, h3 {
	margin-top: 0;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 13px;
}
small {
	font-size: 11px;
}

#wrapper {
	width: 653px;
	background-color: #fff;
}

/************************************
 * LINKS
 */
a {
	color: #0000cc;
	text-decoration: underline;
}
a:visited {
	color: #000099;
}
a:hover {
	text-decoration: none;
}
a.external {
    /*
    background: url(/img/external.gif) center right no-repeat;
    padding-right: 13px;
    */
}

/************************************
 * NAVI
 */
#navi_div {
    /* display: none; */
    position: absolute;
    top: 265px;  
    /* top: 200px; */
    left: 5px;
    /* float: left; */
	width: 135px;
	height: 200px;
}
#navi_div .nav_o {
	width: 135px;
	height: 25px;
	background: url(/img/nav-o.gif) no-repeat;
	background-color: #2d08a5;
}
#navi a.nav, #navi_toggle a.nav {
	display: block;
	width: 135px;
	height: 25px;
	background: url(/img/nav.gif) no-repeat;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
#navi a.nav:hover {
	background-image: none;
}
#navi .navtext, #navi_toggle .navtext {
	position: relative;
	top: 4px;
	left: -3px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #fff;
	zoom: 1;
}
#navi .navbottom, #navi_toggle .navbottom {
	width: 135px;
	height: 7px;
	background: url(/img/nav_bottom.gif) no-repeat;
	font-size: 0;
}
#navi_sub {
	padding: 0 3px;
}
#navi_toggle_div {
    display: none;
}

/************************************
 * LAYERS
 */
#topline {
	width: 640px;
	margin-bottom: 4px;
	padding: 3px;
	border: 1px dashed #000099;
	text-align: center;
	background-color: #fff;
	font-size: 13px;
}
#topline a {
	font-weight: bold;
	color: #000099;
}
#topline .new {
	color: #ffa500;
}

/* NEWSLETTER */
#nl_top {
	margin-bottom: 4px;
	font-size: 14px;
	font-family: Verdana, sans-serif;
}
#nl_top form {
	display: inline;
}
#nl_top input, #nl_top submit, #nl_mainform input, #nl_mainform submit {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	border: 1px solid #7F9DB9;
}
#nl_top .nl_info {
	font-size: 10px;
	margin-left: 3px;
	cursor: help;
}

#header {
	width: 653px;
	height: 158px;
	background-image: url(/img/top.jpg);
	background-repeat: no-repeat;
}
#header #header_title {
	position: relative;
	top: 90px;
	left: 140px;
	width: 448px;
	height: 68px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#top_content_div, #main_content_div {
	/* border hack to avoid spaces betweeen positioned divs in moz */
	border: solid #fff;
	border-width: 10px 0 1px 0;
	width: 653px;
}

#top_content {
	margin-left: 135px; /* width of left float navi */
	padding: 0 5px;
	line-height: 1.3em;
    min-height: 440px;
    height: auto !important;
    height: 440px;
}

#top_content p:first-child {
	margin-top: 0;
}
#top_content .img_div {
	float: right;
	padding-left: 1px;
}
#top_content .img_descrip {
	font-size: 10px;
	text-align: center;
	margin-top: -5px;
}
/* FIX IE table-width:100% + float */
/*
* html #top_content table {
	margin-right: -3px;
}
*/

#main_content {
	padding: 0 12px 0 12px;
}
#main_content p {
	line-height: 1.3em;
}


/* FOOTER / SEPARATOR */
#separator {
	clear: both;
	width: 653px;
	padding: 10px 0;
}
#footer {
	clear: both;
	padding-bottom: 2px;
}
#footer_b {
	clear: both;
	width: 653px;
	height: 30px;
	background-image: url(/img/site/border.gif);
	background-repeat: no-repeat;
}
#footer_b_content {
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 6px;
}
#footer_b_content a {
	color: #fff;
	text-decoration: none;
}


#staette_form input, #staette_form textarea, #staette_form select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000099;
	border: 1px #000099 solid;
}
#staette_form .form_label {
	font-weight: bold;
}

/************************************
 * MISC
 */
.copy_imp, .copy_imp a {
	font-size: 11px;
}
.small {
	font-size: 11px;
}
.dashed_box {
	border: 1px dashed #000099;
	padding: 0 1px 1px 1px;
}
.books_links a {
	font-weight: bold;
}

/* LINES */
.line_solid, .line_dashed {
	height: 0;
	font-size: 0;
	line-height: 0;
}
.line_solid {
	margin: 12px 1px 12px 1px;
	border-bottom: 1px solid #000099;
}
.line_dashed {
	margin: 3px;
	border-bottom: 1px dashed #000099;
}

/* table with border and cell borders */
.grid_table {
	background-color: #2d08a5;
	border: 1px solid #2d08a5;
}
.grid_table tr {
	background-color: #fff;
}
.grid_table th {
	padding: 2px 3px;
	background-color: #2d08a5;
	color: #fff;
	text-align: left;
}

/************************************
 * ADS
 */
.ad_goog {
	position: absolute;
	top: 5px;
	left: 659px;
	/* width: 120px; */
	/* border: 1px dashed #d5ccf5; */
}

.ad_subnavibox {
	margin-top: 10px;
	padding: 2px;
	border: 1px dashed #000099;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.ad_dvd a {
	font-size: 11px;
	color: #000099;
}



/***
 * MESSAGES
 */
.msgs_message {
	border: 1px solid green;
	color: green;
	padding: 8px;
	margin-bottom: 10px;
}
.msgs_error {
	border: 1px solid red;
	color: red;
	padding: 8px;
	margin-bottom: 10px;
}

.My_Breadcrumbs {
	font-weight: bold;
	margin-bottom: 10px;
}

.items_table {
	background-color: #ddd;
}
.items_table th {
	
}
.items_table td {
	background-color: #fff;
}
