/* general stuff */

body{
font-family : Tahoma,Times,Times New Roman;
background-color : #FFF;
background : transparent url(images/back_verloop.jpg) repeat-x ;
font-size : 12px;
color : #000;
padding : 0px;
text-align : center;
margin : 0px 0px 0px 0px;
line-height : 15px;
}

a {
text-decoration:  none;
color: #000;
font-weight: bold;
font-size : 10px;
border: none;
}

a:hover {
color: #FF6600;
text-decoration:  underline;
font-size : 10px;
border: none;
}

a.mainlevel {
/* color: #005E31; */
color: #000;
}

a.mainlevel:hover, a.mainlevel#active_menu {
border-right: 4px solid #669E83;
}

a.sublevel {
color: #005E31;
background: url(images/submenu_back.gif) left center no-repeat;
}

a.sublevel:hover, a.sublevel#active_menu {
background: #F1F1F1 url(images/submenu_back.gif) left center no-repeat;
border-right: 4px solid #669E83;
}

hr {
width:  90%;
 }
hr.separator {
width:  40%;
 }
.small {
font-size: 10px;
color: #000;
line-height: 0.7;
}
.smalldark {
font-size: 10px;
color: #000;
height: 10px;
line-height: 10px;
text-align: left;
}

.button {
border: 1px solid #BBBBBB;
}
.inputbox {
border: 1px solid #BBBBBB;
}

.createdate {
font-size: 10px;
color: #ABABAB;
height: 10px;
line-height: 0.7;
}
.modifydate {
font-size: 10px;
color: #ABABAB;
height: 20px;
line-height: 20px;
margin-bottom: 5px;
}

a.contentreadon {
font-size: 10px;
text-decoration: none;
line-height: 20px;
padding-left: 10px;
background: url(images/readon.gif) no-repeat left;
margin-left: 10px;
margin-top: 10px;
margin-bottom : 10px;
text-decoration: none;
font-weight: bold;
}

a.contentreadon:hover {
background: #EEEEEE url(images/readon.gif) no-repeat left;
text-decoration: none;
}

a.readon:hover {
background: url(images/ictabutton_small_hover.jpg) no-repeat left;
padding-left: 10px;
color : #FF6600;
width : 101px;
height : 20px;
}

a.readon {
background: url(images/ictabutton_small.jpg) no-repeat left;
padding-left: 10px;
color : #000;
width : 101px;
height : 20px;
}

.blog {
width: 100%;
}

.blog_more {
font-size: 10px;
}

.contentheading {
width: 98%;
font-weight: bold;
font-size: 14px;
height: 23px;
line-height: 20px;
border-bottom: 1px solid #002E61;
font-family: 'Trebuchet MS', verdana, sans-serif;
color: #002E61;
}

div.module {
margin: 0px;
padding: 0px;
margin-bottom: 5px;
color: #000;
border-bottom: 1px solid #FFF;
background: url(images/leftcol_module_head_back.jpg) repeat-x;
font-size: 12px;
width: 98%;
}

div.module h3 {
margin: 0px;
padding-left: 3px;
padding-bottom :3px;
margin-bottom: 0px;
color: #000;
background: url(images/leftcol_module_head_back.jpg) repeat-x;
font-size: 14px;
width: 98%;
font-weight: bold;
text-decoration:  underline;
}

/* Layout */

#accessibility {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}

#source {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}

#pagewidth-1024{
    width :958px;
    text-align :center;
    margin-left :auto;
    margin-right :auto;
    background-color : #FFF;
/*    background : transparent url(images/back_all_970.gif) repeat-y ; */
    margin-bottom : 0px;
    border : 0px solid #000;
}

#headerbox
{
    width : 958px;
    height : 180px;
    background-color : #FFF;
    margin : 0px auto;
    margin-left : 0px;
    padding : 0px;
    text-align : right;
    border : 0px solid #000;
    font-family : Tahoma,Times,Times New Roman;
}

#headercontainer
{
    width : 100%;
    height : 100%px;
    left : 0px;
    border : 0px solid #000000;
    text-align : right;
}

#banner {
    height : 180px;
    width : 958px;
    left : 0px;
    margin-top : 0px;
    margin-left : 0px;
    overflow : hidden;
    border : 0px solid #000;
    float : left;
    background-color : #FFF;
}

#menubox
{
    width : 960px;
    height : 30px;
    background-color : #FFF;
    margin : 0px auto;
    padding : 0px;
    padding-left : 3px;
    text-align : right;
    border : 0px solid #000;
    font-family : Tahoma,Times,Times New Roman;
    background : transparent url(images/back_all_970.gif) repeat-y ;
}

#nav {
        clear:both;
        width: 100%;
        z-index: 100;
}

#nav_main {
  width:100%;
  height: 25;
  float:left;
  color: #fff;
  background: transparent;
 /* background: #1f1e2e url("images/tabmenu/ictabg.gif") repeat-x bottom; */
}

#nav_main ul {
  white-space: nowrap;
  line-height: 1em;
  margin:0;
  padding:0 0 0 12px;
  list-style:none;
}

#nav_main li {
  float:left;
  background: #8f8cad url("images/tabmenu/ictaleft.gif") no-repeat top left;
/*  margin-right: 2px;  nur einfügen bei ECKIGEN Ecken */
  padding: 0 0 0 10px;
  margin: 0;
  border-bottom:1px solid #000;
}

#nav_main a {
  float:left;
  display:block;
  color:#334;
  background: transparent;
  background: url("images/tabmenu/ictaright.gif") no-repeat top right;
  padding:15px 30px 5px 16px;
  text-transform: none;
  text-decoration:none;
  font-size: 12px;
  font-weight:normal;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav_main a {
  float:none;
  font-size: 12px;
  font-weight:bold;
}

#nav_main a:hover {
  color:#fff;
  font-size: 12px;
  font-weight:bold;
  background-color: transparent;
  }
#nav_main #current {
  background-image: url("images/tabmenu/ictaleft_on.gif");
  border-bottom:0px solid #f00;
  }
#nav_main #current a {
  color:#334;
  background-image:  url("images/tabmenu/ictaright_on.gif");
  font-size: 12px;
  font-weight:bold;
  padding-bottom:6px;
  padding-top:15px;
}

#breadbox
{
    width : 960px;
    height : 15px;
    background-color : #FFF;
    margin : 0px auto;
    padding : 0px;
    text-align : left;
    border : 0px solid #000;
    font-family : Tahoma,Times,Times New Roman;
    background : transparent url(images/back_all_970.gif) repeat-y ;
}

#breadcrumb {
    margin-top: 2px;
    margin-left:15px;
    font-size:10px;
    font-weight:bold
    width: 100%;
}
#breadcrumb a:link, #breadcrumb a:visited {text-decoration:none}
#breadcrumb a:hover, #breadcrumb a:active {text-decoration:underline}


#outerbox{
    width : 960px;
    height : 100%;
    margin : 0px auto;
    padding : 0px;
    text-align : left;
    border : 0px solid #000;
    background-color : #FFF;
    font-family : Tahoma,Times,Times New Roman;
    background : transparent url(images/back_all_970.gif) repeat-y ;
}

#outertopcontainer {
    width: 960px;
    height : 10px;
    padding-top: 2px;
    background: transparent url(images/content-top1024.gif) no-repeat top;
    border : 0px solid #000000;
}

#outerbodycontainer {
    width: 960px;
    height : 100%;
    padding-top: 6px;
    border : 0px solid #000000;
}

#outerbottomcontainer {
    width: 970px;
    height : 20px;
    padding-top: 0px;
    margin-top : -5px;
    margin-bottom : 0px;
    margin-left : 0px;
    background: transparent url(images/back_bot_970.gif) no-repeat top;
    border : 0px solid #000000;
}

#leftbox {
    width : 258px;
    left : 0px;
    position : static;
    overflow : visible;
    float : left;
    border : 0px solid #000000;
    text-align : left;
    margin-top : 5px;
    background-color : #FFF;
    font-family : Tahoma,Times,Times New Roman;
}

#leftcontainer
{
    width : 100%;
    left : 0px;
    text-align : left;
    margin-top : 0px;
    background-color : #FFF;
}

#leftcontainer div.module {
width: 258px;
background: transparent url(images/module_middle_248.jpg) left repeat-y;
margin-bottom: 0px;
margin-left :  0px;
}

#leftcontainer div.module div {
width: 258px;
background: transparent url(images/module_top_248.jpg) top left no-repeat;
}

#leftcontainer div.module div div {
width: 258px;
background: transparent url(images/module_bottom_248.jpg)  bottom left no-repeat;
}

#leftcontainer div.module div div div {
width: 258px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
background: transparent;
padding-bottom: 8px;
font-size: 12px;
}

#leftcontainer div.module div div div div {
padding: 0px;
margin: 0px;
}

#contentbox {
    width : 525px;
    left : 0px;
    margin : 0px auto;
    position : static;
    overflow : visible;
    float : left;
    border : 0px solid #000000;
    text-align : left;
    margin-top : 5px;
    background-color : #FFF;
    font-family : Tahoma,Times,Times New Roman;
}

#contentcontainer {
    width : 525px;
    left : 0px;
    position : static;
    overflow : visible;
    float : left;
    border : 0px solid #000000;
    text-align : left;
    margin-top : 5px;
    background-color : #FFF;
}

/* Mainkolom Module */

#contentcontainer div.module {
width: 525px;
background: transparent url(images/main_middle_528.jpg) left repeat-y;
margin-bottom: 5px;
margin-left : 10px;
}

#contentcontainer div.module div {
width: 525px;
background: transparent url(images/main_top_528.jpg) top left no-repeat;
}

#contentcontainer div.module div div {
width: 525px;
background: transparent url(images/main_bottom_528.jpg)  bottom left no-repeat;
}

#contentcontainer div.module div div div {
width: 525px;
padding-left: 10px;
padding-right: 5px;
padding-top: 5px;
background: transparent;
padding-bottom: 10px;
font-size: 10px;
}

#contentcontainer div.module div div div div {
padding: 0px;
margin: 0px;
}

#newscontent {
    width : 521px;
    left : 0px;
    position : static;
    overflow : visible;
    float : left;
    border : 0px solid #000000;
    text-align : left;
    margin-top : 0px;
    margin-left : 0px;
    background-color : #FFF;
    font-family : Tahoma,Times,Times New Roman;
}

/* Mainkolom Module */

#newscontent div.module {
width: 521px;
background: transparent url(images/module_middle_525.jpg) left repeat-y;
margin-top : 5px;
margin-bottom: 5px;
margin-left : 5px;
}

#newscontent div.module div {
width: 521px;
background: transparent url(images/module_top_525.jpg) top left no-repeat;
}

#newscontent div.module div div {
width: 521px;
background: transparent url(images/module_bottom_525.jpg)  bottom left no-repeat;
}

#newscontent div.module div div div {
width: 518px;
padding-left: 5px;
padding-right: 15px;
padding-top: 5px;
background: transparent;
padding-bottom: 10px;
font-size: 10px;
margin: 0px;
}

#newscontent div.module div div div div {
margin: 0px;
}

#usercontainer {
    width : 525px;
    left : 0px;
/*    height : 120px; */
    float : left;
    position : static;
    overflow : visible;
    border : 0px solid #000000;
    text-align : left;
    margin-top : 5px;
    background-color : #FFF;
}

#user1{
float: left;
width: 49%;
}

#user2{
float: right;
width: 49%;
}

#user3 {
width: 100%;
}

#user1 ul, #user2 ul, #user3 ul {
list-style: none;
margin: 0px;
padding: 0px;
padding-left: 0.7em;
margin-left: 0.7em;
margin-bottom: 5px;
margin-top: 2px;
}

#usercontainer div.moduletable, #contentcontainer div.moduletable, #leftcontainer div.moduletable, #rightcontainer div.moduletable {
width: 100%;
margin-bottom: 10px;
border: 1px solid #000;
background: transparent;
font-size: 11px;
}

#usercontainer div.moduletable h3, #contentcontainer div.moduletable h3, #leftcontainer div.moduletable h3, #rightcontainer div.moduletable h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    height: 20px;
    line-height: 20px;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
    text-align: left;
    text-indent: 5px;
    background-color : #FF9900;
}

#rightbox {
    width : 168px;
    left : 0px;
    margin : 0px auto;
    position : static;
    overflow : visible;
    float : left;
    border : 0px solid #000000;
    text-align : left;
    margin-top : 5px;
    margin-left : 5px;
    background-color : #FFF;
    font-family : Tahoma,Times,Times New Roman;
}

#rightcontainer
{
    width : 168px;
    left : 0px;
    position : static;
    overflow : visible;
    float : left;
    border : 0px solid #000000;
    text-align : left;
    margin-top : 5px;
    background-color : #FFF;
}

#rightcontainer div.module {
width: 168px;
background: transparent url(images/module_middle_160.jpg) left repeat-y;
margin-bottom: 0px;
margin-left :  0px;
}

#rightcontainer div.module div {
width: 168px;
background: transparent url(images/module_top_160.jpg) top left no-repeat;
}

#rightcontainer div.module div div {
width: 168px;
background: transparent url(images/module_bottom_160.jpg)  bottom left no-repeat;
}

#rightcontainer div.module div div div {
width: 158px;
padding-left: 4px;
padding-right: 2px;
padding-top: 2px;
background: transparent;
padding-bottom: 4px;
font-size: 10px;
}

#rightcontainer div.module div div div div {
padding: 0px;
margin: 0px;
}

#footerbox{
    width :970px;
    height : 20px;
    text-align :left;
    font-size : 10px;
    margin-left :auto;
    margin-right :auto;
    margin-bottom : 0px;
    padding-top : 5px;
    background : transparent url(images/footer1024.jpg) no-repeat top;
    background-color : #FFF;

}


