html, body 
{
  margin: 0; 
  padding: 0;
  text-align:center;
  font-size: 12px;
  font-family: georgia;
  background: #ffffff url(../img/bg_body.gif) repeat-x 0 120px;
}

#TB_ajaxWindowTitle
{
  padding: 0 !important;
}
#TB_ajaxWindowTitle a:hover
{
  text-decoration: none;
}
  
#tinymce
{
  background-image: none;
  background-color: #FFFFFF !important;
  
  width: 530px;
  min-height: 500px;
  padding: 7px;
  margin: 7px auto;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  text-align: left;
  
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
  overflow-y: scroll;
}

ul#filelist{ padding: 5px; }

ul#filelist li
{
  padding: 2px;
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  list-style-type: none;
}

ul#filelist li:hover
{
  background-color: #EEEEEE;
}

ul,li,div,span,p
{
  font-size: 12px;
  font-family: georgia;  
}

img { border: none; }

p
{
  padding: 0;
  margin: 0;
}

h1
{
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}


h2
{
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
}

h3
{
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
}

p
{
  font-weight: normal;
}

input
{
  font-size: 11px;
  font-weight: bold;
}

input[type=submit]
{
  cursor: pointer;
}

a
{
  color: #CE090A;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

#breadcrumb a
{
  text-decoration: none;
}

.bar a
{
  text-decoration: underline;
}

#gallery a 
{
}

#gallery a:hover
{
  background-color: transparent;
}

#gallery a img
{
  padding: 3px;
  margin: 5px 10px;
  border: 1px solid #CE090A;
}

#page
{ 
  margin: 0 auto; 
  width: 1000px; 
  text-align: left;
  position: relative;
}

#main-top
{
  margin-top: 20px;
  padding: 15px 10px 0; 
  background-image: url(../img/bg_top.png);
}

#main
{
  padding: 0 10px; 
  background-image: url(../img/bg_main.png);
}

#main-bottom
{  
  padding: 5px 10px 0;
  background-image: url(../img/bg_bottom.png) 
}

#adminbar
{
  text-align: right;
  line-height: 13px;
  position: relative;
  padding: 2px 10px 0;
  background-image: url(../img/bg_main.png);
  z-index: 10;
}

#adminarea
{
  width: 980px;
  height: 100px;
  margin: 0 10px;
  position: absolute;
  left: 0px;
  top: -120px;
  background-color: #FFFFFF;
  z-index: 50;
}

#header
{
  text-align: center; 
  padding: 10px 0 20px;
}

#content
{
  width: 980px;
  overflow: hidden;
}

#left
{
  float: left; 
  width: 200px;
  overflow: hidden;
}

#middle
{
  float: left; 
  width: 530px;
  min-height: 500px;
  padding: 7px;
  margin: 7px;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  overflow: hidden;
}

#right
{
  float: left; 
  width: 215px;
  padding: 7px 0;
  margin: 7px 0;
}


div.text
{
  /*padding: 0 10px 0 10px;
  text-align: justify;*/
  font-size: 12px;
  line-height: 17px;
}


#footer
{
  text-align: center;
  line-height: 77px;
  height: 77px; 
  background-image: url(../img/bg_footer.gif);
}

#footer div
{
  float: left;
  font-size: 11px;
  padding-left: 35px;
}

#copy
{
  padding: 20px; 
  text-align: center;
}

div#breadcrumb
{
  text-align: left;
  padding: 10px;
  font-size: 11px;
  font-weight: bold;
}

div#breadcrumb a
{
  font-weight: normal;
  color: #000000;
}

div#breadcrumb a:hover
{
  color: #CE090A;
}

a.disable
{
  cursor: default;
  text-decoration: line-through;
}



/* TOPMENU */

#navi
{
  background: #CE090A url(../img/bg_navi.gif) repeat-x 0 0;
  padding-left: 5px;
  height: 35px;
  position: relative;
  border-top: 1px solid black;
}

#navi a
{
  color:#FFFFFF;
  display:block;
  float:left;
  line-height:14px;
  padding:10px;
  height: 15px;
  text-transform: uppercase;
}

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

#navi a.active
{
  color: #CE090A;
  background-color: #FFFFFF;
  text-decoration: none;
}

/* SEARCH */

#searchform input[type=text] 
{
  border: 1px solid #5a5a5a; 
  background: #f8f8f8 url(http://www.plutonit.de/img/bg_search.gif) repeat 0 0; 
  padding: 3px 3px 2px; 
  width: 111px;
	line-height: 13px;
  position: absolute; 
  right: 33px;
  font-family: georgia;
  text-align: center;
}

#searchform input.focus
{
  background-image: url(http://www.plutonit.de/img/bg_search2.gif) !important;
}

#searchform input[type=submit] 
{
  border: 1px solid #5a5a5a;
  background: #5a5a5a url(http://www.plutonit.de/img/bg_submit.gif) repeat 0 0; 
  width: 21px;
  height: 21px;
  position: absolute;
  right: 12px;
}

#searchResults
{
  position: absolute;
  width: 207px;
  right: 0px;
  top: 34px;
  border: 1px solid #BE0000;
  background-color: #EEEEEE;
  padding: 10px;
  text-transform: uppercase;
  display: none;
  overflow: hidden;
}

#searchResults div
{
  float: right;
  cursor: pointer;
  font-family: arial;
  font-weight: bold;
}

#searchResults ul 
{
  padding: 10px 5px 5px;
  margin: 0;
  list-style-type: none;
}

#searchResults mark
{
  background-color: yellow;
}

#searchResults a
{
  color: #CE090A;
  display: block;
  line-height: 11px;
  margin-bottom: 7px;
  padding: 3px;
  float: none;
  text-transform: none;
  white-space: nowrap;
}

#searchResults a small
{
  color: #000000;
  font-weight: normal;
}

/* SITEMAP */

li.sitemap1 a
{
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  padding-left: 50px;
  line-height: 30px;
}

li.sitemap2 a
{
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  padding-left: 75px;
  line-height: 20px;
}


li.sitemap3 a
{
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  padding-left: 100px;
}


li.sitemap4 a
{
  color: #000000;
  font-size: 10px;
  font-weight: normal;
  line-height: 17px;
  padding-left: 120px;
}


/* SIDEMENU */

ul#sidemenu
{
  list-style-type: none;
  padding: 10px;
  padding-right: 3px;
  margin: 4px 0 0;
}

ul#sidemenu li
{
  padding: 0;
  margin: 0;
}

ul#sidemenu li a
{
  text-decoration: none;
  font-weight: normal;
  color: #000000;
}

ul#sidemenu li.level2 a
{
  display: block;
  padding: 7px;
  border-left: 5px solid #EEEEEE;
}

ul#sidemenu li.level2 a.active
{
  font-weight: bold;
  color: #CE090A;
  border-left: 5px solid #CE090A;
}

ul#sidemenu li.level2 a.subactive
{
  font-weight: bold;
  border-left: 5px solid #CE090A;
}

ul#sidemenu li.level2 a:hover
{
  border-left: 5px solid #CE090A;
  color: #CE090A;
}


ul#sidemenu li.level3 a
{
  display: block;
  padding: 3px;
  padding-left: 20px;
  background-color: #EEEEEE;
  border-left: 5px solid #CE090A;
}

ul#sidemenu li.level3 a.active
{
  font-weight: bold;
  color: #CE090A;;
}

ul#sidemenu li.level3 a.subactive
{
  font-weight: bold;
  color: #CE090A;
}

ul#sidemenu li.level3 a:hover
{
  color: #CE090A;
}


ul#sidemenu li.level4 a
{
  font-size: 11px;
  border-left: 5px solid #CE090A;
  display: block;
  padding: 3px;
  padding-left: 35px;
  background-color: #FFF;
}

ul#sidemenu li.level4 a.active
{
  color: #FFF;
  font-weight: bold;
  background-color: #CE090A;
}

ul#sidemenu li.level4 a:hover
{
  color: #FFF;
  background-color: #CE090A;
}


.pointer
{
  cursor: pointer;
}

.centeralign
{
  text-align: center;
}

.topPadding
{
  padding-top: 10px;
}

.banner
{
  text-align: center;
  padding-top: 25px;
}

.banner a img
{
   border: 1px solid #D3D3D3;
}

.hidden
{
  display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
