/*
@import "layout.css";

html,body {
color:#444;
font:12px Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
font-weight:400;
margin:0;
padding:0;
}

h1 {
font-size:170%;
margin-bottom:.5em;
padding-bottom:.35em;
}

h2 {
font-size:160%;
}

h3 {
font-size:140%;
font-weight:700;
}

h4 {
font-size:140%;
}

h5 {
font-size:130%;
}

h6 {
font-size:120%;
}

a:link,a:visited {
color:#657465;
text-decoration:none;
}

a:hover {
border-bottom:1px dotted #90a491;
color:#92a693;
}

a:active,a.active {
color:#90a491;
}

img,a img {
border:none;
}

hr {
border:none;
height:1px;
margin:0;
padding:0;
}

ul,ul.menu,.item-list ul {
margin:0 0 .5em;
padding:0 0 0 0.5em;
}

ul li,ul.menu li,.item-list ul li {
list-style:circle url(images/li.png);
margin:0 0 0 1em;
padding:0;
}

ul li.expanded,ul.menu li.expanded,.item-list ul li.expanded {
list-style:disc url(images/li-expanded.png);
}

ul li.collapsed,ul.menu li.collapsed,.item-list ul li.collapsed {
list-style:square url(images/li-collapsed.png);
}

ul.menu li ul li ul li {
line-height:1.6em;
}

body,#page,#front,#second {
background-color:#FDFEFF;
margin:0;
padding:0;
}

#container {
background-color:#cfd7cf;
}

#main {
background-color:#e0e5e0;
padding:10px 20px 20px;
border:1px solid #c5cac5
}

.withleft #main {
border-left:1px solid #c5cac5;
}

.withright #main {
border-right:1px solid #c5cac5;
}

#page {
margin: 0 15px;
}

#header {
background:url(images/header.png) repeat-x;
height:100px;
margin:0;
padding:0;
}

#logotitle {
float:left;
height:80px;
overflow:visible;
padding-left:10px;
position:relative;
z-index:1;
}

#header #sitename,#header #site-slogan {
border:0;
left:100px;
margin:0;
padding:0;
position:relative;
top:15px;
}

#header #sitename a,#header #sitename a:visited,#header #sitename a:hover {
border:0;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:700;
letter-spacing:3px;
text-decoration:none;
}

#header #sitename a:hover {
color:#fff;
}

#header #site-slogan {
color:#bdd2be;
font-size:12px;
font-weight:700;
letter-spacing:1px;
text-align:left;
}

#header #logo {
position:absolute;
}

#logo a,#logo a:visited,#logo a:hover {
text-decoration:none;
}

#logo a img {
border:0;
}

#primary {
height:29px;
text-align:right;
border:1px solid #b6bc64;
}

#primary ul li {
float:left;
margin:0;
padding:0;
}

#primary ul li a,#primary ul li a:visited {
border:1px solid #c6cb86;
font-weight:700;
color:#fff;
float:left;
font-size:10px;
height:17px;
margin:2px 1px;
padding:4px .8em 0;
}

#primary ul li a:hover {
background:url(images/primary.png) repeat-x;
}

#secondary ul {
height:12px;
padding:3px 5px 1px;
text-align:center;
}

#secondary ul li {
color:#c6cb86;
margin:5px;
padding:10px;
}

.sidebar .block {
margin-bottom:1.5em;
}

.sidebar .block h2 {
height:19px;
background:url(images/blockhead.png) no-repeat;
color:#6C7A8D;
font-size:13px;
font-weight:700;
margin:10px -8px 8px -5px;
padding:4px 2px 4px 6px;
}

.sidebar .block h3,.sidebar .block div.title {
color:#6C7A8D;
font-size:12px;
font-weight:700;
}

#header-region {
color:#F1F5F9;
height:28px;
left:122px;
line-height:28px;
padding:0;
position:absolute;
top:10px;
vertical-align:bottom;
}

#header-region * {
display:inline;
vertical-align:bottom;
}

#header-region h2,#header-region h3,#header-region div,#header-region ul,#header-region li {
display:inline;
font-size:10px;
line-height:20px;
padding-right:.5em;
}

#header-region h2,#header-region h3 {
font-weight:700;
}

#header-region h2 {
font-size:13px;
}

#header-region input,#header-region select {
background-color:#B4D1F1 !important;
border-color:#8EACCE !important;
color:#476281 !important;
}

#footer {
background-color:#cfd7cf;
height:20px;
margin:0;
text-align:center;
}

ul.primary {
border-bottom:1px solid #DADCE0;
text-align:right;
}

ul.primary li a {
background:#EBEFF7;
border-color:#CFD5E3;
}

ul.primary li a.active {
border-bottom:0;
border-color:#CFD5E3;
}

ul.primary li a:hover {
background-color:#FBFCFE;
border-color:#BABFC6;
}

ul.secondary {
padding:0;
}

ul.secondary li {
margin:0;
}

ul.secondary li.active a,ul.secondary li a:hover {
border-bottom:3px solid #BABFC6;
}

table {
margin:0.5em 0 1em;
width:100%;
}

thead th {
background:url(images/contenthead.png) repeat-x;
border-top:1px solid #c0d6c1;
border-bottom:1px solid #8fa390;
color:#678;
font-size:90%;
font-weight:700;
padding:4px 5px 0;
}

tr.even,tr.odd {
border-color:#DADCE0;
}

tr.even {
background-color:#fbfcfe;
}

tr.odd {
background-color:#fff;
}

td.active {
background:#e4ecf5;
}

td {
padding:3px;
}

td.menu-disabled {
background-color:#E5E5E5;
}

form {
margin-bottom:.5em;
}

input,textarea,select,textfield {
color:#555;
padding:1px 3px;
}

fieldset {
background-color:#F8F9FA;
border:solid #DADCE0 1px;
margin:1em 0;
}

fieldset.collapsed {
background-color:transparent;
padding:0;
}

.form-item input.error,.form-item textarea.error {
border:1px dashed #E1471D;
color:#555;
}

#node-form,#node-form .node-form {
overflow:auto;
}

#user-login-form .form-item {
margin:0 0 .5em;
}

#user-login-form .item-list {
font-size:90%;
margin-top:.5em;
}

#user-login-form input.form-text {
border:1px solid #D1DBEC;
text-align:left;
}

#user-login-form input.form-submit {
border:1px solid #D1DBEC;
}

#user-login-form label {
font-size:90%;
font-weight:400;
}

#user-login-form .form-required {
display:none;
}

#search input.form-submit:hover,#search input.form-submit:focus,#search input.form-text:hover,#search input.form-text:focus,#user-login-form input.form-text:hover,#user-login-form input.form-text:focus,#user-login-form input.form-submit:hover,#user-login-form input.form-submit:focus {
background-color:#fff;
border-color:#B7C7E2;
color:#485F7E;
}

#block-user-2 ul li,#block-user-3 ul li {
background-image:url(images/mini-user-light-blue.png);
background-position:0 3px;
background-repeat:no-repeat;
list-style-image:none;
list-style-type:none;
margin-left:-5px;
padding-left:18px;
}

.progress .bar {
background:#fff url(images/progressbar.gif) repeat;
border:1px solid #00375a;
}

.messages {
background:#fbfcfe;
border:2px solid #DADCE0;
margin:10px 0;
min-height:32px;
padding:1.3em 1em .3em 52px;
}

.messages ul {
margin:0;
padding:0 0 0 20px;
}

div.status {
background:url(images/icon-info.png) .5em 50% no-repeat;
}

div.error {
background:#FCD295 url(images/icon-alert.png) .5em 50% no-repeat;
border:2px solid #E1471D;
}

div.error ul li,div.status ul li {
list-style-image:none;
list-style-type:square;
}

div.meta,.description,.breadcrumb,.submitted,.taxonomy {
color:#494949;
font-size:92%;
line-height:1.6em;
}

pre {
background:#fbfcfe;
border:1px solid #DADCE0;
padding:0.75em 1.5em;
}

blockquote {
border:1px #DADCE0 solid;
font-style:italic;
margin:0.5em 1em;
padding:0.3em;
}

code {
font-family:'lucida console', 'Courier New', Monaco, monospace;
}

.blockinner {
margin:0;
padding:0;
}

.preview .node,.preview .comment {
background-color:#eee;
border:1px solid #ddd;
margin:5px 0 10px;
padding:10px;
}

#mission {
border:1px solid #c0c7c0;
margin:0 0 10px;
padding:15px;
}

.new {
color:red;
float:right;
font-size:80%;
font-weight:700;
vertical-align:super;
}

div.admin-panel {
background-color:#fbfcfe;
border:1px solid #8fa390;
margin:15px 0 0;
padding:0 0 15px;
}

div.admin-panel h3 {
background:#acc1ac url(images/gear.png) no-repeat 4px 4px;
border-bottom:1px solid #8fa390;
margin:0 0 5px;
padding:5px 5px 5px 30px;
}

ul.links li.first {
padding-left:0;
}

.node div.links {
border-bottom:dashed #becbbe 1px;
padding-bottom:2px;
padding-top:1px;
}

.sticky div.links {
border-bottom:none;
}

.comment .links {
font-size:90%;
}

li.comment_add a,li.comment_comments a {
background:url(images/comment.png) no-repeat 0 1px;
padding-left:15px;
}

li.node_read_more a {
background:url(images/readmore.png) no-repeat 0 2px;
padding-left:15px;
}

li.upload_attachments a {
background:url(images/attachment.png) no-repeat 0 2px;
padding-left:15px;
}

li.comment_delete a {
background:url(images/mini-trash.png) no-repeat 0 0;
padding-left:15px;
}

li.comment_edit a {
background:url(images/mini-edit.png) no-repeat 0 0;
padding-left:15px;
}

li.comment_reply a {
background:url(images/comment.png) no-repeat 0 0;
padding-left:15px;
}

.node {
margin-bottom:15px;
padding-bottom:15px;
}

.node h2.title a {
color:#333;
font-weight:400;
margin-bottom:0;
}

.meta,.submitted,.taxonomy {
color:#666;
}

.meta {
padding-bottom:1em;
}

.node .submitted {
float:left;
text-align:left;
width:99%;
}

.node .with-taxonomy .submitted {
width:48%;
}

.node .taxonomy {
float:right;
text-align:right;
width:48%;
}

.taxonomy .links a {
border-bottom:dotted 1px #9cf;
text-decoration:none;
}

.taxonomy .links a:hover {
border-bottom:solid 1px #9cf;
}

.taxonomy li.first {
background:url(images/category.png) no-repeat 0 2px;
padding-left:15px !important;
}

.sticky {
background-color:#F7FAFF;
border:1px solid #DADCE0;
padding:8px 5px;
}

div.node div.content .book-navigation {
background:#eee;
margin:0;
padding:0;
}

div.node div.content .book-navigation ul.menu {
border:0;
border-top:1px solid #2763A5;
margin:0;
padding-bottom:10px;
}

div.node div.content .book-navigation .page-links {
background:#C1D4EA;
border:1px solid #2763A5;
border-width:1px 0;
margin:0;
padding:5px;
}

#forum table {
width:100%;
}

.feed-item-meta {
color:#666;
font-size:90%;
text-align:right;
}

h3.feed-item-title a {
color:#333;
font-size:13pt;
font-weight:400;
margin-bottom:0;
}

.poll .bar {
background-color:#becbbe;
height:16px;
}

.poll .bar .foreground {
background:url(images/poll.png) repeat-x;
clear:none;
float:left;
height:16px;
}

.poll .vote-form {
text-align:center;
}

.poll .vote-form .choices {
display:block;
padding-left:5%;
text-align:left;
}

.pager {
font-size:90%;
text-align:center;
}

.pager a,.pager a:visited {
background-color:#FFF;
border:1px solid #92a693;
color:#738474;
margin-left:5px;
padding:2px 3px;
}

.pager .pager-current {
background-color:#F7F8FA;
border:1px solid #92a693;
color:#555;
margin-left:5px;
padding:2px 3px;
}

.pager a:hover {
border-color:#92a691;
color:#555;
}

.sidebar,#user-login-form {
text-align:left;
}

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

.node h2.title a:hover,h3.feed-item-title a:hover {
border-bottom:0;
color:#345;
text-decoration:underline;
}

#xweb {
background-color:#e0e5e0;
padding:1px;
border:1px solid #c5cac5;
font-size:10px;
}

*/


body
 {
   background-image: url(images/ix_head.jpg);
   background-repeat: repeat-x;
   
   background-color:#FFFFFF;
   color: #283940;
   font-family: Arial, Verdana;
   font-size: 13px;
   
   
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   
   
   /* 
   scrollbar-arrow-color: #3fbffe; 
   scrollbar-3d-light-color: #40bffc; 
   scrollbar-highlight-color: #ced5d8; 
   scrollbar-face-color: #b8bec1; 
   scrollbar-shadow-color: #a2aaad; 
   scrollbar-dark-shadow-color: #727375; 

   scrollbar-base-color: #9ea6aa; 
   scrollbar-track-color: #FFFFFF;
   */
   overflow:auto;
 }  

 
 
a:link {
color:#0f2027;
text-decoration: underline;            
}

a:visited
 {
  color:#0f2027;  
  text-decoration: underline;        
 }
a:hover 
 {
  color:#3c3a3a;
  text-decoration: none;
 }

a:active,a.active {
color:#283940;
text-decoration: underline;

}
 
 
 
 
.p_site
 {
  width: 100%;
  text-align: left;
  margin: 0 auto; 

  /*
  white-space: nowrap;
  float: left;
  border: 0px solid;
  height: 100%;
  */
 }
 

 
.p_head
 {
  width: 100%;
  height: 213px;
  
  background-image: url(images/head.jpg);
  background-repeat: no-repeat;
  
  border: none;
  
  clear: both; 
  
 }
 
.p_head_down
 {
  width: 100%;
  float: left;
  background-image: url(images/head_down.jpg);
  background-repeat: no-repeat;
  
  
  border: none;
  position: relative;
  z-index: 3;


 }


 
.p_logo
{
 background-image: url(images/peak_logo.jpg);
 background-repeat: no-repeat; 
 height: 70px;
 width: 150px;
 border: none;
 position: absolute;
 top: 0px;
 right: 35px;
}
 
.p_navi
{
 position: absolute;
 top: 165px;
 left: -2px;
 font-size: 16px;
 font-weight: bold;
 height: 48px;
 float: left;
} 


.p_navi a
{
 text-decoration: none;
} 

.p_navi a:hover
{
border-bottom:1px dotted #283940;         
 text-decoration: none;
} 




ul.links
{
 height: 48px;
 clear: both;
 display: block;
} 

ul.links.inline {
  display: block;
}


div.p_navi ul.links li
{
  background-image: url(images/navi_trenner.jpg);
  background-repeat: no-repeat;

  height: 48px;
  display: list-item;
  float: left;      
  padding-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px; 
}
 
ul.links li
{
 font-weight: bold;
}



#right {
  float:right;
  width: 170px;
    margin: 0;
} 
 
 
.sidebar_left
{                     
 float:left;  
 width: 199px;
 
   
 padding-left: 10px;
 padding-top: 19px;
 
 position: relative;
    
 z-index: 10;  
} 
 
.sidebar_right
{
 float: right;    
 width: 199px;

  
 padding-right: 10px;
 padding-top: 17px;
                          

 position: relative;
 right: 0px;
 z-index: 10;
 
} 
  
.p_content
{
 margin-top: 17px; 
} 


.p_content_center
{
 margin-left: 220px;
 margin-right: 225px;   
}


.p_content_inside
{
 margin-left: 10px;
 border: 0px solid #000000;
}

                               
.sidebar_title
 {
  width: 199px;
  height: 32px;
  border: 0px solid;
  background-image: url(images/sidebar_box_title_line.gif);
  background-repeat: no-repeat;
  text-indent: 10px;
  font-weight: bold;
  margin-top: -2px;
  padding-top: 4px; 
 }
 
.sidebar_title_noline
 {
  width: 199px;
  height: 36px;
  border: 0px solid;
  background-image: url(images/sidebar_box_title.gif);
  background-repeat: no-repeat;
  text-indent: 10px;
  font-weight: bold;
  margin-top: -2px;
 } 
 
.sidebar_content
 {
  background-color: #eff5f8;
  border-left: 1px solid #9ea6aa;
  border-right: 1px solid #9ea6aa;
  width: 197px;  
  margin: 0px;
  /* padding-top: -10px;  */         
 }

 
.sidebar_content p
{
 border: 0px solid;
 margin: 0px;
 padding: 0px;
 padding-left: 5px;
} 

.sidebar_buttons
 {
  width: 199px;  
  margin: 0px;
  margin-bottom: 10px;
                 
 }

 
 
.button_webmail, .button_blog  
 {
  border: 0px solid;
  position: relative;
  top: 6px;
  left: 23px;
 }

.button_privat, .button_sitemap 
 {
  border: 0px solid;
  position: relative;
  top: 6px;
  left: 46px;
 }
 
.sidebar_buttons a:hover {  
border-bottom:0px dotted #d4dbde;
}   
   
 
.sidebar_end
 {
  width: 199px;
  height: 7px;
  border: 0px solid;
  background-image: url(images/sidebar_end.gif);
  background-repeat: no-repeat;
  
  padding-bottom: 10px;      
 }
 
ul.menu
{

 border: 0px solid;
 margin: 0px;
 
 position: relative;
 top: -5px;
 left: -20px;
} 

.p_breadcrump
 {
  font-size: 11px;
  font-weight: normal;
  color: #d4dbde;
  
  border: 0px solid;
  position: absolute;
  
  width: 500px;
  padding-left: 225px;
  left: 0px;  
  top: 0px;       
 }

.p_breadcrump a 
 {  
  border-bottom:1px dotted #d4dbde;
  color:#d4dbde;
 }  

.p_breadcrump a:hover {  
border-bottom:0px dotted #d4dbde;
color:#d6dcdf;
}  

.clear-block
{                
 position: relative;
 top: -20px;
 padding-top: 5px;
}

.sidebar_content_block
{                
 position: relative;
 top: -15px;
 padding-top: 5px;
 padding-right: 5px;
}

.main_title
 {

  height: 32px;
  border: 0px solid;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 0px;
 }
 
 
.main_title_right
{
  height: 32px;
  width: 30px; 
  min-width: 55px;

  border: 0px solid;
  
  background-image: url(images/content_title_right2.gif);
  background-repeat: no-repeat;
  background-position: right top;

  margin-right: 0px; 
  margin-top: -32px;

  float: right;
  position: relative;
  left: 2px;
  z-index: 3;  
 }

 
 
.main_title_left
 {
  width: 10px;
  height: 32px;
  border: 0px solid;
  background-image: url(images/content_title_left2.gif);
  background-repeat: no-repeat;
  float: left;
  position: relative;
  background-position: left top;
  z-index: 3;  
 }  

.main_title_middle          
 {

  height: 32px;
  border: 0px solid;
  background-image: url(images/ix_content_title.gif);
  background-repeat: repeat-x;
  float: none;
  position: relative;
  width: 96%;
  margin-left: 10px;
  z-index: 0;            
 }
 
 
.main_content
 {
  white-space: normal;
  width: 100%;
  
  background-color: #eff5f8;
  border-left: 1px solid #9ea6aa;
  border-right: 1px solid #9ea6aa;
  margin: 0px; 
  padding: 0px;
 }
 
.main_content h1
{
 border: 0px solid;
 margin: 0px;
 padding: 0px;
 padding-left: 5px;
 /* padding-top: -10px; */
} 
 
 
.main_end
 {
  width: 100%;
  height: 7px;
  border: 0px solid;
  background-image: url(images/ix_content_end.gif);
  background-repeat: repeat-x;
  padding-bottom: 10px; 
  position:relative;
  z-index: 2;
 }
 
.main_end_left
 {
  width: 7px;
  height: 7px;
  border: 0px solid;
  background-image: url(images/content_end_left.gif);
  background-repeat: no-repeat;
  float: left;
  position: relative;
  background-position: left top;
  z-index: 3;  
 }  
 
.main_end_right
 {
  width: 7px;
  height: 7px;
  border: 0px solid;
  background-image: url(images/content_end_right.gif);
  background-repeat: no-repeat;
  float: right;
  position: relative;
  background-position: right top;
  left: 2px;
  min-width: 7px;
  z-index: 3;  
 }  
  
 
 
.p_foot
 {
  width: 100%;
  height: 40px;

  background-image: url(images/ix_foot.jpg);
  background-repeat: repeat-x;
  
  border: none;
  float: right;
  position: relative;
  
  font-size: 11px;
  color: #414442; 
 }
 
 
.foot_internet, .foot_postal, .foot_phone, .foot_fax, .foot_cell, .foot_email, .foot_impressum
{
 height: 40px;
 border: 0px solid;
 background-repeat: no-repeat;
 position: relative;
 float:left;
 padding-left: 30px;
 padding-top: 9px;
 text-align: right;
 margin-right: 15px;
 margin-left: 10px;
 }
 
 
.foot_internet  { background-image: url(images/foot_internet.gif); }
.foot_postal    { background-image: url(images/foot_postal.gif); }
.foot_phone     { background-image: url(images/foot_phone.gif); }
.foot_fax       { background-image: url(images/foot_fax.gif); }
.foot_cell      { background-image: url(images/foot_cell.gif); }
.foot_email     { background-image: url(images/foot_email.gif); }
.foot_impressum { background-image: url(images/foot_impressum.gif); }
  
  
.p_foot a 
 {  
  border-bottom:0px dotted #414442;
  color:#414442;
 }  

.p_foot a:hover 
 {  
  border-bottom:1px dotted #414442;
  color:#414442;
 }   
 
 
 
#user-login-form
{
 border-bottom: 1px solid #EFF5F8;
}

.profile
 {
  clear: none;

 }
 


#node-form,#node-form .node-form {
overflow:auto;
}
 

.mceEditor
{
 margin: 1px !important;
} 
 
 
 
.footer_block
{
  display: block;        
}
 
 
 
.mceContentBody 
{
 background-image: none;
 background-color: #FFFFFF;
}
 


.home_link
 {
  border: 0px solid #000000;
  height: 147px;
  width: 390px;
  position: relative;
  top: 2px;
  left: 50px;
 }

.home_link_logo
 {
  border: 0px solid #000000;
  height: 70px;
  width: 150px;
 }
  
 

h2.title
{
 border-bottom: 1px dotted #414442;
 margin-right: 5px;
 font-size: 16px;
 margin-bottom: -10px;
} 
 
h2.title a
{
 border: 0px solid;
 text-decoration: none !important;
} 
 

.submitted
{
 margin-top: 10px; 
 font-size: 10px;  
}
 
.main_title_middle h1
{
 font-size: 14px;
 font-weight: bold;
 padding-top: 2px;  
 }
 
 
.node_read_more
{
 border-top: 1px dotted #414442; 
 border-bottom: 1px dotted #414442;    
 font-weight: bold; 
 font-style:  italic;
}


.node
{
 margin-bottom: 25px;
} 



.mce_hervorheben
 {
  font-weight: bold;
  text-decoration: underline;
 }


.mce_preis
 {
  font-weight: bold;    
 }

.mce_zitat
 {
  font-style: italic;   
 }
 
.mce_float_left
{
 float: left;
} 


.mce_float_right
{
 float: right;
 margin-left: 10px;
} 


.mce_small
{
 font-size: 10px;
}



.mce_small_title
{
 font-size: 10px;
}

 
h3 
{
 border-bottom: 1px dotted #000000;
}



.mce_projects_img
 {
  float: right;
  border: 2px dashed #9ea6aa;
  margin: 1px;
  padding: 1px;
  margin-right: 5px;
  white-space: nowrap;
 }
 
.mce_services_img
 {
  float: right;
  border: 0px dashed #9ea6aa;
  margin: 1px;
  padding: 1px;
  margin-right: 5px;
  white-space: nowrap;
 }

.mce_support
 {
  float: right;
  border: 0px dashed #9ea6aa;
  margin: 1px;
  padding: 1px;
  margin-right: 5px;
  white-space: nowrap;
 }
 
.mce_team_img
 {
  float: left;
  border: 0px dashed #9ea6aa;
  margin: 10px 5px 1px 1px;
  padding: 0px;           
  white-space: nowrap;
 }
    

.mce_block
 {
  display: block;
  float: left;
  width: 80%;
 }
 
.content
 {                 
  min-height: 85px;
 }
 
 
.content a
{
 color: #217bf4;
}

.content a:hover
{
  color: #217bf4;       
  background-image: url(images/link_hover.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
}
 
div.description
{
 padding-top: 10px;
}


.upload_attachments a
 {
  color: #217bf4;     
 }
 
ul.links li 
 {              
  padding: 0px 0px;
 }
 
 

table#attachments
 {
  width: 99%;
 }
 
table#attachments a
 {
  font-weight: bold;
 }
 

div.p_content_inside table
 {
  width: 99%;
 }
