body {
	margin-top: 30px;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6D6D6D;
	background-color:#cdcec6;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #5C7F92;
}

h1 {
	letter-spacing: -1px;
	font-size: 23px;
}

h2 {
	font-size: 16px;
	font-weight: 600;
}

h4 {
	margin: 0;
	font-weight: normal;
	color: #5C7F92;
	font-weight: bold;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: left;
	line-height: 26px;
}

a:link {
	color: #6D6D6D;
	text-decoration: none;
}

a:visited {
	color: #6D6D6D;
	text-decoration: none;
}

a:hover, a:active {
	color: #6D6D6D;
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


.loginedit {
  font: 10px verdana,sans-serif;
  border: 1px solid #6D6D6D;
}

.loginedit:hover {
}

.loginedit:active {
}


.loginbutton {
  font: 10px verdana,sans-serif;
  border: 1px solid #6D6D6D;
  color: #6D6D6D;
  background-color: #ffffff;
  padding: 1px;
  margin: 0px;
}

.loginbutton:hover {
  background-color: #BFDFF8;
}

.loginbutton:active {
  background-color: #BFDFF8;
}



#wrapper {
	/* background: #7ACF00 url(images/img03.jpg); */
}

/* Header */

#header {
	width: 900px;
	height: 153px;
	margin: 0px 30px 0px auto;
	padding-top: 10px;
}

#logo {
	float: left;
	height: 100px;
	width:870px;
	margin-left: 20px;
	margin-bottom: 2px;
}

#logo h1 {
	font-size: 38px;
	color: #3399CC;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	margin-left:15px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 2px;
	padding: 3px 5px;
	text-decoration: none;
	font-size: 13px;
	background: #ffffff;
	color: #6D6D6D;
    font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a:active {
	text-decoration: italic;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	background-color:#ffffff;

}

/* Content */

#content {
	float: left;
	width: 590px;
	padding: 0px 20px 0px 20px;
}

/* ImageTable */

/* The in the table is h1*/

#content h1.imgtabletext {
  letter-spacing: 0px;
  margin: 2px;
  color: #ffffff;
  line-height: normal;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

/* This is the bottommost paragraph containing the link */

#content p.imgtabletext {
  margin: 2px;
  text-align: right;
  font-size: 12px;
}

#content p.imgtabletext a {
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}

#content p.imgtabletext a:hover {
  text-decoration: underline;
}

#content div.col {
  padding: 4px;
  float: left; 
  width: 170px; 
  height: 284px; 
  background-color: #ffffff;
}


#content div.container {
  width: 100%; 
  height: 100%; 
  background-color: #5C7F92;
}

#content div.overlaytext {
  position: relative;
  top: -284px; 
  left: 0px; 
  width: 170px;
  height: 26px;
  text-align: center;
  color: #f00000;
  font-size: 20px;
  font-weight: bold;
  filter: alpha(opacity=75); 
  -moz-opacity: .55; 
  background-color:#EEE;
}

#content div.imgpart {
  width: 170;
  height: 150px; 
  background-color: #928B81;

  /* border: 1px solid black; */
}

#content div.textpart {
  width: 166px;
  height:110px; 
  margin-left: 2px;
  margin-top: 2px;
  background-color: #5C7F92;
}

#content div.textpart h2 {
  margin-bottom: 3px;
  color: #ffffff;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-style: italic;
}

#content div.textpart p {
  color: #ffffff;
  line-height: 12px;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  font-style: italic;
}

#content div.linkpart {
  width: 166px;
  height: 16px; 
  margin-left: 2px;
  margin-top: 3px;
  text-align: right;
  background-color: #5C7F92;
}

#content div.linkpart a {
  color: #ffffff;
  text-decoration: none;
  text-align: right;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}

#content div.linkpart a:hover {
  text-decoration: underline;
}

#content div h2 a {
  text-decoration: none;
}

#content div h2 a:hover {
  text-decoration: underline;
}

.smallattachment
{
  text-align: center;
  font-style: italic;
}

/* Post */

.post {
}

.post li {
	margin-left:25px;
}

.post a:link {
	color: #47697b;
	text-decoration: underline;
}

.post a:hover {
	color: #47697b;
	text-decoration: underline;
}

.post a:visited {
	color: #47697b;
	text-decoration: underline;
}





.post .title {
	margin-bottom: 6px;
	padding-bottom: 2px;
	border-bottom: 3px solid #928B81;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
}

.post .meta {
	margin: 0;
	padding: 15px 0 60px 0;
	/* background: url(images/img04.jpg) repeat-x left 30%; */
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #0000FF;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
	width: 185px;
	height: 35px;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

.post .meta .comments {
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

.post .meta b {
	display: none;
}

.alignleft {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
}

.alignleft a:hover {
	text-decoration: underline;
}

.alignmiddle {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.alignright {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	padding-right: 10px;
}

.alignright a:hover {
	text-decoration: underline;
}
        

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 20px;
    /*    height: 478px;
        border-bottom: 3px solid #928B81; */
}

#sidebar ul {
	margin: 0px;
	padding-left: 12px;
	list-style: none;
}

#sidebar img {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 0px;
}

#sidebar li ul {
	margin: 0px;
	padding-left: 16px;
	list-style: none;
}

#sidebar li li {
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
	/* border-bottom: 1px dashed #D1D1D1; */
}

#sidebar li li a {
	margin: 0px;
	padding-left: 0px;
	/* background: url(images/img01.png) no-repeat left 50%; */
	list-style: none;
}


#sidebar a {
	text-decoration: none;
	color: #6D6D6D;
        font-weight: bold;
}

#sidebar a:hover {
	text-decoration: underline;
}


#sidebar p {
	margin-top: 0px;
	text-align: justify;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6D6D;
        line-height: 16px;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 150px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #928B81;
}

#x {
	padding: 3px;
	/* background: #ECECEC url(images/img08.gif) repeat-x left bottom; */
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	/* background: url(images/img05.gif) no-repeat; */
}

.box2 {
	color: #EDEDED;
}

.box2 h2 {
	margin-bottom: 15px;
	/* background: url(images/img10.gif) repeat-x left bottom; */
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 150px;
	min-height: 5px;
	padding: 10px 0 0 0;
	/* background: #979797 url(images/img02.jpg) repeat-x left top; */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#languageflags {
  display:inline;
  float:right; 
  margin-right: 50px;
  text-align: center;
}

#languageflags ul {
  list-style: none;
  margin-right: 5px;
  padding:0;
}

#languageflags ul li img {
  margin-right:5px;
}

#languageflags ul li {
  display:inline;
  margin:0px 0px 0px 0px;
  padding:0;
}

#languageflags ul li a, #languageflags ul li a:visited {
  color: #fff;
  text-decoration:underline;
}

#languageflags ul li a:hover, #languageflags ul li a:active {
  color: #fff;
}

#logindialogs {
  background-color: white;
  font:10px verdana,sans-serif;
}

#loginerror {
  color: #d00000;
}

#footer {
	height: auto;
}

#socialnetworkcontainer {
   float:left; 
   width: 860px;
   height: 44px;
   margin-left: 20px;
}

#socialnetworkleft {
   /* background-color: yellow; */
   width: 540px; 
   height: 38px;
   float: left; 
   border-top: 1px solid #928B81; 
   border-bottom: 3px solid #928B81; 
   padding-left: 25px; 
   padding-right: 25px; 
   overflow: visible;
}

#socialnetworkmiddle {
   /* background-color: green; */
   float: left; 
   width: 40px;
   height: 44px;
}

#socialnetworkright {
   /* background-color: blue; */
   float: left; 
   height: 38px;
   width: 180px;
   border-top: 1px solid #928B81; 
   border-bottom: 3px solid #928B81; 
   padding-left: 25px; 
   padding-right: 25px; 
}

.legal {
  clear: both;
  padding-top: 2px;
  align: center;
  text-align: center;
  font-size: 12px;
  color: #5C7F92;
  font-weight: bold;
}

.legal a {
	color: #5C7F92;
}


.legal a:hover, a:active a:visited {
}


#comment {
	width: 565px;
	height: 100px;
}

table.td
{
  vertical-align: center;
}

table.helpT
{ 
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #6699CC;
	width: 300px;
	background-color: #fafafa;
	border: 1px #1C3F52 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
} 

td.helpLeftColumn
{ 
	background-color: #dddddd;
	text-align: center;
    vertical-align: middle;
}

td.helpHed
{ 
	height: 30px;
	border-bottom: 2px solid #1C3F52;
	border-left: 1px solid #1C3F52;
	background-color: #9CBFD2;
	text-align: center;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040; 
}

td.helpRow
{
  height: 24px;
}

td.helpEvenRow
{
  background-color: #dddddd;
  height: 24px;
}


td.helpBod
{ 
border-bottom: 1px solid #1C3F52;
border-top: 0px;
border-left: 1px solid #1C3F52;
border-right: 0px;
text-align: center;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; 
}

td.FlatLeftColumn
{ 
	background-color: #dddddd;
	text-align: left;
    vertical-align: middle;
}

td.FlatRightColumn
{ 
	background-color: #dddddd;
	text-align: right;
    vertical-align: middle;
}


table.sofT
{ 
  text-align: center;
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  color: #404040;
  width: 340px;
  background-color: #fafafa;
  border: 1px #1C3F52 solid;
  border-collapse: collapse;
  border-spacing: 0px; 
} 

table.kyTable
{ 
  text-align: center;
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  color: #404040;
  width: 400px;
  background-color: #fafafa;
  border: 1px #1C3F52 solid;
  border-collapse: collapse;
  border-spacing: 0px; 
} 

td.kyTableHeader
{ 
	border-bottom: 2px solid #1C3F52;
	border-left: 1px solid #1C3F52;
	background-color: #5c7c92;
	text-align: center;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff; 
}

td.kyTabLeftalign
{ 
	background-color: #dddddd;
	text-align: left;
}

/* Table used in Newsletter HTML */

table.nlTable
{
  text-align: left;
  font-family: Verdana;
  font-weight: normal;
  font-size: 13px;
  color: #404040;
  width: 200px;
  background-color: #fafafa;
  border: 1px #1C3F52 solid;
  border-collapse: collapse;
  border-spacing: 0px; 
}

td.nlTableHeader
{ 
	border-bottom: 2px solid #1C3F52;
	border-left: 1px solid #1C3F52;
	background-color: #5c7c92;
	text-align: center;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}

/* Table used in ?? */

table.ppTable
{
  text-align: left;
  font-family: Verdana;
  font-weight: normal;
  font-size: 10px;
  color: #404040;
  width: 290px;
  background-color: #fafafa;
  border: 1px #1C3F52 solid;
  border-collapse: collapse;
  border-spacing: 0px; 
}

td.ppTableLetterHead
{ 
	border-top: 1px solid #1C3F52;
	border-bottom: 2px solid #1C3F52;
	border-left: 1px solid #1C3F52;
	background-color: #5c7c92;
	text-align: left;
	text-indent: 3px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 17px;
	color: #ffffff;
}

td.ppTableEntry
{
  vertical-align: top;
}

/* Table used Newsletter HTML for presenting properties */

table.ejdTable
{ 
  text-align: left;
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  color: #404040;
  width: 550px;
  background-color: #fafafa;
  margin: 0;
  padding: 0px;

  border-width: 0 0 1px 1px;
  border: 0 0 1px 1px;
  border-style: solid;
} 

table.ejdTable td
{
  border-width: 1px 1px 0 0;
  border: 1px 1px 0 0;
  border-style: solid;
}

td.ejdTableHeader
{ 
  background-color: #5c7c92;
  text-indent: 5px;
  font-family: Verdana;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  color: #ffffff; 
  border-color: #000000;
}

td.ejdTableDescription p
{ 
  padding: 3px 3px 0 3px;
  color: #404040;
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  line-height: normal;
}

td.ejdTableFacts
{
  padding: 0 3px 0 3px;
  background-color: #5c7c92;
  border: 1px;
  border-color: #000000;
  font-family: Verdana;
  color: #ffffff; 
}

/* Table used in Partner-pages for containing partner adresses */

table.partnerTable
{
  margin-left: 60px;
  margin-top: 20px;
  margin-bottom: 20px;

  font-weight: normal;
  border-width: 1px 0px 1px 0px;
  border: 1px 0px 1px 0px;
  border-style: solid;

  text-align: left;
  font-family: Verdana;
  font-size: 11px;
  color: #404040;
  width: 400px;
  background-color: #fafafa;
  border-collapse: collapse;
  border-spacing: 0px; 
}

table.partnerTable p
{
  line-height: 13px;
  margin: 5px;
  padding: 0px;
}

/* Table used in "Kundestatements"-page */

table.customerTable
{
  width:590px; 
  text-align:left;
}

table.customerTable p
{
  font-style: italic;
}

table.customerTable td
{
  width:290px; 
  vertical-align:top;
  padding: 10px 10px 10px 10px;
  background-color: #fafafa;
}

td.headercolumn
{
  border-width: 1px 0px 1px 0px;
  border: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #5C7F92;

  text-align: center;
}
 
td.customerleftcolumn
{
  border-width: 0px 1px 0px 0px;
  border: 0px 1px 0px 0px;
  border-style: solid;
  border-color: #5C7F92;
}
