/*#############################################################
Name: Coffee N Cream
Date: 2006-08-24
Description: A smooth coffee style template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #655A46 url(../css_img/bg2.gif);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	color: #543;
	font: normal 62.5% "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
}
input, select {
	color: #555;
	font: normal 12px "Lucida Sans Unicode", sans-serif;
}
textarea {
	color: #543;
	font: normal 62.5% "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
}
p, cite, code, ul {
	/*font-size: 12px;
	font-size: 1em;*/
	padding-bottom: 1em;
}
code, .legende {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 10px "Lucida Sans Unicode", serif;
	margin-bottom: 12px;
	padding: 8px 10px;/*  white-space: pre; */
}
blockquote {
	background: url(../css_img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode", serif;
	padding-left: 28px;
}
h1 {
	/*color: #654;*/
}
h2, h3 {
	/*color: #654;
	padding-top: 6px;*/
}
/* misc */
.clearer {
	clear: both;
}
/* structure */
.container {
	background: url(../css_img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}
/* header */
.header {
	/*background: url(../css_img/3586230922_0472758d62_o.jpg);*/
	background: #EAF2DF;
	height: 130px;
	margin: 0 auto;
	width: 760px;
}
#logo {
	/* Bemassung: H130, W760 */
	max-height: 100px;
	margin-left: 30px;
	padding-top: 15px;
}
#logoText {
	color: #000 !important;
	margin-left: 300px;
	/*padding-top: 35px;*/
	font-size: 36px;
	margin-top: 20px;
}
#logoUntertext {
	margin-left: 400px;
	font-size: 150%;
	margin-top: 30px;
}


/* header */
.header {
    background-image: url('../css_img/logo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    margin: 0 auto;

    width: 760px;
}


/* title */
.title {

}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	text-align: left;
	padding-top: 10px;
    display: none;
}
.title img {
	margin-left: 50px;
	height: 100px;
	float: left;
	padding-right: 20px;
}
/* navigation */
.navigation {
	background: #FFF url(../css_img/bgnavigation.gif) repeat-x;
	font: bold 1em Verdana, sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 725px;
}
.signup {
	background: none;
	height: 0;
	margin: 0 auto;
	padding: 0;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	/*background: #CEBDA1;*/
	color: #420;
}
.begruessung {
	color: #543;
	padding: 0px 4px;
	margin-right: 3px;
	line-height: 44px;
	float: right;
	font-weight: normal;
}
/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}
/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
}
.sidenav h1 {
	background: #BCB39F url(../css_img/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}
/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
}
.content .descr {
	color: #987E57;
	/*font-size: 10px;*/
	margin-bottom: 6px;
}
.content li {
	list-style: url(../css_img/li.gif);
	margin-left: 18px;
}
/* content tables */

.content table {
	border-collapse: collapse;
}
.content th {
	background: #FFF url(../css_img/bgnavigation.gif) repeat-x;
	border: 1px solid #6A5D44;
}
.content td {
	text-align: left;
	padding-left: 2px;
	border: 1px solid #6A5D44;
}
.content table.noborder td {
	border: none;
}
.content tr.even {
	background-color: #F2ECE1;
}
.content tr.odd {
}
.content tr:hover {
	background-color: #D9C7A9;
}
.content table.borderless, .content table.borderless th, .content table.borderless td {
	border: none;
}
/* footer */
.footer {
	background: #958463 url(../css_img/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
	border-bottom: 1px solid #6A5D44;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* allgemein */

.rechts {
	float: right;
}
.knopfrechts {
	float: right;
	width: 190px;
	clear: both;
	border: 1px solid #341E0A;
	background-color: #CCC3AF;
	margin-bottom: 2px;
	font-weight: bold;
}
.knopfinline {
	border: 1px solid #341E0A;
	background-color: #CCC3AF;
}
.eingabefeld {
	width: 300px;
}
.links {
	float: left;
}
.pflicht {
	color: red;
}
#debug {
	display: none;
}
.neu, .bearbeitung, .erledigt, .storno, .zurueck {
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	width: 100%;
}
.neu {
	background-image: url(../css_img/page_white.png);
}
.bearbeitung {
	background-image: url(../css_img/page_white_wrench.png);
}
.erledigt {
	background-image: url(../css_img/tick.png);
}
.storno {
	background-image: url(../css_img/stop.png);
}
.zurueck {
	background-image: url(../css_img/page_white_em.png);
}
.guide {
	padding: 5px 0px 25px 0px;
}
.guide li, .guide ol, .guide ul {
	list-style-type: decimal;
	list-style:decimal;
}
.guide p, h1, h2, h3{
	font-size: 12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}

.pagiform {
    margin: 25px 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-family: fantasy;
}
.pagilast {
    border: 1px solid black;
    margin: 0 10px;
    padding: 0 5px;
}
.pagifirst {
    border: 1px solid black;
    left: 0;
    margin: 0 10px;
    padding: 0 5px;
    position: relative;
}
.paginext {
    border: 1px solid black;
    margin: 0 0 0 5px;
    padding: 0 5px;
}
.pagiprevious {
    border: 1px solid black;
    margin: 0 5px 0 0;
    padding: 0 5px;
}
.pagibtn:hover {
    color: black;
    background: #ccc;
}
.auftrag_buttons {
    float: right;
    margin: 5px 0;
}