/* Background Graphics --------------------------------------------- */

body {
	background-color: #f3f3eb;
}

#container {
	background-image: url(../../assets/images/back_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	background-image: url(../../assets/images/back_header.gif);
	background-repeat: repeat-x;
}

#menu .page_item a {
	background-image: url(../../assets/images/back_menu.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

#menu .current_page_item a {
	background-image: url(../../assets/images/back_menu_selected.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

.prominent {
	background: #f4f4ec url(back_info.jpg) no-repeat right bottom;
	padding: 15px 15px 10px;
}

.prominent .inner {
	background-image: url(back_prominent_inner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 15px 15px 10px;
}

#footer {
	background-image: url(../../assets/images/back_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#footer .style_content {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#comment_area .metadata {
	background-image: url(back_comment_meta.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 0px 15px;
	padding: 10px;
	background-color: #f4f4ec;
}

#information {

}

#post_meta {
	background-image: url(back_prominent.jpg);
}

#search {
	background-image: url(back_search.jpg);
}

#author {
	background-image: url(back_author.jpg);
}


/* Color ----------------------------------------------------------- */

#div {
/*	border: 1px solid #FF0000; */
}

a, a:link {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff0099;
}

#header, #footer {
	color: #fff;
}

#header a, #header a:link, #footer a, #footer a:link {
	color: #fff;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active {
	color: #ccc;
}



/* Typography ------------------------------------------------------ */

body {
/*	font-family: "Lucida Grande", Arial, Sans-serif; */
	font-family: Verdana, Arial, Sans-serif;
/*	font-size: 9pt;
	line-height: 180%; */
font-size: 80%;
line-height: 1.5em;
	color: #382e1f;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}


/* Forms ----------------------------------------------------------- */

.input {
	background-color: #FFFFFF;
	background-image: url(../../assets/images/back_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a79d8f;
	margin: 0px;
	padding: 2px 1px;
	line-height: inherit;
	font-size: inherit;
	display: inline;
}

table.technischedaten , table.schiffsliste{
font-size: 90%;
width: 100%;
margin: 0 0 20px 0;
border: 1px solid #000;
}

table.technischedaten tr, table.schiffsliste tr {
background: #ccc;
}

table.technischedaten tr:hover, table.schiffsliste tr:hover, table.schiffsliste thead tr {
background: #999;
}

table.technischedaten td.angabe {
font-weight: bold;
vertical-align: top;
text-align: left;
width: 40%;
padding: 2px 0 2px 10px;
}

table.technischedaten td.wert {
text-align: right;
width: 60%;
padding: 2px 10px 2px 0;
}

table.technischedaten td.sonstige {
text-align: left;
width: 60%;
padding: 2px 10px;
}

table.schiffsliste thead tr {
font-weight: bold;
text-align: center;
}

table.schiffsliste td {
padding: 2px 10px;
width: auto;
}

table.schiffsliste th.header {
padding: 2px 21px;
}

table.schiffsliste th.header {
background: url(tablebg.gif) no-repeat center right;     
cursor: pointer; 
}

table.schiffsliste th.headerSortDown {
background: #fff url(tabledesc.gif) no-repeat center right;     
cursor: pointer;
}

table.schiffsliste th.headerSortUp {
background: #fff url(tableasc.gif) no-repeat center right;     
cursor: pointer;
}
