* {
margin: 0;
padding: 0;
border: 0;
}

body {
  background-color: #260839;
  text-align: center;
  font: normal 10px verdana, helvetica, arial, sans-serif;
  color: #000;
  background-image: url(./pics/bg.jpg);
  background-repeat: repeat-x;
  background-position: center;
  background-attachment: fixed;
  margin:0px;
  padding: 0px;
}


div#all {
  position: relative;
  width: 950px;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #000;
}
p {
	padding: 3px;
}

table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
form {
  display: inline;
}

td {
  font-size: 1em;
  line-height: 1.4em;
  padding: 3px;
  font-size: 12px;
}

a:link {
  padding: 0 2px 0 2px;
  text-decoration: none;
  color: #260839;
}

a:visited {
  padding: 0 2px 0 2px;
  text-decoration: none;
  color: #260839;
}

a:hover, a:active {
  padding: 0 2px 0 2px;
  text-decoration: none;
  color: #666666;
}


#inhalt {
	z-index:200;
 	background: url(./pics/hase.jpg) no-repeat right bottom;
 	background-position: 980px 100%;
}

#content {
	margin: 0px;
  padding: 10px;
  width: 930px;
  voice-family: Verdana;
  font-size: 12px;
  background-color: #fff;
  background: #fff url(./pics/vio.jpg) repeat-x left top;
	z-index: 2;
}

#content h1 {
  line-height:1.5;
  color: #260839;
  font-size:15px;
  margin:5px 5px 3px 5px;
  padding: 0 0 0 5px;
  text-align: left;
}
#content h2 {
  line-height:1.5;
  color: #260839;
  font-size:13px;
  margin:5px 5px 10px 5px;
  padding:0 0 0 5px;
  text-align: left;
}
#content h3 {
  line-height:1.5;
  color: #990000;
  font-size:12px;
  margin:5px 5px 10px 5px;
  padding:0 0 0 5px;
  text-align: left;
}

#content hr {
  background: url("./pics/bullet.gif") no-repeat center;
  width: 9px;
  height: 9px;
  border: 0 none;
  margin: 4 auto;
  text-align: center; /*IE*/
}



h3.kommentarhead {
  position: relative;
  top: -.5em;
}

#footer,
#footer_full {
  clear: both;
	background-color: #260939;
	color: #FFFFFF;
	text-align: center;
	height: 23px;
	padding-top: 2px;
}

#footer a {
  text-decoration: none;
  color: #C0C0C0;
}
#footer a:link {
  text-decoration: none;
  color: #C0C0C0;
}

#footer a:hover {
  text-decoration: none;
  color: #fff;
}


img {
  border: 1px #aaa solid;
  margin: 3px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 4px;
	background-color:#FFFFFF ;
}

a img:hover {
  border: 1px black solid;
}


#content ul {
  list-style: none;
  margin: 0;
  padding: 3px;
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
}

#content li {
  margin: 0;
  padding: 3px;
}
/* HEADER ----------------------------------------------------------------- */

.header h1 {
  font: normal 56px/1em Verdana, sans-serif;
  color: #260839;
  font-style:italic;
  padding: 0 0 0 28px;
  background: url(./pics/smeardubh_header2.jpg) no-repeat left top;
  z-index: 10;
  height: 190px;
}

.header h1 img {
  border: 0px;
  overflow: hidden;
  margin: 0px;
  z-index: 1;
}



#content .preview {
  border: 1px solid #260839;
  padding: 4px;
  margin: 5px;
  width: 450px;
  background: #EBEEF2;
}
.box {
  width: 870px;
  overflow: auto;
  border: 1px solid #260839;
  padding: 10px;
  margin:20px;
}
.player {
  width: 280px;
  overflow: auto;
  border: 1px solid #CCCCCC;
  padding: 10px;
  margin:10px;
  float:left;
}


INPUT {
  background-color: #fff;
  color: black;
  font-size: 12px;
  font-family: Verdana, Arial;
  border: 1px solid #260839;
  padding: 2px;
  margin: 2px;
}
SELECT {
  background-color: #fff;
  color: black;
  font-size: 12px;
  font-family: Verdana, Arial;
  border: 1px solid #260839;
  padding: 2px;
  margin: 2px;
}
TEXTAREA {
  background-color: #fff;
  color: Black;
  font-size: 12px;
  font-family: Verdana, Arial;
  border: 1px solid #260839;
  padding: 2px;
  margin: 2px;
}
.table { border: 1px #000000 solid}
.image {border: 1px #260839 solid }

#menu {
  width:950px;
  font-size:11px;
  line-height:normal;
  height: 22px;
  background-color: #260839;
  /*background:url("./pics/menu4.gif") left top;*/
}
#menu ul {
  margin:0;
  padding:0px 10px 0 0px;
  list-style:none;
}
#menu li {
  display:inline;
  margin:0;
  padding:0;
  }
#menu a {
  float:left;
  /*background:url("./pics/menu4.gif") no-repeat left top;*/
  margin:0;
  padding:0 0 0 0px;
  text-decoration:none;
  }
#menu a span {
  float:left;
  display:block;
  /*background:url("./pics/menu4.gif") no-repeat right top;*/
  padding:5px 15px 4px 15px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
  color:#FFF;
  background-color: #6C5878;
  }
#menu a:hover {
  background-position:0% -32px;
  }
#menu a:hover span {
  background-position:100% -32px;
  }

#menu #current a {
        background-position:0% -32px;
}
#menu #current a span {
        background-position:100% -32px;
}
#menu .item1, #menu.item1:hover,#menu .item1-active, #menu .item1-active:hover {
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  color: #c20000;
}
#menu .section .item2, #menu .section .item2:hover,#menu .section .item2-active, #menu .section .item2-active:hover {
		width:130px;
    padding: 3px 6px 3px 6px;
    border: 1px solid #D1D1D1;
    border-top: 0px solid #000;
    font: 11px verdana;
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 500;
    background-color: #E3E3E3;
}
#menu .section .item2 {
    background-color: #fff;
    color: #000;
    font-weight:normal;
    background: #F6F6F6;
}
#menu .section.item2:hover, #menu .section.item2-active,
#menu .section.item2-active:hover {
    color: #000;
    background-color: #E3E3E3;
    background: #E3E3E3;
}

#menu .item2 img,
#menu .item2-active img{
    position: absolute;
    top: 2px;
    right: 1px;
    border: 0;
}
#menu .section {
    border: 0px #FFFFFF;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background: #fff;
    color: #000;
    font-weight:normal;
}