/* ALLGEMEINE FORMATIERUNGEN */
html{
height: 100%;
}

body
{ font-family: verdana, arial, sans-serif;
  background: #656565;
  color: #D5D2D6;
  padding: 0px;
  margin: 0px;
  font-size: 11px
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 11px;
}

h3
{ font-family: arial, sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
}

img
{ border: 0px;
}

a
{ outline: none;
}


/* BILDPOSITIONIERUNGEN - links, rechts, zentriert */
.left
{ float: left;
  padding: 0px 8px 0px 0px;
}

.right
{ float: right;
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}


/* BLOCKDARSTELLUNG */
blockquote
{ border-color: #FF9C27;
  margin: 20px 0px 20px 0px;
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}


/* AUFLISTUNG unnummeriert */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
  line-height: 1.5em;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px;
  padding: 0px;
}


/* AUFLISTUNG nummeriert */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px;
  padding: 0px;
}


/* AUSSENABSTENDE */
#main, #links, #footer, #logo, #schrift, #menu, #content
{ margin-left: auto;
  margin-right: auto;
}


/* HAUPTTABELLE */
#main
{ width: 780px;
  background: #414141 url('main.png') repeat-y;
  color: #D5D2D6
}


/* LINKS über dem Logo / Footer */
#links, #footer
{ width: 726px;
  height: 20px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 8px 21px 0px 19px;
}

#links{
text-align: right;}

#footer
{ text-align: center;
  border-top: 2px solid;
}

#links a, #footer a, #links a:hover, #footer a:hover{text-decoration: none;}


#links, #footer, #menu li a
{ background: #545454 url('gradient.png');
  color: #D5D2D6;
  border-color: #FF9C27
}

#links a, #footer a
{ background: transparent;
  color: #D5D2D6;
}

#links a:hover, #footer a:hover
{ background: transparent;
  color: #FF9C27;
}


/* LOGO */
#logo
{ background: #FFF url('logo.jpg') no-repeat;
  color: #FF9C27;
  width: 766px;
  height: 245px;
  border-top: 2px solid;
  border-bottom: 5px solid; border-left-color:#FF9C27; border-right-color:#FF9C27
}

/* NAVIGATIONSMENU */
#menu
{ background: transparent;
  color: #D5D2D6;
  height: 31px;
  width: 766px;
  margin-top: -31px;
  position: relative;
  z-index: 100;
}

#menu ul{
margin: 0px auto;
}

#menu li
{ float: left;
  margin: 0px 5px 0px 0px;
  padding: 0px;
  list-style: none;
}

#menu li a
{ display: block;
  float: left;
  height: 22px;
  text-decoration: none;
  padding: 6px 10px 2px 10px;
  text-transform: uppercase;
  font-size: 10px;
  border-bottom: 1px solid;
  border-bottom-color: #FF9C27;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FF9C27;
  color: #FFF;
  height: 22px;
  padding: 6px 10px 2px 10px;
  border: 0px;
}


/* HAUPTINHALT */
#content
{ width: 766px;
  overflow: hidden;
}


/* RECHTE SPALTE mit Sidbars */
#column1
{ width: 220px;
  margin: 22px 0px 0px 0px;
  float: right;
  padding: 19px 19px 15px 19px;
}

#content, #column2, #column22, #column2 a, #column22a
{ background: #414141;
  color: #D5D2D6;
  border-color: #D5D2D6;
}

#column2 a:hover, #column22 a:hover
{ background: #414141;
  color: #FF9C27;
  border-color: #FF9C27;
}

.sidebaritem
{ background: #545454;
  color: #D5D2D6;
  text-align: left;
  width: 206px;
  float: left;
  margin: 0px 0px 29px 4px;
}

.sidebaritem h1, .sidebaritem h2, .sidebaritem h3, .sidebaritem p{margin: 0px 10px 0px 10px}

.sidebaritem h1
{ font-weight: normal;
  padding: 8px 0px 16px 0px;
  text-transform: uppercase;
}

.sidebaritem h3
{ font-weight: normal;
  padding: 8px 0px 0px 0px;
  text-transform: uppercase;
}


.sidebaritem p
{ line-height: 16px;
  padding: 0px 0px 8px 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 19px;
  text-decoration: none;
}


.sbilinks ul{margin: 0px 0px 0px 10px;}

.sbilinks li
{ list-style: none;
  padding: 0px 0px 0px 0px;
}

.sbilinks li a, .sbilinks li a:hover
{ height: 16px;
  text-decoration: none;
  width: 149px;
}

.sbilinks li a, .sidebaritem a
{ background: #545454 url('arrow.png') no-repeat left center;
  color: #D5D2D6
}

.sbilinks li a:hover, .sidebaritem a:hover
{ background: #545454 url('orange_arrow.png') no-repeat left center;
  color: #FF9C27
}


/* LINKE SPALTE mit Hauptinhalt */
#column2, #column22
{ text-align: justify;
  width: 475px;
  float: left;
  padding: 2px 3px 15px 19px;
}

#column2 h1, #column22 h1
{ font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px;
  margin: 0px 0px 12px 0px;
  border-bottom: 1px solid;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}

#column2 a, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

#column2 a:hover
{ border-bottom: 1px solid;
}

#column22 a, #column22 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: none;
}

#column22 a:hover
{ border-bottom: none;
}


/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom
{ display: block;
  background: #414141;
}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ background: #545454;
  display: block;
  height: 1px;
  overflow: hidden;
}

.r1{margin: 0 5px}

.r2{margin: 0 3px}

.r3{margin: 0 2px}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px
}

h1, #column1 h1, #column2 h1, #column22 h1, #column1 h3
{ background: transparent;
  color: #FF9C27;
  border-color: #787878;
}