/*                                                      */
/*  CSS file                                            */
/*                                                      */
/*  author: Marko Kovacic <marko@kovacic.at>            */
/*  last update: 19.Sep.2008                            */
/*                                                      */

body {
	background: #FFFFFF;
    color: #000000;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	text-align: justify;
}

td,p,h1,h2,h3,div {
    color: #000000;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	vertical-align: top;

}

h1 {
    font-size: 1em;
    color: #DF0000;
    font-weight: bold;
    font-style: italic;
}

h2 {
    font-size: 0.7em;
    color: #DF0000;
    font-weight: normal;
/*    font-style: italic;  */
    margin: 10px 0px 0px 5px;
}

A {
	text-decoration: underline;
}
A:link {
	color: #A00000;
}
A:visited {
	color: #600000;
}
A:active {
	color: #FF0000;
}
A:hover {
	color: #FF0000;
}

.summary {
	font-size:0.7em;
    font-weight: normal;
}

.newsimg {
    text-align: right;
    border: 1px solid #c0c0c0;
}

table.newslist {
    border-collapse: collapse; 
    border-width: 0;
    border-color: gray;
    vertical-align: top;
}

td.bodybox {
    border: 1px solid #c0c0c0;
    border-left: none;
	padding-right: 15px;
	padding-top: 12px;
}

td.body {
    border: 1px solid #c0c0c0;
    border-right: none; 
    text-align: justify;
    padding-left: 15px;
    padding-bottom: 12px;
    padding-top: 12px;
}

td.bodyright {
	text-align: right;
    border: 1px solid #c0c0c0;
    border-right: none; 
    border-left: none;      
    padding-bottom: 10px;
    padding-top: 10px;

}

td.bodyleft {
    border: 1px solid #c0c0c0;
    border-left: none;  
    border-right: none;  
    height: 100px;
}

td.title {
    border: 1px solid #c0c0c0;
    border-top: none;  
    border-right: none;     
}

td.titlebox {
    border: 1px solid #c0c0c0;
    border-top: none;  
    border-left: none;  
}

td.titleright {
    border: 1px solid #c0c0c0;
    border-top: none;    
    border-right: none;  
    border-left: none;     
}

td.titleleft {
    border: 1px solid #c0c0c0;
    border-top: none;    
    border-left: none; 
    border-right: none;   
}

td.bottom {
    border: 1px solid #c0c0c0;
    border-bottom: none;  
    border-right: none;   

}

td.bottombox {
    border: 1px solid #c0c0c0;
    border-bottom: none;  
    
}

td.bottomleft {
    border: 1px solid #c0c0c0;
    border-bottom: none;
    border-left: none;     

}

td.bottomright {
    border: 1px solid #c0c0c0;
    border-bottom: none;    
    border-right: none; 
    border-left: none;  
}