body {
    margin: 0;
    background: #aaa;
    font-family: Verdana;
}
#container {
    width: 1000px;
    background: #fff;
}
#titel {
    font-family: Verdana;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    background-color: #ccc;
    padding:8px;
}
#menu {
    width: 200px;
    background-color: #ccc;
    xxbackground-image: url(/img/bg-menu.gif);
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#counter {
	font-weight: normal;
	color: #444;
}
#content {
    width: 800px;
    background: #fff;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 35px;
    padding-bottom: 25px;
    text-align: left;
    font-family: Verdana;
    font-size: 14px;
    line-height: 1.3em;
}
#menucopy {
    background-color: #ccc;
    xxbackground-image: url(/img/bg-menu.gif);
    color: rgb(51,102,153);
}
#copyright {
    font-family: Verdana;
    font-size: 10px;
    color: #666;
    text-align: center;
    padding: 10px;
}
h1 {
    font-size: 20px;
    color: #008;
	line-height: 100%;
}
h2 {
    font-size: 16px;
    color: #008;
	line-height: 100%;
}
h3 {
    font-size: 14px;
    color: #008;
	line-height: 100%;
}
a, a.active, a.followed {
    color: #007;
}
.topnavdiv {
    width: 160px;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    cursor: pointer;
    background-image: url(/img/bg-blau.gif);
}
.topnav a, .topnav a:visited, .topnavselected a, .topnavselected a:visited {
    text-decoration: none;
    color: #fff;
}
.topnav, .topnav:visited {
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    color: #fff;
}
.topnavselected, .topnavselected:visited, .topnavdiv:hover {
    border-right: 1px solid #999;
    border-bottom: 1px #999;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}
.topnavselected a, .topnavselected a:visited {
    color: #fa3;
}
table
{
    font-family: Verdana;
}
td, th {
font-size: 11px;
}
th {
color: white;
background-color: #007;
}
tr {
vertical-align: top;
}







/* BLOG */
.loginbox {
	text-align: center;
    margin: 3em 0;
    border: solid 1px #777;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 6px;
    background-color: #f4f4f4;
    width: 300px;
}

.blogMenu {
	margin-bottom: 1em;
}
.blogContent {
    clear: both;
}
.blogMenuItem, .blogMenuItemActive
{
    margin: 1px;
    float: left;
    padding: 2px 6px;
    background-color: #777;
    border: solid 1px #333;
	font-size:11px;
	font-weight:bold;
}
.blogMenuItem a, .blogMenuItemActive a {
    color: white;
}
.blogMenuItemActive {
    background-color: rgb(26,43,128);
}

.blogEntry {
    border: solid 1px #777;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    margin-bottom: 1em;
    padding: 10px;
    background-color: #f4f4f4;
}
.blogEntryAuthor {
    color: #777;
}
.blogEntryAttachments {
	float: right;
    border: solid 1px #777;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 5px;
    background-color:#fff;
}
.attachmentIcon
{
    border: 0;
    width: 32px;
    height: 32px;
    margin-left: 5px;
}
.blogEntryTitle {
    font-weight: bold;
    font-size: 18px;
    margin: 1em 0;
}
.blogEntryComments {
	margin-top: 1em;
    color: #444;
}
.blogEntryComments ul {
	margin-top: .5em;
	margin-bottom: 1em;
}
.blogEntryComments li {
	margin-bottom: .5em;
}
.blogEntryCommentText {
	font-size: 11px;
    line-height: 100%;
}
.blogFunctionButtons {
    margin-top: .5em;
}
.userFunctionButtons {
    float: right;
}
.functionButton {
    font-family: Tahoma;
    font-size: 10px;
    border: solid 1px  rgb(26,43,128);
    background-color: rgb(229,233,252);
    color: rgb(26,43,128);
    margin-right: 3px;
}

.dataForm {
    border: solid 1px #777;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    margin-bottom: 1em;
    padding: 15px;
    background-color: #f4f4f4;
    width: 550px;
}
.dataForm .inputText {
    width: 100%;
}
.dataForm textarea, input, select {
    font-family: Verdana;
}
.dataFormError {
    color: red;
    font-weight: bold;
}
.visitenKarte {
    width: 300px;
    height: 140px;
    border: solid 1px #777;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 6px;
    background-color: #f4f4f4;
}
.visitenKarteName {
	margin-bottom: .5em;
    font-weight: bold;
    color: #444;
}
.visitenKarteBillnr {
	font-size: 10px;
    color: #777;
    margin-top: .5em;
}


.rechnung {
	font-family: Arial;
    font-size: 12pt;
    position: relative;
    page-break-after: always;
    width: 19cm;
    height: 27cm;
    line-height: 130%;
}
.absender {
	position: absolute;
    right: 0;
    text-align: right;
}
.absenderzeile {
	position: absolute;
    top: 4cm;
    font-size: 9pt;
    text-decoration: underline;
}
.anschrift {
	position: absolute;
    top: 5cm;
}
.fuss {
	position: absolute;
	bottom: 0;
}
.datum {
	position: absolute;
    right: 0;
    top: 10cm;
    text-align: right;
}
.rechnungsnummer {
	position: absolute;
    top: 11cm;
    font-weight: bold;
}
.positionen {
	width: 15cm;
    left: 2cm;
	position: absolute;
    top: 13cm;
    border-collapse: collapse;
}
.positionen td {
	font-family: Arial;
    font-size: 12pt;
    padding: 3mm;
    border: solid .2mm black;
}




