div{
border: 0px #666 solid;	
}

html * {
	font-size: 100.01%;	
}

body {
	margin:0;
	padding:0;
	color:#333333;
	background-color:#f3f3f3;
	font-family: Arial, "Trebuchet MS", Verdana;
	font-size: 78%;	
	background-repeat:repeat-x;
	background-position:top;
}

/******************************************** ********** ********** **********/
/**********      Main Layout       ********** ********** ********** **********/
/******************************************** ********** ********** **********/
#pagewrapper {
  margin:auto; 
  width:960px; 
  border-left:10px solid #ffffff; 
  border-right:10px solid #ffffff; 
  background-color:#ffffff;
}

#headline {
  font-size:28px;
  color:#333333;
  text-align:left;
  font-weight:normal;
  padding:0px 20px;
  background:#b2cce5;
}

/**
 * Layout
 */
#header-region {
  background: #transparent;
}

#header-region .block {
	margin: 0;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}


#logo {
  bottom:-7px;
  margin-right:3px;
  position:relative;
}

#site-slogan {
  color:#999999;
  font-size:11px;
}

#header-image {
  height:150px;
  background-color:#b2cce5;
  background-image:url(img/headerimg.jpg);
  background-repeat:no-repeat;
}

#site-mission {
  font-size:11px;
  font-weight:bold;
  padding:20px;
  text-align:right;
  color:#ffffff;
}

#contentwrapper p,
#contentwrapper li {
	line-height:150%;
}

#tabs-wrapper {
  margin-bottom:20px;
}

.content-padding {
  padding:10px;
}

#sidebar-left {
	width:220px;
	float:left;
	margin-right:5px;
}

#middle-content {
	width:500px;
	float:left;
}

.sidebar-left #middle-content,
.sidebar-right #middle-content {

  float:left;
}

.sidebars #middle-content {

  float:left;
}

#sidebar-right {
	width:220px;
	float:right;
}

div.tablewrapper {
  width:99%;
  overflow:auto;
}

#footer {
  margin:30px 0 0 0;
  text-align:left;
}

#footer .copyright{
  padding: 0 0 0 20px;
}

#footer .block {
  background-color: transparent;
  padding:0;
}

a.feed-icon {
  display:block;
  padding:10px 0px;
}




/******************************************** ********** ********** **********/
/**********      Main Style        ********** ********** ********** **********/
/******************************************** ********** ********** **********/
h1, h2, h3, h4, h5, #headline a {
  margin-top:0px;
  margin-bottom:0.5em;
  color:#333333;
}

h1 {
  font-size:155%;
}

h2 {
  font-size:100%;
}

h3 {
  font-size:110%;
}

#sidebar-left h3,
#sidebar-right h3 {
	font-size:105%;
	text-transform:uppercase;
	padding:0;
	margin:0 0 1.0em 0;
}

#sidebar-left p,
#sidebar-right p {
  padding:0;
  margin:0;
  font-size:98%;
  text-align: left;
}

li.leaf {
  list-style-image:none;
}

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

}

a:hover {
	text-decoration:underline;
}

p {
  margin: 0.5em 0 1.5em 0px;
  padding:0px 0px;
  text-align:justify;
}



/******************************************** ********** ********** **********/
/**********     Admin Style        ********** ********** ********** **********/
/******************************************** ********** ********** **********/
div.messages {
  border: 3px solid #333333;
  padding:10px;
  margin: 10px 0px;
}

div.admin .left,
div.admin .right {
  margin:0;
  width:49%;
}

div.admin-panel {
  margin:10px 0px;
  padding:5px;
  border:4px solid #f3f3f3;
}

div.admin-panel .body {
  padding:0;
  padding-right:10px;
}

div.admin-panel .body dl,
div.admin-panel .body ul {
  padding-left:15px;
  margin:0;
}

#tabs-wrapper ul.tabs {
  width:99%;
  overflow:auto;
}

ul.primary {
  border-bottom:1px solid #cccccc;
  border-top:1px solid #cccccc;
  border-collapse:collapse;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:5px 0px;
  padding:4px 0px;
  white-space:nowrap;
  font-size:0.9em;
}

#tabs-wrapper ul.primary li {
  margin-right:2px;
  background-color:transparent;
  background-image:url(img/edit-tab-left-grey.png);
  background-repeat:no-repeat;
  background-position:left;
  padding:2px 0px;
}

#tabs-wrapper ul.primary li.active {
  background-color:transparent;
  background-image:url(img/edit-tab-left-black.png);
  background-repeat:no-repeat;
  background-position:left;
}

#tabs-wrapper ul.primary li a {
  margin:0;
  color:#333333;
  background-color:transparent;
  border:none;
  background-image:url(img/edit-tab-right-grey.png);
  background-repeat:no-repeat;
  background-position:right;
  padding:2px 10px;
}

#tabs-wrapper ul.primary li a:hover {
  margin:0;
  color:#333333;
  background-color:transparent;
  border:none;
  background-image:url(img/edit-tab-right-grey.png);
  background-repeat:no-repeat;
  background-position:right;
}

#tabs-wrapper ul.primary li.active a {
  background-color:transparent;
  color:#ffffff;
  border:none;
  background-image:url(img/edit-tab-right-black.png);
  background-repeat:no-repeat;
  background-position:right;
}






/******************************************** ********** ********** **********/
/**********     Table Style        ********** ********** ********** **********/
/******************************************** ********** ********** **********/
table,
table.package {
  width:99%;
  margin: 1em 0;
}

table tr.odd {
  background-color:#f3f3f3;
}

table tr.even {
  background-color:#ffffff;
}

table {
  border:4px solid #f3f3f3;
  padding:0;
  border-collapse: separate;
}

table th,
table td {
  padding-left:5px;
}

table th a,
table td a {
  text-decoration:underline;
}

table th a {
  
}

table thead {
  background-color:#e0e0e0;
  color:#333333;
  padding:5px;
  background-image:url(img/bg-forum.png);
  background-position:top;
  background-repeat:repeat-x;
}

td.container {
  background-color:#e0e0e0;
  color:#333333;
  padding:5px;
  background-image:url(img/bg-forum.png);
  background-position:top;
  background-repeat:repeat-x;
}

td.container a {
  text-decoration:underline;
  font-size:1.3em;
  font-weight:bold;
}

td.container .description {
  margin-bottom:0;
}



/******************************************** ********** ********** **********/
/**********    Fieldset Style      ********** ********** ********** **********/
/******************************************** ********** ********** **********/
fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

fieldset.collapsible, fieldset {
  border:4px solid #f3f3f3;
}

fieldset.collapsible legend, fieldset legend {
  font-size:1.2em;
  font-weight:bold;
}




/******************************************** ********** ********** **********/
/**********     Primary Links      ********** ********** ********** **********/
/******************************************** ********** ********** **********/
ul.links li {
  display:block;
  padding:0;
}

#navigation-primary {
  background-color:#666666;
  border-bottom:1px solid #ffffff;
}

#navigation-primary ul.primary-links {
  margin:0;
  padding:0;
}

#navigation-primary ul.primary-links li,
#navigation-primary ul.primary-links li a {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom:0px;
  margin-left:0px;
}

#navigation-primary ul.primary-links li {
  list-style:none;
  float:left;
  margin-right: 0px;
  border-right:1px #FFF solid;
}

#navigation-primary ul.primary-links li a {
  padding-left: 8px;
  padding-right: 8px;
  border-bottom:0px solid #ffffff;
  background-color:#666666;
  color:#ffffff;
  text-decoration:none;
  font-size:1.1em;
  text-transform: uppercase;
  
}

#navigation-primary ul.primary-links li a.active {
  background-color:#000000;
  background-repeat:no-repeat;
  color:#ffffff;
}

#navigation-primary ul.primary-links li a:hover {
  background-color:#000000;
  color:#ffffff;
}



/******************************************** ********** ********** **********/
/**********    Secondary Links     ********** ********** ********** **********/
/******************************************** ********** ********** **********/
#navigation-secondary {
  border-bottom:1px solid #ffffff; 
  background-color:#b2cce5;
  
}

ul.secondary-links {
  margin:0 0.8em 0.4em 0;
  padding:0;
  float:right;
}

ul.secondary-links li,
ul.secondary-links li a {
  padding-top: 0.4em;
  padding-bottom: 0.3em;
}

ul.secondary-links li {
  list-style:none;
  float:left;
  border-right: 0px solid #333333;
}

ul.secondary-links li a {
  padding-left: 6px;
  padding-right: 6px;
  color:#333333;
  text-decoration:none;
  background-color:transparent;
}

ul.secondary-links li a.active {
  color:#333333;
  font-weight:bold;
}

ul.secondary-links li a:hover {
  color:#333333;
}



/******************************************** ********** ********** **********/
/**********    Breadcrumb Links    ********** ********** ********** **********/
/******************************************** ********** ********** **********/
#navigation-breadcrumb {
  padding:5px 20px; 
  border-top: 1px solid #ffffff;
  background-image:url(img/bg_breadcrumb.gif);
  background-repeat:repeat-x;
  margin-bottom:10px;
}

#navigation-breadcrumb,
#navigation-breadcrumb a {
  color:#999999;
  text-decoration:none;
  padding-right:10px;
  padding-left:10px;
}

#navigation-breadcrumb a:hover {
  color:#999999;
  text-decoration:underline;
}



/******************************************** ********** ********** **********/
/**********      Block Style       ********** ********** ********** **********/
/******************************************** ********** ********** **********/
.block {
  margin-bottom:1.5em;
  padding:10px;
  background-color:#f3f3f3;
  font-size:90%;
}

div.block-region {
  background-color:#ffffff;
  border: 4px dashed #006699;
  color:#999999;
  font-size:150%;
  text-align:center;
  font-weight:bold;
  margin-bottom:1em;
  margin-top:1em;
}

#block-block-17 {
	background-color: #CADDEF;
}


/******************************************** ********** ********** **********/
/**********      User login        ********** ********** ********** **********/
/******************************************** ********** ********** **********/
#user-login-form {
  text-align:left;
}

#user-login-form .form-item input {
  width:95%;
}

#user-login-form input.form-submit {
  margin-bottom:10px;
}



/******************************************** ********** ********** **********/
/**********      Node Style        ********** ********** ********** **********/
/******************************************** ********** ********** **********/
.node.teaser {
  padding:10px;
  margin-bottom:1em;
  border: 5px solid #f3f3f3;
}

.node .field {
  padding:10px 0px;
}

.node .clear {
  margin:1em 0;
}

.node .content {
  padding-top:0px;
  margin-bottom:1em;
}

.node .links, .comment .links {
  text-align: left;
}

.node .links ul.links li, 
.comment .links ul.links li {
  padding-left: 1em;
  float: right;
}

.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right;
}

.terms {
  float: right;
}

.terms ul.links li {
  display: inline;
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

div.picture {
  float:right;
}

div.picture img {
  border: 1px solid #cccccc; 
  margin: 0px 0px 10px 10px;
  padding: 3px; 

  background-color: #f3f3f3;
}


/******************************************** ********** ********** **********/
/**********      Forum Style       ********** ********** ********** **********/
/******************************************** ********** ********** **********/
div.forum-topic {
  border:5px solid #f3f3f3;
  background-color:#ffffff;
  padding:1px;
}

div.forum-topic .user-info {
  padding:5px;
  width:25%;
  float:left;
  border-right:3px solid #f3f3f3;
}

div.forum-topic .topic {
  padding:5px;
  float:left;
  width:70%;
}

div.forum-topic .user-name,
div.forum-topic .topic-title {
  font-size:1.3em;
}

div.forum-topic .user-member,
div.forum-topic .user-access {
  margin-top:5px;;
}

div.forum-topic .picture img {
  padding:3px;
  margin:3px 0px;
  border:1px solid #cccccc;
  background-color:#f3f3f3;
}

div.forum-topic .topic-body {
  margin-top:10px;
  margin-bottom:10px;
}

div.forum-topic .links {
  text-align:right;
  padding:5px;
  display:block;
}

h2.comments {
  margin:10px 0px;
}

div.comment {
  background-color:#ffffff;
  padding:10px;
  margin:10px 0px;
  border:1px solid #cccccc;
}

div.comment .picture {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}

div.comment .picture img {
  padding:3px;
  border:1px solid #cccccc;
  background-color:#f3f3f3;
}

div.comment .links ul {
  text-align:right;
}

div.comment .links li {
  display:inline;
  margin-left:10px;
}

#comments .box {
  margin-top:30px;
}

.forum-topic div.picture {
  float:left;
}

.forum-topic div.picture img {
  margin:5px 0;
}

/******************************************** ********** ********** **********/
/**********       Search Style     ********** ********** ********** **********/
/******************************************** ********** ********** **********/
.sidebar #search #edit-search-theme-form-keys {
  width: 95%;
}



/******************************************** ********** ********** **********/
/**********       Book Style       ********** ********** ********** **********/
/******************************************** ********** ********** **********/
.content .book-navigation {
  margin-top:10px;
}




/******************************************** ********** ********** **********/
/**********    Menu in Sidebars    ********** ********** ********** **********/
/******************************************** ********** ********** **********/
.block ul { 
  padding: 0;							/* override system.css (line 205) */
}

.sidebar ul, .sidebar ul li {
  margin: 0;							/* we want full control, so no default padding or margin */
  padding: 0;
}

.sidebar li { 
  border-top:dashed #cccccc 1px; 		/* sets the horizontal white line between list-items (menu-items) */
}

.sidebar ul li { 						/* sets all the stuff for list-items (menu-items) */
  padding:0 0 0 1.5em; 					/* we rebuild the padding that we turned off in .sidebar ul, .sidebar ul li */
  list-style-type: none;				/* no default bullets in our lists */
  list-style-image: none;				/* not even images, we do it with background-images in the next line */
  background-image: url(img/menu-leaf.gif); 	/* this is the bullet in our lists */
  background-repeat:no-repeat;			/* because we only want ONE image, not a carpet of them */
  background-position: 0.3em 0.6em;		/* and we want full control over the position (first number is vertical, second horizontal position */
}

.sidebar ul li.expanded {
  background-image: url(img/menu-expanded.gif);		/* the bullet (little arrow) of parent menu-items in our lists (when opened) */
}

.sidebar ul li.collapsed {
  background-image: url(img/menu-collapsed.gif);	/* the bullet of parent menu-items in our lists (when closed) */
}

.sidebar ul li ul li {
  margin-left:-1.7em;					/* we rebuild the padding that we turned off .sidebar ul li - THIS TIME WE HAVE TO DO IT FOR NESTED LISTS (i.e. lists in lists) */
  padding:0 0 0 3em;					/* so first we set a negative margin and give it back via padding - the only reason to do this is to get our nice white lines between the li items */
  background-position: 1.8em 0.6em;			/* and we also have to adjust the position of the bg-image */
}

.sidebar ul li ul li ul li {
  margin-left:-3.2em;						/* same stuff as above for more nesting */
  padding:0 0 0 4.5em;
  background-position: 3.3em 0.6em;
}

.sidebar ul li ul li ul li ul li {
  margin-left:-4.7em;					/* and even more nesting (and so on if you need more) */
  padding:0 0 0 6em;
  background-position: 4.8em 0.6em;
}

.sidebar ul li a, .sidebar ul li.expanded a, .sidebar ul li.collapsed a {
  line-height: 2em;
}

.sidebar a.active { 					/* an active link in the blocks and menu */
  font-weight:bold;
  color:#666666 !important;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

img, a img {
  border: none;
}



/******************************************** ********** ********** **********/
/**********     try another ...    ********** ********** ********** **********/
/******************************************** ********** ********** **********/
#font span,
#farben span {
  font-family:arial; 
  color:#333333; 
  font-size:10px; 
  text-decoration:none; 
  float:left; 
  display:block;
}

#farben a {
  width:10px; 
  height:10px; 
  display:block;
  float:left;
  margin-left:5px;
}

#font a {
  display:block;
  float:left;
  margin-left:5px;
  font-family:arial;
  color:#cccccc;
  font-size:10px;
  text-decoration:none;
}

#header {
  margin: 0 0 25px 0;
  padding:0;
}

#header .block {
  margin-bottom: 0;
  padding:0;
  background-color:#transparent;
}

#header p {
  margin: 0;
  padding:0;
  background-color:#transparent;
}

#block-block-5 .content{
  padding:10px 20px 0px 20px;
  background:#b2cce5;
}

/******************************************** ********** ********** **********/
/**********    Secondary Links     ********** ********** ********** **********/
/******************************************** ********** ********** **********/
#block-menu-secondary-links {
  border-bottom:1px solid #ffffff; 
  background-color:#b2cce5;
  
}

ul.menu {
  margin:0 0.8em 0.4em 0;
  padding:0;
  float:right;
}

ul.menu li,
ul.menu li a {
  padding-top: 0.4em;
  padding-bottom: 0.3em;
}

ul.menu li {
  list-style:none;
  float:left;
  border-right: 0px solid #333333;
}

ul.menu li a {
  padding-left: 6px;
  padding-right: 6px;
  color:#333333;
  text-decoration:none;
  background-color:transparent;
}

ul.menu li a.active {
  color:#333333;
  font-weight:bold;
}

ul.menu li a:hover {
  color:#333333;
}

/******************************************** ********** ********** **********/
/**********    Menu in Sidebars Views Content   ********** ********** ********** **********/
/******************************************** ********** ********** **********/
.block ul { 
  padding: 0;							/* override system.css (line 205) */
}

.sidebar .view-content ul, .sidebar .view-content ul li {
  margin: 0;							/* we want full control, so no default padding or margin */
  padding: 0;
}

.sidebar .view-content li { 
  border-top:dashed #cccccc 0px; 		/* sets the horizontal white line between list-items (menu-items) */
}

.sidebar .view-content ul li { 						/* sets all the stuff for list-items (menu-items) */
  padding:0 0 0 0em; 					/* we rebuild the padding that we turned off in .sidebar ul, .sidebar ul li */
  list-style-type: none;				/* no default bullets in our lists */
  list-style-image: none;				/* not even images, we do it with background-images in the next line */
  background-image: url(none); 	/* this is the bullet in our lists */
  background-repeat:no-repeat;			/* because we only want ONE image, not a carpet of them */
  background-position: 0.3em 0.6em;		/* and we want full control over the position (first number is vertical, second horizontal position */
}

.sidebar .view-content ul li.expanded {
  background-image: url(none);		/* the bullet (little arrow) of parent menu-items in our lists (when opened) */
}

.sidebar .view-content ul li.collapsed {
  background-image: url(none);	/* the bullet of parent menu-items in our lists (when closed) */
}

.sidebar .view-content ul li ul li {
  margin-left:-1.7em;					/* we rebuild the padding that we turned off .sidebar ul li - THIS TIME WE HAVE TO DO IT FOR NESTED LISTS (i.e. lists in lists) */
  padding:0 0 0 3em;					/* so first we set a negative margin and give it back via padding - the only reason to do this is to get our nice white lines between the li items */
  background-position: 1.8em 0.6em;			/* and we also have to adjust the position of the bg-image */
}

.sidebar .view-content ul li ul li ul li {
  margin-left:-3.2em;						/* same stuff as above for more nesting */
  padding:0 0 0 4.5em;
  background-position: 3.3em 0.6em;
}

.sidebar .view-content ul li ul li ul li ul li {
  margin-left:-4.7em;					/* and even more nesting (and so on if you need more) */
  padding:0 0 0 6em;
  background-position: 4.8em 0.6em;
}

.sidebar .view-content ul li a, .sidebar .view-content ul li.expanded a, .sidebar .view-content ul li.collapsed a {
	line-height: 1.5em;
}

.sidebar .view-content a.active { 					/* an active link in the blocks and menu */
  font-weight:bold;
  color:#333333 !important;
}

.sidebar .views-field-title a{
	font-weight:bold;
	font-size:100%;
}

.sidebar .views-field-title{
	padding: 8px 0 0 0;
	clear:both;

}

.sidebar .view-content img{
	float:left;	
	margin: 3px 4px 0 0;
}
sup {
	font-size: 80%;
	line-height: 150%;
}

#block-locale-0{
	background-color: #B2CCE5;
	position: absolute;
	margin-left: 895px;
    margin-top: 10px;
}

#block-locale-0 ul li{
	display:inline-block;
	padding: 2px !important;
}

#block-locale-0 ul .fr{
	display: none;
}

#block-locale-0 ul li a{
	color: #B2CCE5;
	font-size: 0 !important;
}