/* Print */


/* Version 1.0 ALPHA */

html, body {
	font-family: "Lucida Grande", "Luxi Sans", Verdana, sans-serif;
	font-size: 11px;
}

body {
}

.node {
	margin: 10pt 0;
	padding: 1pt 10pt 5pt;
	border: 1px solid #ccc;
}

.node, .clearboth {
	clear: both;
}

.tmbleft {
        margin: 0 10px 5px 0;
        padding: 5px;
        border: 1px solid #ccc;
	float: left;
}

h1, h2, h3, h4 {
        font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", Times, serif;
/*      font-family: "Trebuchet MS", Times, serif; */
}

h1 {
	text-transform: uppercase;
        font-size: 16px;
}
        
h2 {
        font-size: 16px;
}
        
h3 {
        font-size: 14px;
}

h4 {
        font-size: 12px;
}


#top, #headersearch, #footerright, .block, hr {
	display: none;
}


/* Header */

#header {
	text-align: center;
}

#headerimg {
	display: none;
/*	height: 80px;
	width: 100%;
        background: url(/img/itb_rektorat.png) no-repeat center;
*/
}       

#headertitle {
}       

#headerimg, #headertitle {
        margin: 0; 
        padding: 0;
}       

#headertitle h1 {
}
        
#headertitle h1 {
/*      font-weight: normal; */
        text-transform: uppercase;
}

#headertitle a {
        text-decoration: none;
}

#headertitle h1 a:hover {
        text-decoration: none;
}




