/*******************************************************************************
Titel:	styles.css oceanwindow backend
Autor: 	sascha.scholz@actra.ch
Update: 02.10.2009
*******************************************************************************/
/* reset */
body, div, table, caption, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, strong, em, address, img {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
 }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

ul, ol {list-style: none;}

fieldset, a img, img {border: 0; }

body {
  color: #333;
  background: #218EA8;
  font-size: small;
	font-family: verdana, sans-serif;
}

a:link, a:visited {
  color: #218ea8;
	text-decoration: none;
  font-weight: bold;
}

a:hover, a:active, a:focus {
	color: #333;
	text-decoration: underline;
}

p, h2, h3, h4, h5, h6 {margin-bottom: 1em;}

h1, h2, h3, h4, h5, h6 {
  font-family: arial, sans-serif;
  font-weight: bold;
}

ul, ol {margin-bottom: 1em;}

ol {
  margin: 0 0 1em 2.5em;
  list-style-type: decimal;
}

ol li {margin-bottom: .3em;}

h2 {
  font-size: 175%;
  font-weight: normal;
}

h3, h4, h5, h6 {font-size: 115%;}

/* =page */
#page {
  margin: 0 auto 20px;
  width: 960px;
  font-size: 95%;
}

/* =header */
#header {
  padding: 20px 5px 0;
  width: 950px;
  position: relative;
}

h1 {
  margin: 0;
  font-size: 135%;
  text-transform: uppercase;
  font-size: 275%;
  font-family: arial, sans-serif;
  letter-spacing: 1px;
  color: #59aabe;
}

/* =user */
#user {
  position: absolute;
  top: 28px;
  right: 10px;
  font-size: 85%;
  color: #c7e3e9;
}

#user a {
  text-decoration: none;
  color: #c7e3e9;
}
#user a:hover, #user a:focus {color: #fff;}

/* =content-wrap */
#content-wrap {
  padding: 0 10px;
  background: url(/images/content-wrap.png) 0 0 repeat-y;
}

/* =content-wrap-inner */
#content-wrap-inner {
  padding-top: 5px;
  background: url(/images/nav-main.jpg) 0 -40px repeat-x;
}

/* =navi-main */
#navi-main {
  padding: 15px 0 15px;
  background: #186679;
}

#navi-main ul {margin: 0 15px;}

#navi-main li {
  margin: 0 1px 0 0;
  float: left;
}

#navi-main a {
  padding: 6px 8px;
  float: left;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 90%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#navi-main a:hover, #navi-main a:focus {
  background: #114754;
  color: #fff;
}

#navi-main .nav_current a {
  font-weight: bold;
  background: #fff;
  color: #19758B;
  color: #186679;
}

/* =main */
#main {
  padding: 30px 20px 40px;
  font-size: 95%;
  line-height: 1.5em;
  color: #333;
  background: #fff;
  min-height: 300px;
}

/* =footer */
#footer {
  padding: 12px 20px 25px;
  font-size: 85%;
  line-height: 1.5em;
  position: relative;
  color: #c7e3e9;
  background: #59aabe url(/images/footer.png) 0 100% repeat-x;
}

#footer p {margin: 0;}

#footer a {
  color: #c7e3e9;
  text-decoration: none;
}

#footer a:hover {color: #e8f3f6;}

#footer p.totop {
  position: absolute;
  top: 12px;
  right: 20px;
}

/* TABLE (datatable)***********************************************************/
table {margin-bottom: 1em;}

th, td {
  padding: 4px 6px;
  border-bottom: 1px solid #c7e3e9;
  text-align: left;
  vertical-align: top;
  font-family: tahoma, arial, sans-serif;
  line-height: 1.6em; /* TEMP ? */
}

th {
  border: none;
  color: #e8f3f6;
  background: #19758b;
}

tr.even {background: #e8f3f6;}

th a:link, th a:visited {
  color: #e8f3f6;
  text-decoration: underline;
}

th a:hover, th a:focus {text-decoration: none;}

td.object {white-space: nowrap;}

textarea#inhalt {
  width: 670px;
  height: 500px;
}

td.aktion {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
  width: auto;
}

td.aktion li {
  margin: 0 0 0 3px;
  display: inline;
}

td.aktion a {
  padding-left: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #666;
  background: url(/images/icon-delete.gif) 0 50% no-repeat;
}

td.aktion a.delete {background-image: url(/images/icon-delete.gif);}
td.aktion a.edit {background-image: url(/images/icon-edit.gif);}
td.aktion a.card {background-image: url(/images/icon-card.gif);}
td.aktion a.show {background-image: url(/images/icon-show.gif);}
td.aktion a.add {background-image: url(/images/icon-add.gif);}
td.aktion a.send {background-image: url(/images/icon-send.gif);}

td.aktion a:hover {color: #333;}

/* FORM =form-global, =form-edit **********************************************/
.form-global fieldset,
.form-edit fieldset {
  margin-bottom: 20px;
  padding: 20px 20px 0;
  border: 1px solid #c7e3e9;
  background: #E8F3F6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.form-global h3 {
  letter-spacing: 1px;
  font-variant: small-caps;
  font-size: 125%;
  color: #114754;
}

.form-global fieldset.submit,
.form-edit fieldset.submit {
  padding: 0 1.5em 1.5em 12.5em;
  background: none;
  border: none;
}

.form-global dl,
.form-edit dl {
  margin-bottom: 20px;
  line-height: 1.4em;
}

.form-global dt,
.form-edit dt {
  margin: 0 10px 0 0;
  float: left;
  width: 10em;
  text-align: right;
}

.form-global dt label,
.form-edit dt label {
  padding-top: 4px;
  display: block;
}

.form-global dt em,
.form-edit dt em {
  font-weight: bold;
  color: #cc0000;
}

.form-global dd,
.form-edit dd {margin-left: 11em;}

form dd em {
  display: block;
  font-style: normal;
  font-size: 90%;
}

form input.text, form input.password,
form textarea {
  width: 340px;
  padding: 3px;
  border: 1px solid #7F9DB9;
}

form select {
  padding: 2px 3px;
  border: 1px solid #7F9DB9;
}

form select.short {width: 100px;}

form textarea {
  width: 400px;
  height: 12em;
  overflow: auto;
}

form input.text:focus, form input.password:focus,
form textarea:focus, form select:focus {
  background: #fdffde;
  border-color: #000;
}

/* =form-show */
.form-show {
  margin-bottom: 1em;
  padding: 5px 10px;
  border: 1px solid #c7e3e9;
  background: #e8f3f6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.form-show dl {
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}

.form-show em {
  font-weight: bold;
  color: #cc0000;
}

.form-show dt {
  margin-bottom: .1em;
  color: #19758B;
  font-family: arial, sans-serif;
}

.twoinputs input.submit {margin: 1.4em 0 0;}

/* =formfehler */
#formfehler {
  margin-bottom: 1em;
  padding: 15px;
  border: 1px solid #dfc204;
	border-width: 1px;
  background: #fdf5c2;
  color: #000;
}

#formfehler p {margin-bottom: .5em;}

#formfehler strong {
  font-weight: bold;
  color: #000;
  font-size: 95%;
}

#formfehler ul {list-style: none;}

#formfehler li {
  padding-left: 20px;
  background: url(/images/icon-formfehler.png) 0 50% no-repeat;
}

/* Elementes ******************************************************************/
/* =details-list */
#details-list li {
  margin-bottom: 2em;
  padding: 15px;
  width: 868px;
  background: #e8f3f6;
  border: 1px solid #c7e3e9;
}

#details-list li h3 {
  margin-bottom: 10px;
  padding-bottom: .5em;
  position: relative;
  border-bottom: 5px solid #c7e3e9;
  letter-spacing: 1px;
  font-variant: small-caps;
  font-size: 125%;
  color: #218ea8;
}

#details-list li h3 span {
  position: absolute;
  top: 0;
  right: 0;
}

#details-list h3 span a {
  margin-left: 10px;
  padding-left: 19px;
  float: left;
  color: #333;
  background: url(/images/icon-delete.gif) 0 50% no-repeat;
  letter-spacing: 0;
  font-size: 80%;
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 75%;
}

#details-list h3 span a.delete {background-image: url(/images/icon-delete.gif);}
#details-list h3 span a.edit {background-image: url(/images/icon-edit.gif);}
#details-list h3 span a.show {background-image: url(/images/icon-show.gif);}
#details-list h3 span a.add {background-image: url(/images/icon-add.gif);}

#details-list li h3 span.select-add {
  padding: 0 0 0 23px;
  top: -3px;
  background: url(/images/icon-add.gif) 3px 50% no-repeat;
}

.select-add select {
  margin: 0 5px 0 0;
  font-size: 85%;
}

.select-add input,
.select-add select {vertical-align: middle;}

#details-list dl {
  padding: .3em 0;
  border-bottom: 1px solid #eee;
  border-color: #c7e3e9;
}

#details-list dt {
  float: left;
  width: 200px;
}

#details-list dd {margin-left: 210px;}

#details-list ul {margin-top: .5em;}

#details-list li li {
  margin: 0;
  padding: 5px 0;
  width: auto;
  position: relative;
  border: none;
  border-bottom: 1px solid #c7e3e9;
}

#details-list li li span {
  position: absolute;
  top: 5px;
  right: 10px;
}

#details-list li li span a {
  margin: 0 0 0 10px;
  float: left;
  font-weight: normal;
  color: #333;
  font-size: 90%;
}

#details-list dd img {
  padding: 5px;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
}

/* =commentlist */
#details-list .commentlist li {
  margin: 0 0 1em;
  padding: 0;
  border: none;
}

.commentlist .author {
  margin-bottom: 5px;
  font-size: 90%;
}

.commentlist .author cite {
  font-weight: bold;
  font-style: normal;
}

.commentlist .commenttext {
  padding: 15px 150px 15px 15px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.data li img {
  margin: 0;
  padding: 0;
  display: block;
}

/* =navi-content */
#navi-content {
  margin: 0 0 2em;
  padding: 10px 10px 0;
  font-size: 95%;
  background: #e8f3f6 url(/images/navi-content.gif) 0 100% repeat-x;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

#navi-content a {
  margin: 0 1px 0 0;
  padding: 5px 10px;
  float: left;
  text-decoration: none;
  border: 1px solid #59aabe;
  color: #fff;
  background: #59aabe;
}

#navi-content a:hover {text-decoration: underline;}
#navi-content li.active a, #navi-content li.active a:hover {
  background: #fff;
  color: #218ea8;
  border: 1px solid #c7e3e9;
  border-color: #90C6D3 #90C6D3 #fff;
  text-decoration: none;
}

/* =pagination */
.pagination {
  margin: 1.5em 0;
	font-size: 95%;
  text-align: center;
}

.pagination ul {
	list-style: none;
  font-size: 90%;
}

.pagination li {display: inline;}

.pagination a {
	padding: 3px 7px;
	border: 1px solid #ccc;
	text-decoration: none;
	position: relative;
	background: #fff;
	color: #333;
}

.pagination li.currentpage strong {
	padding: 3px 3px;
	font-weight: bold;
	color: #000;
}

.pagination .zurueck a, .pagination li.zurueckdisable,
.pagination .vor a, .pagination li.vordisable {
	padding: 3px 6px;
	font-weight: bold;
	border: 1px solid #ccc;
	text-decoration: none;
	position: relative;
	color: #333;
}

.pagination a:hover {background: #eee;}

.pagination li.zurueckdisable,
.pagination li.vordisable {
	color: #aaa;
	font-weight: normal;
	border-color: #ddd;
}

/* =login */
#login {
	margin: 40px auto;
	padding: 15px 30px 30px;
	width: 320px;
  font-size: 95%;
  line-height: 1.5em;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#loginbox h1 {
  margin: 30px auto 5px;
  font-size: 155%;
  width: 320px;
}

#login h2 {
	margin: 0 -29px;
	padding: 10px 29px;
	background: #f2f2f2;
	font-size: 105%;
  background: #186679;
  color: #fff;
  font-size: 115%;
  font-weight: bold;
}

#login h3 {
  margin: 0 -29px 1em;
  padding: 5px 29px;
  background: #c7e3e9;
  font-size: 115%;
  border-bottom: 1px solid #90c6d3;
}

#login ol label {
	margin: .2em 1em 0 0;
  display: block;
  font-weight: bold;
  font-family: arial, sans-serif;
  letter-spacing: 1px;
}

#login ol li {margin-bottom: 1em;}

#login ol li input,text,
#login ol li input.password {
  padding: 4px 5px;
	width: 300px;
}

#login ol li input.password {width: 300px;}

.forgot-pw {
  font-size: 90%;
  margin-left: 5px;
}

#login #formfehler {
  margin: 0 -29px 1em;
  padding: 10px 29px;
}

/* =breadcrumb */
#breadcrumb {
  margin-bottom: 1.5em;
  font-size: 90%;
  color: #555;
}

#breadcrumb strong {font-weight: normal;}

#breadcrumb a {
  color: #218EA8;
  text-decoration: none;
  font-weight: normal;
}
#breadcrumb a:hover {text-decoration: underline;}

/* =misc **********************************************************************/
ul.link-add li {margin: 0 10px 0 0;}

p.link-add a,
ul.link-add li a {
  padding: 3px 10px 3px 25px;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid #aaa;
  font-size: 90%;
  float: left;
  color: #000;
  background: #eee url(/images/icon-add.gif) 5px 50% no-repeat;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

p.link-add a:hover,
ul.link-add li a:hover {background-color: #e5e5e5;}

ul.link-add li {
  margin: 0 10px 0 0;
  float: left;
}

.link-add {margin-bottom: 1.5em;}

.form-required-note {font-size: 90%;}

.form-required-note em {
  font-weight: bold;
  color: red;
}

.search-result {font-size: 90%;}

/* =easyclearing Methode */
.clrItem:after,
dl:after,
#navi-content:after,
.form-show:after,
p.link-add:after,
ul.link-add:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
