* {
margin:0;
padding:0;
}

body{
font-size: 0.8em;
line-height: 160%;
color: #dad5d5;
font-family:Arial, Helvetica, sans-serif;
background-image:url(../images/main_05_original.gif);
background-repeat:repeat-x;
text-align:left;
background-color:#000;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin:0.6em 0;
}

li,dd {
}

/*---link---*/
a {
color: #333;
text-decoration: none;
}

a:hover, a:active, a:focus {
color: #660000;
text-decoration: none;
}

/*---------Title text------------- */
h1.contentheading, h1.componentheading, .blog_more strong, h1, h2, h3, h4 {
	border-bottom:1px solid #1C1B1B;
font-family:"Segoe UI",Arial,Helvetica,sans-serif;

}

/*---------- Small text------------ */
small, .small, .smalldark, .mosimage_caption, .createdate, .modifydate, a.readon, .img_caption, .modifydate{
	color: #919190;
	font-size: 92%;
}

/*------------------ Heading --------------*/
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	
	line-height: 180%;
}

ol li {
	
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
border:1px solid #fff;
	padding:0;
}
#modlgn_remember {border:0px solid #333;}
fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 5px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
	padding-right:0.5em;
	margin-left:0;
}

/*---------------------------------------------menu---------------------------*/
#left ul.menu {
	margin: 0;
	padding: 1px 0 0;
	list-style: none;
	
}

#left ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

#left ul.menu li a {
	padding: 2px 0;
	display: block;
	color: #666;
	text-decoration: none;
	outline: none;
}

#left ul.menu li a span {
	padding-left: 9px;
	background: url(../images/arrow.gif) no-repeat 0px 0px;
}

#left ul.menu li a:hover,
#left ul.menu li a:active,
#left ul.menu li a:focus {
	color: #660000;

	text-decoration: none;
}

#left ul.menu li.active a {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

#left ul.menu li.active a span {
	background: url(../images/arrow.gif) no-repeat;
}

#left ul.menu li li a span {
	background: none;
}

#left ul.menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left ul.menu li li {
	padding: 0 0 0 15px !important;
	list-style: none;
}

#left ul.menu li li a {
	color: #333333;
	background: none !important;
	font-size: 92%;
	font-weight: normal;
}

#left ul.menu li li a:hover,
#left ul.menu li li a:active,
#left ul.menu li li a:focus {
	color: #660000;
}

#left ul.menu li li a span {
	background: url(../images/arrow.gif) no-repeat;
	font-weight: normal;
}


/* ------------------------FORM------------------------ */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 3px 5px;
	border: 1px solid #333;
	background-color:#fff;
	color: #333;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #333;
	background: #333;
	color: #fff;
	font-size: 85%;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #ffffcc;
}

pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/*--------- Quote hilight------------- */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* -----------Small quote------------------ */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;

}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	font-size: 90%;
	text-transform: uppercase;
}


.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star.png) no-repeat 0 3px;
	
}
ul.ok {
	list-style: none;
}

ul.ok li {
	padding: 0px 0 5px 20px;
	background: url(../images/ok.png) no-repeat 0 3px;
}

.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	font-size:100%;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
	font-size:100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	color:#6b695d;
	font-weight:bold;
	
}
a.category ul{
	padding:1em;
	border-bottom:1px solid #660000;
}

/*h1.componentheading, .componentheading {

padding:8px 0 3px;
	margin: 0;
	font-weight: bold;
	background: url(../images/yy.gif1) no-repeat left top;
	background-position: left 0px;
	background-repeat: no-repeat;
	text-indent:35px;
	font-size: 1.1em;
	color: #ecdddb;
	margin:0 0 0.7em;
	
}*/

.contentdescription {
	padding-bottom: 5px;
}

/*h2.contentheading, .contentheading {
	padding:8px 0 3px;
	margin: 0;
	font-weight: bold;
	background: url(../images/yy.gif1) no-repeat left top;
	background-position: left 0px;
	background-repeat: no-repeat;
	text-indent:35px;
	font-size: 1.1em;
	color: #ecdddb;
	margin:0 0 0.7em;
	
}*/

table.blog .contentheading {
	font-size: 150%;
}

.contentheading {
	font-size: 170%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	border: 0px solid #ffffcc;
	display: block;
	background: url(../images/arrow.gif) no-repeat 5px 48%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#660000;
	margin-bottom:20px;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 0px solid #ffffcc;
	background: url(../images/arrow.gif) no-repeat 5px 48% #333;
	color:#fff;
}

table.contentpaneopen td, table.contentpane td {padding-top:5px;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	font-size:100%;
}

.moduletable {
	padding: 0;
}
.filter{padding-bottom:1em;}
ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #1d1a1c;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #1d1a1c;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #373435;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

.article-tools {
	border-top: 1px solid #f2ebd5;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}


.createdate {
	padding: 3px 3px 3px 20px;
}

.modifydate {
	width: 100%;
	float: left;
}

.buttonheading {
	float: right;
	width: 100%;
	margin-bottom:0.5em;
}
p.buttonheading {
	margin-top:0.5em;
	
}p.buttonheading img {
	border: 0;
	float: right;
	margin-right:-20px;
}
.buttonheading a img {
	margin:0px;
}

/* -------------------LAYOUT -------------------------- */
#wrapper {

max-width:90%;
margin: 0 auto;

}

#header{
	height:0px;
	
	float:right;width:60%;
}

#content {
float:left;
width:60%;
overflow:hidden;
}

#footer {
clear:both;
height:30px;

}

.intern {
padding:10px;
}

#left {
	float:left;
	width:30%;
	overflow:hidden;
	
	background-image: url(../images/shadowleft.jpg);
	background-repeat: no-repeat;
	background-position: right 148px;
	padding-right:1%
}


#content60 {margin-top:16px;float:left;width:60%;overflow:hidden;margin-bottom:30px;padding-bottom:15px;
}
#content80 {margin-top:16px;float:left;width:60%;overflow:hidden;margin-bottom:30px;padding-bottom:15px;margin-left:4%;
}
#content100 {margin-top:16px;float:left;width:60%;overflow:hidden;margin-bottom:30px;padding-bottom:15px;
}
#content60 div.moduletable {padding-bottom:4px;}
#content80 div.moduletable {padding-bottom:4px;}
#content100 div.moduletable {padding-bottom:4px;}
#wrapper #content80 .moduletable {margin-left:0;}

#content60 a {text-decoration:underline;color:#c7230c;}
#content80 a {text-decoration:underline;color:#c7230c;}
#content100 a {text-decoration:underline;color:#c7230c;}


/* ---------------------MODULE ------------ */
div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	padding: 0 0 20px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	padding: 0 0 8px;
	margin: 0;
	color: #660000;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}

.banneritem {
	display: block;
	margin-top: 15px;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#form-login p {
	
}

#form-login ul {
	margin:  0 0;
}
#form-login ul li {
font-size:0.9em;
	margin:  0 0;
}
#form-login .inputbox {
	
}

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

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
.leading_separator{clear:both;
display:block;
height:20px;}

#topmenu{
height:190px;
float:right;width:67%;
background-image: url(../images/taologo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.topnavi{
float:left;
height:80px;
padding-top:100px;margin-bottom:30px;
}

.moduletableheader_rot{width:60%;}

.footerint {
border-left:1px solid #c8c8c4;
float:left;
font-size:0.88em;
padding-bottom:14px;
padding-left:15px;
padding-right:15px;
padding-top:15px;
width:30%;
margin-top:15px;
margin-bottom:15px;
}

div.footerint div.moduletable h3{
color:#333;}

#webspa{
	width:100%;
	border-top: 1px solid #660000;
	border-bottom:1px solid #333;
	background-color:#fff;
	clear:both;
	background-image: url(../images/bgfooter.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.internfooter{
color:#3f3a3a;
float:left;
font-size:0.7em;
padding-left:36%;
padding-top:7px;}

.internfooter a{
color:#3f3a3a;}

div.moduletable a.readmore{
color:#660000;}

.articleinfo{
margin:0;}

.createdby {
font-size:92%;
color:#919190;}

.pathway{
font-size:96%;}

span.breadcrumbs{
font-size:90%;}

p.iteminfo {
margin-bottom:1em;}

.moduletableheadertext{
background-color:#660000;
color:#fff;
margin-bottom:20px;
padding:10px;
height:180px;}

.moduletableheadertext h1{
margin:0;}

        .menulavaLampWithImage {
            position: relative;
            height: 49px;
            
            
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
        }
                .menulavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .menulavaLampWithImage li.back {
                        background: url(../images/lava.gif) no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .menulavaLampWithImage li.back .left {
                            background: url(../images/lava.gif) no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .menulavaLampWithImage li a {
                        font: 1.0em arial;
                        text-decoration: none;
                        color: #dad5d5;
                        outline: none;
                        text-align: center;
                        top: 6px;
                        
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 16px;    
                    }
                        .menulavaLampWithImage li a:hover, .menulavaLampWithImage li a:active, .menulavaLampWithImage li a:visited {
                            border: none;
                        }

        .lavaLampNoImage {
            position: relative;
            height: 29px;
            width: 421px;
            background-color: white;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            border: 1px solid gray;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampNoImage li.back {
                        border: 1px solid #000;
                        background-color: #e6e8ea;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampNoImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
                        }                    

        .menulavaLampBottomStyle {
            position: relative;
            height: 29px;
            
            
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            
        }
                .menulavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .menulavaLampBottomStyle li.back {
                        border-bottom: 5px solid #65afdf;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .menulavaLampBottomStyle li a {
                        font: bold 0.8em arial;
                        text-decoration: none;
                        color: #ccc;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }   
                        .menulavaLampBottomStyle li a:hover, .menulavaLampBottomStyle li a:active, .menulavaLampBottomStyle li a:visited {
                            border: none;
                        }          
                        
div#left div.intern {padding:0;}
.moduletablezitat{margin-top:477px; font-size:0.8em;line-height:145%; }
ul.oklist li {
background:transparent url(../images/ok.png) no-repeat scroll left center;
padding-left:2em;
}