/*
Original design: andreas01 (v3.0 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas01/
*/

/* Main body */
* {
  font-family: verdana;
}

body {
  background: #f4f4f4 url('/img/bg.gif') top center repeat-y;
  color: #404040;
  margin: 0 auto;
  padding: 0;
}

#wrap {
  background: #fff;
  color: #404040;
  margin: 0 auto;
  width: 940px;
}

/* Basic tags */
a {
  background-color: inherit;
  color: #b71111;
  font-weight: 550;
  text-decoration: underline;
}

a:hover {
  background-color: inherit;
  color: #7b0505;
  text-decoration: underline;
}

a img {
  border: 0;
}

p {
  margin: 0 0 1.4em;
}

/* Header */
#header {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  letter-spacing: 3px;
}

#header h1 {
  background-color: inherit;
  color: #505050;
  margin-top: 15px;
}

#header h1 a {
  background-color: inherit;
  color: #505050;
  text-decoration: none;
}

#header p {
  float: right;
  font-weight: 700;
  line-height: 1.3em;
  margin: 8px 0 0;
  text-align: center;
  width: 400px;
}

#frontphoto {
  border: 0;
  margin: 0 0 10px;
}

/*Left and right sidebar */
#leftside {
  clear: left;
  float: left;
  margin: 0 0 5px;
  padding: 0;
  width: 180px;
}

#leftside p, #leftside ul {
  margin: 0 0 16px;
  padding:0;
}

#leftside p {
  line-height: 1.4em;
}

#leftside li {
  line-height: 1.2em;
  list-style: none;
  margin: 0 0 6px;
  padding: 0;
}

#leftside ul ul {
  margin: 6px 0 0 10px;
  padding:0;
}

#leftside ul ul li {
  margin:0 0 4px;
}

#leftside ul ul li a {
  font-weight:400;
}

#leftside h2, #leftside h3 {
  color: #505050;
  margin: 0 0 8px;
  padding: 0;
}

/* Main menu */
#leftside ul.avmenu {
  display: block;
  list-style: none;
  margin: 0 0 18px 0;
  padding: 0;
  width: 170px;
}

#leftside ul.avmenu li {
  display: inline;
  line-height: 1.4em;
  padding: 0;
  width: 170px;
}

#leftside ul.avmenu li a {
/*  background-color: #f4f4f4; */
  background-color: #e4e4e4;
  border-left: 4px solid #ccc;
  color: black;
  float: left;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 5px 1px 5px 5px;
  text-decoration: none;
  width: 160px;
}

#leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current {
/*  background-color: #eaeaea; */
  background-color: #dadada;
  border-left: 4px solid #009118;
  color: black;
}

#leftside ul.avmenu ul {
  margin: 0 0 0 15px;
  padding: 0 0 5px;
  width: 155px;
}

#leftside ul.avmenu ul a {
  font-weight: 400;
  padding: 3px 1px 3px 5px;
  width: 145px;
}

#leftside ul.avmenu ul ul {
  width: 113px;
}

#leftside ul.avmenu ul ul a {
  width: 100px;
}

/* Main content */
#contentwide {
  line-height: 130%;
  padding: 0 10px 50px 10px;
  border-left: 1px solid #e0e0e0;
  min-height: 630px;
  height: auto;
  width: 738px;
  float: right;
  background-color: #f3f8f3;
  background-image: url('/img/ikwatermark.png');
  background-attachment: fixed; 
  background-position: 60% 60%;
  background-repeat: no-repeat;
}

#contentwide ul, #contentwide ol {
  margin: 16px 0 16px 20px;
  padding: 0;
}

#contentwide li {
  margin: 0;
  text-align: justify;
  padding: 0 0 0 5px;
}

#contentwide ul ul, #contentwide ol ol{
  margin: 0 0 0 16px;
  padding: 0;
}

/* Footer */
#footer {
  background: #fff;
  border-top: 2px solid #e0e0e0;
  clear: both;
  color: gray;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 940px;
  line-height: 1.5em;
}

#footer p {
  margin:0;
  padding:0;
}

#footer a {
  background-color: #fff;
  color: gray;
  font-weight: 400;
  text-decoration: none;
}

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

#footer span {
}

/* Additional classes */
.left {
  float: left;
  margin: 3px 10px 2px 0;
}

.right {
  float: right;
  margin: 2px 0 2px 10px;
}

.textright {
  text-align: right;
  margin: 5px 0;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.small {
}

.bold {
  font-weight: 700;
}

.timestamp {
  margin: -5px 0 15px 10px;
}

.timestamp a {
  font-weight: 400;
}
.announce {
  background-color: #f4f4f4;
  border-left: 4px solid #ccc;
  clear: left;
  color: #505050;
  line-height: 1.5em;
  margin: 10px 0 15px;
  padding: 7px 5px 2px 5px;
  width: 126px;
}

.announce p {
  margin: 10px 0 0;
  padding: 0;
}

.postinfo {
  background-color: #f4f4f4;
  border-left: 4px solid #ccc;
  color: #606060;
  line-height: 1.4em;
  margin: 1px 0 20px;
  padding: 8px 5px 8px 8px;
}

.clearing {
  clear: left;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

.hide {
  display: none;
}

.big {
  line-height: 20pt;
}

h1 {
}

h2 {
}

h3 {
}

.border {
  border: 1px solid #ccc;
}

.noborder {
  border: 0px;
}

.centered {
  text-align: center;
  vertical-align: middle;
}

.orange {
  color: #ff6523;
}

div.box {
  border-width: 4px;
  border-color: black;
  border-style: groove;
  background-color: #fffcfc;
  padding: 15px;
  text-align: center;
  margin: 25px;
}

div.boxleft {
  text-align: left;
}

div.green {
  border-color: #0a7e1e;
}

div.boxgreen {
  border-color: #0a7e1e;
}

.green {
  color: #0a7e1e;
}

.red {
  color: red;
}

.ikred {
  color: #b71111;
}

table.linksview {
  margin-bottom: 20px;
  margin-top: 0px;
}

table.linksview td {
  border-bottom: 1px dashed #ccc;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  vertical-align: middle;
}

table.linksview td:first-child {
  width: 49%;
  padding-left: 0px;
}

ol.charta {
  font-weight: bold;
  list-style-type: upper-roman;
}

ol.subcharta {
  font-weight: normal;
}

#ratgeber th {
  color: #ff6523;
  font-weight: bold;
  text-decoration: underline;
}

#ratgeber td {
  font-weight: bold;
}

#ratgeber td:first-child {
  font-weight: normal;
}

div.divider {
  height: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  margin-top: 30px;
}

table.team {
  width: 100%;
}

table.team td {
  padding-left: 15px;
  vertical-align: top;
  padding-top: 15px;
}

table.team td:first-child {
  padding-left: 0px;
  padding-top: 0px;
  width: 190px;
}

#bannerleft {
  float: left;
  width: 160px;
  height: 155px;
}

#bannerright {
  float: right;
  background-image: url('/img/front.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  width: 760px;
  height: 155px;
}

#topmenu {
  height: 150px;
  width: 760px;
  padding-top: 135px;
  text-align: right;
}

fieldset {
  border: 0px;
}

input {
  width: 100px;
  border: 1px solid #ccc;
  margin-bottom: 3px;
}

button {
  width: 103px;
  background-color: #ccc;
  border: 1px solid #aaa;
}

button:hover {
  background-color: #aaa;
}
  
table.veranstaltung, table.linkskategorien, table.links {
  width: 700px;
  border: 1px dashed #ccc;
  margin-bottom: 15px;
}

table.veranstaltung td, table.linkskategorien td, table.links td {
  padding: 3px;
  width: 570px;
}

table.veranstaltung td:first-child, table.linkskategorien td:first-child, table.links td:first-child {
  font-weight: bold;
  width: 80px;
}

table.veranstaltung td.header, table.linkskategorien td.header, table.links td.header {
  width: 700px;
}

table.adminveranstaltungen, table.adminlinkskategorien, table.adminlinks {
  width: 700px;
}

table.adminveranstaltungen th, table.adminlinkskategorien th, table.adminlinks th {
  background-color: black;
  color: white;
  border-bottom: 1px solid black;
}

table.adminveranstaltungen td, table.adminlinkskategorien td, table.adminlinks td {
  border-bottom: 1px solid black;
  padding: 3px;
}

#loginfields {
  width: 225px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 100px;
}

#homekontaktl {
  text-align: right;
  background-color: #fffcfc;
  border: 1px solid #ccc;
  padding: 5px;
  padding-right: 20px;
  float: left;
}

#homekontaktr {
  text-align: left;
  background-color: #fffcfc;
  border: 1px solid #ccc;
  padding: 5px;
  padding-left: 20px;
  float: right;
}

#kontaktform fieldset input {
  width: 250px;
}

#kontaktform fieldset textarea {
  width: 247px;
}

#kontaktform fieldset button {
  width: 252px;
}

#fontsize button {
  width: 32px;
  height: 32px;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  border: 0px;
}

